[ May 6 01:52:43 Enabled. ] [ May 6 01:52:43 Rereading configuration. ] [ May 6 01:52:44 Rereading configuration. ] [ May 6 01:52:45 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 6 01:52:45 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.06 01:52:48.409223 [ 1 ] {} Application: Will watch for the process with pid 24145 2026.05.06 01:52:48.409543 [ 1 ] {} Application: Forked a child process to watch 2026.05.06 01:52:48.649983 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24145 2026.05.06 01:52:48.652598 [ 1 ] {} Application: starting up 2026.05.06 01:52:48.652748 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.06 01:52:49.008509 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.06 01:52:49.046057 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.06 01:52:49.046110 [ 1 ] {} Application: Initializing DateLUT. 2026.05.06 01:52:49.046128 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.06 01:52:49.046185 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.06 01:52:49.046555 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.06 01:52:49.052446 [ 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.06 01:52:49.053206 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.06 01:52:49.054111 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.06 01:52:49.054135 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.06 01:52:49.054149 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.06 01:52:49.056302 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.06 01:52:49.057330 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.06 01:52:49.062946 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.06 01:52:49.063719 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.06 01:52:49.066519 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.06 01:52:49.066601 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.06 01:52:49.067688 [ 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.06 01:52:49.068080 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.06 01:52:49.080768 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.06 01:52:49.081417 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.06 01:52:49.089187 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.06 01:52:49.089572 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.06 01:52:49.089974 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.06 01:52:49.090324 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.06 01:52:49.093232 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.06 01:52:49.093257 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.06 01:52:49.093327 [ 12 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:52:49.093386 [ 12 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:52:49.106596 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.06 01:52:49.106622 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000144364 sec 2026.05.06 01:52:49.106646 [ 1 ] {} ReferentialDeps: No tables 2026.05.06 01:52:49.106659 [ 1 ] {} LoadingDeps: No tables 2026.05.06 01:52:49.108672 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.06 01:52:49.110620 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.06 01:52:49.133262 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.06 01:52:49.133305 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.06 01:52:49.133335 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.06 01:52:49.133346 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.06 01:52:49.133377 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.06 01:52:49.133396 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.06 01:52:49.136000 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.06 01:52:49.136043 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.06 01:52:49.136061 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.06 01:52:49.136198 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.06 01:52:49.136236 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.06 01:52:49.136248 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.06 01:52:49.136265 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.06 01:52:49.136276 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.06 01:52:49.136305 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.06 01:52:49.136321 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.06 01:52:49.182362 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.06 01:52:49.183952 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.06 01:52:49.183983 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2571e-05 sec 2026.05.06 01:52:49.183995 [ 1 ] {} ReferentialDeps: No tables 2026.05.06 01:52:49.184005 [ 1 ] {} LoadingDeps: No tables 2026.05.06 01:52:49.184029 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.06 01:52:49.184228 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.06 01:52:49.184269 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.06 01:52:49.184281 [ 1 ] {} Application: Loaded metadata. 2026.05.06 01:52:49.184292 [ 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.06 01:52:49.184302 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.06 01:52:49.208925 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.06 01:52:49.209151 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2026.05.06 01:52:49.213423 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2721e-05 sec. 2026.05.06 01:52:49.213818 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.06 01:52:49.214448 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.06 01:52:49.214467 [ 1 ] {} Application: Ready for connections. 2026.05.06 01:52:50.467586 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53580 2026.05.06 01:52:50.469194 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.469250 [ 3 ] {} TCP-Session: 575917ce-49c3-4474-98a5-e64b3b3512c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:53580 2026.05.06 01:52:50.469277 [ 3 ] {} TCP-Session: 575917ce-49c3-4474-98a5-e64b3b3512c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.469299 [ 3 ] {} TCP-Session: 575917ce-49c3-4474-98a5-e64b3b3512c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.469386 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 01:52:50.469413 [ 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.06 01:52:50.469434 [ 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.06 01:52:50.470394 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44784 2026.05.06 01:52:50.470407 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35955 2026.05.06 01:52:50.470587 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.470629 [ 4 ] {} TCP-Session: 1fde8675-246f-4900-a088-df18977f9251 Authenticating user 'default' from [fd00:1122:3344:101::e]:44784 2026.05.06 01:52:50.470650 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.470668 [ 4 ] {} TCP-Session: 1fde8675-246f-4900-a088-df18977f9251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.470689 [ 4 ] {} TCP-Session: 1fde8675-246f-4900-a088-df18977f9251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.470696 [ 5 ] {} TCP-Session: 858fd055-80e3-47d9-83f0-c759543eeccc Authenticating user 'default' from [fd00:1122:3344:101::e]:35955 2026.05.06 01:52:50.470734 [ 5 ] {} TCP-Session: 858fd055-80e3-47d9-83f0-c759543eeccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.470747 [ 5 ] {} TCP-Session: 858fd055-80e3-47d9-83f0-c759543eeccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471337 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50888 2026.05.06 01:52:50.471404 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36337 2026.05.06 01:52:50.471612 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46461 2026.05.06 01:52:50.471650 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.471653 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.471710 [ 254 ] {} TCP-Session: 1550481f-010d-44de-bf06-c6e777e81c2f Authenticating user 'default' from [fd00:1122:3344:101::e]:36337 2026.05.06 01:52:50.471729 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64836 2026.05.06 01:52:50.471741 [ 253 ] {} TCP-Session: 107084c5-8a0a-4930-a23a-6c8ac58f5232 Authenticating user 'default' from [fd00:1122:3344:101::e]:50888 2026.05.06 01:52:50.471762 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.471794 [ 253 ] {} TCP-Session: 107084c5-8a0a-4930-a23a-6c8ac58f5232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471737 [ 254 ] {} TCP-Session: 1550481f-010d-44de-bf06-c6e777e81c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471820 [ 253 ] {} TCP-Session: 107084c5-8a0a-4930-a23a-6c8ac58f5232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471844 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52608 2026.05.06 01:52:50.471859 [ 254 ] {} TCP-Session: 1550481f-010d-44de-bf06-c6e777e81c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471864 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.471819 [ 255 ] {} TCP-Session: a7affd55-6a52-4ea9-bd5a-49a49c99588b Authenticating user 'default' from [fd00:1122:3344:101::e]:46461 2026.05.06 01:52:50.471926 [ 256 ] {} TCP-Session: 29b0e3ac-f338-40e2-940d-8215f0953df2 Authenticating user 'default' from [fd00:1122:3344:101::e]:64836 2026.05.06 01:52:50.471943 [ 255 ] {} TCP-Session: a7affd55-6a52-4ea9-bd5a-49a49c99588b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471962 [ 256 ] {} TCP-Session: 29b0e3ac-f338-40e2-940d-8215f0953df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471979 [ 255 ] {} TCP-Session: a7affd55-6a52-4ea9-bd5a-49a49c99588b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.471993 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.471986 [ 256 ] {} TCP-Session: 29b0e3ac-f338-40e2-940d-8215f0953df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.472046 [ 257 ] {} TCP-Session: 117c2c69-76d2-47f7-ac25-7cd13388249a Authenticating user 'default' from [fd00:1122:3344:101::e]:52608 2026.05.06 01:52:50.472071 [ 257 ] {} TCP-Session: 117c2c69-76d2-47f7-ac25-7cd13388249a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.472093 [ 257 ] {} TCP-Session: 117c2c69-76d2-47f7-ac25-7cd13388249a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.620522 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60260 2026.05.06 01:52:50.620661 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.620785 [ 258 ] {} TCP-Session: 41fc0ade-24e2-4eaf-8566-495155c5e5be Authenticating user 'default' from [fd00:1122:3344:101::e]:60260 2026.05.06 01:52:50.620812 [ 258 ] {} TCP-Session: 41fc0ade-24e2-4eaf-8566-495155c5e5be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.620825 [ 258 ] {} TCP-Session: 41fc0ade-24e2-4eaf-8566-495155c5e5be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.621318 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35144 2026.05.06 01:52:50.621516 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53437 2026.05.06 01:52:50.621526 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65202 2026.05.06 01:52:50.621586 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.621627 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39246 2026.05.06 01:52:50.621714 [ 259 ] {} TCP-Session: 0e582217-0183-4826-b733-ffd8f6a30411 Authenticating user 'default' from [fd00:1122:3344:101::e]:35144 2026.05.06 01:52:50.621737 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33698 2026.05.06 01:52:50.621743 [ 259 ] {} TCP-Session: 0e582217-0183-4826-b733-ffd8f6a30411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.621836 [ 259 ] {} TCP-Session: 0e582217-0183-4826-b733-ffd8f6a30411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.623730 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58691 2026.05.06 01:52:50.623923 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40845 2026.05.06 01:52:50.625947 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57996 2026.05.06 01:52:50.626592 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.626634 [ 265 ] {} TCP-Session: 2eae0bee-6f9c-443f-9b39-c6ca5d9e2296 Authenticating user 'default' from [fd00:1122:3344:101::e]:40845 2026.05.06 01:52:50.626643 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.626673 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.626657 [ 265 ] {} TCP-Session: 2eae0bee-6f9c-443f-9b39-c6ca5d9e2296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.626772 [ 265 ] {} TCP-Session: 2eae0bee-6f9c-443f-9b39-c6ca5d9e2296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.626815 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.626841 [ 258 ] {} TCP-Session: 41fc0ade-24e2-4eaf-8566-495155c5e5be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:50.626801 [ 266 ] {} TCP-Session: 0e675972-76ac-4f2d-a810-ab2caddb51da Authenticating user 'default' from [fd00:1122:3344:101::e]:57996 2026.05.06 01:52:50.626926 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.626937 [ 264 ] {} TCP-Session: 7bb2bbe6-340f-4229-83ec-6ab8c2fd0106 Authenticating user 'default' from [fd00:1122:3344:101::e]:58691 2026.05.06 01:52:50.626902 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.626798 [ 260 ] {} TCP-Session: 9befc01f-f634-4553-988f-cee4e07c42fc Authenticating user 'default' from [fd00:1122:3344:101::e]:65202 2026.05.06 01:52:50.627047 [ 262 ] {} TCP-Session: 26054045-5aab-4dec-b173-43d15e8cb3f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39246 2026.05.06 01:52:50.627027 [ 264 ] {} TCP-Session: 7bb2bbe6-340f-4229-83ec-6ab8c2fd0106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627024 [ 261 ] {} TCP-Session: 648153e9-fe9f-4d02-8a56-b7233029b936 Authenticating user 'default' from [fd00:1122:3344:101::e]:53437 2026.05.06 01:52:50.627167 [ 264 ] {} TCP-Session: 7bb2bbe6-340f-4229-83ec-6ab8c2fd0106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627150 [ 260 ] {} TCP-Session: 9befc01f-f634-4553-988f-cee4e07c42fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627162 [ 262 ] {} TCP-Session: 26054045-5aab-4dec-b173-43d15e8cb3f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627251 [ 261 ] {} TCP-Session: 648153e9-fe9f-4d02-8a56-b7233029b936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627258 [ 260 ] {} TCP-Session: 9befc01f-f634-4553-988f-cee4e07c42fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627009 [ 266 ] {} TCP-Session: 0e675972-76ac-4f2d-a810-ab2caddb51da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627353 [ 262 ] {} TCP-Session: 26054045-5aab-4dec-b173-43d15e8cb3f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.626777 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:50.627376 [ 261 ] {} TCP-Session: 648153e9-fe9f-4d02-8a56-b7233029b936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627474 [ 263 ] {} TCP-Session: 97dba387-23d3-4338-8721-c7bb43f10fda Authenticating user 'default' from [fd00:1122:3344:101::e]:33698 2026.05.06 01:52:50.627453 [ 266 ] {} TCP-Session: 0e675972-76ac-4f2d-a810-ab2caddb51da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627567 [ 263 ] {} TCP-Session: 97dba387-23d3-4338-8721-c7bb43f10fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.627686 [ 263 ] {} TCP-Session: 97dba387-23d3-4338-8721-c7bb43f10fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:50.631376 [ 258 ] {0ff19d40-409a-4b26-92f7-8411a45dbf06} executeQuery: (from [fd00:1122:3344:101::e]:60260) 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 has_own_data (stage: Complete) 2026.05.06 01:52:50.640418 [ 258 ] {0ff19d40-409a-4b26-92f7-8411a45dbf06} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.06 01:52:50.644751 [ 258 ] {0ff19d40-409a-4b26-92f7-8411a45dbf06} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:52:50.652422 [ 267 ] {0ff19d40-409a-4b26-92f7-8411a45dbf06} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.06 01:52:50.661975 [ 258 ] {0ff19d40-409a-4b26-92f7-8411a45dbf06} executeQuery: Read 96 rows, 5.29 KiB in 0.028838 sec., 3328.9409806505305 rows/sec., 183.51 KiB/sec. 2026.05.06 01:52:50.662093 [ 258 ] {0ff19d40-409a-4b26-92f7-8411a45dbf06} TCPHandler: Processed in 0.040623193 sec. 2026.05.06 01:52:51.000200 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 119.38 MiB, peak 119.38 MiB, free memory in arenas 0.00 B, will set to 123.68 MiB (RSS), difference: 4.30 MiB 2026.05.06 01:52:51.813119 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52157 2026.05.06 01:52:51.815673 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.815751 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52157 2026.05.06 01:52:51.815774 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.815866 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.815932 [ 268 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 01:52:51.815958 [ 268 ] {} 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.06 01:52:51.816047 [ 268 ] {} 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.06 01:52:51.819682 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40498 2026.05.06 01:52:51.819928 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.819965 [ 269 ] {} TCP-Session: 721afd46-1187-444c-8856-00bfc0671643 Authenticating user 'default' from [fd00:1122:3344:101::c]:40498 2026.05.06 01:52:51.820066 [ 269 ] {} TCP-Session: 721afd46-1187-444c-8856-00bfc0671643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.820080 [ 269 ] {} TCP-Session: 721afd46-1187-444c-8856-00bfc0671643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.820149 [ 269 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 01:52:51.820294 [ 269 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.06 01:52:51.820325 [ 269 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.06 01:52:51.820955 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58933 2026.05.06 01:52:51.821021 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59849 2026.05.06 01:52:51.821248 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62302 2026.05.06 01:52:51.821328 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.821368 [ 270 ] {} TCP-Session: ae60a781-f6a1-4612-ad54-761a04e6fdcd Authenticating user 'default' from [fd00:1122:3344:101::c]:58933 2026.05.06 01:52:51.821392 [ 270 ] {} TCP-Session: ae60a781-f6a1-4612-ad54-761a04e6fdcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.821453 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36374 2026.05.06 01:52:51.821436 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.821495 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.821538 [ 271 ] {} TCP-Session: 6231566c-2615-492c-9ac7-bc4a1d3d7602 Authenticating user 'default' from [fd00:1122:3344:101::c]:59849 2026.05.06 01:52:51.821575 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53516 2026.05.06 01:52:51.821506 [ 270 ] {} TCP-Session: ae60a781-f6a1-4612-ad54-761a04e6fdcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.821632 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.821708 [ 272 ] {} TCP-Session: 2242f1c3-61b2-40c6-ad5e-01689ec80967 Authenticating user 'default' from [fd00:1122:3344:101::c]:62302 2026.05.06 01:52:51.821664 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55312 2026.05.06 01:52:51.821753 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48609 2026.05.06 01:52:51.821777 [ 273 ] {} TCP-Session: 60725477-30df-4f31-b24a-3998a9cd6452 Authenticating user 'default' from [fd00:1122:3344:101::c]:36374 2026.05.06 01:52:51.821811 [ 272 ] {} TCP-Session: 2242f1c3-61b2-40c6-ad5e-01689ec80967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.821849 [ 271 ] {} TCP-Session: 6231566c-2615-492c-9ac7-bc4a1d3d7602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.821903 [ 273 ] {} TCP-Session: 60725477-30df-4f31-b24a-3998a9cd6452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.821925 [ 272 ] {} TCP-Session: 2242f1c3-61b2-40c6-ad5e-01689ec80967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.821961 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.821912 [ 271 ] {} TCP-Session: 6231566c-2615-492c-9ac7-bc4a1d3d7602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822027 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.822012 [ 274 ] {} TCP-Session: 3da7f425-c644-45cf-a1e4-092fea87086d Authenticating user 'default' from [fd00:1122:3344:101::c]:53516 2026.05.06 01:52:51.821993 [ 273 ] {} TCP-Session: 60725477-30df-4f31-b24a-3998a9cd6452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822125 [ 275 ] {} TCP-Session: 6b234955-9e16-4496-bd51-48a48e8fca8d Authenticating user 'default' from [fd00:1122:3344:101::c]:55312 2026.05.06 01:52:51.822107 [ 274 ] {} TCP-Session: 3da7f425-c644-45cf-a1e4-092fea87086d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822090 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.822225 [ 275 ] {} TCP-Session: 6b234955-9e16-4496-bd51-48a48e8fca8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822208 [ 274 ] {} TCP-Session: 3da7f425-c644-45cf-a1e4-092fea87086d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822355 [ 276 ] {} TCP-Session: a2a18c24-dbef-4309-8758-de1fcc8d27d0 Authenticating user 'default' from [fd00:1122:3344:101::c]:48609 2026.05.06 01:52:51.822388 [ 275 ] {} TCP-Session: 6b234955-9e16-4496-bd51-48a48e8fca8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822472 [ 276 ] {} TCP-Session: a2a18c24-dbef-4309-8758-de1fcc8d27d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822497 [ 276 ] {} TCP-Session: a2a18c24-dbef-4309-8758-de1fcc8d27d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.822722 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60350 2026.05.06 01:52:51.822813 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51085 2026.05.06 01:52:51.822894 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.822921 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36277 2026.05.06 01:52:51.822935 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Authenticating user 'default' from [fd00:1122:3344:101::d]:60350 2026.05.06 01:52:51.823036 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58427 2026.05.06 01:52:51.823059 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.823116 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40723 2026.05.06 01:52:51.823122 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.823273 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51285 2026.05.06 01:52:51.823359 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57453 2026.05.06 01:52:51.824491 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.824542 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.824649 [ 278 ] {} TCP-Session: 27c05d80-9bf4-404a-bcdc-00649fcbc55e Authenticating user 'default' from [fd00:1122:3344:101::d]:51085 2026.05.06 01:52:51.824655 [ 283 ] {} TCP-Session: b3551199-fe1b-493c-b064-2b6734f5ca01 Authenticating user 'default' from [fd00:1122:3344:101::d]:57453 2026.05.06 01:52:51.824713 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.824682 [ 278 ] {} TCP-Session: 27c05d80-9bf4-404a-bcdc-00649fcbc55e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.824649 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39376 2026.05.06 01:52:51.824816 [ 282 ] {} TCP-Session: a7342689-6b70-4e25-845c-a00f210f90c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51285 2026.05.06 01:52:51.824801 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.824797 [ 278 ] {} TCP-Session: 27c05d80-9bf4-404a-bcdc-00649fcbc55e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.824794 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.824977 [ 282 ] {} TCP-Session: a7342689-6b70-4e25-845c-a00f210f90c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.824959 [ 279 ] {} TCP-Session: 62c85523-6251-4f26-8e43-a0b8691bcba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36277 2026.05.06 01:52:51.824790 [ 283 ] {} TCP-Session: b3551199-fe1b-493c-b064-2b6734f5ca01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825067 [ 282 ] {} TCP-Session: a7342689-6b70-4e25-845c-a00f210f90c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825088 [ 280 ] {} TCP-Session: a19864da-6c4f-4342-aa0c-69fbd370d2c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58427 2026.05.06 01:52:51.825094 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.825142 [ 283 ] {} TCP-Session: b3551199-fe1b-493c-b064-2b6734f5ca01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825161 [ 280 ] {} TCP-Session: a19864da-6c4f-4342-aa0c-69fbd370d2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825059 [ 279 ] {} TCP-Session: 62c85523-6251-4f26-8e43-a0b8691bcba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.824780 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.825307 [ 280 ] {} TCP-Session: a19864da-6c4f-4342-aa0c-69fbd370d2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825316 [ 279 ] {} TCP-Session: 62c85523-6251-4f26-8e43-a0b8691bcba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825308 [ 284 ] {} TCP-Session: 76f6936a-03da-45e5-8d4d-ad15e36df025 Authenticating user 'default' from [fd00:1122:3344:101::d]:39376 2026.05.06 01:52:51.825390 [ 281 ] {} TCP-Session: 8f2f7a5f-0f3e-4392-b8d2-d1bfb74c60be Authenticating user 'default' from [fd00:1122:3344:101::d]:40723 2026.05.06 01:52:51.825408 [ 284 ] {} TCP-Session: 76f6936a-03da-45e5-8d4d-ad15e36df025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825483 [ 284 ] {} TCP-Session: 76f6936a-03da-45e5-8d4d-ad15e36df025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825503 [ 281 ] {} TCP-Session: 8f2f7a5f-0f3e-4392-b8d2-d1bfb74c60be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.825552 [ 281 ] {} TCP-Session: 8f2f7a5f-0f3e-4392-b8d2-d1bfb74c60be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.830068 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:51.830262 [ 268 ] {d04c9bbe-13f4-4e37-a80c-317d86d1295c} executeQuery: (from [fd00:1122:3344:101::d]:52157) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:52:51.897607 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60624 2026.05.06 01:52:51.902310 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.902364 [ 285 ] {} TCP-Session: 26bd6ff8-da00-44e7-a777-88ee4ab3f141 Authenticating user 'default' from [fd00:1122:3344:101::b]:60624 2026.05.06 01:52:51.902396 [ 285 ] {} TCP-Session: 26bd6ff8-da00-44e7-a777-88ee4ab3f141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.902505 [ 285 ] {} TCP-Session: 26bd6ff8-da00-44e7-a777-88ee4ab3f141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.902597 [ 285 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 01:52:51.902653 [ 285 ] {} 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.06 01:52:51.902774 [ 285 ] {} 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.06 01:52:51.903661 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54976 2026.05.06 01:52:51.904305 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45135 2026.05.06 01:52:51.904979 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.905025 [ 286 ] {} TCP-Session: e9d36fc6-189a-429a-a6bf-59c417521652 Authenticating user 'default' from [fd00:1122:3344:101::b]:54976 2026.05.06 01:52:51.905061 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45728 2026.05.06 01:52:51.905028 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.905201 [ 287 ] {} TCP-Session: 2e2481d7-80c2-4f1e-97ee-b8e56170918b Authenticating user 'default' from [fd00:1122:3344:101::b]:45135 2026.05.06 01:52:51.905185 [ 286 ] {} TCP-Session: e9d36fc6-189a-429a-a6bf-59c417521652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.905394 [ 287 ] {} TCP-Session: 2e2481d7-80c2-4f1e-97ee-b8e56170918b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.905401 [ 286 ] {} TCP-Session: e9d36fc6-189a-429a-a6bf-59c417521652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.905426 [ 287 ] {} TCP-Session: 2e2481d7-80c2-4f1e-97ee-b8e56170918b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.907526 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36122 2026.05.06 01:52:51.907628 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.907670 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57477 2026.05.06 01:52:51.907755 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.907766 [ 288 ] {} TCP-Session: 11b3640b-ba3f-4d98-b6e5-313ff127b675 Authenticating user 'default' from [fd00:1122:3344:101::b]:45728 2026.05.06 01:52:51.907788 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48294 2026.05.06 01:52:51.907807 [ 289 ] {} TCP-Session: 6a2dacd5-ffcd-4125-a29c-22655bf59c9d Authenticating user 'default' from [fd00:1122:3344:101::b]:36122 2026.05.06 01:52:51.907815 [ 288 ] {} TCP-Session: 11b3640b-ba3f-4d98-b6e5-313ff127b675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.907930 [ 288 ] {} TCP-Session: 11b3640b-ba3f-4d98-b6e5-313ff127b675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.907948 [ 289 ] {} TCP-Session: 6a2dacd5-ffcd-4125-a29c-22655bf59c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.908034 [ 289 ] {} TCP-Session: 6a2dacd5-ffcd-4125-a29c-22655bf59c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.909110 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34038 2026.05.06 01:52:51.909195 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.909299 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.909327 [ 290 ] {} TCP-Session: a77b8bf7-5ca3-42f6-b1a4-2cab8adc0e7d Authenticating user 'default' from [fd00:1122:3344:101::b]:57477 2026.05.06 01:52:51.909338 [ 291 ] {} TCP-Session: eebe23e7-3a81-4d64-92bb-edf477b490ca Authenticating user 'default' from [fd00:1122:3344:101::b]:48294 2026.05.06 01:52:51.909371 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:51.909361 [ 290 ] {} TCP-Session: a77b8bf7-5ca3-42f6-b1a4-2cab8adc0e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.909453 [ 291 ] {} TCP-Session: eebe23e7-3a81-4d64-92bb-edf477b490ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.909504 [ 292 ] {} TCP-Session: 185e4704-8de9-4cda-a27f-d757e63c92cd Authenticating user 'default' from [fd00:1122:3344:101::b]:34038 2026.05.06 01:52:51.909460 [ 290 ] {} TCP-Session: a77b8bf7-5ca3-42f6-b1a4-2cab8adc0e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.909581 [ 291 ] {} TCP-Session: eebe23e7-3a81-4d64-92bb-edf477b490ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.909611 [ 292 ] {} TCP-Session: 185e4704-8de9-4cda-a27f-d757e63c92cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.909694 [ 292 ] {} TCP-Session: 185e4704-8de9-4cda-a27f-d757e63c92cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:51.942675 [ 268 ] {d04c9bbe-13f4-4e37-a80c-317d86d1295c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52157) (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.06 01:52:51.943773 [ 268 ] {d04c9bbe-13f4-4e37-a80c-317d86d1295c} 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.06 01:52:51.944093 [ 268 ] {d04c9bbe-13f4-4e37-a80c-317d86d1295c} TCPHandler: Processed in 0.11417679 sec. 2026.05.06 01:52:51.946939 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:51.947115 [ 268 ] {14bb771a-c1f2-46de-b824-12078cfaccd3} executeQuery: (from [fd00:1122:3344:101::d]:52157) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:52:51.947546 [ 268 ] {14bb771a-c1f2-46de-b824-12078cfaccd3} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52157) (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.06 01:52:51.947897 [ 268 ] {14bb771a-c1f2-46de-b824-12078cfaccd3} 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.06 01:52:51.948159 [ 268 ] {14bb771a-c1f2-46de-b824-12078cfaccd3} TCPHandler: Processed in 0.001336472 sec. 2026.05.06 01:52:51.951577 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:51.954232 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} executeQuery: (from [fd00:1122:3344:101::d]:60350) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.06 01:52:51.954347 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.06 01:52:51.956000 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.06 01:52:51.956107 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000140584 sec 2026.05.06 01:52:51.956122 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} ReferentialDeps: No tables 2026.05.06 01:52:51.956133 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} LoadingDeps: No tables 2026.05.06 01:52:51.956255 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} DatabaseAtomic (oximeter): Starting up tables. 2026.05.06 01:52:51.956342 [ 277 ] {1fd575cf-64c3-4221-aef0-42dc71442b20} TCPHandler: Processed in 0.005002162 sec. 2026.05.06 01:52:51.956506 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:51.956727 [ 277 ] {622b68c3-aced-449c-9a8c-8981bb4be9d9} executeQuery: (from [fd00:1122:3344:101::d]:60350) /* 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.06 01:52:51.956815 [ 277 ] {622b68c3-aced-449c-9a8c-8981bb4be9d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.06 01:52:51.965651 [ 277 ] {622b68c3-aced-449c-9a8c-8981bb4be9d9} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.06 01:52:51.968252 [ 277 ] {622b68c3-aced-449c-9a8c-8981bb4be9d9} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4): Loading data parts 2026.05.06 01:52:51.971663 [ 277 ] {622b68c3-aced-449c-9a8c-8981bb4be9d9} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4): There are no data parts 2026.05.06 01:52:51.978079 [ 277 ] {622b68c3-aced-449c-9a8c-8981bb4be9d9} TCPHandler: Processed in 0.021626598 sec. 2026.05.06 01:52:51.978404 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:51.978619 [ 277 ] {062cb676-652c-4895-9096-c758da3a3fe3} executeQuery: (from [fd00:1122:3344:101::d]:60350) /* 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.06 01:52:51.978770 [ 277 ] {062cb676-652c-4895-9096-c758da3a3fe3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.06 01:52:52.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 127.98 MiB, peak 127.98 MiB, free memory in arenas 0.00 B, will set to 134.61 MiB (RSS), difference: 6.63 MiB 2026.05.06 01:52:52.001753 [ 277 ] {062cb676-652c-4895-9096-c758da3a3fe3} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Loading data parts 2026.05.06 01:52:52.001980 [ 277 ] {062cb676-652c-4895-9096-c758da3a3fe3} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): There are no data parts 2026.05.06 01:52:52.003744 [ 277 ] {062cb676-652c-4895-9096-c758da3a3fe3} TCPHandler: Processed in 0.025415371 sec. 2026.05.06 01:52:52.004156 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.004355 [ 277 ] {1a06b329-c27e-48ce-9627-d908bc0fadb3} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.004508 [ 277 ] {1a06b329-c27e-48ce-9627-d908bc0fadb3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.06 01:52:52.006436 [ 277 ] {1a06b329-c27e-48ce-9627-d908bc0fadb3} oximeter.measurements_i8 (dee068a2-b0cc-4613-a925-95471adfe1fd): Loading data parts 2026.05.06 01:52:52.006856 [ 277 ] {1a06b329-c27e-48ce-9627-d908bc0fadb3} oximeter.measurements_i8 (dee068a2-b0cc-4613-a925-95471adfe1fd): There are no data parts 2026.05.06 01:52:52.008473 [ 277 ] {1a06b329-c27e-48ce-9627-d908bc0fadb3} TCPHandler: Processed in 0.004413918 sec. 2026.05.06 01:52:52.008650 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.008864 [ 277 ] {e65bdb78-c5b9-4b94-8eaa-089f2f70ed27} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.008952 [ 277 ] {e65bdb78-c5b9-4b94-8eaa-089f2f70ed27} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.06 01:52:52.011055 [ 277 ] {e65bdb78-c5b9-4b94-8eaa-089f2f70ed27} oximeter.measurements_u8 (54501c64-0279-4d0e-8e17-9ef0df3c3aea): Loading data parts 2026.05.06 01:52:52.011187 [ 277 ] {e65bdb78-c5b9-4b94-8eaa-089f2f70ed27} oximeter.measurements_u8 (54501c64-0279-4d0e-8e17-9ef0df3c3aea): There are no data parts 2026.05.06 01:52:52.012501 [ 277 ] {e65bdb78-c5b9-4b94-8eaa-089f2f70ed27} TCPHandler: Processed in 0.003900366 sec. 2026.05.06 01:52:52.012755 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.012921 [ 277 ] {388390b5-3462-486a-940b-2c7a7fcf247e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.013026 [ 277 ] {388390b5-3462-486a-940b-2c7a7fcf247e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.06 01:52:52.015288 [ 277 ] {388390b5-3462-486a-940b-2c7a7fcf247e} oximeter.measurements_i16 (489f364a-b81a-4106-8219-0153c2716e06): Loading data parts 2026.05.06 01:52:52.015420 [ 277 ] {388390b5-3462-486a-940b-2c7a7fcf247e} oximeter.measurements_i16 (489f364a-b81a-4106-8219-0153c2716e06): There are no data parts 2026.05.06 01:52:52.016909 [ 277 ] {388390b5-3462-486a-940b-2c7a7fcf247e} TCPHandler: Processed in 0.004202022 sec. 2026.05.06 01:52:52.017092 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.017265 [ 277 ] {f6aa743a-9340-45e9-b98f-a44f6c82e733} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.017399 [ 277 ] {f6aa743a-9340-45e9-b98f-a44f6c82e733} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.06 01:52:52.019821 [ 277 ] {f6aa743a-9340-45e9-b98f-a44f6c82e733} oximeter.measurements_u16 (6e0c8af0-b3e4-4f05-b449-e79223160f3f): Loading data parts 2026.05.06 01:52:52.019953 [ 277 ] {f6aa743a-9340-45e9-b98f-a44f6c82e733} oximeter.measurements_u16 (6e0c8af0-b3e4-4f05-b449-e79223160f3f): There are no data parts 2026.05.06 01:52:52.022538 [ 277 ] {f6aa743a-9340-45e9-b98f-a44f6c82e733} TCPHandler: Processed in 0.005507625 sec. 2026.05.06 01:52:52.022796 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.022969 [ 277 ] {b9023149-f957-4e59-aaab-e66278e5bb70} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.023118 [ 277 ] {b9023149-f957-4e59-aaab-e66278e5bb70} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.06 01:52:52.025042 [ 277 ] {b9023149-f957-4e59-aaab-e66278e5bb70} oximeter.measurements_i32 (c5ba055b-8d1c-481b-aa95-49cd066ab080): Loading data parts 2026.05.06 01:52:52.025167 [ 277 ] {b9023149-f957-4e59-aaab-e66278e5bb70} oximeter.measurements_i32 (c5ba055b-8d1c-481b-aa95-49cd066ab080): There are no data parts 2026.05.06 01:52:52.026618 [ 277 ] {b9023149-f957-4e59-aaab-e66278e5bb70} TCPHandler: Processed in 0.003871645 sec. 2026.05.06 01:52:52.026785 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.026945 [ 277 ] {079a345d-fb23-45fd-b3ea-0b157d81faa6} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.027091 [ 277 ] {079a345d-fb23-45fd-b3ea-0b157d81faa6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.06 01:52:52.029110 [ 277 ] {079a345d-fb23-45fd-b3ea-0b157d81faa6} oximeter.measurements_u32 (55b92880-ca33-40b6-a1bb-3400372fbd5b): Loading data parts 2026.05.06 01:52:52.029296 [ 277 ] {079a345d-fb23-45fd-b3ea-0b157d81faa6} oximeter.measurements_u32 (55b92880-ca33-40b6-a1bb-3400372fbd5b): There are no data parts 2026.05.06 01:52:52.031253 [ 277 ] {079a345d-fb23-45fd-b3ea-0b157d81faa6} TCPHandler: Processed in 0.00451688 sec. 2026.05.06 01:52:52.031460 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.031667 [ 277 ] {94020094-2c95-45ec-b277-1b2ff02efb05} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.031803 [ 277 ] {94020094-2c95-45ec-b277-1b2ff02efb05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.06 01:52:52.034707 [ 277 ] {94020094-2c95-45ec-b277-1b2ff02efb05} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): Loading data parts 2026.05.06 01:52:52.034838 [ 277 ] {94020094-2c95-45ec-b277-1b2ff02efb05} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): There are no data parts 2026.05.06 01:52:52.036658 [ 277 ] {94020094-2c95-45ec-b277-1b2ff02efb05} TCPHandler: Processed in 0.005255879 sec. 2026.05.06 01:52:52.036811 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.036979 [ 277 ] {a9638cd6-13dd-4a37-81e8-1af8e37c3f5e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.037116 [ 277 ] {a9638cd6-13dd-4a37-81e8-1af8e37c3f5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.06 01:52:52.039479 [ 277 ] {a9638cd6-13dd-4a37-81e8-1af8e37c3f5e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Loading data parts 2026.05.06 01:52:52.039609 [ 277 ] {a9638cd6-13dd-4a37-81e8-1af8e37c3f5e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): There are no data parts 2026.05.06 01:52:52.040924 [ 277 ] {a9638cd6-13dd-4a37-81e8-1af8e37c3f5e} TCPHandler: Processed in 0.004161802 sec. 2026.05.06 01:52:52.041239 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.041459 [ 277 ] {45556e75-2186-4ca4-9b2f-427628464eac} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.041605 [ 277 ] {45556e75-2186-4ca4-9b2f-427628464eac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.06 01:52:52.043657 [ 277 ] {45556e75-2186-4ca4-9b2f-427628464eac} oximeter.measurements_f32 (c9bf2c46-5748-4e15-8415-10ff69671994): Loading data parts 2026.05.06 01:52:52.043807 [ 277 ] {45556e75-2186-4ca4-9b2f-427628464eac} oximeter.measurements_f32 (c9bf2c46-5748-4e15-8415-10ff69671994): There are no data parts 2026.05.06 01:52:52.045269 [ 277 ] {45556e75-2186-4ca4-9b2f-427628464eac} TCPHandler: Processed in 0.004078109 sec. 2026.05.06 01:52:52.045453 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.045641 [ 277 ] {74aa1f77-1d9e-435b-9e69-e9af404288be} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.045810 [ 277 ] {74aa1f77-1d9e-435b-9e69-e9af404288be} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.06 01:52:52.048525 [ 277 ] {74aa1f77-1d9e-435b-9e69-e9af404288be} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Loading data parts 2026.05.06 01:52:52.048745 [ 277 ] {74aa1f77-1d9e-435b-9e69-e9af404288be} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): There are no data parts 2026.05.06 01:52:52.050139 [ 277 ] {74aa1f77-1d9e-435b-9e69-e9af404288be} TCPHandler: Processed in 0.004747376 sec. 2026.05.06 01:52:52.050344 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.050575 [ 277 ] {59b2493c-4db6-4182-98d4-db837c4313ce} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.050750 [ 277 ] {59b2493c-4db6-4182-98d4-db837c4313ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.06 01:52:52.052756 [ 277 ] {59b2493c-4db6-4182-98d4-db837c4313ce} oximeter.measurements_string (8f6e0c45-fe53-48c2-a0bf-dc8b44333f43): Loading data parts 2026.05.06 01:52:52.052974 [ 277 ] {59b2493c-4db6-4182-98d4-db837c4313ce} oximeter.measurements_string (8f6e0c45-fe53-48c2-a0bf-dc8b44333f43): There are no data parts 2026.05.06 01:52:52.054666 [ 277 ] {59b2493c-4db6-4182-98d4-db837c4313ce} TCPHandler: Processed in 0.004378857 sec. 2026.05.06 01:52:52.054825 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.054990 [ 277 ] {e4b1f83f-cd7b-4e08-ba33-f0ce2df0ac2f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.055214 [ 277 ] {e4b1f83f-cd7b-4e08-ba33-f0ce2df0ac2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.06 01:52:52.057247 [ 277 ] {e4b1f83f-cd7b-4e08-ba33-f0ce2df0ac2f} oximeter.measurements_bytes (8a3650c6-e5d4-47c0-97f3-9c59230c55c6): Loading data parts 2026.05.06 01:52:52.057572 [ 277 ] {e4b1f83f-cd7b-4e08-ba33-f0ce2df0ac2f} oximeter.measurements_bytes (8a3650c6-e5d4-47c0-97f3-9c59230c55c6): There are no data parts 2026.05.06 01:52:52.058994 [ 277 ] {e4b1f83f-cd7b-4e08-ba33-f0ce2df0ac2f} TCPHandler: Processed in 0.004219103 sec. 2026.05.06 01:52:52.059168 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.059386 [ 277 ] {27ec9120-ab41-4de8-b3f7-8b57dc6a01f6} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.059518 [ 277 ] {27ec9120-ab41-4de8-b3f7-8b57dc6a01f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.06 01:52:52.062167 [ 277 ] {27ec9120-ab41-4de8-b3f7-8b57dc6a01f6} oximeter.measurements_cumulativei64 (3420bc8b-d149-4146-a688-a2cffcdf30cc): Loading data parts 2026.05.06 01:52:52.062297 [ 277 ] {27ec9120-ab41-4de8-b3f7-8b57dc6a01f6} oximeter.measurements_cumulativei64 (3420bc8b-d149-4146-a688-a2cffcdf30cc): There are no data parts 2026.05.06 01:52:52.063709 [ 277 ] {27ec9120-ab41-4de8-b3f7-8b57dc6a01f6} TCPHandler: Processed in 0.004595592 sec. 2026.05.06 01:52:52.063921 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.064083 [ 277 ] {e8f6ccdd-c5f4-453f-8e43-e49cceefbd8c} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.064223 [ 277 ] {e8f6ccdd-c5f4-453f-8e43-e49cceefbd8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.06 01:52:52.065855 [ 277 ] {e8f6ccdd-c5f4-453f-8e43-e49cceefbd8c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Loading data parts 2026.05.06 01:52:52.066095 [ 277 ] {e8f6ccdd-c5f4-453f-8e43-e49cceefbd8c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): There are no data parts 2026.05.06 01:52:52.068087 [ 277 ] {e8f6ccdd-c5f4-453f-8e43-e49cceefbd8c} TCPHandler: Processed in 0.004214863 sec. 2026.05.06 01:52:52.068241 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.068518 [ 277 ] {8acea50e-e807-4237-9949-76f26b634ef2} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.068646 [ 277 ] {8acea50e-e807-4237-9949-76f26b634ef2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.06 01:52:52.070589 [ 277 ] {8acea50e-e807-4237-9949-76f26b634ef2} oximeter.measurements_cumulativef32 (bbaa8dd7-eb12-4ad9-b6ab-19e7482c724c): Loading data parts 2026.05.06 01:52:52.070777 [ 277 ] {8acea50e-e807-4237-9949-76f26b634ef2} oximeter.measurements_cumulativef32 (bbaa8dd7-eb12-4ad9-b6ab-19e7482c724c): There are no data parts 2026.05.06 01:52:52.072012 [ 277 ] {8acea50e-e807-4237-9949-76f26b634ef2} TCPHandler: Processed in 0.003821104 sec. 2026.05.06 01:52:52.072179 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.072412 [ 277 ] {980af372-ff51-43f0-8aa7-b5c2a05f0b64} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.072514 [ 277 ] {980af372-ff51-43f0-8aa7-b5c2a05f0b64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.06 01:52:52.074711 [ 277 ] {980af372-ff51-43f0-8aa7-b5c2a05f0b64} oximeter.measurements_cumulativef64 (4d940fe8-0214-4a7c-8f88-ebdd49782637): Loading data parts 2026.05.06 01:52:52.074858 [ 277 ] {980af372-ff51-43f0-8aa7-b5c2a05f0b64} oximeter.measurements_cumulativef64 (4d940fe8-0214-4a7c-8f88-ebdd49782637): There are no data parts 2026.05.06 01:52:52.076319 [ 277 ] {980af372-ff51-43f0-8aa7-b5c2a05f0b64} TCPHandler: Processed in 0.004199222 sec. 2026.05.06 01:52:52.076637 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.076867 [ 277 ] {83010cbc-8538-461b-93ea-97e199c8d073} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.077084 [ 277 ] {83010cbc-8538-461b-93ea-97e199c8d073} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.06 01:52:52.079466 [ 277 ] {83010cbc-8538-461b-93ea-97e199c8d073} oximeter.measurements_histogrami8 (5acf1ef2-19b7-4493-ba90-bad0261fb1e4): Loading data parts 2026.05.06 01:52:52.079820 [ 277 ] {83010cbc-8538-461b-93ea-97e199c8d073} oximeter.measurements_histogrami8 (5acf1ef2-19b7-4493-ba90-bad0261fb1e4): There are no data parts 2026.05.06 01:52:52.081033 [ 277 ] {83010cbc-8538-461b-93ea-97e199c8d073} TCPHandler: Processed in 0.004451428 sec. 2026.05.06 01:52:52.081188 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.081543 [ 277 ] {e58ec86e-2b38-44b2-a33b-972bad006474} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.081735 [ 277 ] {e58ec86e-2b38-44b2-a33b-972bad006474} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.06 01:52:52.083934 [ 277 ] {e58ec86e-2b38-44b2-a33b-972bad006474} oximeter.measurements_histogramu8 (bae757cb-af3f-48cb-a619-fd009396b0ce): Loading data parts 2026.05.06 01:52:52.084071 [ 277 ] {e58ec86e-2b38-44b2-a33b-972bad006474} oximeter.measurements_histogramu8 (bae757cb-af3f-48cb-a619-fd009396b0ce): There are no data parts 2026.05.06 01:52:52.085448 [ 277 ] {e58ec86e-2b38-44b2-a33b-972bad006474} TCPHandler: Processed in 0.004309925 sec. 2026.05.06 01:52:52.085774 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.085989 [ 277 ] {13ef2ba3-f947-4806-b929-f25f768d9323} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.086169 [ 277 ] {13ef2ba3-f947-4806-b929-f25f768d9323} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.06 01:52:52.088176 [ 277 ] {13ef2ba3-f947-4806-b929-f25f768d9323} oximeter.measurements_histogrami16 (f9ebec90-2276-4d5e-a13a-197665f645a1): Loading data parts 2026.05.06 01:52:52.088422 [ 277 ] {13ef2ba3-f947-4806-b929-f25f768d9323} oximeter.measurements_histogrami16 (f9ebec90-2276-4d5e-a13a-197665f645a1): There are no data parts 2026.05.06 01:52:52.089549 [ 277 ] {13ef2ba3-f947-4806-b929-f25f768d9323} TCPHandler: Processed in 0.003824533 sec. 2026.05.06 01:52:52.089712 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.090002 [ 277 ] {eeb71962-1ce7-4230-9d6d-7097bad97979} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.090161 [ 277 ] {eeb71962-1ce7-4230-9d6d-7097bad97979} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.06 01:52:52.092222 [ 277 ] {eeb71962-1ce7-4230-9d6d-7097bad97979} oximeter.measurements_histogramu16 (c12430f1-bf60-4418-a7bb-167dd71fd018): Loading data parts 2026.05.06 01:52:52.092422 [ 277 ] {eeb71962-1ce7-4230-9d6d-7097bad97979} oximeter.measurements_histogramu16 (c12430f1-bf60-4418-a7bb-167dd71fd018): There are no data parts 2026.05.06 01:52:52.093861 [ 277 ] {eeb71962-1ce7-4230-9d6d-7097bad97979} TCPHandler: Processed in 0.004200373 sec. 2026.05.06 01:52:52.094211 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.094432 [ 277 ] {4e4a4080-eed6-4b2e-94ed-60c968e6f8c9} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.094607 [ 277 ] {4e4a4080-eed6-4b2e-94ed-60c968e6f8c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.06 01:52:52.096559 [ 277 ] {4e4a4080-eed6-4b2e-94ed-60c968e6f8c9} oximeter.measurements_histogrami32 (f033c7e1-ab2c-48e9-97a1-1bc294c11174): Loading data parts 2026.05.06 01:52:52.096699 [ 277 ] {4e4a4080-eed6-4b2e-94ed-60c968e6f8c9} oximeter.measurements_histogrami32 (f033c7e1-ab2c-48e9-97a1-1bc294c11174): There are no data parts 2026.05.06 01:52:52.099032 [ 277 ] {4e4a4080-eed6-4b2e-94ed-60c968e6f8c9} TCPHandler: Processed in 0.004885959 sec. 2026.05.06 01:52:52.099203 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.099579 [ 277 ] {0cad4fbe-07d4-4609-a2d7-a2531f743240} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.099736 [ 277 ] {0cad4fbe-07d4-4609-a2d7-a2531f743240} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.06 01:52:52.101903 [ 277 ] {0cad4fbe-07d4-4609-a2d7-a2531f743240} oximeter.measurements_histogramu32 (f154df2e-5d2e-4142-91b7-c7e95341d811): Loading data parts 2026.05.06 01:52:52.102076 [ 277 ] {0cad4fbe-07d4-4609-a2d7-a2531f743240} oximeter.measurements_histogramu32 (f154df2e-5d2e-4142-91b7-c7e95341d811): There are no data parts 2026.05.06 01:52:52.103209 [ 277 ] {0cad4fbe-07d4-4609-a2d7-a2531f743240} TCPHandler: Processed in 0.004060639 sec. 2026.05.06 01:52:52.103461 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.103679 [ 277 ] {e54948c2-6199-408f-b08f-f37aea2b08f5} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.103931 [ 277 ] {e54948c2-6199-408f-b08f-f37aea2b08f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.06 01:52:52.106142 [ 277 ] {e54948c2-6199-408f-b08f-f37aea2b08f5} oximeter.measurements_histogrami64 (c0a9f782-5c36-435f-9708-6c0b8134384e): Loading data parts 2026.05.06 01:52:52.106272 [ 277 ] {e54948c2-6199-408f-b08f-f37aea2b08f5} oximeter.measurements_histogrami64 (c0a9f782-5c36-435f-9708-6c0b8134384e): There are no data parts 2026.05.06 01:52:52.107572 [ 277 ] {e54948c2-6199-408f-b08f-f37aea2b08f5} TCPHandler: Processed in 0.004160102 sec. 2026.05.06 01:52:52.107721 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.107938 [ 277 ] {a2fd6605-6353-4b83-9d9e-b26096647ae8} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.108071 [ 277 ] {a2fd6605-6353-4b83-9d9e-b26096647ae8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.06 01:52:52.110160 [ 277 ] {a2fd6605-6353-4b83-9d9e-b26096647ae8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Loading data parts 2026.05.06 01:52:52.110288 [ 277 ] {a2fd6605-6353-4b83-9d9e-b26096647ae8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): There are no data parts 2026.05.06 01:52:52.111680 [ 277 ] {a2fd6605-6353-4b83-9d9e-b26096647ae8} TCPHandler: Processed in 0.004007238 sec. 2026.05.06 01:52:52.111962 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.112228 [ 277 ] {24a39712-a63f-42ef-ac85-b0e020768c36} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.112405 [ 277 ] {24a39712-a63f-42ef-ac85-b0e020768c36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.06 01:52:52.114697 [ 277 ] {24a39712-a63f-42ef-ac85-b0e020768c36} oximeter.measurements_histogramf32 (78f6b5cd-6c3c-4b6a-9053-7601da78473c): Loading data parts 2026.05.06 01:52:52.114838 [ 277 ] {24a39712-a63f-42ef-ac85-b0e020768c36} oximeter.measurements_histogramf32 (78f6b5cd-6c3c-4b6a-9053-7601da78473c): There are no data parts 2026.05.06 01:52:52.116165 [ 277 ] {24a39712-a63f-42ef-ac85-b0e020768c36} TCPHandler: Processed in 0.004259834 sec. 2026.05.06 01:52:52.116326 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.116537 [ 277 ] {dd244614-eb87-43f2-9588-60976997ae63} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.116773 [ 277 ] {dd244614-eb87-43f2-9588-60976997ae63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.06 01:52:52.118775 [ 277 ] {dd244614-eb87-43f2-9588-60976997ae63} oximeter.measurements_histogramf64 (fce552a8-d357-4724-8cc4-0b61a77cb9da): Loading data parts 2026.05.06 01:52:52.118909 [ 277 ] {dd244614-eb87-43f2-9588-60976997ae63} oximeter.measurements_histogramf64 (fce552a8-d357-4724-8cc4-0b61a77cb9da): There are no data parts 2026.05.06 01:52:52.120235 [ 277 ] {dd244614-eb87-43f2-9588-60976997ae63} TCPHandler: Processed in 0.003957766 sec. 2026.05.06 01:52:52.120493 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.120677 [ 277 ] {7f38f278-2982-4f64-ad8c-c9a63a61b725} executeQuery: (from [fd00:1122:3344:101::d]:60350) /* 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.06 01:52:52.121033 [ 277 ] {7f38f278-2982-4f64-ad8c-c9a63a61b725} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.06 01:52:52.123185 [ 277 ] {7f38f278-2982-4f64-ad8c-c9a63a61b725} oximeter.fields_bool (b23c8264-f508-4312-ba98-22668a4ad74e): Loading data parts 2026.05.06 01:52:52.123402 [ 277 ] {7f38f278-2982-4f64-ad8c-c9a63a61b725} oximeter.fields_bool (b23c8264-f508-4312-ba98-22668a4ad74e): There are no data parts 2026.05.06 01:52:52.124859 [ 277 ] {7f38f278-2982-4f64-ad8c-c9a63a61b725} TCPHandler: Processed in 0.004413938 sec. 2026.05.06 01:52:52.125022 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.125222 [ 277 ] {9ea4a7bc-818c-4390-8e2c-51fd70cb74ed} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.125541 [ 277 ] {9ea4a7bc-818c-4390-8e2c-51fd70cb74ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.06 01:52:52.127713 [ 277 ] {9ea4a7bc-818c-4390-8e2c-51fd70cb74ed} oximeter.fields_i8 (b630f1d4-90a6-4cfa-b941-e9aaa96e3778): Loading data parts 2026.05.06 01:52:52.127985 [ 277 ] {9ea4a7bc-818c-4390-8e2c-51fd70cb74ed} oximeter.fields_i8 (b630f1d4-90a6-4cfa-b941-e9aaa96e3778): There are no data parts 2026.05.06 01:52:52.129301 [ 277 ] {9ea4a7bc-818c-4390-8e2c-51fd70cb74ed} TCPHandler: Processed in 0.004333686 sec. 2026.05.06 01:52:52.129465 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.129729 [ 277 ] {affb9b90-d358-4aec-81d7-2aedd6177b0e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.129875 [ 277 ] {affb9b90-d358-4aec-81d7-2aedd6177b0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.06 01:52:52.132067 [ 277 ] {affb9b90-d358-4aec-81d7-2aedd6177b0e} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Loading data parts 2026.05.06 01:52:52.132230 [ 277 ] {affb9b90-d358-4aec-81d7-2aedd6177b0e} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): There are no data parts 2026.05.06 01:52:52.133941 [ 277 ] {affb9b90-d358-4aec-81d7-2aedd6177b0e} TCPHandler: Processed in 0.00453084 sec. 2026.05.06 01:52:52.134095 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.134250 [ 277 ] {1b184642-5649-4570-9cf9-69fd01b14eaf} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.134511 [ 277 ] {1b184642-5649-4570-9cf9-69fd01b14eaf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.06 01:52:52.136568 [ 277 ] {1b184642-5649-4570-9cf9-69fd01b14eaf} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Loading data parts 2026.05.06 01:52:52.136736 [ 277 ] {1b184642-5649-4570-9cf9-69fd01b14eaf} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): There are no data parts 2026.05.06 01:52:52.138877 [ 277 ] {1b184642-5649-4570-9cf9-69fd01b14eaf} TCPHandler: Processed in 0.004830428 sec. 2026.05.06 01:52:52.139043 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.139376 [ 277 ] {41114785-4226-494a-85c4-498d30f0302e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.139534 [ 277 ] {41114785-4226-494a-85c4-498d30f0302e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.06 01:52:52.141646 [ 277 ] {41114785-4226-494a-85c4-498d30f0302e} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Loading data parts 2026.05.06 01:52:52.141814 [ 277 ] {41114785-4226-494a-85c4-498d30f0302e} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): There are no data parts 2026.05.06 01:52:52.143586 [ 277 ] {41114785-4226-494a-85c4-498d30f0302e} TCPHandler: Processed in 0.004598662 sec. 2026.05.06 01:52:52.143741 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.143898 [ 277 ] {1acab207-b6c7-4529-ad14-9706cf487b61} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.144043 [ 277 ] {1acab207-b6c7-4529-ad14-9706cf487b61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.06 01:52:52.145817 [ 277 ] {1acab207-b6c7-4529-ad14-9706cf487b61} oximeter.fields_i32 (cba4070f-e53c-4ebc-8d93-db617f73b243): Loading data parts 2026.05.06 01:52:52.145989 [ 277 ] {1acab207-b6c7-4529-ad14-9706cf487b61} oximeter.fields_i32 (cba4070f-e53c-4ebc-8d93-db617f73b243): There are no data parts 2026.05.06 01:52:52.147110 [ 277 ] {1acab207-b6c7-4529-ad14-9706cf487b61} TCPHandler: Processed in 0.003416753 sec. 2026.05.06 01:52:52.147407 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.147650 [ 277 ] {08c1e9f7-09b8-4793-a854-0a29601e675d} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.147796 [ 277 ] {08c1e9f7-09b8-4793-a854-0a29601e675d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.06 01:52:52.149689 [ 277 ] {08c1e9f7-09b8-4793-a854-0a29601e675d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Loading data parts 2026.05.06 01:52:52.149908 [ 277 ] {08c1e9f7-09b8-4793-a854-0a29601e675d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): There are no data parts 2026.05.06 01:52:52.151161 [ 277 ] {08c1e9f7-09b8-4793-a854-0a29601e675d} TCPHandler: Processed in 0.003809523 sec. 2026.05.06 01:52:52.151313 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.151481 [ 277 ] {e47b9a9e-b8a1-423b-a351-22a106876622} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.151669 [ 277 ] {e47b9a9e-b8a1-423b-a351-22a106876622} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.06 01:52:52.153515 [ 277 ] {e47b9a9e-b8a1-423b-a351-22a106876622} oximeter.fields_i64 (daf3e98a-694d-4d57-829c-055f9699ed61): Loading data parts 2026.05.06 01:52:52.153699 [ 277 ] {e47b9a9e-b8a1-423b-a351-22a106876622} oximeter.fields_i64 (daf3e98a-694d-4d57-829c-055f9699ed61): There are no data parts 2026.05.06 01:52:52.155249 [ 277 ] {e47b9a9e-b8a1-423b-a351-22a106876622} TCPHandler: Processed in 0.003984147 sec. 2026.05.06 01:52:52.155458 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.155611 [ 277 ] {1ad6c397-2c39-4849-9797-1d7f6c2adbee} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.155737 [ 277 ] {1ad6c397-2c39-4849-9797-1d7f6c2adbee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.06 01:52:52.157530 [ 277 ] {1ad6c397-2c39-4849-9797-1d7f6c2adbee} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Loading data parts 2026.05.06 01:52:52.157762 [ 277 ] {1ad6c397-2c39-4849-9797-1d7f6c2adbee} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): There are no data parts 2026.05.06 01:52:52.159297 [ 277 ] {1ad6c397-2c39-4849-9797-1d7f6c2adbee} TCPHandler: Processed in 0.003887705 sec. 2026.05.06 01:52:52.159447 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.159646 [ 277 ] {16643784-dd23-4b5b-b29b-1150691f505f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.159729 [ 277 ] {16643784-dd23-4b5b-b29b-1150691f505f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.06 01:52:52.161684 [ 277 ] {16643784-dd23-4b5b-b29b-1150691f505f} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Loading data parts 2026.05.06 01:52:52.161888 [ 277 ] {16643784-dd23-4b5b-b29b-1150691f505f} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): There are no data parts 2026.05.06 01:52:52.163442 [ 277 ] {16643784-dd23-4b5b-b29b-1150691f505f} TCPHandler: Processed in 0.004042878 sec. 2026.05.06 01:52:52.163743 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.163908 [ 277 ] {71f43811-2d04-4579-8605-69305b82a987} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.164059 [ 277 ] {71f43811-2d04-4579-8605-69305b82a987} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.06 01:52:52.165736 [ 277 ] {71f43811-2d04-4579-8605-69305b82a987} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Loading data parts 2026.05.06 01:52:52.166035 [ 277 ] {71f43811-2d04-4579-8605-69305b82a987} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): There are no data parts 2026.05.06 01:52:52.167847 [ 277 ] {71f43811-2d04-4579-8605-69305b82a987} TCPHandler: Processed in 0.004152372 sec. 2026.05.06 01:52:52.168017 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.168339 [ 277 ] {34bb0cb5-6c63-4395-a812-9347075ee3d7} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:52:52.168481 [ 277 ] {34bb0cb5-6c63-4395-a812-9347075ee3d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.06 01:52:52.170995 [ 277 ] {34bb0cb5-6c63-4395-a812-9347075ee3d7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Loading data parts 2026.05.06 01:52:52.171154 [ 277 ] {34bb0cb5-6c63-4395-a812-9347075ee3d7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): There are no data parts 2026.05.06 01:52:52.172897 [ 277 ] {34bb0cb5-6c63-4395-a812-9347075ee3d7} TCPHandler: Processed in 0.00493625 sec. 2026.05.06 01:52:52.173142 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.173472 [ 277 ] {8bc71f0b-8b6e-417d-9f05-99ddb694cbc3} executeQuery: (from [fd00:1122:3344:101::d]:60350) /* 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.06 01:52:52.173666 [ 277 ] {8bc71f0b-8b6e-417d-9f05-99ddb694cbc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.06 01:52:52.175855 [ 277 ] {8bc71f0b-8b6e-417d-9f05-99ddb694cbc3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Loading data parts 2026.05.06 01:52:52.176003 [ 277 ] {8bc71f0b-8b6e-417d-9f05-99ddb694cbc3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): There are no data parts 2026.05.06 01:52:52.177817 [ 277 ] {8bc71f0b-8b6e-417d-9f05-99ddb694cbc3} TCPHandler: Processed in 0.004731106 sec. 2026.05.06 01:52:52.183714 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:52:52.184015 [ 268 ] {16d8c980-bc57-4335-883c-58febc6a72c1} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.06 01:52:52.186858 [ 268 ] {16d8c980-bc57-4335-883c-58febc6a72c1} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.06 01:52:52.205590 [ 293 ] {16d8c980-bc57-4335-883c-58febc6a72c1} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:52:52.205649 [ 293 ] {16d8c980-bc57-4335-883c-58febc6a72c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:52:52.213284 [ 293 ] {16d8c980-bc57-4335-883c-58febc6a72c1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:52:52.213905 [ 293 ] {16d8c980-bc57-4335-883c-58febc6a72c1} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4): 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.06 01:52:52.214157 [ 268 ] {16d8c980-bc57-4335-883c-58febc6a72c1} executeQuery: Read 1 rows, 16.00 B in 0.030314 sec., 32.98805832288711 rows/sec., 527.81 B/sec. 2026.05.06 01:52:52.214349 [ 268 ] {16d8c980-bc57-4335-883c-58febc6a72c1} TCPHandler: Processed in 0.030770262 sec. 2026.05.06 01:52:52.279681 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58314 2026.05.06 01:52:52.279812 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.279845 [ 294 ] {} TCP-Session: 923d4e4c-83a0-44fd-9906-3c67143a28c6 Authenticating user 'default' from [fd00:1122:3344:101::a]:58314 2026.05.06 01:52:52.279867 [ 294 ] {} TCP-Session: 923d4e4c-83a0-44fd-9906-3c67143a28c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.279881 [ 294 ] {} TCP-Session: 923d4e4c-83a0-44fd-9906-3c67143a28c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.279950 [ 294 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 01:52:52.279987 [ 294 ] {} 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.06 01:52:52.280006 [ 294 ] {} 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.06 01:52:52.280633 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33929 2026.05.06 01:52:52.280736 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53745 2026.05.06 01:52:52.280867 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.280859 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64909 2026.05.06 01:52:52.280919 [ 295 ] {} TCP-Session: bea5d516-6841-4f95-a6e0-0076cb8ded40 Authenticating user 'default' from [fd00:1122:3344:101::a]:33929 2026.05.06 01:52:52.280967 [ 295 ] {} TCP-Session: bea5d516-6841-4f95-a6e0-0076cb8ded40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.280973 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.280981 [ 295 ] {} TCP-Session: bea5d516-6841-4f95-a6e0-0076cb8ded40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.280994 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61082 2026.05.06 01:52:52.281019 [ 296 ] {} TCP-Session: 46750c9c-1afb-4f44-b088-c278138ed3b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:53745 2026.05.06 01:52:52.281070 [ 296 ] {} TCP-Session: 46750c9c-1afb-4f44-b088-c278138ed3b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281102 [ 296 ] {} TCP-Session: 46750c9c-1afb-4f44-b088-c278138ed3b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281141 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.281190 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40036 2026.05.06 01:52:52.281193 [ 297 ] {} TCP-Session: 6614f196-ae0f-4040-8ddb-e4efabe42035 Authenticating user 'default' from [fd00:1122:3344:101::a]:64909 2026.05.06 01:52:52.281244 [ 297 ] {} TCP-Session: 6614f196-ae0f-4040-8ddb-e4efabe42035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281259 [ 297 ] {} TCP-Session: 6614f196-ae0f-4040-8ddb-e4efabe42035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281313 [ 300 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61495 2026.05.06 01:52:52.281486 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.281512 [ 301 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60090 2026.05.06 01:52:52.281524 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.281540 [ 298 ] {} TCP-Session: e85a6056-1983-4ee1-8a86-6654dc1b3fda Authenticating user 'default' from [fd00:1122:3344:101::a]:61082 2026.05.06 01:52:52.281571 [ 299 ] {} TCP-Session: ff81341d-dcc4-4d66-8121-ae2d7a59248a Authenticating user 'default' from [fd00:1122:3344:101::a]:40036 2026.05.06 01:52:52.281579 [ 298 ] {} TCP-Session: e85a6056-1983-4ee1-8a86-6654dc1b3fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281609 [ 299 ] {} TCP-Session: ff81341d-dcc4-4d66-8121-ae2d7a59248a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281610 [ 298 ] {} TCP-Session: e85a6056-1983-4ee1-8a86-6654dc1b3fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281625 [ 300 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.281631 [ 299 ] {} TCP-Session: ff81341d-dcc4-4d66-8121-ae2d7a59248a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281671 [ 300 ] {} TCP-Session: 987bc6a0-c7df-4701-b0a6-b662d453665a Authenticating user 'default' from [fd00:1122:3344:101::a]:61495 2026.05.06 01:52:52.281694 [ 300 ] {} TCP-Session: 987bc6a0-c7df-4701-b0a6-b662d453665a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281707 [ 300 ] {} TCP-Session: 987bc6a0-c7df-4701-b0a6-b662d453665a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281784 [ 301 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:52:52.281850 [ 301 ] {} TCP-Session: 0c485647-5b88-4dbb-b692-1766d503076b Authenticating user 'default' from [fd00:1122:3344:101::a]:60090 2026.05.06 01:52:52.281873 [ 301 ] {} TCP-Session: 0c485647-5b88-4dbb-b692-1766d503076b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:52.281886 [ 301 ] {} TCP-Session: 0c485647-5b88-4dbb-b692-1766d503076b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:52:53.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 137.79 MiB, peak 137.79 MiB, free memory in arenas 0.00 B, will set to 141.77 MiB (RSS), difference: 3.97 MiB 2026.05.06 01:52:56.636662 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.06 01:52:56.636701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.05.06 01:52:56.636779 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.06 01:52:56.636802 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.06 01:52:56.640240 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Loading data parts 2026.05.06 01:52:56.640434 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): There are no data parts 2026.05.06 01:52:56.646135 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:52:56.646187 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:52:56.651254 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:52:56.651993 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:52:56.652149 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.05.06 01:52:56.655158 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Loading data parts 2026.05.06 01:52:56.655361 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): There are no data parts 2026.05.06 01:52:56.684740 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:52:56.684816 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:52:56.691649 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:52:56.692911 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:52:56.697071 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.06 01:52:57.000199 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 146.92 MiB, peak 150.92 MiB, free memory in arenas 0.00 B, will set to 156.03 MiB (RSS), difference: 9.11 MiB 2026.05.06 01:52:59.136608 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.05.06 01:52:59.136725 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.06 01:52:59.180592 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Loading data parts 2026.05.06 01:52:59.180824 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): There are no data parts 2026.05.06 01:52:59.205427 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:52:59.205468 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:52:59.208650 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:52:59.209181 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:52:59.209462 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.06 01:53:00.000233 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 160.27 MiB, peak 160.27 MiB, free memory in arenas 0.00 B, will set to 157.32 MiB (RSS), difference: -2.96 MiB 2026.05.06 01:53:04.093419 [ 136 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:53:04.093485 [ 136 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:53:04.153123 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.05.06 01:53:04.175306 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:04.175364 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:04.176132 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:04.176598 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:04.176759 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.06 01:53:04.198061 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.06 01:53:04.215596 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:04.215659 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:04.222155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:04.223393 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:04.226380 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.06 01:53:05.001173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.99 MiB, peak 161.99 MiB, free memory in arenas 0.00 B, will set to 160.00 MiB (RSS), difference: 2.01 MiB 2026.05.06 01:53:07.283490 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54326 2026.05.06 01:53:07.283682 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.283739 [ 303 ] {} TCP-Session: 09845b59-cfb9-4d3e-8109-f1079d1105e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54326 2026.05.06 01:53:07.283773 [ 303 ] {} TCP-Session: 09845b59-cfb9-4d3e-8109-f1079d1105e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.283797 [ 303 ] {} TCP-Session: 09845b59-cfb9-4d3e-8109-f1079d1105e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.284142 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64866 2026.05.06 01:53:07.284259 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50438 2026.05.06 01:53:07.284300 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.284345 [ 304 ] {} TCP-Session: 5d091706-7ee9-4431-87f5-8d40dee9ddcd Authenticating user 'default' from [fd00:1122:3344:101::e]:64866 2026.05.06 01:53:07.284353 [ 303 ] {} TCP-Session: 09845b59-cfb9-4d3e-8109-f1079d1105e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:07.284374 [ 304 ] {} TCP-Session: 5d091706-7ee9-4431-87f5-8d40dee9ddcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.284403 [ 304 ] {} TCP-Session: 5d091706-7ee9-4431-87f5-8d40dee9ddcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.284557 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.284572 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64720 2026.05.06 01:53:07.284591 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48607 2026.05.06 01:53:07.284655 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56306 2026.05.06 01:53:07.284706 [ 303 ] {87961df9-7213-47a2-965e-5d00b761b06f} executeQuery: (from [fd00:1122:3344:101::e]:54326) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:53:07.284618 [ 305 ] {} TCP-Session: d4f58423-1fc1-4a53-a8e1-1b4d55ec99c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50438 2026.05.06 01:53:07.284785 [ 305 ] {} TCP-Session: d4f58423-1fc1-4a53-a8e1-1b4d55ec99c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.284804 [ 305 ] {} TCP-Session: d4f58423-1fc1-4a53-a8e1-1b4d55ec99c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.284899 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54645 2026.05.06 01:53:07.284930 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.284975 [ 307 ] {} TCP-Session: 33470f4d-3054-492c-bf97-468cfaee6d62 Authenticating user 'default' from [fd00:1122:3344:101::e]:64720 2026.05.06 01:53:07.284999 [ 307 ] {} TCP-Session: 33470f4d-3054-492c-bf97-468cfaee6d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285016 [ 307 ] {} TCP-Session: 33470f4d-3054-492c-bf97-468cfaee6d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285331 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.285398 [ 308 ] {} TCP-Session: 299eb0e3-c281-411c-9dc1-5bb156846341 Authenticating user 'default' from [fd00:1122:3344:101::e]:56306 2026.05.06 01:53:07.285411 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53993 2026.05.06 01:53:07.285423 [ 308 ] {} TCP-Session: 299eb0e3-c281-411c-9dc1-5bb156846341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285453 [ 303 ] {87961df9-7213-47a2-965e-5d00b761b06f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:53:07.285491 [ 308 ] {} TCP-Session: 299eb0e3-c281-411c-9dc1-5bb156846341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285396 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.285554 [ 309 ] {} TCP-Session: 13ddf726-2039-4a7d-9ced-69e935d7dffd Authenticating user 'default' from [fd00:1122:3344:101::e]:54645 2026.05.06 01:53:07.285569 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.285576 [ 309 ] {} TCP-Session: 13ddf726-2039-4a7d-9ced-69e935d7dffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285611 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42330 2026.05.06 01:53:07.285616 [ 309 ] {} TCP-Session: 13ddf726-2039-4a7d-9ced-69e935d7dffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285620 [ 306 ] {} TCP-Session: 3e86931e-3793-4292-81d1-ed4cf6768bef Authenticating user 'default' from [fd00:1122:3344:101::e]:48607 2026.05.06 01:53:07.285684 [ 306 ] {} TCP-Session: 3e86931e-3793-4292-81d1-ed4cf6768bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285699 [ 306 ] {} TCP-Session: 3e86931e-3793-4292-81d1-ed4cf6768bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285728 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.285764 [ 310 ] {} TCP-Session: d6413c7e-2bd1-4c6a-a308-aecdfa241334 Authenticating user 'default' from [fd00:1122:3344:101::e]:53993 2026.05.06 01:53:07.285782 [ 310 ] {} TCP-Session: d6413c7e-2bd1-4c6a-a308-aecdfa241334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285795 [ 310 ] {} TCP-Session: d6413c7e-2bd1-4c6a-a308-aecdfa241334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285894 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.285932 [ 311 ] {} TCP-Session: bff93b26-4b72-408e-9cf4-c8e4c3ea8515 Authenticating user 'default' from [fd00:1122:3344:101::e]:42330 2026.05.06 01:53:07.285958 [ 311 ] {} TCP-Session: bff93b26-4b72-408e-9cf4-c8e4c3ea8515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.285974 [ 311 ] {} TCP-Session: bff93b26-4b72-408e-9cf4-c8e4c3ea8515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.289620 [ 303 ] {87961df9-7213-47a2-965e-5d00b761b06f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:07.339195 [ 303 ] {87961df9-7213-47a2-965e-5d00b761b06f} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:53:07.415326 [ 313 ] {87961df9-7213-47a2-965e-5d00b761b06f} AggregatingTransform: Aggregating 2026.05.06 01:53:07.423804 [ 313 ] {87961df9-7213-47a2-965e-5d00b761b06f} Aggregator: Aggregation method: without_key 2026.05.06 01:53:07.424468 [ 313 ] {87961df9-7213-47a2-965e-5d00b761b06f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.033699163 sec. (29.674 rows/sec., 1.16 KiB/sec.) 2026.05.06 01:53:07.424492 [ 313 ] {87961df9-7213-47a2-965e-5d00b761b06f} Aggregator: Merging aggregated data 2026.05.06 01:53:07.424520 [ 313 ] {87961df9-7213-47a2-965e-5d00b761b06f} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.06 01:53:07.425802 [ 303 ] {87961df9-7213-47a2-965e-5d00b761b06f} executeQuery: Read 1 rows, 40.00 B in 0.141182 sec., 7.083055913643382 rows/sec., 283.32 B/sec. 2026.05.06 01:53:07.425981 [ 303 ] {87961df9-7213-47a2-965e-5d00b761b06f} TCPHandler: Processed in 0.141855827 sec. 2026.05.06 01:53:07.434188 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434228 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434254 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434276 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434317 [ 304 ] {} TCP-Session: 5d091706-7ee9-4431-87f5-8d40dee9ddcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434334 [ 305 ] {} TCP-Session: d4f58423-1fc1-4a53-a8e1-1b4d55ec99c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434357 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434366 [ 306 ] {} TCP-Session: 3e86931e-3793-4292-81d1-ed4cf6768bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434386 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434413 [ 309 ] {} TCP-Session: 13ddf726-2039-4a7d-9ced-69e935d7dffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434332 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434448 [ 310 ] {} TCP-Session: d6413c7e-2bd1-4c6a-a308-aecdfa241334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434498 [ 307 ] {} TCP-Session: 33470f4d-3054-492c-bf97-468cfaee6d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434311 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434289 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.434573 [ 308 ] {} TCP-Session: 299eb0e3-c281-411c-9dc1-5bb156846341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434240 [ 303 ] {} TCP-Session: 09845b59-cfb9-4d3e-8109-f1079d1105e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.434609 [ 311 ] {} TCP-Session: bff93b26-4b72-408e-9cf4-c8e4c3ea8515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670387 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48165 2026.05.06 01:53:07.670504 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.670531 [ 303 ] {} TCP-Session: 21a8d2d4-9125-42f6-aff9-3c3dd18c50bb Authenticating user 'default' from [fd00:1122:3344:101::e]:48165 2026.05.06 01:53:07.670554 [ 303 ] {} TCP-Session: 21a8d2d4-9125-42f6-aff9-3c3dd18c50bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670566 [ 303 ] {} TCP-Session: 21a8d2d4-9125-42f6-aff9-3c3dd18c50bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670762 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44147 2026.05.06 01:53:07.670823 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40843 2026.05.06 01:53:07.670847 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41971 2026.05.06 01:53:07.670870 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.670877 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52285 2026.05.06 01:53:07.670933 [ 304 ] {} TCP-Session: 8fc578ff-19af-442d-a1ec-d4d6b1e32f4f Authenticating user 'default' from [fd00:1122:3344:101::e]:44147 2026.05.06 01:53:07.670940 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.670896 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61347 2026.05.06 01:53:07.670988 [ 305 ] {} TCP-Session: b8319e99-bc88-4e2d-bf1e-c7a0f4a6b3bb Authenticating user 'default' from [fd00:1122:3344:101::e]:40843 2026.05.06 01:53:07.670992 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.670971 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.671042 [ 309 ] {} TCP-Session: 55aa26b5-7052-480e-94b5-66acd51955bf Authenticating user 'default' from [fd00:1122:3344:101::e]:52285 2026.05.06 01:53:07.671065 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.671077 [ 309 ] {} TCP-Session: 55aa26b5-7052-480e-94b5-66acd51955bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671100 [ 311 ] {} TCP-Session: 3b28c5e9-bb80-4bb0-967d-e096cb17b884 Authenticating user 'default' from [fd00:1122:3344:101::e]:61347 2026.05.06 01:53:07.671108 [ 309 ] {} TCP-Session: 55aa26b5-7052-480e-94b5-66acd51955bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671129 [ 311 ] {} TCP-Session: 3b28c5e9-bb80-4bb0-967d-e096cb17b884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671072 [ 306 ] {} TCP-Session: f91ff020-aaa4-44b2-8079-189598b0d9ef Authenticating user 'default' from [fd00:1122:3344:101::e]:41971 2026.05.06 01:53:07.671158 [ 311 ] {} TCP-Session: 3b28c5e9-bb80-4bb0-967d-e096cb17b884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670888 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58068 2026.05.06 01:53:07.671204 [ 306 ] {} TCP-Session: f91ff020-aaa4-44b2-8079-189598b0d9ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670864 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49162 2026.05.06 01:53:07.671241 [ 306 ] {} TCP-Session: f91ff020-aaa4-44b2-8079-189598b0d9ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671280 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.670851 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51271 2026.05.06 01:53:07.671310 [ 310 ] {} TCP-Session: 42fccdf7-abdd-4c29-a054-c4dba02543da Authenticating user 'default' from [fd00:1122:3344:101::e]:58068 2026.05.06 01:53:07.671321 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.671352 [ 310 ] {} TCP-Session: 42fccdf7-abdd-4c29-a054-c4dba02543da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671370 [ 308 ] {} TCP-Session: 4f2a491f-073e-4fb4-99bd-48af4fbb9a99 Authenticating user 'default' from [fd00:1122:3344:101::e]:49162 2026.05.06 01:53:07.671384 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:07.671420 [ 308 ] {} TCP-Session: 4f2a491f-073e-4fb4-99bd-48af4fbb9a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671439 [ 307 ] {} TCP-Session: ae4c4716-5b3b-43ad-8373-bc84624efe7c Authenticating user 'default' from [fd00:1122:3344:101::e]:51271 2026.05.06 01:53:07.671449 [ 308 ] {} TCP-Session: 4f2a491f-073e-4fb4-99bd-48af4fbb9a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671468 [ 307 ] {} TCP-Session: ae4c4716-5b3b-43ad-8373-bc84624efe7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671387 [ 310 ] {} TCP-Session: 42fccdf7-abdd-4c29-a054-c4dba02543da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671493 [ 307 ] {} TCP-Session: ae4c4716-5b3b-43ad-8373-bc84624efe7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670969 [ 304 ] {} TCP-Session: 8fc578ff-19af-442d-a1ec-d4d6b1e32f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671034 [ 305 ] {} TCP-Session: b8319e99-bc88-4e2d-bf1e-c7a0f4a6b3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671559 [ 304 ] {} TCP-Session: 8fc578ff-19af-442d-a1ec-d4d6b1e32f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.671584 [ 305 ] {} TCP-Session: b8319e99-bc88-4e2d-bf1e-c7a0f4a6b3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.670887 [ 303 ] {} TCP-Session: 21a8d2d4-9125-42f6-aff9-3c3dd18c50bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:07.671836 [ 303 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} executeQuery: (from [fd00:1122:3344:101::e]:48165) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:53:07.672121 [ 303 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:53:07.672179 [ 303 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:07.672496 [ 303 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:53:07.673490 [ 344 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} AggregatingTransform: Aggregating 2026.05.06 01:53:07.673536 [ 344 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} Aggregator: Aggregation method: without_key 2026.05.06 01:53:07.673570 [ 344 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000970713 sec. (1030.171 rows/sec., 40.24 KiB/sec.) 2026.05.06 01:53:07.673586 [ 344 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} Aggregator: Merging aggregated data 2026.05.06 01:53:07.674934 [ 303 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} executeQuery: Read 1 rows, 40.00 B in 0.003173 sec., 315.1591553734636 rows/sec., 12.31 KiB/sec. 2026.05.06 01:53:07.675088 [ 303 ] {2dc8bd0f-8f70-4860-816c-b283271d533f} TCPHandler: Processed in 0.004324966 sec. 2026.05.06 01:53:07.675251 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675285 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675287 [ 303 ] {} TCP-Session: 21a8d2d4-9125-42f6-aff9-3c3dd18c50bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675307 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675351 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675378 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675404 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675416 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675438 [ 307 ] {} TCP-Session: ae4c4716-5b3b-43ad-8373-bc84624efe7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675457 [ 305 ] {} TCP-Session: b8319e99-bc88-4e2d-bf1e-c7a0f4a6b3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675476 [ 308 ] {} TCP-Session: 4f2a491f-073e-4fb4-99bd-48af4fbb9a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675448 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675410 [ 310 ] {} TCP-Session: 42fccdf7-abdd-4c29-a054-c4dba02543da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675541 [ 309 ] {} TCP-Session: 55aa26b5-7052-480e-94b5-66acd51955bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675392 [ 304 ] {} TCP-Session: 8fc578ff-19af-442d-a1ec-d4d6b1e32f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675327 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:07.675328 [ 311 ] {} TCP-Session: 3b28c5e9-bb80-4bb0-967d-e096cb17b884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:07.675638 [ 306 ] {} TCP-Session: f91ff020-aaa4-44b2-8079-189598b0d9ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:08.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 160.52 MiB, peak 170.40 MiB, free memory in arenas 0.00 B, will set to 163.63 MiB (RSS), difference: 3.11 MiB 2026.05.06 01:53:09.209877 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 94 2026.05.06 01:53:09.211878 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:09.211921 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:09.213105 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:09.213595 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:09.213824 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.05.06 01:53:10.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.64 MiB, peak 170.40 MiB, free memory in arenas 0.00 B, will set to 163.67 MiB (RSS), difference: 4.04 MiB 2026.05.06 01:53:11.677042 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 439 entries to flush up to offset 1415 2026.05.06 01:53:11.677583 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:11.677634 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:11.678399 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:11.678892 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:11.679024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1415 2026.05.06 01:53:11.726660 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.06 01:53:11.742874 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:11.742938 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:11.749569 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:11.750770 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:11.753857 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.06 01:53:12.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.21 MiB, peak 170.40 MiB, free memory in arenas 0.00 B, will set to 165.39 MiB (RSS), difference: 1.18 MiB 2026.05.06 01:53:12.261140 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.261387 [ 268 ] {7e6fdf02-b0ac-45a3-9abd-8c9999263c98} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 01:53:12.283675 [ 268 ] {7e6fdf02-b0ac-45a3-9abd-8c9999263c98} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:12.283756 [ 268 ] {7e6fdf02-b0ac-45a3-9abd-8c9999263c98} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:12.284308 [ 268 ] {7e6fdf02-b0ac-45a3-9abd-8c9999263c98} TCPHandler: Processed in 0.02330994 sec. 2026.05.06 01:53:12.301257 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.301395 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 01:53:12.301450 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:12.313685 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.313733 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.316655 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.317100 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): 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.06 01:53:12.317262 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} executeQuery: Read 35 rows, 7.54 KiB in 0.015905 sec., 2200.565859792518 rows/sec., 473.94 KiB/sec. 2026.05.06 01:53:12.317302 [ 268 ] {e246279c-3bc6-4530-839b-96aca7ec70f8} TCPHandler: Processed in 0.016128224 sec. 2026.05.06 01:53:12.317464 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.317569 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.317614 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:53:12.329537 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.329575 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.332380 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.332947 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:53:12.333093 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} executeQuery: Read 284 rows, 18.47 KiB in 0.015547 sec., 18267.189811539203 rows/sec., 1.16 MiB/sec. 2026.05.06 01:53:12.333135 [ 268 ] {dcff606e-3faa-4f86-bc7b-298950acc8dc} TCPHandler: Processed in 0.015722654 sec. 2026.05.06 01:53:12.333275 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.333384 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:53:12.333430 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:53:12.333865 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.333903 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.334311 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.334742 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:53:12.334877 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} executeQuery: Read 10 rows, 835.00 B in 0.001518 sec., 6587.615283267457 rows/sec., 537.17 KiB/sec. 2026.05.06 01:53:12.334916 [ 268 ] {b70174c6-db09-4dc6-a389-18e4b5b50e60} TCPHandler: Processed in 0.001696371 sec. 2026.05.06 01:53:12.335054 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.335155 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:12.335197 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:12.336011 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.336049 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.336597 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.337016 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:12.337147 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} executeQuery: Read 812 rows, 64.16 KiB in 0.002014 sec., 403177.75571002974 rows/sec., 31.11 MiB/sec. 2026.05.06 01:53:12.337186 [ 268 ] {fdfdbacd-a3be-4c32-9bd3-962d9e2def05} TCPHandler: Processed in 0.002182733 sec. 2026.05.06 01:53:12.337344 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.337459 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.337503 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:12.338062 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.338096 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.338520 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.338933 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:12.339066 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} executeQuery: Read 157 rows, 9.62 KiB in 0.001627 sec., 96496.61954517517 rows/sec., 5.77 MiB/sec. 2026.05.06 01:53:12.339104 [ 268 ] {21ade0c3-c72b-4b30-a5e4-1cac3fe138b9} TCPHandler: Processed in 0.001811694 sec. 2026.05.06 01:53:12.339228 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.339324 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.339365 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:53:12.339829 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.339865 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.340356 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.340868 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:53:12.341003 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} executeQuery: Read 149 rows, 9.86 KiB in 0.001697 sec., 87802.00353565115 rows/sec., 5.67 MiB/sec. 2026.05.06 01:53:12.341042 [ 268 ] {6352345b-d07b-4bca-b5c3-be357ce4a0b0} TCPHandler: Processed in 0.001863905 sec. 2026.05.06 01:53:12.341182 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.341278 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.341318 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:53:12.341762 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.341799 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.342221 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.342642 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:53:12.342771 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} executeQuery: Read 148 rows, 8.62 KiB in 0.001511 sec., 97948.37855724686 rows/sec., 5.57 MiB/sec. 2026.05.06 01:53:12.342808 [ 268 ] {959481e1-74ce-442c-8e37-dc01c9b2e68e} TCPHandler: Processed in 0.001676361 sec. 2026.05.06 01:53:12.342952 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.343048 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:12.343088 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:12.343698 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.343735 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.344180 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.344609 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:12.344735 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} executeQuery: Read 517 rows, 37.36 KiB in 0.001706 sec., 303048.06565064477 rows/sec., 21.39 MiB/sec. 2026.05.06 01:53:12.344771 [ 268 ] {12b5c939-bd96-4a1c-9c0a-1207d4dc39c0} TCPHandler: Processed in 0.001869535 sec. 2026.05.06 01:53:12.344895 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.344991 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 01:53:12.345038 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 01:53:12.345381 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.345417 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.347927 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.348413 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:53:12.348545 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} executeQuery: Read 6 rows, 321.00 B in 0.003572 sec., 1679.7312430011198 rows/sec., 87.76 KiB/sec. 2026.05.06 01:53:12.348581 [ 268 ] {75b2bf16-1a25-4669-bce5-4c81d6303ba9} TCPHandler: Processed in 0.003735511 sec. 2026.05.06 01:53:12.348710 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.348806 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.348850 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:12.349307 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.349341 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.349818 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.350319 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:12.350443 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} executeQuery: Read 270 rows, 18.38 KiB in 0.001656 sec., 163043.47826086957 rows/sec., 10.84 MiB/sec. 2026.05.06 01:53:12.350481 [ 268 ] {f4c7b6b6-25e8-4e42-bf27-783baf51742f} TCPHandler: Processed in 0.001820155 sec. 2026.05.06 01:53:12.350602 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.350697 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.350739 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:53:12.351051 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.351087 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.351516 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.351993 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:53:12.352125 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. 2026.05.06 01:53:12.352160 [ 268 ] {82d6826a-7cb9-47fd-97d4-8aaf948e1b34} TCPHandler: Processed in 0.00160775 sec. 2026.05.06 01:53:12.352285 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.352380 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.352433 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} 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.06 01:53:12.353195 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.353231 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.363244 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.363702 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:12.363839 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} executeQuery: Read 5 rows, 9.17 KiB in 0.011477 sec., 435.6539165287096 rows/sec., 799.41 KiB/sec. 2026.05.06 01:53:12.363889 [ 268 ] {5c1c0747-794b-47d4-ad3d-4b2aae627039} TCPHandler: Processed in 0.011653605 sec. 2026.05.06 01:53:12.364025 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.364121 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.364164 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.06 01:53:12.364493 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.364530 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.364987 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.365472 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): 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.06 01:53:12.365600 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} executeQuery: Read 12 rows, 868.00 B in 0.001497 sec., 8016.032064128256 rows/sec., 566.24 KiB/sec. 2026.05.06 01:53:12.365638 [ 268 ] {4f6a85b2-706a-43d0-8d55-ab1c8641821a} TCPHandler: Processed in 0.001662991 sec. 2026.05.06 01:53:12.365762 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:12.365858 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:12.365899 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:12.366223 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:12.366260 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.06 01:53:12.366748 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:12.367234 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:12.367360 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} executeQuery: Read 90 rows, 5.77 KiB in 0.00152 sec., 59210.52631578947 rows/sec., 3.70 MiB/sec. 2026.05.06 01:53:12.367396 [ 268 ] {02c854f2-f06b-46aa-a0e7-20e144318863} TCPHandler: Processed in 0.001684171 sec. 2026.05.06 01:53:17.249019 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:17.249255 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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.06 01:53:17.249572 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:17.254701 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} 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.06 01:53:17.255227 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:17.255387 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:17.255705 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:53:17.257769 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:17.259799 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:17.259826 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:17.262780 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:53:17.262811 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.06 01:53:17.300254 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} executeQuery: Read 35 rows, 7.54 KiB in 0.051083 sec., 685.1594463911673 rows/sec., 147.57 KiB/sec. 2026.05.06 01:53:17.300347 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} MemoryTracker: Peak memory usage (for query): 137.56 KiB. 2026.05.06 01:53:17.300363 [ 268 ] {5d477b91-0b3f-4025-9db2-a45a34c4a659} TCPHandler: Processed in 0.051472138 sec. 2026.05.06 01:53:17.304665 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:17.304818 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:17.304880 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:17.305461 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:17.305503 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:17.306528 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:17.306980 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:17.307138 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} executeQuery: Read 56 rows, 4.41 KiB in 0.002361 sec., 23718.763235916987 rows/sec., 1.82 MiB/sec. 2026.05.06 01:53:17.307181 [ 268 ] {ab256c86-9296-456c-ba65-8c7697e875df} TCPHandler: Processed in 0.002623044 sec. 2026.05.06 01:53:17.307315 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:17.307415 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:17.307458 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:17.307891 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:17.307930 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:17.308346 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:17.308808 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:17.308941 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} executeQuery: Read 64 rows, 5.12 KiB in 0.001548 sec., 41343.669250645995 rows/sec., 3.23 MiB/sec. 2026.05.06 01:53:17.308981 [ 268 ] {b7c71dce-28b8-441f-820d-51eaf47c3d79} TCPHandler: Processed in 0.001718082 sec. 2026.05.06 01:53:17.309109 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:17.309211 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:17.309256 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:17.309670 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:17.309707 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:17.310146 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:17.310640 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:17.310805 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. 2026.05.06 01:53:17.310856 [ 268 ] {e4a8e93d-d9c2-4a26-b0e8-e06e8c173d4d} TCPHandler: Processed in 0.001797664 sec. 2026.05.06 01:53:17.310989 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:17.311083 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:17.311125 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:17.311470 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:17.311506 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:17.311932 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:17.312366 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:17.312496 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. 2026.05.06 01:53:17.312533 [ 268 ] {456c816e-04dd-40c1-9505-3d340f4cded1} TCPHandler: Processed in 0.001594319 sec. 2026.05.06 01:53:19.093537 [ 101 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:53:19.093585 [ 101 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:53:19.179088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1927 2026.05.06 01:53:19.179574 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:19.179619 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:19.180316 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:19.180864 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:19.180996 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1927 2026.05.06 01:53:19.213903 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 134 2026.05.06 01:53:19.216252 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:19.216298 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:19.217651 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:19.218127 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:19.218373 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2026.05.06 01:53:19.253914 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.06 01:53:19.270874 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:19.270925 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:19.277517 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:19.278650 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:19.281613 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.06 01:53:20.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 167.89 MiB, peak 171.89 MiB, free memory in arenas 0.00 B, will set to 169.55 MiB (RSS), difference: 1.66 MiB 2026.05.06 01:53:22.256440 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.256806 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 01:53:22.257262 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:22.257315 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 01:53:22.257591 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:22.257665 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:22.257805 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.06 01:53:22.257844 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:22.257865 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:22.257886 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:22.257938 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 01:53:22.257961 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.06 01:53:22.259249 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} executeQuery: Read 35 rows, 7.54 KiB in 0.002594 sec., 13492.675404780262 rows/sec., 2.84 MiB/sec. 2026.05.06 01:53:22.259359 [ 268 ] {47c182e8-842c-4e8b-85f5-b02bf847bb72} TCPHandler: Processed in 0.003111316 sec. 2026.05.06 01:53:22.264966 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.265084 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.265130 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:53:22.265744 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.265788 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.266351 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.266836 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:53:22.266994 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} executeQuery: Read 284 rows, 18.47 KiB in 0.001942 sec., 146240.9886714727 rows/sec., 9.29 MiB/sec. 2026.05.06 01:53:22.267036 [ 268 ] {95178288-e59b-4f16-b1ee-4f96262c9a03} TCPHandler: Processed in 0.002125382 sec. 2026.05.06 01:53:22.267174 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.267270 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:22.267311 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:22.268119 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.268154 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.268646 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:22.269114 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:22.269242 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} executeQuery: Read 819 rows, 64.93 KiB in 0.001991 sec., 411351.0798593671 rows/sec., 31.85 MiB/sec. 2026.05.06 01:53:22.269278 [ 268 ] {9eef6442-6047-4359-96b8-484c1785e376} TCPHandler: Processed in 0.002153383 sec. 2026.05.06 01:53:22.269417 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.269519 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.269560 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:22.270006 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.270041 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.270516 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.270947 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:22.271091 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} executeQuery: Read 153 rows, 9.37 KiB in 0.00159 sec., 96226.41509433962 rows/sec., 5.75 MiB/sec. 2026.05.06 01:53:22.271133 [ 268 ] {0da75bf1-d3bd-44b2-84c1-4599cf3bb197} TCPHandler: Processed in 0.001769673 sec. 2026.05.06 01:53:22.271261 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.271354 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.271393 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:53:22.271875 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.271913 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.272375 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.273010 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:53:22.273157 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} executeQuery: Read 149 rows, 9.86 KiB in 0.00182 sec., 81868.13186813187 rows/sec., 5.29 MiB/sec. 2026.05.06 01:53:22.273196 [ 268 ] {b5024db1-5cfb-4346-882c-07156df11fa6} TCPHandler: Processed in 0.001985138 sec. 2026.05.06 01:53:22.273330 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.273425 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.273467 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:53:22.274003 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.274040 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.274535 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.274963 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:53:22.275107 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} executeQuery: Read 148 rows, 8.62 KiB in 0.001701 sec., 87007.64256319811 rows/sec., 4.95 MiB/sec. 2026.05.06 01:53:22.275146 [ 268 ] {793336b8-d258-4876-8fe7-d5aa1699efc4} TCPHandler: Processed in 0.001864576 sec. 2026.05.06 01:53:22.275284 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.275378 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:22.275418 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:22.276004 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.276040 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.276472 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:22.276936 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:22.277072 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} executeQuery: Read 504 rows, 36.30 KiB in 0.001711 sec., 294564.5821157218 rows/sec., 20.72 MiB/sec. 2026.05.06 01:53:22.277115 [ 268 ] {c5cee441-db04-4641-89a9-0a60c3abd89d} TCPHandler: Processed in 0.001879536 sec. 2026.05.06 01:53:22.277234 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.277328 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 01:53:22.277371 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 01:53:22.277707 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.277743 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.278165 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.278610 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:53:22.278747 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. 2026.05.06 01:53:22.278787 [ 268 ] {8372af79-bf37-439d-8283-72681bc9b6ff} TCPHandler: Processed in 0.001601879 sec. 2026.05.06 01:53:22.278902 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.278997 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.279038 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:22.279466 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.279502 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.279934 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:22.280355 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:22.280490 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} executeQuery: Read 265 rows, 18.03 KiB in 0.001512 sec., 175264.55026455026 rows/sec., 11.65 MiB/sec. 2026.05.06 01:53:22.280527 [ 268 ] {95388d36-7f25-47bd-84b7-c5495710b533} TCPHandler: Processed in 0.001672281 sec. 2026.05.06 01:53:22.280647 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.280740 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.280781 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:53:22.281101 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.281137 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.281602 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.282052 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:53:22.282190 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. 2026.05.06 01:53:22.282227 [ 268 ] {c6f2a01d-4c6c-4d7a-aa1d-ade2bfa5dd03} TCPHandler: Processed in 0.00162812 sec. 2026.05.06 01:53:22.282346 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.282440 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.282492 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} 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.06 01:53:22.283263 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.283303 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.283958 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.284378 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:22.284526 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} executeQuery: Read 11 rows, 20.18 KiB in 0.002105 sec., 5225.653206650831 rows/sec., 9.36 MiB/sec. 2026.05.06 01:53:22.284578 [ 268 ] {b3b54fa4-48d4-4bb1-bd17-80589ac66081} TCPHandler: Processed in 0.002280995 sec. 2026.05.06 01:53:22.284699 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.284794 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.284836 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.06 01:53:22.285163 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.285199 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.285633 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:22.286103 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): 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.06 01:53:22.286231 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} executeQuery: Read 3 rows, 217.00 B in 0.001455 sec., 2061.855670103093 rows/sec., 145.65 KiB/sec. 2026.05.06 01:53:22.286267 [ 268 ] {bec5129c-f802-48d3-be1d-d5e3b50266d3} TCPHandler: Processed in 0.00161633 sec. 2026.05.06 01:53:22.286382 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:22.286476 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:22.286521 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:22.286848 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:22.286884 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:22.287323 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:22.287786 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:22.287924 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} executeQuery: Read 90 rows, 5.77 KiB in 0.001466 sec., 61391.54160982264 rows/sec., 3.84 MiB/sec. 2026.05.06 01:53:22.287960 [ 268 ] {09230b93-6395-4d37-adc8-da42df7f2632} TCPHandler: Processed in 0.00162752 sec. 2026.05.06 01:53:26.681092 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2375 2026.05.06 01:53:26.681605 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:26.681652 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:26.682344 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:26.682861 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:26.683031 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2375 2026.05.06 01:53:26.781704 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.06 01:53:26.798354 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:26.798413 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:26.804787 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:26.806046 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:26.808914 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.06 01:53:27.256447 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.256676 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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_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.06 01:53:27.256999 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:27.257046 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} 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_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.06 01:53:27.257279 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:27.257346 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:27.257485 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:53:27.257520 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:27.257541 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:27.257556 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:27.257595 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:53:27.257616 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.06 01:53:27.258843 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} executeQuery: Read 35 rows, 7.54 KiB in 0.00226 sec., 15486.725663716816 rows/sec., 3.26 MiB/sec. 2026.05.06 01:53:27.258956 [ 268 ] {3226f51c-f6e0-44f2-b419-00f779956c0a} TCPHandler: Processed in 0.002642175 sec. 2026.05.06 01:53:27.262650 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.262786 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 01:53:27.262836 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:27.263477 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.263526 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.264080 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:27.264561 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): 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.06 01:53:27.264735 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} executeQuery: Read 6 rows, 2.84 KiB in 0.00199 sec., 3015.075376884422 rows/sec., 1.39 MiB/sec. 2026.05.06 01:53:27.264777 [ 268 ] {0e02cf45-5497-44e8-b42f-904b0e494004} TCPHandler: Processed in 0.002184743 sec. 2026.05.06 01:53:27.264912 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.265015 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.265058 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:53:27.265504 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.265543 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.266020 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:27.266490 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:53:27.266644 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} executeQuery: Read 24 rows, 2.04 KiB in 0.001652 sec., 14527.845036319612 rows/sec., 1.21 MiB/sec. 2026.05.06 01:53:27.266683 [ 268 ] {e57e3c6d-1552-466d-a2dc-c1620d045f9d} TCPHandler: Processed in 0.001820904 sec. 2026.05.06 01:53:27.266813 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.266911 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:53:27.266952 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:53:27.267511 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.267549 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.267947 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:53:27.268369 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:53:27.268510 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} executeQuery: Read 2 rows, 167.00 B in 0.00162 sec., 1234.567901234568 rows/sec., 100.67 KiB/sec. 2026.05.06 01:53:27.268547 [ 268 ] {12c89665-e747-408c-8c6a-9f91eba49c7d} TCPHandler: Processed in 0.001783603 sec. 2026.05.06 01:53:27.268668 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.268770 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:27.268811 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:27.269312 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.269349 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.269783 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:27.270213 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:27.270350 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} executeQuery: Read 199 rows, 18.15 KiB in 0.0016 sec., 124375 rows/sec., 11.08 MiB/sec. 2026.05.06 01:53:27.270388 [ 268 ] {9b4d26ef-c493-47f5-9821-58655dd8b017} TCPHandler: Processed in 0.001771933 sec. 2026.05.06 01:53:27.270517 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.270613 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.270652 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:27.271071 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.271104 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.271500 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:27.272038 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:27.272168 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} executeQuery: Read 25 rows, 1.93 KiB in 0.001575 sec., 15873.015873015873 rows/sec., 1.20 MiB/sec. 2026.05.06 01:53:27.272203 [ 268 ] {a86942f4-41a8-42e4-99a4-4ff81df37ef1} TCPHandler: Processed in 0.001736183 sec. 2026.05.06 01:53:27.272321 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.272414 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.272453 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:53:27.272846 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.272880 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.273328 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:27.273751 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:53:27.273879 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} executeQuery: Read 24 rows, 2.04 KiB in 0.001483 sec., 16183.412002697236 rows/sec., 1.34 MiB/sec. 2026.05.06 01:53:27.273924 [ 268 ] {eb39f161-cfb9-4075-a1c1-499d5a6d289b} TCPHandler: Processed in 0.00165054 sec. 2026.05.06 01:53:27.274061 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.274158 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.274199 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:53:27.274594 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.274629 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.275047 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:27.275545 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:53:27.275683 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} executeQuery: Read 12 rows, 960.00 B in 0.001544 sec., 7772.020725388601 rows/sec., 607.19 KiB/sec. 2026.05.06 01:53:27.275730 [ 268 ] {a5d6878f-53d4-4b6e-9105-e12086b28d55} TCPHandler: Processed in 0.001718622 sec. 2026.05.06 01:53:27.275855 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.275952 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:27.275993 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:27.276430 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.276464 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.276879 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:27.277281 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:27.277496 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} executeQuery: Read 113 rows, 9.42 KiB in 0.001563 sec., 72296.86500319898 rows/sec., 5.88 MiB/sec. 2026.05.06 01:53:27.277541 [ 268 ] {8be6d111-5e21-4dca-84c0-041ead2798d2} TCPHandler: Processed in 0.001738452 sec. 2026.05.06 01:53:27.277701 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.277801 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.277850 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:27.278358 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.278392 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.278959 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:27.279415 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:27.279546 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} executeQuery: Read 335 rows, 25.92 KiB in 0.001768 sec., 189479.63800904976 rows/sec., 14.32 MiB/sec. 2026.05.06 01:53:27.279591 [ 268 ] {424a4151-7e37-41dd-b53c-f6fe78f1a52d} TCPHandler: Processed in 0.001945808 sec. 2026.05.06 01:53:27.279719 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.279814 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.279871 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} 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.06 01:53:27.280643 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.280678 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.281307 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:27.281780 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:27.281921 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} executeQuery: Read 11 rows, 20.18 KiB in 0.002125 sec., 5176.470588235294 rows/sec., 9.28 MiB/sec. 2026.05.06 01:53:27.281982 [ 268 ] {54751eea-5435-45c9-8c34-0b3723d0fb5f} TCPHandler: Processed in 0.002314307 sec. 2026.05.06 01:53:27.282108 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:27.282203 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:27.282247 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:27.282597 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:27.282631 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:27.283025 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:27.283526 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:27.283654 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. 2026.05.06 01:53:27.283697 [ 268 ] {6ba3cdbd-2bc1-4deb-8593-ad6eb5446d40} TCPHandler: Processed in 0.00163899 sec. 2026.05.06 01:53:29.218583 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 184 2026.05.06 01:53:29.221169 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:29.221223 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:29.222545 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:29.223044 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:29.223317 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 184 2026.05.06 01:53:32.250666 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.250928 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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.06 01:53:32.251227 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:32.251261 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} 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.06 01:53:32.251474 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:32.251542 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:32.251675 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 22-element set) 2026.05.06 01:53:32.251774 [ 293 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:32.251825 [ 342 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:32.251947 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2026.05.06 01:53:32.251981 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:32.252024 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} 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.06 01:53:32.252045 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.06 01:53:32.253221 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} executeQuery: Read 35 rows, 7.54 KiB in 0.002388 sec., 14656.616415410386 rows/sec., 3.08 MiB/sec. 2026.05.06 01:53:32.253318 [ 268 ] {93ee14ce-e618-4ec7-a760-1d55b163c286} TCPHandler: Processed in 0.002780958 sec. 2026.05.06 01:53:32.255940 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.256050 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:32.256094 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:32.256604 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.256645 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.257175 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:32.257679 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:32.257865 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} executeQuery: Read 106 rows, 9.11 KiB in 0.001846 sec., 57421.45178764897 rows/sec., 4.82 MiB/sec. 2026.05.06 01:53:32.257908 [ 268 ] {e19720ed-0c7d-4802-897d-6b442a87b1b3} TCPHandler: Processed in 0.002018859 sec. 2026.05.06 01:53:32.258044 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.258141 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:32.258182 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:32.258635 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.258674 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.259191 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:32.259648 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:32.259776 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} executeQuery: Read 25 rows, 1.88 KiB in 0.001652 sec., 15133.17191283293 rows/sec., 1.11 MiB/sec. 2026.05.06 01:53:32.259812 [ 268 ] {f64754ec-286f-4632-a23c-53e43cf70c09} TCPHandler: Processed in 0.001819324 sec. 2026.05.06 01:53:32.259937 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.260030 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:32.260069 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:32.260498 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.260532 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.261013 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:32.261608 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:32.261758 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} executeQuery: Read 95 rows, 7.63 KiB in 0.001745 sec., 54441.26074498567 rows/sec., 4.27 MiB/sec. 2026.05.06 01:53:32.261794 [ 268 ] {a7d8d368-6fee-42cb-9ff4-318de9dc75b2} TCPHandler: Processed in 0.001904856 sec. 2026.05.06 01:53:32.261929 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.262021 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:32.262064 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:32.262495 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.262529 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.262954 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:32.263406 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:32.263569 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. 2026.05.06 01:53:32.263606 [ 268 ] {71a1f870-a35a-4393-a201-ac5bbf0b0bb8} TCPHandler: Processed in 0.001732733 sec. 2026.05.06 01:53:32.263739 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.263832 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:32.263884 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} 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.06 01:53:32.264666 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.264700 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.265352 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:32.265969 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:32.266172 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} executeQuery: Read 25 rows, 45.87 KiB in 0.002357 sec., 10606.703436571912 rows/sec., 19.01 MiB/sec. 2026.05.06 01:53:32.266224 [ 268 ] {02426de6-ddc3-4094-a446-253a207fbea7} TCPHandler: Processed in 0.002531921 sec. 2026.05.06 01:53:32.266352 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.266449 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.06 01:53:32.266492 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.06 01:53:32.266880 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.266918 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.267387 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:32.267971 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} oximeter.measurements_i64 (3088cfce-b650-435b-8b74-e505fe01ce66): 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.06 01:53:32.268102 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} executeQuery: Read 12 rows, 955.00 B in 0.001674 sec., 7168.458781362007 rows/sec., 557.12 KiB/sec. 2026.05.06 01:53:32.268137 [ 268 ] {4a536894-8e40-4fe4-ba14-61dbc2b8ccd6} TCPHandler: Processed in 0.001832224 sec. 2026.05.06 01:53:32.268280 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:32.268374 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:32.268415 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:32.268788 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:32.268830 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:32.269413 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:32.270012 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:32.270199 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} executeQuery: Read 60 rows, 4.14 KiB in 0.001843 sec., 32555.615843733045 rows/sec., 2.19 MiB/sec. 2026.05.06 01:53:32.270238 [ 268 ] {0b71e3a9-c28a-48c8-b8e5-f8fff96857e9} TCPHandler: Processed in 0.002006209 sec. 2026.05.06 01:53:34.093824 [ 74 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:53:34.093871 [ 74 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:53:34.183164 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2887 2026.05.06 01:53:34.183678 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:34.183725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:34.184337 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:34.184792 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:34.184925 [ 74 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:34.184935 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2887 2026.05.06 01:53:34.184998 [ 74 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:34.185028 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:34.187575 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:53:34.190064 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:34.190160 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:53:34.190271 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:53:34.190323 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 439 rows starting from the beginning of the part 2026.05.06 01:53:34.190367 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.05.06 01:53:34.190427 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.05.06 01:53:34.190470 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.05.06 01:53:34.224788 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2887 rows, containing 4 columns (4 merged, 0 gathered) in 0.039628729 sec., 72851.18833864189 rows/sec., 1.04 MiB/sec. 2026.05.06 01:53:34.225756 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:34.226360 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:34.226433 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_6_1} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:34.226519 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.05.06 01:53:34.309038 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.06 01:53:34.327469 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:34.327534 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:34.334131 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:34.335261 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:34.335572 [ 73 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:34.335683 [ 73 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:34.335722 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:34.335879 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.338829 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.06 01:53:34.340547 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:34.342015 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.346518 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.350899 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.355319 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.362706 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.367015 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:53:34.425432 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.08961786 sec., 513.2905427556517 rows/sec., 2.65 MiB/sec. 2026.05.06 01:53:34.427787 [ 188 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:34.430206 [ 188 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_6_1} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:34.430309 [ 188 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_6_1} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:34.432250 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.06 01:53:35.000218 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 172.54 MiB, peak 182.08 MiB, free memory in arenas 0.00 B, will set to 182.28 MiB (RSS), difference: 9.74 MiB 2026.05.06 01:53:37.250143 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.250441 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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.06 01:53:37.250845 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:37.250897 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} 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.06 01:53:37.251157 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:37.251226 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:37.251361 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:53:37.251484 [ 332 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:37.251543 [ 325 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:37.251675 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2026.05.06 01:53:37.251702 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:37.251743 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:53:37.251763 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.06 01:53:37.252836 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} executeQuery: Read 35 rows, 7.54 KiB in 0.00251 sec., 13944.22310756972 rows/sec., 2.93 MiB/sec. 2026.05.06 01:53:37.252941 [ 268 ] {f4de9a2e-d1a5-4445-b758-3d649fb87e1b} TCPHandler: Processed in 0.002951862 sec. 2026.05.06 01:53:37.255439 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.255559 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:37.255609 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:37.256149 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.256189 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.256719 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:37.257270 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:37.257400 [ 68 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:37.257429 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} executeQuery: Read 78 rows, 6.61 KiB in 0.001906 sec., 40923.39979013641 rows/sec., 3.39 MiB/sec. 2026.05.06 01:53:37.257444 [ 68 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.257468 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.257471 [ 268 ] {0b50d7cd-8b4c-4d7c-8baf-5e51b3c27ec7} TCPHandler: Processed in 0.002093312 sec. 2026.05.06 01:53:37.257593 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:53:37.257615 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.257743 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.257770 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:37.257789 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:37.257840 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 812 rows starting from the beginning of the part 2026.05.06 01:53:37.257951 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:53:37.258045 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 819 rows starting from the beginning of the part 2026.05.06 01:53:37.258115 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 199 rows starting from the beginning of the part 2026.05.06 01:53:37.258199 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part 2026.05.06 01:53:37.258271 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part 2026.05.06 01:53:37.258277 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.258326 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.258878 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:37.259457 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:37.259649 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} executeQuery: Read 11 rows, 847.00 B in 0.001929 sec., 5702.436495593572 rows/sec., 428.80 KiB/sec. 2026.05.06 01:53:37.259691 [ 268 ] {996fdad2-a346-4bd9-8b65-c8115272b0f5} TCPHandler: Processed in 0.002126322 sec. 2026.05.06 01:53:37.259825 [ 189 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2070 rows, containing 5 columns (5 merged, 0 gathered) in 0.002283556 sec., 906480.9446319687 rows/sec., 75.03 MiB/sec. 2026.05.06 01:53:37.259827 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.259963 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:37.260008 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:37.260172 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:37.260457 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.260501 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.260864 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:37.260945 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_6_1} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:37.261018 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.05.06 01:53:37.261095 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:37.261648 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:37.261784 [ 67 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:37.261794 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} executeQuery: Read 75 rows, 6.00 KiB in 0.001852 sec., 40496.76025917927 rows/sec., 3.16 MiB/sec. 2026.05.06 01:53:37.261858 [ 67 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.261876 [ 268 ] {6db47a61-a4b3-4980-ac94-0e6602c1ebc3} TCPHandler: Processed in 0.002105041 sec. 2026.05.06 01:53:37.261885 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.262015 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.262048 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:53:37.262123 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.262174 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:37.262256 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:37.262316 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 517 rows starting from the beginning of the part 2026.05.06 01:53:37.262415 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.05.06 01:53:37.262470 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 504 rows starting from the beginning of the part 2026.05.06 01:53:37.262513 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part 2026.05.06 01:53:37.262564 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 95 rows starting from the beginning of the part 2026.05.06 01:53:37.262612 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 75 rows starting from the beginning of the part 2026.05.06 01:53:37.262614 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.262663 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.263154 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:37.263647 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:37.263752 [ 67 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:37.263790 [ 67 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.263795 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. 2026.05.06 01:53:37.263808 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.263843 [ 268 ] {ef14c445-c81e-4510-b619-6ef00f259909} TCPHandler: Processed in 0.001877666 sec. 2026.05.06 01:53:37.263950 [ 195 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 5 columns (5 merged, 0 gathered) in 0.001969798 sec., 694487.4550588436 rows/sec., 53.13 MiB/sec. 2026.05.06 01:53:37.263964 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:53:37.263974 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.264098 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.264114 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:37.264156 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 270 rows starting from the beginning of the part 2026.05.06 01:53:37.264157 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} 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.06 01:53:37.264247 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.05.06 01:53:37.264297 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:37.264308 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.05.06 01:53:37.264364 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 335 rows starting from the beginning of the part 2026.05.06 01:53:37.264433 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:53:37.264502 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:53:37.264860 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:37.264936 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_6_1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:37.265022 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.05.06 01:53:37.265028 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.265076 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.265833 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:37.265992 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 5 columns (5 merged, 0 gathered) in 0.002087841 sec., 646600.9624296103 rows/sec., 45.17 MiB/sec. 2026.05.06 01:53:37.266327 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:37.266514 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:37.266731 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} executeQuery: Read 11 rows, 20.18 KiB in 0.002651 sec., 4149.377593360996 rows/sec., 7.44 MiB/sec. 2026.05.06 01:53:37.266808 [ 268 ] {3371b697-dbc0-4265-92b5-85d74a935e19} TCPHandler: Processed in 0.002883571 sec. 2026.05.06 01:53:37.266866 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:37.266935 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_6_1} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:37.266952 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.267006 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.06 01:53:37.267053 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.267101 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:37.267453 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.267490 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.268062 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:37.268734 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:37.268851 [ 67 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:37.268877 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} executeQuery: Read 60 rows, 4.14 KiB in 0.001842 sec., 32573.28990228013 rows/sec., 2.20 MiB/sec. 2026.05.06 01:53:37.268892 [ 67 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.268923 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.268930 [ 268 ] {55ab5532-dd55-4da8-9e42-8b64ceabccf3} TCPHandler: Processed in 0.00202895 sec. 2026.05.06 01:53:37.269035 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:37.269175 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:37.269220 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:37.269312 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.05.06 01:53:37.269366 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.05.06 01:53:37.269415 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:37.269458 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:37.269517 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:37.270538 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.001553258 sec., 270399.37988408876 rows/sec., 17.66 MiB/sec. 2026.05.06 01:53:37.270799 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:37.271333 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:37.271404 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_6_1} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:37.271473 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.06 01:53:37.737656 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.737885 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:53:37.738271 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:37.738312 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:53:37.738540 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:37.738607 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:37.738756 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:53:37.738851 [ 332 ] {334e7391-6dec-49f6-b6c9-19caa317d118} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:37.738883 [ 325 ] {334e7391-6dec-49f6-b6c9-19caa317d118} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:37.738989 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2026.05.06 01:53:37.739016 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:37.739058 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:53:37.739078 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.06 01:53:37.740105 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} executeQuery: Read 35 rows, 7.54 KiB in 0.002313 sec., 15131.863380890618 rows/sec., 3.18 MiB/sec. 2026.05.06 01:53:37.740175 [ 268 ] {334e7391-6dec-49f6-b6c9-19caa317d118} TCPHandler: Processed in 0.002650225 sec. 2026.05.06 01:53:37.759953 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.760075 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 01:53:37.760125 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:37.760726 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.760773 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.761284 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:37.761694 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): 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.06 01:53:37.761856 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} executeQuery: Read 9 rows, 1.88 KiB in 0.001815 sec., 4958.677685950413 rows/sec., 1.01 MiB/sec. 2026.05.06 01:53:37.761898 [ 268 ] {cbcf16cc-0934-4399-8606-2fc10e739d13} TCPHandler: Processed in 0.002010039 sec. 2026.05.06 01:53:37.762046 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.762145 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:53:37.762189 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:53:37.762607 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.762645 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.763065 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:53:37.763516 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:53:37.763664 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} executeQuery: Read 2 rows, 167.00 B in 0.00154 sec., 1298.7012987012988 rows/sec., 105.90 KiB/sec. 2026.05.06 01:53:37.763702 [ 268 ] {d7e142b5-98bc-46e0-b927-98b5db97f453} TCPHandler: Processed in 0.001707772 sec. 2026.05.06 01:53:37.763834 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.763931 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:37.763972 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:37.765588 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.765626 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.766273 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:37.766771 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:37.766914 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} executeQuery: Read 2452 rows, 186.08 KiB in 0.003002 sec., 816788.8074616923 rows/sec., 60.53 MiB/sec. 2026.05.06 01:53:37.766952 [ 268 ] {b1d2f89f-fa13-4980-bf92-cc0408b089fb} TCPHandler: Processed in 0.003166967 sec. 2026.05.06 01:53:37.767079 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.767175 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.767215 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:37.767628 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.767665 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.768083 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:37.768641 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:37.768754 [ 66 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:37.768788 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} executeQuery: Read 35 rows, 2.62 KiB in 0.001633 sec., 21432.945499081445 rows/sec., 1.57 MiB/sec. 2026.05.06 01:53:37.768823 [ 66 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.768835 [ 268 ] {a8e17c72-b8ef-4c6f-9b26-8bc7fc56b9c2} TCPHandler: Processed in 0.001805354 sec. 2026.05.06 01:53:37.768853 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.768959 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.769000 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:53:37.769060 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.769107 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:53:37.769158 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:37.769196 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 157 rows starting from the beginning of the part 2026.05.06 01:53:37.769291 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 153 rows starting from the beginning of the part 2026.05.06 01:53:37.769375 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part 2026.05.06 01:53:37.769445 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part 2026.05.06 01:53:37.769500 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:53:37.769542 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.05.06 01:53:37.769798 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.769841 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.770423 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:37.770633 [ 200 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 5 columns (5 merged, 0 gathered) in 0.001704401 sec., 238206.85390351215 rows/sec., 15.94 MiB/sec. 2026.05.06 01:53:37.770901 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:37.771005 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:53:37.771147 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} executeQuery: Read 801 rows, 47.38 KiB in 0.002106 sec., 380341.8803418804 rows/sec., 21.97 MiB/sec. 2026.05.06 01:53:37.771186 [ 268 ] {e9f58d81-5491-42ce-89a8-afd67722a0a6} TCPHandler: Processed in 0.002276486 sec. 2026.05.06 01:53:37.771326 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.771421 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.771447 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:37.771463 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:53:37.771534 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_6_1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:37.771628 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:53:37.771858 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.771899 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.772558 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 01:53:37.773134 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:53:37.773262 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} executeQuery: Read 2 rows, 144.00 B in 0.001859 sec., 1075.8472296933835 rows/sec., 75.65 KiB/sec. 2026.05.06 01:53:37.773300 [ 268 ] {93c8dd06-c423-4db6-837e-9a4da3f524f0} TCPHandler: Processed in 0.00202392 sec. 2026.05.06 01:53:37.773430 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.773524 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:37.773564 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:37.774412 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.774448 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.775123 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:37.775673 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:37.775812 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} executeQuery: Read 1314 rows, 90.04 KiB in 0.002305 sec., 570065.0759219088 rows/sec., 38.15 MiB/sec. 2026.05.06 01:53:37.775849 [ 268 ] {50fe851a-ee7c-4977-b572-cd0c78a41e22} TCPHandler: Processed in 0.002468221 sec. 2026.05.06 01:53:37.775974 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.776070 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.776114 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:37.777269 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.777306 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.778049 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:37.778555 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:37.778688 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} executeQuery: Read 2862 rows, 183.06 KiB in 0.002636 sec., 1085735.9635811837 rows/sec., 67.82 MiB/sec. 2026.05.06 01:53:37.778725 [ 268 ] {c8a8bd1d-0681-472b-a4e9-985626df901d} TCPHandler: Processed in 0.002800629 sec. 2026.05.06 01:53:37.778856 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.778950 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.779006 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} 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.06 01:53:37.779822 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.779859 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.780522 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:37.780978 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:37.781083 [ 66 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:37.781117 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} executeQuery: Read 33 rows, 60.55 KiB in 0.002184 sec., 15109.890109890108 rows/sec., 27.08 MiB/sec. 2026.05.06 01:53:37.781124 [ 66 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.781158 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.781179 [ 268 ] {782cc838-209c-444b-abd8-cc1f6f267f44} TCPHandler: Processed in 0.002372268 sec. 2026.05.06 01:53:37.781294 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:53:37.781311 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:37.781427 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:37.781468 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:37.781604 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:37.781682 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part 2026.05.06 01:53:37.781796 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:37.781839 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:37.781859 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:53:37.781998 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:53:37.782125 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part 2026.05.06 01:53:37.782240 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:53:37.782314 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:37.782346 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part 2026.05.06 01:53:37.782853 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:37.782994 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} executeQuery: Read 12 rows, 848.00 B in 0.001586 sec., 7566.204287515763 rows/sec., 522.15 KiB/sec. 2026.05.06 01:53:37.783032 [ 268 ] {dcfc0477-f524-454d-81e5-ed491d481514} TCPHandler: Processed in 0.001769873 sec. 2026.05.06 01:53:37.784504 [ 198 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 19 columns (19 merged, 0 gathered) in 0.00327212 sec., 29338.777306455755 rows/sec., 52.57 MiB/sec. 2026.05.06 01:53:37.784905 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:37.785494 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:37.785567 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_6_1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:37.785653 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.05.06 01:53:39.224435 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 236 2026.05.06 01:53:39.226913 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:39.226962 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:39.228309 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:39.228825 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:39.229091 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 236 2026.05.06 01:53:41.685990 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3335 2026.05.06 01:53:41.686486 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:41.686529 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:41.687278 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:41.687755 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:41.687889 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3335 2026.05.06 01:53:41.839862 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.06 01:53:41.857594 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:41.857650 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:41.863339 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:41.864491 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:41.867614 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.06 01:53:42.248758 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:42.248977 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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.06 01:53:42.249290 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:42.249325 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} 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.06 01:53:42.249546 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:42.249616 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:42.249755 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:53:42.249890 [ 353 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:42.249901 [ 346 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:53:42.249893 [ 325 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:42.250077 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:42.250105 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:42.252711 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:53:42.252744 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:53:42.252804 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:53:42.252854 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:53:42.254934 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} executeQuery: Read 44 rows, 7.84 KiB in 0.006033 sec., 7293.220619923753 rows/sec., 1.27 MiB/sec. 2026.05.06 01:53:42.255126 [ 268 ] {b8cf9238-5469-4792-abfe-64fcacfacb8d} TCPHandler: Processed in 0.006486479 sec. 2026.05.06 01:53:42.256608 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:42.256722 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:42.256767 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:42.257284 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:42.257324 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:42.257850 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:42.258350 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:42.258498 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} executeQuery: Read 56 rows, 4.41 KiB in 0.001808 sec., 30973.451327433628 rows/sec., 2.38 MiB/sec. 2026.05.06 01:53:42.258534 [ 268 ] {7baf1990-5af7-46d7-a8ef-9db600afd707} TCPHandler: Processed in 0.001979859 sec. 2026.05.06 01:53:42.258668 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:42.258762 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:42.258801 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:42.259246 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:42.259280 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:42.259700 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:42.260243 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:42.260389 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} executeQuery: Read 64 rows, 5.12 KiB in 0.001644 sec., 38929.4403892944 rows/sec., 3.04 MiB/sec. 2026.05.06 01:53:42.260438 [ 268 ] {5127e997-1608-4e1d-864e-9df156c7a771} TCPHandler: Processed in 0.001817074 sec. 2026.05.06 01:53:42.260600 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:42.260702 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:42.260752 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:42.261225 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:42.261259 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:42.261750 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:42.262206 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:42.262336 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} executeQuery: Read 128 rows, 9.13 KiB in 0.001656 sec., 77294.68599033817 rows/sec., 5.38 MiB/sec. 2026.05.06 01:53:42.262372 [ 268 ] {e585e270-adc5-4314-9eca-2cfedd8ba684} TCPHandler: Processed in 0.001829004 sec. 2026.05.06 01:53:42.262499 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:42.262592 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:42.262635 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:42.262987 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:42.263021 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:42.263443 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:42.264030 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:42.264187 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} executeQuery: Read 48 rows, 3.31 KiB in 0.001612 sec., 29776.67493796526 rows/sec., 2.01 MiB/sec. 2026.05.06 01:53:42.264230 [ 268 ] {2dc9edea-65bf-4416-8699-a08df2bffafc} TCPHandler: Processed in 0.001779064 sec. 2026.05.06 01:53:47.249109 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.249405 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} executeQuery: (from [fd00:1122:3344:101::d]:52157) 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.06 01:53:47.249880 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:47.249941 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} 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.06 01:53:47.250295 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:47.250383 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:47.250520 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:53:47.250688 [ 323 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:47.250723 [ 313 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:47.250691 [ 330 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:53:47.250918 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:47.250947 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:47.251014 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:53:47.251034 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:53:47.251069 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:53:47.251118 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:53:47.252270 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} executeQuery: Read 44 rows, 7.84 KiB in 0.003022 sec., 14559.89410986102 rows/sec., 2.53 MiB/sec. 2026.05.06 01:53:47.252384 [ 268 ] {78d90610-ddfb-4032-9689-895bcfea7739} TCPHandler: Processed in 0.003434304 sec. 2026.05.06 01:53:47.254983 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.255103 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:47.255149 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:47.255686 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:47.255728 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:47.256094 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:47.256338 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:47.256488 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} executeQuery: Read 78 rows, 6.61 KiB in 0.001418 sec., 55007.052186177716 rows/sec., 4.56 MiB/sec. 2026.05.06 01:53:47.256527 [ 268 ] {208b802d-7ff8-40bf-874c-0c38cbad54ea} TCPHandler: Processed in 0.001604209 sec. 2026.05.06 01:53:47.256663 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.256765 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:47.256806 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:47.257208 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:47.257246 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:47.257536 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:47.257738 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:47.257877 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} executeQuery: Read 11 rows, 847.00 B in 0.001135 sec., 9691.629955947137 rows/sec., 728.77 KiB/sec. 2026.05.06 01:53:47.257916 [ 268 ] {a4cd3b77-3a15-47eb-8f9a-e95097cfdc7a} TCPHandler: Processed in 0.001300802 sec. 2026.05.06 01:53:47.258046 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.258142 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:47.258182 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:47.258595 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:47.258633 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:47.258939 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:47.259141 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:47.259274 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} executeQuery: Read 75 rows, 6.00 KiB in 0.001152 sec., 65104.166666666664 rows/sec., 5.08 MiB/sec. 2026.05.06 01:53:47.259310 [ 268 ] {cd24c32e-b971-4cd1-a614-ec859b3dd551} TCPHandler: Processed in 0.001311872 sec. 2026.05.06 01:53:47.259437 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.259533 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:47.259576 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:47.259983 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:47.260019 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:47.260332 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:47.260537 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:47.260663 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.05.06 01:53:47.260698 [ 268 ] {658cd0b8-dedb-4e1a-bb51-3cd1d12bc505} TCPHandler: Processed in 0.001308542 sec. 2026.05.06 01:53:47.260813 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.260905 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:47.260960 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} 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.06 01:53:47.261698 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:47.261734 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:47.262223 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:47.262445 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:47.262586 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} executeQuery: Read 11 rows, 20.18 KiB in 0.001697 sec., 6482.02710665881 rows/sec., 11.62 MiB/sec. 2026.05.06 01:53:47.262644 [ 268 ] {826f4a53-b8c5-4f52-8723-ea4e6e7704a6} TCPHandler: Processed in 0.001877686 sec. 2026.05.06 01:53:47.262774 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:47.262868 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} executeQuery: (from [fd00:1122:3344:101::d]:52157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:47.262909 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:47.263249 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:47.263284 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:47.263610 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:47.263816 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:47.263945 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.05.06 01:53:47.263979 [ 268 ] {b3e429f1-141b-4815-a543-c515adf4d254} TCPHandler: Processed in 0.00125283 sec. 2026.05.06 01:53:49.093912 [ 44 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:53:49.093967 [ 44 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:53:49.188839 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3847 2026.05.06 01:53:49.189377 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:49.189411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:49.189885 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:49.190161 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:49.190296 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3847 2026.05.06 01:53:49.230279 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 260 2026.05.06 01:53:49.232270 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:49.232316 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:49.233420 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:53:49.233668 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:49.233814 [ 44 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:53:49.233857 [ 44 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:49.233877 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:49.233906 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2026.05.06 01:53:49.233977 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:53:49.234591 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:49.234756 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:53:49.235176 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.05.06 01:53:49.235553 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.05.06 01:53:49.235918 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2026.05.06 01:53:49.236271 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part 2026.05.06 01:53:49.236610 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.05.06 01:53:49.242585 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 72 columns (72 merged, 0 gathered) in 0.008655811 sec., 30037.624435191574 rows/sec., 28.17 MiB/sec. 2026.05.06 01:53:49.243191 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:53:49.243696 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:49.243759 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_6_1} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:53:49.243925 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.05.06 01:53:49.368590 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.06 01:53:49.387419 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:49.387481 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:49.393872 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:49.394588 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:49.397799 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.06 01:53:50.000281 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.10 MiB, peak 190.10 MiB, free memory in arenas 0.00 B, will set to 188.80 MiB (RSS), difference: 2.70 MiB 2026.05.06 01:53:50.625070 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:50.625168 [ 258 ] {} TCP-Session: 41fc0ade-24e2-4eaf-8566-495155c5e5be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:51.000263 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.77 MiB, peak 190.10 MiB, free memory in arenas 0.00 B, will set to 188.80 MiB (RSS), difference: 2.03 MiB 2026.05.06 01:53:51.826131 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:51.826228 [ 268 ] {} TCP-Session: 21d923e9-e63e-458d-8eda-2a6dfae090a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:52.000274 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.77 MiB, peak 190.10 MiB, free memory in arenas 0.00 B, will set to 188.80 MiB (RSS), difference: 2.04 MiB 2026.05.06 01:53:52.249756 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.249979 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:53:52.250403 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:52.250443 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} 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.06 01:53:52.250671 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:52.250747 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:52.250891 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:53:52.251007 [ 330 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:52.251026 [ 323 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:53:52.251017 [ 313 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:52.251177 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:52.251200 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:52.251269 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:53:52.251288 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:53:52.251327 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:53:52.251367 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:53:52.252565 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} executeQuery: Read 44 rows, 7.84 KiB in 0.002614 sec., 16832.440703902066 rows/sec., 2.93 MiB/sec. 2026.05.06 01:53:52.252684 [ 277 ] {b194494a-5f6b-4174-b566-5d6b4fc908db} TCPHandler: Processed in 0.003014584 sec. 2026.05.06 01:53:52.255558 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.255681 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:52.255732 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:52.256360 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:52.256400 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:52.256801 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:53:52.257041 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:52.257195 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} executeQuery: Read 106 rows, 9.11 KiB in 0.001515 sec., 69966.99669966997 rows/sec., 5.87 MiB/sec. 2026.05.06 01:53:52.257242 [ 277 ] {9b04e341-4d5b-4836-a981-60c305aef67e} TCPHandler: Processed in 0.001712062 sec. 2026.05.06 01:53:52.257385 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.257490 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:52.257533 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:52.257969 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:52.258005 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:52.258328 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:52.258533 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:52.258667 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} executeQuery: Read 25 rows, 1.88 KiB in 0.001204 sec., 20764.119601328905 rows/sec., 1.52 MiB/sec. 2026.05.06 01:53:52.258703 [ 277 ] {a718ca51-7c05-423d-8b63-6a0527fbedc8} TCPHandler: Processed in 0.001369413 sec. 2026.05.06 01:53:52.258838 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.258940 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:52.258981 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:52.259439 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:52.259475 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:52.259828 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:53:52.260046 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:52.260180 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} executeQuery: Read 89 rows, 7.12 KiB in 0.001262 sec., 70522.9793977813 rows/sec., 5.51 MiB/sec. 2026.05.06 01:53:52.260217 [ 277 ] {82995478-593b-47d5-aa04-30e641e8e440} TCPHandler: Processed in 0.001443465 sec. 2026.05.06 01:53:52.260355 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.260452 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:52.260496 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:52.260920 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:52.260955 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:52.261286 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:53:52.261508 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:52.261640 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2026.05.06 01:53:52.261675 [ 277 ] {9d56ea22-8c1a-4c46-8df6-fb158bee316a} TCPHandler: Processed in 0.001372664 sec. 2026.05.06 01:53:52.261791 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.261887 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:52.261941 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} 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.06 01:53:52.262732 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:52.262766 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:52.263358 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:53:52.263591 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:52.263730 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} executeQuery: Read 25 rows, 45.87 KiB in 0.00186 sec., 13440.860215053763 rows/sec., 24.09 MiB/sec. 2026.05.06 01:53:52.263792 [ 277 ] {71afbe61-9dd0-477e-bc03-9d6da02b43ea} TCPHandler: Processed in 0.002048161 sec. 2026.05.06 01:53:52.263908 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:52.264002 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:52.264043 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:52.264385 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:52.264420 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:52.264729 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:53:52.264947 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:52.265072 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.05.06 01:53:52.265113 [ 277 ] {d59ec880-3d80-4614-834d-782269c0d4a4} TCPHandler: Processed in 0.001254251 sec. 2026.05.06 01:53:56.116860 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50079 2026.05.06 01:53:56.116979 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117006 [ 307 ] {} TCP-Session: ebca101d-bfc8-4b05-aab3-db2183a768ea Authenticating user 'default' from [fd00:1122:3344:101::e]:50079 2026.05.06 01:53:56.117029 [ 307 ] {} TCP-Session: ebca101d-bfc8-4b05-aab3-db2183a768ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117042 [ 307 ] {} TCP-Session: ebca101d-bfc8-4b05-aab3-db2183a768ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117283 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53622 2026.05.06 01:53:56.117299 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50270 2026.05.06 01:53:56.117332 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42833 2026.05.06 01:53:56.117356 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40067 2026.05.06 01:53:56.117397 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33095 2026.05.06 01:53:56.117400 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117363 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58128 2026.05.06 01:53:56.117448 [ 308 ] {} TCP-Session: b68dbb68-7765-4c27-8d2d-e9ce6faadafb Authenticating user 'default' from [fd00:1122:3344:101::e]:53622 2026.05.06 01:53:56.117467 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117499 [ 308 ] {} TCP-Session: b68dbb68-7765-4c27-8d2d-e9ce6faadafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117461 [ 307 ] {} TCP-Session: ebca101d-bfc8-4b05-aab3-db2183a768ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:56.117521 [ 309 ] {} TCP-Session: ec69c49b-d470-41c5-ba65-e0d6fe003d2e Authenticating user 'default' from [fd00:1122:3344:101::e]:50270 2026.05.06 01:53:56.117526 [ 308 ] {} TCP-Session: b68dbb68-7765-4c27-8d2d-e9ce6faadafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117576 [ 309 ] {} TCP-Session: ec69c49b-d470-41c5-ba65-e0d6fe003d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117438 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117610 [ 309 ] {} TCP-Session: ec69c49b-d470-41c5-ba65-e0d6fe003d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117631 [ 258 ] {} TCP-Session: 8e309eb2-8f38-4ab5-a6c2-7b4ea98ae654 Authenticating user 'default' from [fd00:1122:3344:101::e]:42833 2026.05.06 01:53:56.117310 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58396 2026.05.06 01:53:56.117653 [ 258 ] {} TCP-Session: 8e309eb2-8f38-4ab5-a6c2-7b4ea98ae654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117324 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56336 2026.05.06 01:53:56.117710 [ 258 ] {} TCP-Session: 8e309eb2-8f38-4ab5-a6c2-7b4ea98ae654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117741 [ 307 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} executeQuery: (from [fd00:1122:3344:101::e]:50079) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:53:56.117725 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117779 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117818 [ 304 ] {} TCP-Session: 4bf37cb4-a18f-469d-ab1e-3c49796e9e74 Authenticating user 'default' from [fd00:1122:3344:101::e]:33095 2026.05.06 01:53:56.117832 [ 303 ] {} TCP-Session: 14896361-349f-4ddf-bcfb-a01f2880c296 Authenticating user 'default' from [fd00:1122:3344:101::e]:58128 2026.05.06 01:53:56.117853 [ 304 ] {} TCP-Session: 4bf37cb4-a18f-469d-ab1e-3c49796e9e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117866 [ 303 ] {} TCP-Session: 14896361-349f-4ddf-bcfb-a01f2880c296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117879 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.117910 [ 303 ] {} TCP-Session: 14896361-349f-4ddf-bcfb-a01f2880c296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117933 [ 268 ] {} TCP-Session: 737dd592-71ff-4acf-9af8-4fbea7ae9230 Authenticating user 'default' from [fd00:1122:3344:101::e]:40067 2026.05.06 01:53:56.117885 [ 304 ] {} TCP-Session: 4bf37cb4-a18f-469d-ab1e-3c49796e9e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117966 [ 268 ] {} TCP-Session: 737dd592-71ff-4acf-9af8-4fbea7ae9230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.117985 [ 268 ] {} TCP-Session: 737dd592-71ff-4acf-9af8-4fbea7ae9230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.118126 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.118154 [ 307 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:53:56.118160 [ 311 ] {} TCP-Session: 9a96d18d-8333-4f7e-b907-d523ce7cca90 Authenticating user 'default' from [fd00:1122:3344:101::e]:56336 2026.05.06 01:53:56.118181 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.118196 [ 311 ] {} TCP-Session: 9a96d18d-8333-4f7e-b907-d523ce7cca90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.118224 [ 307 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:56.118227 [ 311 ] {} TCP-Session: 9a96d18d-8333-4f7e-b907-d523ce7cca90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.118233 [ 310 ] {} TCP-Session: fdb16624-caba-415d-a6be-73c539a217a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58396 2026.05.06 01:53:56.118283 [ 310 ] {} TCP-Session: fdb16624-caba-415d-a6be-73c539a217a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.118298 [ 310 ] {} TCP-Session: fdb16624-caba-415d-a6be-73c539a217a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.118587 [ 307 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:53:56.120334 [ 313 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} AggregatingTransform: Aggregating 2026.05.06 01:53:56.120382 [ 313 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} Aggregator: Aggregation method: without_key 2026.05.06 01:53:56.120424 [ 313 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001725492 sec. (579.545 rows/sec., 22.64 KiB/sec.) 2026.05.06 01:53:56.120447 [ 313 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} Aggregator: Merging aggregated data 2026.05.06 01:53:56.121952 [ 307 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} executeQuery: Read 1 rows, 40.00 B in 0.004295 sec., 232.8288707799767 rows/sec., 9.09 KiB/sec. 2026.05.06 01:53:56.122133 [ 307 ] {b3224f9e-6bf2-42f7-b5a6-da526c0f8a79} TCPHandler: Processed in 0.004872669 sec. 2026.05.06 01:53:56.122304 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122338 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122357 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122374 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122393 [ 309 ] {} TCP-Session: ec69c49b-d470-41c5-ba65-e0d6fe003d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122408 [ 304 ] {} TCP-Session: 4bf37cb4-a18f-469d-ab1e-3c49796e9e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122427 [ 258 ] {} TCP-Session: 8e309eb2-8f38-4ab5-a6c2-7b4ea98ae654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122440 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122462 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122487 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122492 [ 303 ] {} TCP-Session: 14896361-349f-4ddf-bcfb-a01f2880c296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122521 [ 311 ] {} TCP-Session: 9a96d18d-8333-4f7e-b907-d523ce7cca90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122535 [ 268 ] {} TCP-Session: 737dd592-71ff-4acf-9af8-4fbea7ae9230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122416 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122393 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.122357 [ 307 ] {} TCP-Session: ebca101d-bfc8-4b05-aab3-db2183a768ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122655 [ 308 ] {} TCP-Session: b68dbb68-7765-4c27-8d2d-e9ce6faadafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.122640 [ 310 ] {} TCP-Session: fdb16624-caba-415d-a6be-73c539a217a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.476506 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40026 2026.05.06 01:53:56.476630 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.476658 [ 307 ] {} TCP-Session: 2238bac3-8541-4982-8e43-a6d8d3ba341d Authenticating user 'default' from [fd00:1122:3344:101::e]:40026 2026.05.06 01:53:56.476681 [ 307 ] {} TCP-Session: 2238bac3-8541-4982-8e43-a6d8d3ba341d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.476694 [ 307 ] {} TCP-Session: 2238bac3-8541-4982-8e43-a6d8d3ba341d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.476928 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52327 2026.05.06 01:53:56.476951 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61093 2026.05.06 01:53:56.476973 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48039 2026.05.06 01:53:56.477009 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47161 2026.05.06 01:53:56.477004 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35337 2026.05.06 01:53:56.477044 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477081 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477081 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477090 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477104 [ 308 ] {} TCP-Session: d9197fbe-6fa3-49ab-a361-4f1b93acb413 Authenticating user 'default' from [fd00:1122:3344:101::e]:52327 2026.05.06 01:53:56.477129 [ 309 ] {} TCP-Session: aa4fbed1-a926-434d-8786-374d0df36e8a Authenticating user 'default' from [fd00:1122:3344:101::e]:61093 2026.05.06 01:53:56.477141 [ 304 ] {} TCP-Session: 0732d2c4-dc59-4a32-827b-6303e5e5ae7a Authenticating user 'default' from [fd00:1122:3344:101::e]:47161 2026.05.06 01:53:56.477151 [ 308 ] {} TCP-Session: d9197fbe-6fa3-49ab-a361-4f1b93acb413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477162 [ 309 ] {} TCP-Session: aa4fbed1-a926-434d-8786-374d0df36e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477168 [ 304 ] {} TCP-Session: 0732d2c4-dc59-4a32-827b-6303e5e5ae7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477174 [ 308 ] {} TCP-Session: d9197fbe-6fa3-49ab-a361-4f1b93acb413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477188 [ 309 ] {} TCP-Session: aa4fbed1-a926-434d-8786-374d0df36e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477198 [ 304 ] {} TCP-Session: 0732d2c4-dc59-4a32-827b-6303e5e5ae7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477117 [ 258 ] {} TCP-Session: ddbdda99-3204-413b-bff4-253eaf898a92 Authenticating user 'default' from [fd00:1122:3344:101::e]:48039 2026.05.06 01:53:56.476978 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36006 2026.05.06 01:53:56.477260 [ 258 ] {} TCP-Session: ddbdda99-3204-413b-bff4-253eaf898a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.476961 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50408 2026.05.06 01:53:56.477295 [ 258 ] {} TCP-Session: ddbdda99-3204-413b-bff4-253eaf898a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477323 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.476952 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64112 2026.05.06 01:53:56.477356 [ 268 ] {} TCP-Session: 0a41809a-1606-42d4-8f42-95dfefb4eae3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36006 2026.05.06 01:53:56.477364 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477398 [ 268 ] {} TCP-Session: 0a41809a-1606-42d4-8f42-95dfefb4eae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477415 [ 311 ] {} TCP-Session: 7c2fcfe2-8354-4a68-9c53-62064995e3b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50408 2026.05.06 01:53:56.477423 [ 268 ] {} TCP-Session: 0a41809a-1606-42d4-8f42-95dfefb4eae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477444 [ 311 ] {} TCP-Session: 7c2fcfe2-8354-4a68-9c53-62064995e3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477447 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477466 [ 311 ] {} TCP-Session: 7c2fcfe2-8354-4a68-9c53-62064995e3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477129 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:53:56.477491 [ 310 ] {} TCP-Session: 7010b9f6-3163-472a-92b4-b17074a35d1e Authenticating user 'default' from [fd00:1122:3344:101::e]:64112 2026.05.06 01:53:56.477520 [ 303 ] {} TCP-Session: 55f47738-2d73-4645-8bf0-48f11c8f2316 Authenticating user 'default' from [fd00:1122:3344:101::e]:35337 2026.05.06 01:53:56.476984 [ 307 ] {} TCP-Session: 2238bac3-8541-4982-8e43-a6d8d3ba341d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:56.477548 [ 303 ] {} TCP-Session: 55f47738-2d73-4645-8bf0-48f11c8f2316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477539 [ 310 ] {} TCP-Session: 7010b9f6-3163-472a-92b4-b17074a35d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477573 [ 303 ] {} TCP-Session: 55f47738-2d73-4645-8bf0-48f11c8f2316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477595 [ 310 ] {} TCP-Session: 7010b9f6-3163-472a-92b4-b17074a35d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.477719 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} executeQuery: (from [fd00:1122:3344:101::e]:40026) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:53:56.477987 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:53:56.478039 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:56.478318 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:53:56.478406 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} Aggregator: Compile expression max()(UInt64) 0 2026.05.06 01:53:56.690455 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4295 2026.05.06 01:53:56.690934 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:56.690982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:56.697244 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:56.697500 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:53:56.697636 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4295 2026.05.06 01:53:56.897916 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.06 01:53:56.914941 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:56.915002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:56.922192 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:56.923018 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:53:56.926664 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.06 01:53:56.953097 [ 314 ] {08cc6909-277a-4571-be83-52077b39c5ce} AggregatingTransform: Aggregating 2026.05.06 01:53:56.953160 [ 314 ] {08cc6909-277a-4571-be83-52077b39c5ce} Aggregator: Aggregation method: without_key 2026.05.06 01:53:56.953199 [ 314 ] {08cc6909-277a-4571-be83-52077b39c5ce} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000995355 sec. (1004.667 rows/sec., 39.24 KiB/sec.) 2026.05.06 01:53:56.953218 [ 314 ] {08cc6909-277a-4571-be83-52077b39c5ce} Aggregator: Merging aggregated data 2026.05.06 01:53:56.954515 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} executeQuery: Read 1 rows, 40.00 B in 0.476915 sec., 2.0968097040353104 rows/sec., 83.87 B/sec. 2026.05.06 01:53:56.954698 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.06 01:53:56.954716 [ 307 ] {08cc6909-277a-4571-be83-52077b39c5ce} TCPHandler: Processed in 0.477921269 sec. 2026.05.06 01:53:56.954853 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.954882 [ 307 ] {} TCP-Session: 2238bac3-8541-4982-8e43-a6d8d3ba341d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.954894 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.954911 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.954946 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.954949 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.954974 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.955012 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.955031 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.955057 [ 309 ] {} TCP-Session: aa4fbed1-a926-434d-8786-374d0df36e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.955071 [ 303 ] {} TCP-Session: 55f47738-2d73-4645-8bf0-48f11c8f2316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.955090 [ 258 ] {} TCP-Session: ddbdda99-3204-413b-bff4-253eaf898a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.955020 [ 268 ] {} TCP-Session: 0a41809a-1606-42d4-8f42-95dfefb4eae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.954999 [ 311 ] {} TCP-Session: 7c2fcfe2-8354-4a68-9c53-62064995e3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.954995 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:53:56.954962 [ 308 ] {} TCP-Session: d9197fbe-6fa3-49ab-a361-4f1b93acb413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.954965 [ 304 ] {} TCP-Session: 0732d2c4-dc59-4a32-827b-6303e5e5ae7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:56.955215 [ 310 ] {} TCP-Session: 7010b9f6-3163-472a-92b4-b17074a35d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:53:57.001258 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 191.09 MiB, peak 199.23 MiB, free memory in arenas 0.00 B, will set to 211.13 MiB (RSS), difference: 20.04 MiB 2026.05.06 01:53:57.250970 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.251204 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:53:57.251534 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:53:57.251573 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} 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.06 01:53:57.251822 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:53:57.251896 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:53:57.252042 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.06 01:53:57.252167 [ 346 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:53:57.252178 [ 338 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:53:57.252167 [ 350 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:53:57.252317 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:53:57.252349 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:53:57.252437 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:53:57.252459 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:53:57.252496 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:53:57.252534 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:53:57.252567 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:53:57.254538 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} executeQuery: Read 50 rows, 10.68 KiB in 0.003372 sec., 14827.995255041518 rows/sec., 3.09 MiB/sec. 2026.05.06 01:53:57.254999 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} MemoryTracker: Peak memory usage (for query): 141.30 KiB. 2026.05.06 01:53:57.255031 [ 277 ] {a9102a57-ba84-4ee9-80ba-ab4773c1bdda} TCPHandler: Processed in 0.004195222 sec. 2026.05.06 01:53:57.258529 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.258675 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.258731 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:53:57.259313 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.259356 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.259743 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:57.259987 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:53:57.260172 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} executeQuery: Read 24 rows, 2.04 KiB in 0.001534 sec., 15645.371577574968 rows/sec., 1.30 MiB/sec. 2026.05.06 01:53:57.260231 [ 277 ] {c48458e9-ffcb-4425-98e2-ece6a3b3937a} TCPHandler: Processed in 0.001780724 sec. 2026.05.06 01:53:57.260367 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.260473 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:53:57.260518 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:53:57.261046 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.261087 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.261445 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:53:57.261690 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:57.261809 [ 35 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:53:57.261848 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} executeQuery: Read 198 rows, 18.08 KiB in 0.0014 sec., 141428.57142857142 rows/sec., 12.61 MiB/sec. 2026.05.06 01:53:57.261860 [ 35 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.261892 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.261895 [ 277 ] {d7441c5a-5de7-48d4-bf31-84be1f9acd08} TCPHandler: Processed in 0.001575768 sec. 2026.05.06 01:53:57.262021 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:53:57.262042 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.262150 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.262162 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:57.262192 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:53:57.262208 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 995 rows starting from the beginning of the part 2026.05.06 01:53:57.262302 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2452 rows starting from the beginning of the part 2026.05.06 01:53:57.262361 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:53:57.262408 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:53:57.262450 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 106 rows starting from the beginning of the part 2026.05.06 01:53:57.262511 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 198 rows starting from the beginning of the part 2026.05.06 01:53:57.262621 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.262666 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.263023 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:57.263281 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:53:57.263445 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} executeQuery: Read 23 rows, 1.79 KiB in 0.00132 sec., 17424.242424242424 rows/sec., 1.32 MiB/sec. 2026.05.06 01:53:57.263484 [ 277 ] {fcca0bb4-9395-47f5-b730-2227f551d27d} TCPHandler: Processed in 0.001491386 sec. 2026.05.06 01:53:57.263622 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.263718 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.263761 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:53:57.264172 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.264210 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.264510 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:53:57.264754 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:53:57.264894 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} executeQuery: Read 24 rows, 2.04 KiB in 0.001194 sec., 20100.502512562816 rows/sec., 1.67 MiB/sec. 2026.05.06 01:53:57.264892 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3885 rows, containing 5 columns (5 merged, 0 gathered) in 0.002913121 sec., 1333621.2261694588 rows/sec., 107.65 MiB/sec. 2026.05.06 01:53:57.264933 [ 277 ] {4a57a4e2-6b12-4982-8771-822ebf8800d3} TCPHandler: Processed in 0.001359183 sec. 2026.05.06 01:53:57.265071 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.265166 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.265222 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:53:57.265225 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:53:57.265477 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:53:57.265556 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_11_2} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:53:57.265636 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.05.06 01:53:57.265701 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.265746 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.266089 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:53:57.266328 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:53:57.266470 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} executeQuery: Read 12 rows, 960.00 B in 0.00132 sec., 9090.90909090909 rows/sec., 710.23 KiB/sec. 2026.05.06 01:53:57.266511 [ 277 ] {55f1ff34-3b0e-4b70-ab30-3dbe404020c3} TCPHandler: Processed in 0.001487906 sec. 2026.05.06 01:53:57.266641 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.266739 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:53:57.266779 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:53:57.267237 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.267280 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.267606 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:53:57.267826 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:57.267945 [ 34 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:53:57.267962 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} executeQuery: Read 111 rows, 9.25 KiB in 0.001243 sec., 89300.08045052293 rows/sec., 7.27 MiB/sec. 2026.05.06 01:53:57.267994 [ 34 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.268009 [ 277 ] {286cb6e6-d968-4055-bc9a-5ac1be19090c} TCPHandler: Processed in 0.001419074 sec. 2026.05.06 01:53:57.268020 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.268146 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.268147 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:53:57.268247 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.268296 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:53:57.268302 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:57.268359 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 592 rows starting from the beginning of the part 2026.05.06 01:53:57.268452 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1314 rows starting from the beginning of the part 2026.05.06 01:53:57.268505 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:53:57.268560 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:53:57.268607 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 89 rows starting from the beginning of the part 2026.05.06 01:53:57.268651 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 111 rows starting from the beginning of the part 2026.05.06 01:53:57.268711 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.268754 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.269175 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:53:57.269423 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:57.269534 [ 34 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:53:57.269568 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} executeQuery: Read 196 rows, 14.40 KiB in 0.001339 sec., 146377.8939507095 rows/sec., 10.50 MiB/sec. 2026.05.06 01:53:57.269570 [ 34 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.269611 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.269614 [ 277 ] {045e1724-2a5e-43e2-8faa-00fc4245ba10} TCPHandler: Processed in 0.001516807 sec. 2026.05.06 01:53:57.269700 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:53:57.269755 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.269794 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:57.269826 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1350 rows starting from the beginning of the part 2026.05.06 01:53:57.269854 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.269875 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2862 rows starting from the beginning of the part 2026.05.06 01:53:57.269916 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} 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.06 01:53:57.269920 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2026.05.06 01:53:57.269975 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:53:57.270017 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.05.06 01:53:57.270057 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 196 rows starting from the beginning of the part 2026.05.06 01:53:57.270154 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2245 rows, containing 5 columns (5 merged, 0 gathered) in 0.00205635 sec., 1091740.219320641 rows/sec., 80.75 MiB/sec. 2026.05.06 01:53:57.270405 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:53:57.270682 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:53:57.270710 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.270754 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.270767 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_11_2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:53:57.270848 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.05.06 01:53:57.271292 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:53:57.271528 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:53:57.271685 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} executeQuery: Read 11 rows, 20.18 KiB in 0.001848 sec., 5952.380952380952 rows/sec., 10.67 MiB/sec. 2026.05.06 01:53:57.271761 [ 277 ] {a3289349-8700-4449-89aa-21247794b281} TCPHandler: Processed in 0.00205478 sec. 2026.05.06 01:53:57.271883 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:53:57.271985 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:53:57.272036 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:53:57.272483 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.272522 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.272888 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:53:57.273117 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:57.273229 [ 34 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:53:57.273253 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. 2026.05.06 01:53:57.273267 [ 34 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:57.273296 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:57.273297 [ 277 ] {155dd442-0d71-496b-ba22-980665e86f77} TCPHandler: Processed in 0.001464226 sec. 2026.05.06 01:53:57.273412 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:57.273535 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:53:57.273572 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 420 rows starting from the beginning of the part 2026.05.06 01:53:57.273650 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.05.06 01:53:57.273712 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2026.05.06 01:53:57.273772 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:57.273816 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:57.273857 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:53:57.274716 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001353463 sec., 487638.0070973495 rows/sec., 32.22 MiB/sec. 2026.05.06 01:53:57.274869 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:53:57.275136 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:53:57.275215 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_11_2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:53:57.275275 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.06 01:53:57.278755 [ 196 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4856 rows, containing 5 columns (5 merged, 0 gathered) in 0.009089992 sec., 534213.8914973743 rows/sec., 35.02 MiB/sec. 2026.05.06 01:53:57.279157 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:53:57.279487 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:53:57.279575 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_11_2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:53:57.279641 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.05.06 01:53:58.001007 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 211.98 MiB, peak 218.52 MiB, free memory in arenas 0.00 B, will set to 213.27 MiB (RSS), difference: 1.29 MiB 2026.05.06 01:53:59.234804 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 298 2026.05.06 01:53:59.237048 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:53:59.237095 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:53:59.238288 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:53:59.238551 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:53:59.238783 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 298 2026.05.06 01:54:02.249469 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.249739 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:02.250083 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:02.250123 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} 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.06 01:54:02.250350 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:02.250420 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:02.250557 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:02.250663 [ 338 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:02.250692 [ 327 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:02.250667 [ 350 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:02.250838 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:02.250870 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:02.250941 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:02.250961 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:02.250992 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:02.251033 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:02.252211 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} executeQuery: Read 44 rows, 7.84 KiB in 0.002562 sec., 17174.08274785324 rows/sec., 2.99 MiB/sec. 2026.05.06 01:54:02.252355 [ 277 ] {64adc338-7f67-44b0-9fb1-180cca1a9f76} TCPHandler: Processed in 0.003027044 sec. 2026.05.06 01:54:02.255389 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.255525 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:02.255573 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:02.256121 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:02.256232 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:02.256654 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:02.256887 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:02.257059 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} executeQuery: Read 106 rows, 9.11 KiB in 0.001549 sec., 68431.24596513879 rows/sec., 5.75 MiB/sec. 2026.05.06 01:54:02.257107 [ 277 ] {b3db877a-f27f-4d75-a046-6962204dbdda} TCPHandler: Processed in 0.001783014 sec. 2026.05.06 01:54:02.257255 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.257361 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:02.257404 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:02.257839 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:02.257880 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:02.258188 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:54:02.258400 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:02.258540 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} executeQuery: Read 25 rows, 1.88 KiB in 0.001204 sec., 20764.119601328905 rows/sec., 1.52 MiB/sec. 2026.05.06 01:54:02.258577 [ 277 ] {96796f0d-411a-499b-8d7f-54dcb90718bb} TCPHandler: Processed in 0.001373954 sec. 2026.05.06 01:54:02.258699 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.258797 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:02.258838 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:02.259270 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:02.259309 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:02.259623 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:02.259842 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:02.259983 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} executeQuery: Read 89 rows, 7.12 KiB in 0.001207 sec., 73736.53686826843 rows/sec., 5.76 MiB/sec. 2026.05.06 01:54:02.260020 [ 277 ] {59affbcf-871b-4be4-9b5d-26002237cbc0} TCPHandler: Processed in 0.001370053 sec. 2026.05.06 01:54:02.260144 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.260241 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:02.260288 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:02.260733 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:02.260770 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:02.261111 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:02.261315 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:02.261442 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.05.06 01:54:02.261477 [ 277 ] {5c76245b-129a-49f9-afed-191a5cff3901} TCPHandler: Processed in 0.001400304 sec. 2026.05.06 01:54:02.261602 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.261692 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:02.261744 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} 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.06 01:54:02.262615 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:02.262658 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:02.263192 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:54:02.263411 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:02.263549 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} executeQuery: Read 25 rows, 45.87 KiB in 0.001844 sec., 13557.483731019523 rows/sec., 24.29 MiB/sec. 2026.05.06 01:54:02.263601 [ 277 ] {dfcc15b0-2896-470f-ace0-21b9961dbea4} TCPHandler: Processed in 0.002020439 sec. 2026.05.06 01:54:02.263749 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:02.263859 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:02.263903 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:02.264270 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:02.264308 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:02.264651 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:02.264872 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:02.265008 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.05.06 01:54:02.265045 [ 277 ] {0ad05334-171e-4140-b2fc-40ebd52ca8eb} TCPHandler: Processed in 0.001358683 sec. 2026.05.06 01:54:04.094009 [ 46 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:54:04.094068 [ 46 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:54:04.197921 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4807 2026.05.06 01:54:04.198437 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:04.198490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:04.198972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:54:04.199204 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:04.199347 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4807 2026.05.06 01:54:04.426980 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.06 01:54:04.444462 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:04.444515 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.06 01:54:04.450735 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:54:04.451454 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:04.454370 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.06 01:54:05.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.82 MiB, peak 218.52 MiB, free memory in arenas 0.00 B, will set to 215.21 MiB (RSS), difference: 1.39 MiB 2026.05.06 01:54:07.249851 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.250088 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:07.250405 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:07.250439 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} 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.06 01:54:07.250653 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:07.250720 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:07.250859 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:07.250986 [ 350 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:07.250997 [ 327 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:07.250984 [ 338 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:07.251163 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:07.251191 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:07.251259 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:07.251279 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:07.251313 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:07.251348 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:07.252513 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} executeQuery: Read 44 rows, 7.84 KiB in 0.002512 sec., 17515.92356687898 rows/sec., 3.05 MiB/sec. 2026.05.06 01:54:07.252636 [ 277 ] {bc9866fc-7386-4af3-9251-773dddf19c3f} TCPHandler: Processed in 0.002914611 sec. 2026.05.06 01:54:07.255298 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.255417 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:07.255468 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:07.256056 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.256103 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.256473 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:07.256701 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:07.256873 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} executeQuery: Read 78 rows, 6.61 KiB in 0.00149 sec., 52348.9932885906 rows/sec., 4.34 MiB/sec. 2026.05.06 01:54:07.256912 [ 277 ] {7b369038-8da0-4f40-bb0d-93fc65303405} TCPHandler: Processed in 0.00167423 sec. 2026.05.06 01:54:07.257042 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.257137 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.257178 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:07.257600 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.257654 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.257982 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:54:07.258246 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:07.258376 [ 87 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:54:07.258390 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} executeQuery: Read 11 rows, 847.00 B in 0.001272 sec., 8647.798742138366 rows/sec., 650.27 KiB/sec. 2026.05.06 01:54:07.258457 [ 87 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.258464 [ 277 ] {71fd55cf-8709-45d3-a679-75f36297d16c} TCPHandler: Processed in 0.001468696 sec. 2026.05.06 01:54:07.258510 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.258650 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:07.258739 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.258808 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:07.258847 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 212 rows starting from the beginning of the part 2026.05.06 01:54:07.258855 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:07.258908 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:07.258910 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:07.258961 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part 2026.05.06 01:54:07.259011 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part 2026.05.06 01:54:07.259064 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part 2026.05.06 01:54:07.259113 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:07.259431 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.259473 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.259804 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:07.259957 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 307 rows, containing 5 columns (5 merged, 0 gathered) in 0.001367414 sec., 224511.37694948274 rows/sec., 15.85 MiB/sec. 2026.05.06 01:54:07.260029 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:07.260105 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:54:07.260181 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} executeQuery: Read 75 rows, 6.00 KiB in 0.001348 sec., 55637.982195845696 rows/sec., 4.34 MiB/sec. 2026.05.06 01:54:07.260224 [ 277 ] {4b5affc6-e02e-4e7c-8073-b41802e55197} TCPHandler: Processed in 0.001546678 sec. 2026.05.06 01:54:07.260353 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.260372 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:07.260447 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.260454 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_11_2} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:54:07.260498 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:07.260539 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:54:07.260916 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.260956 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.261279 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:07.261484 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:07.261628 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.05.06 01:54:07.261668 [ 277 ] {369e42eb-7e10-4ec9-a9e8-a96a9352049c} TCPHandler: Processed in 0.001361634 sec. 2026.05.06 01:54:07.261786 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.261879 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.261933 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} 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.06 01:54:07.262794 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.262831 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.263374 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:54:07.263614 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:07.263738 [ 87 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:54:07.263761 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} executeQuery: Read 11 rows, 20.18 KiB in 0.0019 sec., 5789.473684210527 rows/sec., 10.37 MiB/sec. 2026.05.06 01:54:07.263776 [ 87 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.263802 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.263817 [ 277 ] {a0ea651a-6666-4286-84e8-c81814278be1} TCPHandler: Processed in 0.00207752 sec. 2026.05.06 01:54:07.263931 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:07.263961 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.264075 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.264117 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:07.264192 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:07.264250 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part 2026.05.06 01:54:07.264392 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:07.264495 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part 2026.05.06 01:54:07.264526 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.264568 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.264605 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part 2026.05.06 01:54:07.264720 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part 2026.05.06 01:54:07.264816 [ 188 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:07.264901 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:07.265132 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:07.265268 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2026.05.06 01:54:07.265309 [ 277 ] {6f827707-ca33-4380-b46f-6abc855d0021} TCPHandler: Processed in 0.001403825 sec. 2026.05.06 01:54:07.267702 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 19 columns (19 merged, 0 gathered) in 0.003848894 sec., 46506.86664792535 rows/sec., 83.34 MiB/sec. 2026.05.06 01:54:07.268127 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:54:07.268494 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:07.268576 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_11_2} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:54:07.268700 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.05.06 01:54:07.611628 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.611855 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:54:07.612176 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:07.612211 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:54:07.612436 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:07.612502 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:07.612641 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:54:07.612749 [ 338 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:07.612755 [ 350 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:07.612759 [ 327 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:07.612907 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:07.612935 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:07.613003 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:07.613023 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:07.613056 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:54:07.613093 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:54:07.614344 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} executeQuery: Read 44 rows, 9.42 KiB in 0.002586 sec., 17014.694508894045 rows/sec., 3.56 MiB/sec. 2026.05.06 01:54:07.614469 [ 277 ] {f37c890c-449b-4596-b5be-bc9826c062c7} TCPHandler: Processed in 0.002957863 sec. 2026.05.06 01:54:07.626825 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.626956 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:54:07.627008 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:54:07.627525 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.627571 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.627939 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:54:07.628226 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:54:07.628388 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} executeQuery: Read 14 rows, 1.14 KiB in 0.00147 sec., 9523.809523809525 rows/sec., 776.60 KiB/sec. 2026.05.06 01:54:07.628428 [ 277 ] {2f2225d8-b329-45c8-8cf1-8866e4746aa0} TCPHandler: Processed in 0.001664801 sec. 2026.05.06 01:54:07.628544 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.628644 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:07.628684 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:07.630201 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.630238 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.630776 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:07.630993 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:07.631132 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} executeQuery: Read 2468 rows, 187.52 KiB in 0.00251 sec., 983266.9322709163 rows/sec., 72.96 MiB/sec. 2026.05.06 01:54:07.631170 [ 277 ] {c02b726d-e0d4-444f-aea6-f1d8d6c2415b} TCPHandler: Processed in 0.002674586 sec. 2026.05.06 01:54:07.631289 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.631385 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.631425 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:07.631842 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.631879 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.632175 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:07.632383 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:07.632511 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} executeQuery: Read 53 rows, 3.91 KiB in 0.001146 sec., 46247.818499127396 rows/sec., 3.33 MiB/sec. 2026.05.06 01:54:07.632547 [ 277 ] {81bb68cd-7f34-4e6e-97e7-2eba14e64e9d} TCPHandler: Processed in 0.001307492 sec. 2026.05.06 01:54:07.632665 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.632785 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.632832 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:54:07.633493 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.633530 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.633879 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:54:07.634083 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:54:07.634184 [ 87 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:54:07.634209 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} executeQuery: Read 801 rows, 47.38 KiB in 0.001448 sec., 553176.7955801105 rows/sec., 31.95 MiB/sec. 2026.05.06 01:54:07.634232 [ 87 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.634251 [ 277 ] {650731da-9ad1-4e92-8e24-8c8a5eeec605} TCPHandler: Processed in 0.00164504 sec. 2026.05.06 01:54:07.634262 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.634369 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.634397 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::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.06 01:54:07.634467 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.634512 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:54:07.634566 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:07.634619 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.05.06 01:54:07.634711 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.05.06 01:54:07.634784 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.05.06 01:54:07.634849 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 801 rows starting from the beginning of the part 2026.05.06 01:54:07.634887 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.634915 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.05.06 01:54:07.634930 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.634987 [ 190 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 801 rows starting from the beginning of the part 2026.05.06 01:54:07.635252 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 01:54:07.635508 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:54:07.635640 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} executeQuery: Read 1 rows, 72.00 B in 0.001192 sec., 838.9261744966443 rows/sec., 58.99 KiB/sec. 2026.05.06 01:54:07.635677 [ 277 ] {41895c00-acfc-441f-9eb4-740c97b247ee} TCPHandler: Processed in 0.001355473 sec. 2026.05.06 01:54:07.635783 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.635885 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:07.635926 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:07.636098 [ 191 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001762433 sec., 1105290.2436574893 rows/sec., 69.91 MiB/sec. 2026.05.06 01:54:07.636283 [ 186 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:54:07.636545 [ 186 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:54:07.636612 [ 186 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_6_1} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:54:07.636685 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.06 01:54:07.636780 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.636822 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.637240 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:07.637456 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:07.637598 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} executeQuery: Read 1332 rows, 91.50 KiB in 0.00173 sec., 769942.1965317919 rows/sec., 51.65 MiB/sec. 2026.05.06 01:54:07.637638 [ 277 ] {5351d285-9bcf-401f-a997-f99f60636170} TCPHandler: Processed in 0.001906667 sec. 2026.05.06 01:54:07.637760 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.637858 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.637901 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:07.638584 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.638621 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.639065 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:07.639283 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:07.639419 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} executeQuery: Read 1503 rows, 93.40 KiB in 0.001578 sec., 952471.4828897339 rows/sec., 57.80 MiB/sec. 2026.05.06 01:54:07.639457 [ 277 ] {a1d690c2-f3a5-486b-aca0-f83f82a1d173} TCPHandler: Processed in 0.001745802 sec. 2026.05.06 01:54:07.639577 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.639674 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.639730 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} 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.06 01:54:07.640527 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.640563 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.641164 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:07.641391 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:07.641535 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} executeQuery: Read 39 rows, 71.56 KiB in 0.001877 sec., 20777.83697389451 rows/sec., 37.23 MiB/sec. 2026.05.06 01:54:07.641594 [ 277 ] {be333cc7-4f2d-4ca4-95ae-f00e0f235e4b} TCPHandler: Processed in 0.002065951 sec. 2026.05.06 01:54:07.641722 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:07.641818 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:07.641859 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:07.642187 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:07.642220 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:07.642515 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:07.642721 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:07.642850 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} executeQuery: Read 12 rows, 848.00 B in 0.00105 sec., 11428.57142857143 rows/sec., 788.69 KiB/sec. 2026.05.06 01:54:07.642886 [ 277 ] {ed71b09e-b7bd-4ec8-b347-b12cd572aae3} TCPHandler: Processed in 0.001213609 sec. 2026.05.06 01:54:09.239243 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 346 2026.05.06 01:54:09.241764 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:09.241807 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:09.242980 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:54:09.243246 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:09.243482 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 346 2026.05.06 01:54:11.700088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5255 2026.05.06 01:54:11.700768 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:11.700803 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:11.701293 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:54:11.701528 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:11.701630 [ 36 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:54:11.701648 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5255 2026.05.06 01:54:11.701668 [ 36 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:11.701687 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:11.701855 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:54:11.702065 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:11.702127 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2887 rows starting from the beginning of the part 2026.05.06 01:54:11.702220 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.05.06 01:54:11.702263 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.05.06 01:54:11.702309 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.05.06 01:54:11.702348 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.05.06 01:54:11.702389 [ 201 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.05.06 01:54:11.703796 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5255 rows, containing 4 columns (4 merged, 0 gathered) in 0.00202793 sec., 2591312.323403668 rows/sec., 37.07 MiB/sec. 2026.05.06 01:54:11.704305 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:54:11.704567 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:11.704639 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_11_2} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:54:11.704710 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.05.06 01:54:11.955092 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.06 01:54:11.972608 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:11.972680 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:11.979046 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:54:11.979819 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:11.980157 [ 36 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:54:11.980231 [ 36 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:11.980257 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:11.980409 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:11.982955 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.06 01:54:11.984718 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:11.986100 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:11.990784 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:11.995123 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:11.999561 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:12.001273 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 216.91 MiB, peak 222.78 MiB, free memory in arenas 0.00 B, will set to 219.56 MiB (RSS), difference: 2.65 MiB 2026.05.06 01:54:12.004264 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:12.008599 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:12.059441 [ 191 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079089283 sec., 1049.4468637425882 rows/sec., 5.43 MiB/sec. 2026.05.06 01:54:12.061967 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:54:12.064067 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_11_2} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:12.064146 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_11_2} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:54:12.066033 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. 2026.05.06 01:54:12.247381 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:12.247614 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:12.247967 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:12.248010 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} 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.06 01:54:12.248230 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:12.248303 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:12.248448 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:54:12.248554 [ 350 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:12.248565 [ 338 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:12.248575 [ 335 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:12.248705 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:12.248738 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:12.248812 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:12.248835 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:12.248876 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:54:12.248916 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:54:12.250114 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} executeQuery: Read 44 rows, 7.84 KiB in 0.00259 sec., 16988.41698841699 rows/sec., 2.96 MiB/sec. 2026.05.06 01:54:12.250248 [ 277 ] {9c8df791-f258-4011-9fe9-25380179ec92} TCPHandler: Processed in 0.003001024 sec. 2026.05.06 01:54:12.251667 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:12.251781 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:12.251828 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:12.252324 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:12.252364 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:12.252728 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:12.253026 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:12.253208 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} executeQuery: Read 56 rows, 4.41 KiB in 0.001457 sec., 38435.14070006864 rows/sec., 2.95 MiB/sec. 2026.05.06 01:54:12.253256 [ 277 ] {776f1552-fa6d-4c62-bbb0-81a7e8bc1505} TCPHandler: Processed in 0.00163929 sec. 2026.05.06 01:54:12.253438 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:12.253562 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:12.253619 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:12.254462 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:12.254531 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:12.255087 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:12.255472 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:12.255643 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} executeQuery: Read 64 rows, 5.12 KiB in 0.002114 sec., 30274.361400189217 rows/sec., 2.36 MiB/sec. 2026.05.06 01:54:12.255683 [ 277 ] {dc45b7a9-26e8-4083-9d86-6663a537b46b} TCPHandler: Processed in 0.002309507 sec. 2026.05.06 01:54:12.255816 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:12.255915 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:12.255960 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:12.256362 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:12.256400 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:12.256731 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:12.256944 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:12.257085 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} executeQuery: Read 128 rows, 9.13 KiB in 0.001192 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. 2026.05.06 01:54:12.257121 [ 277 ] {0b45c913-3f2d-43ac-863f-a78db5e67736} TCPHandler: Processed in 0.001353873 sec. 2026.05.06 01:54:12.257245 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:12.257340 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:12.257380 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:12.257749 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:12.257787 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:12.258122 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:12.258350 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:12.258484 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} executeQuery: Read 48 rows, 3.31 KiB in 0.001165 sec., 41201.71673819742 rows/sec., 2.78 MiB/sec. 2026.05.06 01:54:12.258519 [ 277 ] {a74aba76-3b51-43b9-98aa-a7866bf3a406} TCPHandler: Processed in 0.001322642 sec. 2026.05.06 01:54:13.000340 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 220.44 MiB, peak 229.99 MiB, free memory in arenas 0.00 B, will set to 227.16 MiB (RSS), difference: 6.72 MiB 2026.05.06 01:54:17.250233 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.250498 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:17.250829 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:17.250872 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} 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.06 01:54:17.251092 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:17.251161 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:17.251298 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:17.251424 [ 350 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:17.251433 [ 335 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:17.251428 [ 338 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:17.251636 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:17.251672 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:17.251744 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:17.251764 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:17.251799 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:17.251835 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:17.253012 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} executeQuery: Read 44 rows, 7.84 KiB in 0.002615 sec., 16826.00382409178 rows/sec., 2.93 MiB/sec. 2026.05.06 01:54:17.253147 [ 277 ] {57e4ab6c-3917-445f-9c35-d7690fcf483e} TCPHandler: Processed in 0.003048915 sec. 2026.05.06 01:54:17.256319 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.256443 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:17.256491 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:17.257039 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.257081 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.257502 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:17.257724 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:17.257879 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} executeQuery: Read 78 rows, 6.61 KiB in 0.001472 sec., 52989.13043478261 rows/sec., 4.39 MiB/sec. 2026.05.06 01:54:17.257880 [ 7 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:17.257918 [ 277 ] {0f0d7e89-d934-42ad-885d-6b764ed46c4e} TCPHandler: Processed in 0.001672181 sec. 2026.05.06 01:54:17.257937 [ 7 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.257964 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.258059 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.258082 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:54:17.258156 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:17.258200 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:17.258227 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:17.258266 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3341 rows starting from the beginning of the part 2026.05.06 01:54:17.258357 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 106 rows starting from the beginning of the part 2026.05.06 01:54:17.258406 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 78 rows starting from the beginning of the part 2026.05.06 01:54:17.258453 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2468 rows starting from the beginning of the part 2026.05.06 01:54:17.258497 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2026.05.06 01:54:17.258537 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:54:17.258621 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.258662 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.259071 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:17.259288 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:17.259423 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} executeQuery: Read 11 rows, 847.00 B in 0.001285 sec., 8560.311284046693 rows/sec., 643.70 KiB/sec. 2026.05.06 01:54:17.259460 [ 277 ] {e10d8c1e-6d36-45a4-a4af-b0822c35c7a1} TCPHandler: Processed in 0.001448766 sec. 2026.05.06 01:54:17.259577 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.259670 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:17.259708 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:17.260119 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.260155 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.260468 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:17.260676 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:17.260783 [ 24 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:17.260805 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} executeQuery: Read 75 rows, 6.00 KiB in 0.001154 sec., 64991.33448873483 rows/sec., 5.07 MiB/sec. 2026.05.06 01:54:17.260849 [ 24 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.260858 [ 277 ] {282a61da-c5aa-4da9-a15c-0517393c191d} TCPHandler: Processed in 0.001327592 sec. 2026.05.06 01:54:17.260879 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.260982 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:54:17.260985 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.261096 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:17.261113 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:17.261137 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1817 rows starting from the beginning of the part 2026.05.06 01:54:17.261158 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:17.261181 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6127 rows, containing 5 columns (5 merged, 0 gathered) in 0.003150987 sec., 1944470.09778206 rows/sec., 153.98 MiB/sec. 2026.05.06 01:54:17.261202 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 89 rows starting from the beginning of the part 2026.05.06 01:54:17.261267 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 75 rows starting from the beginning of the part 2026.05.06 01:54:17.261315 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1332 rows starting from the beginning of the part 2026.05.06 01:54:17.261359 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2026.05.06 01:54:17.261408 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:54:17.261592 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.261627 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.261649 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:17.262004 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:17.262086 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:17.262102 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_16_3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:17.262223 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.05.06 01:54:17.262310 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:17.262447 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} executeQuery: Read 160 rows, 11.41 KiB in 0.001357 sec., 117907.14812085484 rows/sec., 8.21 MiB/sec. 2026.05.06 01:54:17.262447 [ 15 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:17.262484 [ 277 ] {b056b4cb-3731-4d11-93d1-643ac0c281fe} TCPHandler: Processed in 0.001545748 sec. 2026.05.06 01:54:17.262512 [ 15 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.262543 [ 15 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.262631 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:54:17.262635 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.262748 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:17.262750 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:17.262791 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4856 rows starting from the beginning of the part 2026.05.06 01:54:17.262823 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} 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.06 01:54:17.262841 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3452 rows, containing 5 columns (5 merged, 0 gathered) in 0.001903806 sec., 1813209.9594181338 rows/sec., 131.25 MiB/sec. 2026.05.06 01:54:17.262872 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:54:17.262933 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.05.06 01:54:17.262978 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1503 rows starting from the beginning of the part 2026.05.06 01:54:17.263022 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part 2026.05.06 01:54:17.263040 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:17.263068 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:54:17.263294 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:17.263366 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_16_3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:17.263423 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.06 01:54:17.263592 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.263628 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.264178 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:17.264426 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:17.264574 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} executeQuery: Read 11 rows, 20.18 KiB in 0.001841 sec., 5975.013579576317 rows/sec., 10.71 MiB/sec. 2026.05.06 01:54:17.264628 [ 277 ] {b41ad902-f75e-4415-ab52-0f3e9e40a797} TCPHandler: Processed in 0.00204175 sec. 2026.05.06 01:54:17.264762 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:17.264856 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:17.264896 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:17.265260 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.265293 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.265593 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:17.265661 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6967 rows, containing 5 columns (5 merged, 0 gathered) in 0.003102865 sec., 2245344.2221946493 rows/sec., 145.64 MiB/sec. 2026.05.06 01:54:17.265794 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:17.265908 [ 15 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:17.265937 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.05.06 01:54:17.265940 [ 15 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:17.265977 [ 15 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:17.265981 [ 277 ] {ba0e3915-3ac5-46e9-805d-68badbabd30e} TCPHandler: Processed in 0.001325563 sec. 2026.05.06 01:54:17.266111 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:17.266212 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:17.266237 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 660 rows starting from the beginning of the part 2026.05.06 01:54:17.266283 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:17.266327 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.05.06 01:54:17.266331 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:17.266366 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.05.06 01:54:17.266409 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part 2026.05.06 01:54:17.266448 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:17.266621 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:17.266688 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_16_3} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:17.266754 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.05.06 01:54:17.267232 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001150818 sec., 782052.4183667616 rows/sec., 51.95 MiB/sec. 2026.05.06 01:54:17.267382 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:17.267625 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:17.267684 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_16_3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:17.267735 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.05.06 01:54:18.000260 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 227.81 MiB, peak 234.10 MiB, free memory in arenas 0.00 B, will set to 229.10 MiB (RSS), difference: 1.29 MiB 2026.05.06 01:54:19.094136 [ 9 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:54:19.094194 [ 9 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:54:19.201841 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5767 2026.05.06 01:54:19.202347 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:19.202398 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:19.202882 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:19.203128 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:19.203275 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5767 2026.05.06 01:54:19.243649 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 370 2026.05.06 01:54:19.245614 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:19.245659 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:19.246767 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:54:19.247032 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:19.247275 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 370 2026.05.06 01:54:19.483170 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.06 01:54:19.501151 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:19.501217 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:19.506883 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:19.507552 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:19.510577 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.06 01:54:22.250248 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.250494 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:22.250822 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:22.250859 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} 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.06 01:54:22.251081 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:22.251153 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:22.251305 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:22.251437 [ 364 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:22.251439 [ 350 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:22.251441 [ 344 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:22.251613 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:22.251642 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:22.251713 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:22.251733 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:22.251768 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:22.251810 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:22.252975 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} executeQuery: Read 44 rows, 7.84 KiB in 0.002572 sec., 17107.309486780716 rows/sec., 2.98 MiB/sec. 2026.05.06 01:54:22.253116 [ 277 ] {1bbaf686-164e-46f1-bca4-bcda95b9be6d} TCPHandler: Processed in 0.003001393 sec. 2026.05.06 01:54:22.256452 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.256576 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:22.256624 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:22.257181 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:22.257224 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:22.257621 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:22.257860 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:22.258024 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} executeQuery: Read 116 rows, 10.09 KiB in 0.001483 sec., 78219.8246797033 rows/sec., 6.64 MiB/sec. 2026.05.06 01:54:22.258067 [ 277 ] {f7ae08d9-1692-46ed-b0e4-52dd6a5b3007} TCPHandler: Processed in 0.001673021 sec. 2026.05.06 01:54:22.258198 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.258303 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:22.258345 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:22.258768 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:22.258803 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:22.259108 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:22.259378 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:22.259560 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} executeQuery: Read 30 rows, 2.26 KiB in 0.001281 sec., 23419.2037470726 rows/sec., 1.72 MiB/sec. 2026.05.06 01:54:22.259604 [ 277 ] {47cdb787-9e8a-4284-a5e4-f149096424a1} TCPHandler: Processed in 0.001457456 sec. 2026.05.06 01:54:22.259750 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.259851 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:22.259897 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:22.260390 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:22.260425 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:22.260772 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:22.260998 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:22.261136 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} executeQuery: Read 94 rows, 7.52 KiB in 0.001304 sec., 72085.88957055214 rows/sec., 5.63 MiB/sec. 2026.05.06 01:54:22.261176 [ 277 ] {674e4d9f-f365-4dfe-b77f-388dd4c0aa8e} TCPHandler: Processed in 0.001488526 sec. 2026.05.06 01:54:22.261327 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.261425 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:22.261468 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:22.261891 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:22.261925 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:22.262262 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:22.262500 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:22.262638 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.05.06 01:54:22.262676 [ 277 ] {7f01a8bd-18ea-4778-b43d-bbd8bd69e350} TCPHandler: Processed in 0.001413075 sec. 2026.05.06 01:54:22.262795 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.262892 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:22.262946 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} 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.06 01:54:22.263745 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:22.263781 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:22.264330 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:22.264557 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:22.264693 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} executeQuery: Read 30 rows, 55.05 KiB in 0.001818 sec., 16501.6501650165 rows/sec., 29.57 MiB/sec. 2026.05.06 01:54:22.264745 [ 277 ] {a98ed6cc-8164-449b-ac47-ecafe7b3ce1f} TCPHandler: Processed in 0.001999829 sec. 2026.05.06 01:54:22.264866 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:22.264961 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:22.265002 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:22.265351 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:22.265387 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:22.265688 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:22.265900 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:22.266028 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.05.06 01:54:22.266064 [ 277 ] {e7a50553-5c50-4b76-b5bf-7e2618d75f04} TCPHandler: Processed in 0.001248171 sec. 2026.05.06 01:54:26.703337 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6215 2026.05.06 01:54:26.703863 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:26.703905 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:26.704376 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:26.704601 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:26.704719 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6215 2026.05.06 01:54:27.010628 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.06 01:54:27.027116 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.027168 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.032848 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:27.033590 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:27.036317 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.06 01:54:27.251263 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.251525 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_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.06 01:54:27.251896 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:27.251934 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} 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_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.06 01:54:27.252171 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:27.252240 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:27.252383 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:54:27.252510 [ 344 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:27.252514 [ 318 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:27.252515 [ 350 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:27.252692 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:27.252719 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:27.252803 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:27.252823 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:54:27.252859 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:54:27.252896 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:54:27.252932 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:54:27.255276 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} executeQuery: Read 50 rows, 10.68 KiB in 0.003828 sec., 13061.650992685476 rows/sec., 2.72 MiB/sec. 2026.05.06 01:54:27.255664 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} MemoryTracker: Peak memory usage (for query): 139.95 KiB. 2026.05.06 01:54:27.255684 [ 277 ] {2b35533a-e573-429f-bee1-56950912a9e2} TCPHandler: Processed in 0.004563631 sec. 2026.05.06 01:54:27.258271 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.258402 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.258457 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:54:27.259007 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.259050 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.259449 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:54:27.259679 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:54:27.259835 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} executeQuery: Read 24 rows, 2.04 KiB in 0.001476 sec., 16260.162601626014 rows/sec., 1.35 MiB/sec. 2026.05.06 01:54:27.259874 [ 277 ] {254beeb9-f11c-4184-b9e3-00d11d57c773} TCPHandler: Processed in 0.00166061 sec. 2026.05.06 01:54:27.260007 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.260108 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:54:27.260166 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:54:27.260576 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.260612 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.260928 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:54:27.261131 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:54:27.261266 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} executeQuery: Read 2 rows, 167.00 B in 0.00118 sec., 1694.915254237288 rows/sec., 138.21 KiB/sec. 2026.05.06 01:54:27.261303 [ 277 ] {22d7bda6-3c16-409b-a6ce-2422bf0f99a4} TCPHandler: Processed in 0.001347133 sec. 2026.05.06 01:54:27.261436 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.261534 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:27.261574 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:27.262089 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.262131 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.262482 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:54:27.262694 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:27.262829 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} executeQuery: Read 199 rows, 18.15 KiB in 0.001313 sec., 151561.30997715157 rows/sec., 13.50 MiB/sec. 2026.05.06 01:54:27.262868 [ 277 ] {1d69d5d9-bd66-4463-a450-28d8369f58ae} TCPHandler: Processed in 0.001490217 sec. 2026.05.06 01:54:27.263016 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.263112 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.263158 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:27.263567 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.263603 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.263895 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:27.264142 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:27.264272 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} executeQuery: Read 25 rows, 1.93 KiB in 0.001178 sec., 21222.410865874364 rows/sec., 1.60 MiB/sec. 2026.05.06 01:54:27.264309 [ 277 ] {f1d0e44c-345b-4907-a37e-ac9b718797fd} TCPHandler: Processed in 0.001344963 sec. 2026.05.06 01:54:27.264433 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.264530 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.264569 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:54:27.264976 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.265013 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.265300 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:54:27.265519 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:54:27.265648 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} executeQuery: Read 24 rows, 2.04 KiB in 0.001136 sec., 21126.76056338028 rows/sec., 1.75 MiB/sec. 2026.05.06 01:54:27.265686 [ 277 ] {77d54015-f644-4123-9fb7-241ca324b5a3} TCPHandler: Processed in 0.001302712 sec. 2026.05.06 01:54:27.265806 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.265905 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.265946 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:54:27.266349 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.266385 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.266681 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:54:27.266888 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:54:27.267020 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} executeQuery: Read 12 rows, 960.00 B in 0.001133 sec., 10591.350397175642 rows/sec., 827.45 KiB/sec. 2026.05.06 01:54:27.267059 [ 277 ] {7e245fdd-6e76-4731-9dbd-f2997aab560b} TCPHandler: Processed in 0.001303642 sec. 2026.05.06 01:54:27.267175 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.267271 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:27.267310 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:27.267757 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.267793 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.268107 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:54:27.268318 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:27.268451 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} executeQuery: Read 113 rows, 9.42 KiB in 0.001198 sec., 94323.87312186978 rows/sec., 7.68 MiB/sec. 2026.05.06 01:54:27.268487 [ 277 ] {0a690345-140a-4539-8ada-7bb8717a41dd} TCPHandler: Processed in 0.001362523 sec. 2026.05.06 01:54:27.268609 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.268705 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.268749 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:27.269173 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.269210 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.269535 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:54:27.269739 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:27.269873 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} executeQuery: Read 197 rows, 14.47 KiB in 0.001187 sec., 165964.61668070767 rows/sec., 11.90 MiB/sec. 2026.05.06 01:54:27.269909 [ 277 ] {7191069d-755e-47b3-a4b0-20dff9bc55e5} TCPHandler: Processed in 0.001351483 sec. 2026.05.06 01:54:27.270031 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.270127 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.270182 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} 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.06 01:54:27.270935 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.270971 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.271481 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:27.271717 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:27.271856 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} executeQuery: Read 11 rows, 20.18 KiB in 0.001747 sec., 6296.508299942759 rows/sec., 11.28 MiB/sec. 2026.05.06 01:54:27.271908 [ 277 ] {eee1fdf2-92a2-4488-874f-ba68517542c5} TCPHandler: Processed in 0.001926568 sec. 2026.05.06 01:54:27.272047 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:27.272145 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:27.272188 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:27.272540 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:27.272581 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:27.272935 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:54:27.273149 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:27.273285 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2026.05.06 01:54:27.273322 [ 277 ] {7c894f98-2dfa-4051-b920-bca760223a97} TCPHandler: Processed in 0.001329692 sec. 2026.05.06 01:54:29.247502 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 406 2026.05.06 01:54:29.249859 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:29.249903 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:29.251046 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:54:29.251304 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:29.251552 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 406 2026.05.06 01:54:32.249635 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.249881 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:32.250215 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:32.250259 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} 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.06 01:54:32.250480 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:32.250552 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:32.250696 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:32.250818 [ 318 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:32.250822 [ 350 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:32.250828 [ 344 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:32.250989 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:32.251016 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:32.251085 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:32.251105 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:32.251141 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:32.251181 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:32.252245 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} executeQuery: Read 44 rows, 7.84 KiB in 0.002454 sec., 17929.91035044825 rows/sec., 3.12 MiB/sec. 2026.05.06 01:54:32.252370 [ 277 ] {79265386-6071-47e2-b7e7-d093bdf83edd} TCPHandler: Processed in 0.00287253 sec. 2026.05.06 01:54:32.255461 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.255591 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:32.255646 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:32.256268 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.256317 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.256703 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:54:32.256928 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:32.257089 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} executeQuery: Read 116 rows, 10.09 KiB in 0.001539 sec., 75373.61923326836 rows/sec., 6.40 MiB/sec. 2026.05.06 01:54:32.257131 [ 277 ] {80e2dd1f-1010-4b13-9945-129f75658bb6} TCPHandler: Processed in 0.001731382 sec. 2026.05.06 01:54:32.257263 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.257366 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:32.257409 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:32.257833 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.257870 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.258176 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:32.258432 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:32.258544 [ 158 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:32.258572 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} executeQuery: Read 30 rows, 2.26 KiB in 0.001229 sec., 24410.08950366151 rows/sec., 1.79 MiB/sec. 2026.05.06 01:54:32.258589 [ 158 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.258616 [ 277 ] {1e7ef68d-178d-40b4-959d-24b59b78e344} TCPHandler: Processed in 0.001404824 sec. 2026.05.06 01:54:32.258617 [ 158 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.258751 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.258769 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:32.258855 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:32.258904 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:32.258962 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:32.259006 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 212 rows starting from the beginning of the part 2026.05.06 01:54:32.259078 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 53 rows starting from the beginning of the part 2026.05.06 01:54:32.259125 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:32.259169 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:32.259209 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part 2026.05.06 01:54:32.259251 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:32.259361 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.259407 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.259751 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:54:32.260002 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:32.260146 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} executeQuery: Read 94 rows, 7.52 KiB in 0.00131 sec., 71755.7251908397 rows/sec., 5.60 MiB/sec. 2026.05.06 01:54:32.260186 [ 277 ] {a44ec4c7-8f75-41b6-be19-df58b77d1612} TCPHandler: Processed in 0.001483617 sec. 2026.05.06 01:54:32.260193 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482606 sec., 243490.1787797972 rows/sec., 17.37 MiB/sec. 2026.05.06 01:54:32.260316 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.260378 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:32.260419 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:32.260473 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:32.260684 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:32.260774 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_16_3} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:32.260877 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 01:54:32.260909 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.260951 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.261288 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:54:32.261521 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:32.261656 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2026.05.06 01:54:32.261694 [ 277 ] {0aea5602-94eb-4f2d-ba82-3a810737d2db} TCPHandler: Processed in 0.001426895 sec. 2026.05.06 01:54:32.261826 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.261923 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:32.261979 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} 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.06 01:54:32.262850 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.262887 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.263438 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:32.263679 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:32.263794 [ 158 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:32.263823 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} executeQuery: Read 30 rows, 55.05 KiB in 0.001916 sec., 15657.620041753655 rows/sec., 28.06 MiB/sec. 2026.05.06 01:54:32.263834 [ 158 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.263866 [ 158 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.263882 [ 277 ] {e0f88f02-3ad4-40e8-b558-61564d4945c8} TCPHandler: Processed in 0.002105102 sec. 2026.05.06 01:54:32.263953 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:32.264017 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:32.264118 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:32.264160 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:32.264188 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:32.264262 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 179 rows starting from the beginning of the part 2026.05.06 01:54:32.264400 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part 2026.05.06 01:54:32.264530 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:32.264638 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:32.264657 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:32.264683 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:32.264792 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part 2026.05.06 01:54:32.264911 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:32.265025 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:54:32.265282 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:32.265430 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. 2026.05.06 01:54:32.265468 [ 277 ] {1b80fab3-28fb-434d-bcc8-6e037b66f843} TCPHandler: Processed in 0.001500697 sec. 2026.05.06 01:54:32.268132 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 19 columns (19 merged, 0 gathered) in 0.004217223 sec., 71136.85949260923 rows/sec., 127.47 MiB/sec. 2026.05.06 01:54:32.268822 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:32.269213 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:32.269296 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_16_3} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:32.269431 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. 2026.05.06 01:54:34.094437 [ 155 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:54:34.094498 [ 155 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:54:34.204948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6727 2026.05.06 01:54:34.205715 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:34.205764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:34.206300 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:34.206507 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:34.206621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6727 2026.05.06 01:54:34.536512 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.06 01:54:34.554252 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:34.554318 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:34.560738 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:54:34.561469 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:34.564404 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.06 01:54:35.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 231.46 MiB, peak 235.46 MiB, free memory in arenas 0.00 B, will set to 232.62 MiB (RSS), difference: 1.16 MiB 2026.05.06 01:54:37.248797 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.249064 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:37.249412 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:37.249447 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} 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.06 01:54:37.249666 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:37.249734 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:37.249873 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:37.249992 [ 344 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:37.250005 [ 350 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:37.249996 [ 332 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:37.250168 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:37.250195 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:37.250263 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:37.250283 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:37.250317 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:37.250355 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:37.251514 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} executeQuery: Read 44 rows, 7.84 KiB in 0.002552 sec., 17241.379310344826 rows/sec., 3.00 MiB/sec. 2026.05.06 01:54:37.251643 [ 277 ] {e0b0e791-6195-45a8-8659-2be327ea057a} TCPHandler: Processed in 0.002983793 sec. 2026.05.06 01:54:37.253534 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.253699 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:37.253763 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:37.254890 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.254944 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.255409 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:54:37.255635 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:37.255785 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} executeQuery: Read 78 rows, 6.61 KiB in 0.002139 sec., 36465.638148667604 rows/sec., 3.02 MiB/sec. 2026.05.06 01:54:37.255824 [ 277 ] {c60309ed-a9a0-425a-8272-fd378f82fdcd} TCPHandler: Processed in 0.002361807 sec. 2026.05.06 01:54:37.255976 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.256074 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.256114 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:37.256540 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.256584 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.256887 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:37.257093 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:37.257220 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} executeQuery: Read 11 rows, 847.00 B in 0.001167 sec., 9425.878320479862 rows/sec., 708.78 KiB/sec. 2026.05.06 01:54:37.257258 [ 277 ] {3ff90f12-2197-4863-b65a-16083a09c861} TCPHandler: Processed in 0.001341023 sec. 2026.05.06 01:54:37.257390 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.257485 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:37.257526 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:37.257961 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.257997 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.258298 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:54:37.258503 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:37.258635 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} executeQuery: Read 75 rows, 6.00 KiB in 0.001168 sec., 64212.32876712329 rows/sec., 5.01 MiB/sec. 2026.05.06 01:54:37.258674 [ 277 ] {53a034e6-7ccf-434d-bd5b-a50efc7f752f} TCPHandler: Processed in 0.001333023 sec. 2026.05.06 01:54:37.258803 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.258897 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.258941 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:37.259358 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.259395 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.259736 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:54:37.259943 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:37.260073 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.05.06 01:54:37.260109 [ 277 ] {ecb942ba-fa1b-49db-b7dc-9e8190c1a563} TCPHandler: Processed in 0.001354863 sec. 2026.05.06 01:54:37.260265 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.260366 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.260426 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} 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.06 01:54:37.261219 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.261256 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.261762 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:37.262014 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:37.262158 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} executeQuery: Read 11 rows, 20.18 KiB in 0.001809 sec., 6080.707573244887 rows/sec., 10.90 MiB/sec. 2026.05.06 01:54:37.262209 [ 277 ] {0eab95c6-09a8-439e-b858-a48f89d56c17} TCPHandler: Processed in 0.002007989 sec. 2026.05.06 01:54:37.262339 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.262434 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.262475 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:37.262816 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.262852 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.263150 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:54:37.263361 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:37.263487 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.05.06 01:54:37.263522 [ 277 ] {75901c79-bce0-40f4-a7e7-46ff1885f305} TCPHandler: Processed in 0.00123255 sec. 2026.05.06 01:54:37.606090 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.606347 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:54:37.606695 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:37.606733 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:54:37.606970 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:37.607040 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:37.607187 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:54:37.607294 [ 332 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:37.607331 [ 350 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:37.607331 [ 315 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:37.607497 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:37.607527 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:37.607598 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:37.607618 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:37.607654 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:54:37.607692 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:54:37.608761 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} executeQuery: Read 44 rows, 9.42 KiB in 0.002519 sec., 17467.248908296944 rows/sec., 3.65 MiB/sec. 2026.05.06 01:54:37.608896 [ 277 ] {740d1fb2-a92a-4368-b0b6-4abbe2d81955} TCPHandler: Processed in 0.002943412 sec. 2026.05.06 01:54:37.620816 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.621005 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:54:37.621080 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:54:37.621643 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.621679 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.622042 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:54:37.622265 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:54:37.622381 [ 133 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:54:37.622415 [ 133 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.622419 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} executeQuery: Read 2 rows, 167.00 B in 0.001467 sec., 1363.3265167007498 rows/sec., 111.17 KiB/sec. 2026.05.06 01:54:37.622435 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.622462 [ 277 ] {f52aac94-cc59-4209-8fa7-aab0be37e6cd} TCPHandler: Processed in 0.001738933 sec. 2026.05.06 01:54:37.622538 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::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.06 01:54:37.622643 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.622667 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:37.622710 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.05.06 01:54:37.622747 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:37.622775 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.06 01:54:37.622793 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:37.622830 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::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.06 01:54:37.622881 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.05.06 01:54:37.622924 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.05.06 01:54:37.622969 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.05.06 01:54:37.623752 [ 190 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001258291 sec., 25431.319146365986 rows/sec., 2.12 MiB/sec. 2026.05.06 01:54:37.623903 [ 196 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:54:37.624196 [ 196 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:54:37.624247 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.624280 [ 196 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_6_1} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:54:37.624290 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.624360 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.05.06 01:54:37.624803 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:54:37.625040 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:37.625142 [ 133 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:54:37.625170 [ 133 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.625176 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} executeQuery: Read 2462 rows, 187.08 KiB in 0.00245 sec., 1004897.9591836735 rows/sec., 74.57 MiB/sec. 2026.05.06 01:54:37.625189 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.625217 [ 277 ] {bfd6314b-3e26-44da-90f1-3c4583e3693f} TCPHandler: Processed in 0.002623104 sec. 2026.05.06 01:54:37.625273 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:54:37.625338 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.625361 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:37.625390 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3356 rows starting from the beginning of the part 2026.05.06 01:54:37.625431 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 116 rows starting from the beginning of the part 2026.05.06 01:54:37.625441 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.625465 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 199 rows starting from the beginning of the part 2026.05.06 01:54:37.625489 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:37.625505 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:54:37.625544 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part 2026.05.06 01:54:37.625577 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2462 rows starting from the beginning of the part 2026.05.06 01:54:37.625918 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.625958 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.626330 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:54:37.626569 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:37.626709 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} executeQuery: Read 41 rows, 3.07 KiB in 0.001289 sec., 31807.602792862683 rows/sec., 2.33 MiB/sec. 2026.05.06 01:54:37.626747 [ 277 ] {5090a159-ca96-4314-a697-d700922b35c1} TCPHandler: Processed in 0.001458786 sec. 2026.05.06 01:54:37.626860 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.626957 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.626995 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:54:37.627630 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.627664 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.627957 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6327 rows, containing 5 columns (5 merged, 0 gathered) in 0.002715596 sec., 2329875.2833632105 rows/sec., 185.83 MiB/sec. 2026.05.06 01:54:37.628038 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:54:37.628258 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:54:37.628294 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:54:37.628386 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} executeQuery: Read 801 rows, 47.38 KiB in 0.001448 sec., 553176.7955801105 rows/sec., 31.95 MiB/sec. 2026.05.06 01:54:37.628423 [ 277 ] {0584bb44-e7bf-4a3f-bcec-a1e85f76f879} TCPHandler: Processed in 0.001612319 sec. 2026.05.06 01:54:37.628537 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.628567 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:37.628632 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.628633 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_21_4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:54:37.628672 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:54:37.628719 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.05.06 01:54:37.629047 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.629080 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.629360 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:54:37.629571 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:54:37.629693 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} executeQuery: Read 1 rows, 72.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 65.16 KiB/sec. 2026.05.06 01:54:37.629730 [ 277 ] {27d7f956-e840-4f09-a699-6df1ad3bcc0a} TCPHandler: Processed in 0.001241901 sec. 2026.05.06 01:54:37.629844 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.629938 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:37.629976 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:37.630782 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.630816 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.631185 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:54:37.631398 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:37.631502 [ 133 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:54:37.631526 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} executeQuery: Read 1320 rows, 90.52 KiB in 0.001606 sec., 821917.8082191781 rows/sec., 55.04 MiB/sec. 2026.05.06 01:54:37.631542 [ 133 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.631562 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.631564 [ 277 ] {ae40338d-03a4-4525-9a24-4e788ae1a691} TCPHandler: Processed in 0.001768683 sec. 2026.05.06 01:54:37.631636 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:54:37.631688 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.631720 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:37.631749 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1829 rows starting from the beginning of the part 2026.05.06 01:54:37.631783 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.631827 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:37.631835 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 94 rows starting from the beginning of the part 2026.05.06 01:54:37.631892 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part 2026.05.06 01:54:37.631939 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:54:37.631983 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 75 rows starting from the beginning of the part 2026.05.06 01:54:37.632029 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1320 rows starting from the beginning of the part 2026.05.06 01:54:37.632500 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.632534 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.633008 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:54:37.633221 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:37.633297 [ 195 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3525 rows, containing 5 columns (5 merged, 0 gathered) in 0.001688651 sec., 2087465.0830751883 rows/sec., 151.73 MiB/sec. 2026.05.06 01:54:37.633314 [ 133 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:54:37.633350 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} executeQuery: Read 1497 rows, 92.97 KiB in 0.001585 sec., 944479.4952681388 rows/sec., 57.28 MiB/sec. 2026.05.06 01:54:37.633361 [ 133 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.633381 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.633388 [ 277 ] {edd78280-c3e4-4492-ba32-1ea9f7bdc0f0} TCPHandler: Processed in 0.001749033 sec. 2026.05.06 01:54:37.633463 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:54:37.633511 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.633517 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:54:37.633588 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:37.633612 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.633629 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6967 rows starting from the beginning of the part 2026.05.06 01:54:37.633671 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} 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.06 01:54:37.633702 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.05.06 01:54:37.633756 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 197 rows starting from the beginning of the part 2026.05.06 01:54:37.633791 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:37.633798 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:54:37.633857 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.05.06 01:54:37.633864 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_21_4} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:54:37.633900 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1497 rows starting from the beginning of the part 2026.05.06 01:54:37.633931 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.06 01:54:37.634468 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.634505 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.635117 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:54:37.635356 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:37.635502 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} executeQuery: Read 39 rows, 71.56 KiB in 0.001909 sec., 20429.54426401257 rows/sec., 36.61 MiB/sec. 2026.05.06 01:54:37.635562 [ 277 ] {dd653e8a-37e3-4ab4-860c-f8e4ec6bc34e} TCPHandler: Processed in 0.002099201 sec. 2026.05.06 01:54:37.635684 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:37.635779 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:37.635821 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:37.636139 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.636173 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.636552 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:54:37.636774 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:37.636902 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} executeQuery: Read 12 rows, 848.00 B in 0.001142 sec., 10507.880910683012 rows/sec., 725.15 KiB/sec. 2026.05.06 01:54:37.636912 [ 135 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:54:37.636939 [ 277 ] {17f7d128-b275-4826-a44e-df18f14a8188} TCPHandler: Processed in 0.001304421 sec. 2026.05.06 01:54:37.636968 [ 135 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:37.636999 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:37.637098 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:37.637228 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:37.637268 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part 2026.05.06 01:54:37.637325 [ 198 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9141 rows, containing 5 columns (5 merged, 0 gathered) in 0.003901466 sec., 2342965.4391451827 rows/sec., 151.29 MiB/sec. 2026.05.06 01:54:37.637334 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:37.637403 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:37.637449 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:54:37.637491 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.05.06 01:54:37.637533 [ 195 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.05.06 01:54:37.637569 [ 198 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:54:37.637959 [ 198 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:37.638048 [ 198 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_21_4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:54:37.638135 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.05.06 01:54:37.638598 [ 198 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1152 rows, containing 4 columns (4 merged, 0 gathered) in 0.001542798 sec., 746695.2899861161 rows/sec., 49.76 MiB/sec. 2026.05.06 01:54:37.638761 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:54:37.639018 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:37.639087 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_21_4} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:54:37.639167 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.05.06 01:54:39.224922 [ 148 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 01:54:39.224992 [ 148 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:39.225016 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:39.225146 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:54:39.225312 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:39.225352 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.05.06 01:54:39.225428 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.05.06 01:54:39.225482 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:54:39.225536 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:54:39.225585 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:54:39.226485 [ 198 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001398134 sec., 237459.3565423629 rows/sec., 14.91 MiB/sec. 2026.05.06 01:54:39.226619 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 01:54:39.226878 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:54:39.226947 [ 202 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_5_1} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 01:54:39.227021 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.06 01:54:39.251698 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 454 2026.05.06 01:54:39.254064 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:39.254174 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:39.255331 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:54:39.255603 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:39.255739 [ 148 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:54:39.255781 [ 148 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:39.255801 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:39.255883 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:54:39.255920 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 454 2026.05.06 01:54:39.256388 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:39.256519 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 260 rows starting from the beginning of the part 2026.05.06 01:54:39.256830 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part 2026.05.06 01:54:39.257137 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2026.05.06 01:54:39.257442 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.05.06 01:54:39.257744 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part 2026.05.06 01:54:39.258048 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2026.05.06 01:54:39.263830 [ 186 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 72 columns (72 merged, 0 gathered) in 0.007981425 sec., 56882.07306339407 rows/sec., 50.41 MiB/sec. 2026.05.06 01:54:39.264834 [ 192 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:54:39.265456 [ 192 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:39.265547 [ 192 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_11_2} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:54:39.265771 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2026.05.06 01:54:39.624266 [ 147 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 01:54:39.624340 [ 147 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:39.624361 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:39.624481 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:54:39.624627 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:39.624661 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.05.06 01:54:39.624723 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.05.06 01:54:39.624767 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:54:39.624812 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:54:39.624853 [ 186 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:54:39.625702 [ 192 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272502 sec., 502946.164328229 rows/sec., 34.96 MiB/sec. 2026.05.06 01:54:39.625920 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 01:54:39.626233 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:54:39.626309 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_5_1} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 01:54:39.626396 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.06 01:54:41.707695 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7175 2026.05.06 01:54:41.708165 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:41.708200 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:41.708705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:41.708952 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:41.709078 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7175 2026.05.06 01:54:42.065424 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.05.06 01:54:42.081489 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:42.081545 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:42.087114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:54:42.087860 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:42.090765 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.05.06 01:54:42.247516 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:42.247788 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:42.248207 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:42.248254 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} 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.06 01:54:42.248506 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:42.248583 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:42.248735 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:54:42.248854 [ 332 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:42.248874 [ 314 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:42.248874 [ 315 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:42.249028 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:42.249060 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:42.249144 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:42.249168 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:42.249207 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:54:42.249252 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:54:42.250389 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} executeQuery: Read 44 rows, 7.84 KiB in 0.002708 sec., 16248.153618906943 rows/sec., 2.83 MiB/sec. 2026.05.06 01:54:42.250530 [ 277 ] {d4614d7e-131c-4925-947d-5a0a52d6ff29} TCPHandler: Processed in 0.003190258 sec. 2026.05.06 01:54:42.251964 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:42.252081 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:42.252131 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:42.252634 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:42.252683 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:42.253079 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:54:42.253317 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:42.253486 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} executeQuery: Read 56 rows, 4.41 KiB in 0.001438 sec., 38942.976356050065 rows/sec., 2.99 MiB/sec. 2026.05.06 01:54:42.253537 [ 277 ] {29721e85-6216-4f01-96e8-2cf93116e81f} TCPHandler: Processed in 0.00162523 sec. 2026.05.06 01:54:42.253725 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:42.253871 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:42.253933 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:42.254597 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:42.254653 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:42.255063 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:54:42.255524 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:42.255767 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. 2026.05.06 01:54:42.255808 [ 277 ] {9f859e35-4acd-4ef0-81eb-2313b8157cb0} TCPHandler: Processed in 0.002143622 sec. 2026.05.06 01:54:42.255951 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:42.256054 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:42.256101 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:42.256490 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:42.256529 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:42.256886 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:54:42.257103 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:42.257240 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} executeQuery: Read 128 rows, 9.13 KiB in 0.00121 sec., 105785.12396694215 rows/sec., 7.37 MiB/sec. 2026.05.06 01:54:42.257277 [ 277 ] {d45c4eef-1b08-4b49-a15f-61c754510e9b} TCPHandler: Processed in 0.001375214 sec. 2026.05.06 01:54:42.257402 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:42.257500 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:42.257542 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:42.257873 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:42.257915 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:42.258239 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:54:42.258453 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:42.258588 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} executeQuery: Read 48 rows, 3.31 KiB in 0.001109 sec., 43282.23624887286 rows/sec., 2.92 MiB/sec. 2026.05.06 01:54:42.258626 [ 277 ] {1388e29c-7537-448f-acd4-f9e5d1125af3} TCPHandler: Processed in 0.001272331 sec. 2026.05.06 01:54:45.759777 [ 266 ] {} TCP-Session: 0e675972-76ac-4f2d-a810-ab2caddb51da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:45.760056 [ 266 ] {9436ca76-6fe6-4c2a-91ff-834bcb2ee346} executeQuery: (from [fd00:1122:3344:101::e]:57996) 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 has_own_data (stage: Complete) 2026.05.06 01:54:45.760566 [ 266 ] {9436ca76-6fe6-4c2a-91ff-834bcb2ee346} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.06 01:54:45.760734 [ 266 ] {9436ca76-6fe6-4c2a-91ff-834bcb2ee346} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:45.761125 [ 315 ] {9436ca76-6fe6-4c2a-91ff-834bcb2ee346} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.06 01:54:45.761717 [ 266 ] {9436ca76-6fe6-4c2a-91ff-834bcb2ee346} executeQuery: Read 140 rows, 7.96 KiB in 0.001783 sec., 78519.34941110488 rows/sec., 4.36 MiB/sec. 2026.05.06 01:54:45.761811 [ 266 ] {9436ca76-6fe6-4c2a-91ff-834bcb2ee346} TCPHandler: Processed in 0.002200374 sec. 2026.05.06 01:54:46.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 236.53 MiB, peak 240.85 MiB, free memory in arenas 0.00 B, will set to 234.50 MiB (RSS), difference: -2.03 MiB 2026.05.06 01:54:47.249254 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.249527 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:47.249870 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:47.249907 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} 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.06 01:54:47.250133 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:47.250204 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:47.250348 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:47.250466 [ 332 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:47.250490 [ 314 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:47.250477 [ 317 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:47.250645 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:47.250668 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:47.250738 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:47.250759 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:47.250795 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:47.250840 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:47.252051 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} executeQuery: Read 44 rows, 7.84 KiB in 0.002629 sec., 16736.401673640168 rows/sec., 2.91 MiB/sec. 2026.05.06 01:54:47.252158 [ 277 ] {88a0d827-77c0-419e-b415-e1cdada5e32f} TCPHandler: Processed in 0.003047004 sec. 2026.05.06 01:54:47.254465 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.254714 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:47.254789 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:47.255650 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:47.255696 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:47.256083 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:54:47.256310 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:47.256460 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} executeQuery: Read 78 rows, 6.61 KiB in 0.001865 sec., 41823.0563002681 rows/sec., 3.46 MiB/sec. 2026.05.06 01:54:47.256500 [ 277 ] {844a3b01-6de2-464c-ae07-6617c3e006c2} TCPHandler: Processed in 0.002106162 sec. 2026.05.06 01:54:47.256632 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.256729 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:47.256769 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:47.257177 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:47.257215 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:47.257518 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:54:47.257746 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:47.257875 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} executeQuery: Read 11 rows, 847.00 B in 0.001166 sec., 9433.962264150943 rows/sec., 709.39 KiB/sec. 2026.05.06 01:54:47.257912 [ 277 ] {9d4e0b21-d766-488d-a7a9-b5f18225d2f6} TCPHandler: Processed in 0.001330293 sec. 2026.05.06 01:54:47.258043 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.258137 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:47.258177 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:47.258606 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:47.258643 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:47.258941 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:54:47.259166 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:47.259297 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} executeQuery: Read 75 rows, 6.00 KiB in 0.001179 sec., 63613.231552162855 rows/sec., 4.97 MiB/sec. 2026.05.06 01:54:47.259334 [ 277 ] {cb038fc0-8f75-47d8-9b52-66af6e51a427} TCPHandler: Processed in 0.001339993 sec. 2026.05.06 01:54:47.259452 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.259544 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:47.259590 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:47.260020 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:47.260058 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:47.260391 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:54:47.260603 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:47.260737 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.05.06 01:54:47.260773 [ 277 ] {04e728a7-c78f-4207-a647-b6cc48349f2b} TCPHandler: Processed in 0.001369444 sec. 2026.05.06 01:54:47.260893 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.260987 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:47.261042 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} 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.06 01:54:47.261816 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:47.261853 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:47.262376 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:54:47.262611 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:47.262748 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} executeQuery: Read 11 rows, 20.18 KiB in 0.001779 sec., 6183.249016301293 rows/sec., 11.08 MiB/sec. 2026.05.06 01:54:47.262800 [ 277 ] {7217672a-ebc0-45ec-b36e-b2d378b6b277} TCPHandler: Processed in 0.001955757 sec. 2026.05.06 01:54:47.262914 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:47.263009 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:47.263051 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:47.263396 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:47.263434 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:47.263736 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:54:47.263953 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:47.264081 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.05.06 01:54:47.264116 [ 277 ] {01435516-b59b-4813-b016-6f4b17f5b621} TCPHandler: Processed in 0.001250681 sec. 2026.05.06 01:54:49.094552 [ 134 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:54:49.094604 [ 134 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:54:49.209172 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7687 2026.05.06 01:54:49.209668 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:49.209715 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:49.210226 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:49.210465 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:49.210607 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7687 2026.05.06 01:54:49.210605 [ 134 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:49.210677 [ 134 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:49.210697 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:49.210799 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:54:49.210910 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:49.210947 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5255 rows starting from the beginning of the part 2026.05.06 01:54:49.211009 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.05.06 01:54:49.211053 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.05.06 01:54:49.211092 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.05.06 01:54:49.211129 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.05.06 01:54:49.211169 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.05.06 01:54:49.212591 [ 197 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7687 rows, containing 4 columns (4 merged, 0 gathered) in 0.001827565 sec., 4206143.146755382 rows/sec., 60.17 MiB/sec. 2026.05.06 01:54:49.213246 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:49.213516 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:49.213580 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_16_3} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:49.213681 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.06 01:54:49.256154 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 480 2026.05.06 01:54:49.258214 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:49.258261 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:49.259392 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:54:49.259663 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:49.259982 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 480 2026.05.06 01:54:49.590883 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.05.06 01:54:49.607454 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:49.607509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:49.613097 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:54:49.613760 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:49.614025 [ 134 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:54:49.614072 [ 134 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:49.614095 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:49.614197 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.616667 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.06 01:54:49.617837 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:49.619278 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.623624 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.627781 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.631859 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.636510 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.640827 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:54:49.695655 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081489301 sec., 1484.8575029499884 rows/sec., 7.68 MiB/sec. 2026.05.06 01:54:49.698333 [ 191 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:54:49.700295 [ 191 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_16_3} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:49.700391 [ 191 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_16_3} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:54:49.702412 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.05.06 01:54:50.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 235.62 MiB, peak 245.57 MiB, free memory in arenas 0.00 B, will set to 242.66 MiB (RSS), difference: 7.04 MiB 2026.05.06 01:54:50.001239 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00084387 sec. 2026.05.06 01:54:52.250230 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.250475 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:52.250806 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:52.250843 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} 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.06 01:54:52.251064 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:52.251135 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:52.251279 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:52.251407 [ 332 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:52.251414 [ 314 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:52.251407 [ 348 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:52.251583 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:52.251612 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:52.251683 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:52.251703 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:52.251769 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:52.251813 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:52.252922 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} executeQuery: Read 44 rows, 7.84 KiB in 0.002537 sec., 17343.3188805676 rows/sec., 3.02 MiB/sec. 2026.05.06 01:54:52.253031 [ 277 ] {e6e73443-103b-4bb6-a0e9-636dde5b836b} TCPHandler: Processed in 0.002929481 sec. 2026.05.06 01:54:52.255892 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.256010 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:52.256058 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:52.256601 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:52.256642 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:52.257025 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:54:52.257250 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:52.257403 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} executeQuery: Read 116 rows, 10.09 KiB in 0.001427 sec., 81289.41836019621 rows/sec., 6.90 MiB/sec. 2026.05.06 01:54:52.257441 [ 277 ] {96c79785-6e98-4741-a15f-e07699016165} TCPHandler: Processed in 0.001604389 sec. 2026.05.06 01:54:52.257573 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.257667 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:52.257707 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:52.258147 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:52.258183 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:52.258481 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:54:52.258708 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:52.258839 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} executeQuery: Read 30 rows, 2.26 KiB in 0.001191 sec., 25188.91687657431 rows/sec., 1.85 MiB/sec. 2026.05.06 01:54:52.258876 [ 277 ] {ae74b8f3-e6de-42b8-8231-ef69deee501c} TCPHandler: Processed in 0.001352434 sec. 2026.05.06 01:54:52.258997 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.259089 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:52.259128 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:52.259573 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:52.259608 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:52.259957 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:54:52.260169 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:52.260299 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} executeQuery: Read 94 rows, 7.52 KiB in 0.001228 sec., 76547.23127035832 rows/sec., 5.98 MiB/sec. 2026.05.06 01:54:52.260337 [ 277 ] {e3384359-a322-40f0-94d3-7012d53726ee} TCPHandler: Processed in 0.001388614 sec. 2026.05.06 01:54:52.260461 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.260554 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:52.260596 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:52.261048 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:52.261083 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:52.261407 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:54:52.261613 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:52.261742 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.05.06 01:54:52.261777 [ 277 ] {776fb136-88c9-4c0d-9fd1-225d9332858f} TCPHandler: Processed in 0.001365113 sec. 2026.05.06 01:54:52.261911 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.262005 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:52.262058 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} 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.06 01:54:52.262839 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:52.262875 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:52.263416 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:54:52.263637 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:52.263774 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} executeQuery: Read 30 rows, 55.05 KiB in 0.001787 sec., 16787.912702853944 rows/sec., 30.08 MiB/sec. 2026.05.06 01:54:52.263825 [ 277 ] {e50b2b82-1b40-48cb-9f80-cf119a922d37} TCPHandler: Processed in 0.001962198 sec. 2026.05.06 01:54:52.263958 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:52.264053 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:52.264093 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:52.264432 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:52.264468 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:52.264790 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:54:52.265004 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:52.265132 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.05.06 01:54:52.265168 [ 277 ] {289d0691-d2b4-44b4-90c9-63917df25fb2} TCPHandler: Processed in 0.001259181 sec. 2026.05.06 01:54:56.043847 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51307 2026.05.06 01:54:56.043977 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.044011 [ 307 ] {} TCP-Session: c38b71f7-83c9-4a91-b54c-143c0d6407db Authenticating user 'default' from [fd00:1122:3344:101::e]:51307 2026.05.06 01:54:56.044037 [ 307 ] {} TCP-Session: c38b71f7-83c9-4a91-b54c-143c0d6407db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.044051 [ 307 ] {} TCP-Session: c38b71f7-83c9-4a91-b54c-143c0d6407db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.044332 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41804 2026.05.06 01:54:56.044356 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53089 2026.05.06 01:54:56.044385 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65299 2026.05.06 01:54:56.044428 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60759 2026.05.06 01:54:56.044461 [ 307 ] {} TCP-Session: c38b71f7-83c9-4a91-b54c-143c0d6407db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:56.044423 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60839 2026.05.06 01:54:56.044402 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53218 2026.05.06 01:54:56.044368 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36582 2026.05.06 01:54:56.044369 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43635 2026.05.06 01:54:56.044615 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.044677 [ 308 ] {} TCP-Session: 4976e133-98fb-400e-93dc-23e1b4887dbd Authenticating user 'default' from [fd00:1122:3344:101::e]:41804 2026.05.06 01:54:56.044695 [ 307 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} executeQuery: (from [fd00:1122:3344:101::e]:51307) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:54:56.044706 [ 308 ] {} TCP-Session: 4976e133-98fb-400e-93dc-23e1b4887dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.044741 [ 308 ] {} TCP-Session: 4976e133-98fb-400e-93dc-23e1b4887dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045031 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.045064 [ 307 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:54:56.045083 [ 303 ] {} TCP-Session: 1ca7c2de-9860-486a-b663-361d717c33d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:60839 2026.05.06 01:54:56.045125 [ 303 ] {} TCP-Session: 1ca7c2de-9860-486a-b663-361d717c33d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045149 [ 303 ] {} TCP-Session: 1ca7c2de-9860-486a-b663-361d717c33d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045154 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.045155 [ 307 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:56.045197 [ 311 ] {} TCP-Session: 0298ba50-b9f1-4c9e-b1a5-d137c76a1fd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:43635 2026.05.06 01:54:56.045222 [ 311 ] {} TCP-Session: 0298ba50-b9f1-4c9e-b1a5-d137c76a1fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045246 [ 311 ] {} TCP-Session: 0298ba50-b9f1-4c9e-b1a5-d137c76a1fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045543 [ 307 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:54:56.045831 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.045836 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.045891 [ 304 ] {} TCP-Session: f9cb45f5-f223-4956-ab3a-6d58c7e33fb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60759 2026.05.06 01:54:56.045912 [ 309 ] {} TCP-Session: 1ddfb89e-6e87-4cf8-8fbc-790d5e7ee83b Authenticating user 'default' from [fd00:1122:3344:101::e]:53089 2026.05.06 01:54:56.045921 [ 304 ] {} TCP-Session: f9cb45f5-f223-4956-ab3a-6d58c7e33fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045947 [ 309 ] {} TCP-Session: 1ddfb89e-6e87-4cf8-8fbc-790d5e7ee83b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045950 [ 304 ] {} TCP-Session: f9cb45f5-f223-4956-ab3a-6d58c7e33fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.045969 [ 309 ] {} TCP-Session: 1ddfb89e-6e87-4cf8-8fbc-790d5e7ee83b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.046269 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.046312 [ 258 ] {} TCP-Session: 47806353-af93-4ec1-ad69-f8439b1c5c89 Authenticating user 'default' from [fd00:1122:3344:101::e]:65299 2026.05.06 01:54:56.046336 [ 258 ] {} TCP-Session: 47806353-af93-4ec1-ad69-f8439b1c5c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.046357 [ 258 ] {} TCP-Session: 47806353-af93-4ec1-ad69-f8439b1c5c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.046556 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.046555 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.046617 [ 310 ] {} TCP-Session: 7d7503c0-6e53-4661-9ee5-4250c50e1878 Authenticating user 'default' from [fd00:1122:3344:101::e]:36582 2026.05.06 01:54:56.046648 [ 268 ] {} TCP-Session: f3c23157-0cbd-46ae-adcd-2677b6ecdbed Authenticating user 'default' from [fd00:1122:3344:101::e]:53218 2026.05.06 01:54:56.046657 [ 310 ] {} TCP-Session: 7d7503c0-6e53-4661-9ee5-4250c50e1878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.046688 [ 268 ] {} TCP-Session: f3c23157-0cbd-46ae-adcd-2677b6ecdbed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.046694 [ 310 ] {} TCP-Session: 7d7503c0-6e53-4661-9ee5-4250c50e1878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.046722 [ 268 ] {} TCP-Session: f3c23157-0cbd-46ae-adcd-2677b6ecdbed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.047093 [ 348 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} AggregatingTransform: Aggregating 2026.05.06 01:54:56.047140 [ 348 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} Aggregator: Aggregation method: without_key 2026.05.06 01:54:56.047183 [ 348 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001513877 sec. (660.556 rows/sec., 25.80 KiB/sec.) 2026.05.06 01:54:56.047202 [ 348 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} Aggregator: Merging aggregated data 2026.05.06 01:54:56.048742 [ 307 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} executeQuery: Read 1 rows, 40.00 B in 0.004133 sec., 241.95499637067502 rows/sec., 9.45 KiB/sec. 2026.05.06 01:54:56.048933 [ 307 ] {dbc25f1c-b5d5-4a76-b573-703ac5817ce2} TCPHandler: Processed in 0.004638993 sec. 2026.05.06 01:54:56.049073 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049117 [ 307 ] {} TCP-Session: c38b71f7-83c9-4a91-b54c-143c0d6407db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049121 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049150 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049175 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049184 [ 308 ] {} TCP-Session: 4976e133-98fb-400e-93dc-23e1b4887dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049243 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049276 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049297 [ 304 ] {} TCP-Session: f9cb45f5-f223-4956-ab3a-6d58c7e33fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049298 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049328 [ 268 ] {} TCP-Session: f3c23157-0cbd-46ae-adcd-2677b6ecdbed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049359 [ 258 ] {} TCP-Session: 47806353-af93-4ec1-ad69-f8439b1c5c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049228 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049236 [ 309 ] {} TCP-Session: 1ddfb89e-6e87-4cf8-8fbc-790d5e7ee83b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049212 [ 310 ] {} TCP-Session: 7d7503c0-6e53-4661-9ee5-4250c50e1878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049450 [ 311 ] {} TCP-Session: 0298ba50-b9f1-4c9e-b1a5-d137c76a1fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.049204 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.049532 [ 303 ] {} TCP-Session: 1ca7c2de-9860-486a-b663-361d717c33d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.348318 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40768 2026.05.06 01:54:56.348487 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.348535 [ 307 ] {} TCP-Session: 721162fa-e1d3-4090-8b79-51792b9e325c Authenticating user 'default' from [fd00:1122:3344:101::e]:40768 2026.05.06 01:54:56.348566 [ 307 ] {} TCP-Session: 721162fa-e1d3-4090-8b79-51792b9e325c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.348585 [ 307 ] {} TCP-Session: 721162fa-e1d3-4090-8b79-51792b9e325c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.348847 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47670 2026.05.06 01:54:56.348861 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61465 2026.05.06 01:54:56.348916 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55187 2026.05.06 01:54:56.348928 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38476 2026.05.06 01:54:56.348947 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63294 2026.05.06 01:54:56.348992 [ 307 ] {} TCP-Session: 721162fa-e1d3-4090-8b79-51792b9e325c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:56.349022 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349022 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349050 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349078 [ 309 ] {} TCP-Session: fa4ae598-bf8d-4339-a3cc-b33297b91cb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61465 2026.05.06 01:54:56.349064 [ 258 ] {} TCP-Session: 1480c41a-3c93-4d2f-ab95-63fa2c6617aa Authenticating user 'default' from [fd00:1122:3344:101::e]:55187 2026.05.06 01:54:56.349135 [ 304 ] {} TCP-Session: 7b1dd794-8484-4347-97cc-f052d2087499 Authenticating user 'default' from [fd00:1122:3344:101::e]:63294 2026.05.06 01:54:56.349139 [ 309 ] {} TCP-Session: fa4ae598-bf8d-4339-a3cc-b33297b91cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349152 [ 258 ] {} TCP-Session: 1480c41a-3c93-4d2f-ab95-63fa2c6617aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349174 [ 304 ] {} TCP-Session: 7b1dd794-8484-4347-97cc-f052d2087499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349191 [ 258 ] {} TCP-Session: 1480c41a-3c93-4d2f-ab95-63fa2c6617aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349206 [ 304 ] {} TCP-Session: 7b1dd794-8484-4347-97cc-f052d2087499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349180 [ 309 ] {} TCP-Session: fa4ae598-bf8d-4339-a3cc-b33297b91cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349241 [ 307 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} executeQuery: (from [fd00:1122:3344:101::e]:40768) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:54:56.349032 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.348939 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62230 2026.05.06 01:54:56.349345 [ 268 ] {} TCP-Session: 6f27805a-2bcf-4b24-b7a5-9a900c8158b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:38476 2026.05.06 01:54:56.348902 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34205 2026.05.06 01:54:56.349385 [ 268 ] {} TCP-Session: 6f27805a-2bcf-4b24-b7a5-9a900c8158b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349421 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349441 [ 268 ] {} TCP-Session: 6f27805a-2bcf-4b24-b7a5-9a900c8158b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349463 [ 303 ] {} TCP-Session: bddc16f2-fe08-4cf7-874c-d6cf7d8c8f3e Authenticating user 'default' from [fd00:1122:3344:101::e]:62230 2026.05.06 01:54:56.348904 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42891 2026.05.06 01:54:56.349496 [ 303 ] {} TCP-Session: bddc16f2-fe08-4cf7-874c-d6cf7d8c8f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349502 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349541 [ 303 ] {} TCP-Session: bddc16f2-fe08-4cf7-874c-d6cf7d8c8f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.348994 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349569 [ 310 ] {} TCP-Session: ccc3b65d-1c46-4d94-992e-7b67117e6b82 Authenticating user 'default' from [fd00:1122:3344:101::e]:34205 2026.05.06 01:54:56.349569 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:54:56.349616 [ 307 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:54:56.349660 [ 311 ] {} TCP-Session: 2cc54e09-c580-43fd-9f38-bcb6866359fd Authenticating user 'default' from [fd00:1122:3344:101::e]:42891 2026.05.06 01:54:56.349631 [ 310 ] {} TCP-Session: ccc3b65d-1c46-4d94-992e-7b67117e6b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349688 [ 311 ] {} TCP-Session: 2cc54e09-c580-43fd-9f38-bcb6866359fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349709 [ 310 ] {} TCP-Session: ccc3b65d-1c46-4d94-992e-7b67117e6b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349717 [ 307 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:56.349725 [ 311 ] {} TCP-Session: 2cc54e09-c580-43fd-9f38-bcb6866359fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349618 [ 308 ] {} TCP-Session: 6c506a74-9622-4fbf-8068-9579dd7377ce Authenticating user 'default' from [fd00:1122:3344:101::e]:47670 2026.05.06 01:54:56.349790 [ 308 ] {} TCP-Session: 6c506a74-9622-4fbf-8068-9579dd7377ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.349805 [ 308 ] {} TCP-Session: 6c506a74-9622-4fbf-8068-9579dd7377ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.350116 [ 307 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:54:56.351364 [ 338 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} AggregatingTransform: Aggregating 2026.05.06 01:54:56.351410 [ 338 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} Aggregator: Aggregation method: without_key 2026.05.06 01:54:56.351453 [ 338 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00120027 sec. (833.146 rows/sec., 32.54 KiB/sec.) 2026.05.06 01:54:56.351475 [ 338 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} Aggregator: Merging aggregated data 2026.05.06 01:54:56.353191 [ 307 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} executeQuery: Read 1 rows, 40.00 B in 0.004024 sec., 248.5089463220676 rows/sec., 9.71 KiB/sec. 2026.05.06 01:54:56.353414 [ 307 ] {5e8e8fa6-e11c-487d-a270-3e60ffeee57d} TCPHandler: Processed in 0.004601163 sec. 2026.05.06 01:54:56.353565 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353598 [ 307 ] {} TCP-Session: 721162fa-e1d3-4090-8b79-51792b9e325c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353601 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353627 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353646 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353678 [ 308 ] {} TCP-Session: 6c506a74-9622-4fbf-8068-9579dd7377ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353673 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353708 [ 310 ] {} TCP-Session: ccc3b65d-1c46-4d94-992e-7b67117e6b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353716 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353736 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353758 [ 309 ] {} TCP-Session: fa4ae598-bf8d-4339-a3cc-b33297b91cb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353785 [ 258 ] {} TCP-Session: 1480c41a-3c93-4d2f-ab95-63fa2c6617aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353811 [ 311 ] {} TCP-Session: 2cc54e09-c580-43fd-9f38-bcb6866359fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353756 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353691 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:54:56.353887 [ 268 ] {} TCP-Session: 6f27805a-2bcf-4b24-b7a5-9a900c8158b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353659 [ 304 ] {} TCP-Session: 7b1dd794-8484-4347-97cc-f052d2087499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.353916 [ 303 ] {} TCP-Session: bddc16f2-fe08-4cf7-874c-d6cf7d8c8f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:54:56.711653 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8135 2026.05.06 01:54:56.712134 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:56.712188 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:56.712686 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:56.712932 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:54:56.713073 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8135 2026.05.06 01:54:57.117702 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.05.06 01:54:57.133478 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.133557 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.139942 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:54:57.140721 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:54:57.144068 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.05.06 01:54:57.250159 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.250531 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:54:57.251054 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:54:57.251093 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} 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.06 01:54:57.251320 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:54:57.251392 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:54:57.251537 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:54:57.251649 [ 333 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:54:57.251678 [ 350 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:54:57.251679 [ 335 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:54:57.251837 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:54:57.251867 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:54:57.251939 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:54:57.251961 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:54:57.251996 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:57.252051 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:54:57.253183 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} executeQuery: Read 44 rows, 7.84 KiB in 0.002806 sec., 15680.684248039915 rows/sec., 2.73 MiB/sec. 2026.05.06 01:54:57.253294 [ 277 ] {6b5af712-5940-4715-a78e-c0b0cc2d38f6} TCPHandler: Processed in 0.003324201 sec. 2026.05.06 01:54:57.256225 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.256349 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:54:57.256399 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:54:57.256939 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.256986 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.257370 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:54:57.257595 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:54:57.257762 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} executeQuery: Read 78 rows, 6.61 KiB in 0.001447 sec., 53904.63026952316 rows/sec., 4.46 MiB/sec. 2026.05.06 01:54:57.257805 [ 277 ] {d861c114-5bc7-430f-8d83-84d047ec5dcd} TCPHandler: Processed in 0.001643191 sec. 2026.05.06 01:54:57.257951 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.258054 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:54:57.258098 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:54:57.258529 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.258570 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.258882 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:54:57.259097 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:57.259226 [ 122 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:54:57.259254 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} executeQuery: Read 11 rows, 847.00 B in 0.001224 sec., 8986.928104575163 rows/sec., 675.77 KiB/sec. 2026.05.06 01:54:57.259287 [ 122 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.259302 [ 277 ] {a5f1fe57-5f1e-45fa-94ff-47cf8e714f8f} TCPHandler: Processed in 0.001402054 sec. 2026.05.06 01:54:57.259317 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.259427 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.259433 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:57.259533 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:54:57.259548 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:57.259574 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:54:57.259578 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 224 rows starting from the beginning of the part 2026.05.06 01:54:57.259645 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:57.259690 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2026.05.06 01:54:57.259734 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:57.259780 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:54:57.259830 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part 2026.05.06 01:54:57.260042 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.260079 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.260411 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:54:57.260627 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:54:57.260645 [ 190 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 5 columns (5 merged, 0 gathered) in 0.0012486 sec., 262694.21752362646 rows/sec., 18.58 MiB/sec. 2026.05.06 01:54:57.260782 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} executeQuery: Read 75 rows, 6.00 KiB in 0.001272 sec., 58962.2641509434 rows/sec., 4.60 MiB/sec. 2026.05.06 01:54:57.260812 [ 189 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:54:57.260825 [ 277 ] {ae7106bc-ed2b-4ba4-a764-07649f8f14e1} TCPHandler: Processed in 0.001447276 sec. 2026.05.06 01:54:57.260951 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.261050 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:57.261085 [ 189 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:54:57.261094 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:54:57.261151 [ 189 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_21_4} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:54:57.261215 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:54:57.261512 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.261548 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.261900 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:54:57.262119 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:54:57.262267 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2026.05.06 01:54:57.262306 [ 277 ] {0f0f2cc7-90f4-46d2-a7cc-f66e378bd110} TCPHandler: Processed in 0.001404875 sec. 2026.05.06 01:54:57.262422 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.262518 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:54:57.262575 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} 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.06 01:54:57.263362 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.263400 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.263948 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:54:57.264175 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:57.264311 [ 122 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:54:57.264333 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} executeQuery: Read 11 rows, 20.18 KiB in 0.001835 sec., 5994.550408719346 rows/sec., 10.74 MiB/sec. 2026.05.06 01:54:57.264360 [ 122 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.264387 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.264413 [ 277 ] {f8660480-b8ad-4c38-bbda-5bdbc5c9588e} TCPHandler: Processed in 0.00203971 sec. 2026.05.06 01:54:57.264481 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:57.264556 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:54:57.264653 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:54:57.264667 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:54:57.264695 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:54:57.264723 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 300 rows starting from the beginning of the part 2026.05.06 01:54:57.264824 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:57.264920 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part 2026.05.06 01:54:57.265007 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:57.265075 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:57.265088 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:54:57.265113 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:57.265171 [ 197 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part 2026.05.06 01:54:57.265454 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:54:57.265687 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:54:57.265819 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} executeQuery: Read 60 rows, 4.14 KiB in 0.001186 sec., 50590.219224283304 rows/sec., 3.41 MiB/sec. 2026.05.06 01:54:57.265856 [ 277 ] {f1bdd7e9-d526-45fb-adbd-89ad64761bb5} TCPHandler: Processed in 0.001349584 sec. 2026.05.06 01:54:57.269496 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 19 columns (19 merged, 0 gathered) in 0.005044203 sec., 79695.44445376207 rows/sec., 142.81 MiB/sec. 2026.05.06 01:54:57.270334 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:54:57.270742 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:54:57.270828 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_21_4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:54:57.270971 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2026.05.06 01:54:58.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 244.06 MiB, peak 252.02 MiB, free memory in arenas 0.00 B, will set to 247.05 MiB (RSS), difference: 2.99 MiB 2026.05.06 01:54:59.260122 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 512 2026.05.06 01:54:59.262687 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:54:59.262734 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:54:59.263951 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:54:59.264206 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:54:59.264456 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2026.05.06 01:55:02.250155 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.250431 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:02.250819 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:02.250861 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} 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.06 01:55:02.251114 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:02.251192 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:02.251333 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:02.251429 [ 333 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:02.251459 [ 350 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:02.251464 [ 335 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:02.251628 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:55:02.251654 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:02.251723 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:02.251742 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:02.251776 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:02.251812 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:02.252926 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} executeQuery: Read 44 rows, 7.84 KiB in 0.002602 sec., 16910.069177555724 rows/sec., 2.94 MiB/sec. 2026.05.06 01:55:02.253030 [ 277 ] {96388558-931d-4917-ba87-4065a007b769} TCPHandler: Processed in 0.003012244 sec. 2026.05.06 01:55:02.256023 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.256139 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:02.256184 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:02.256722 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.256763 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:02.257134 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:55:02.257352 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:02.257499 [ 118 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:55:02.257507 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} executeQuery: Read 116 rows, 10.09 KiB in 0.001402 sec., 82738.94436519258 rows/sec., 7.03 MiB/sec. 2026.05.06 01:55:02.257572 [ 277 ] {875c86c9-7bfe-43bf-a3fc-c266d908001a} TCPHandler: Processed in 0.00160096 sec. 2026.05.06 01:55:02.257580 [ 118 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.257612 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:02.257719 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:02.257720 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.257824 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:02.257854 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3356 rows starting from the beginning of the part 2026.05.06 01:55:02.257857 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:02.257906 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:02.257908 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part 2026.05.06 01:55:02.257960 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:02.258005 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 116 rows starting from the beginning of the part 2026.05.06 01:55:02.258043 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:02.258095 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:02.258347 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.258382 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:02.258677 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:55:02.258884 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:02.259026 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} executeQuery: Read 30 rows, 2.26 KiB in 0.001193 sec., 25146.68901927913 rows/sec., 1.85 MiB/sec. 2026.05.06 01:55:02.259064 [ 277 ] {37cd16d4-0ac0-48b8-a48e-b5056a3ca054} TCPHandler: Processed in 0.001399724 sec. 2026.05.06 01:55:02.259186 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.259277 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:02.259316 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:02.259515 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3800 rows, containing 5 columns (5 merged, 0 gathered) in 0.001835095 sec., 2070737.4822556872 rows/sec., 166.38 MiB/sec. 2026.05.06 01:55:02.259753 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.259793 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:02.259866 [ 189 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:55:02.260117 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:55:02.260145 [ 189 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:02.260215 [ 189 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_26_5} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:55:02.260279 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.05.06 01:55:02.260338 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:02.260450 [ 118 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:55:02.260466 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} executeQuery: Read 94 rows, 7.52 KiB in 0.001207 sec., 77879.03893951948 rows/sec., 6.08 MiB/sec. 2026.05.06 01:55:02.260487 [ 118 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.260508 [ 277 ] {c6d2ca16-3efe-4802-8501-a1ffa3eea1ee} TCPHandler: Processed in 0.001368593 sec. 2026.05.06 01:55:02.260510 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:02.260597 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:02.260642 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.260676 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:02.260699 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1829 rows starting from the beginning of the part 2026.05.06 01:55:02.260734 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:02.260743 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part 2026.05.06 01:55:02.260776 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:02.260781 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:02.260820 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 94 rows starting from the beginning of the part 2026.05.06 01:55:02.260856 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:02.260890 [ 201 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:02.261185 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.261219 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:02.261541 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:55:02.261744 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:02.261849 [ 118 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:55:02.261872 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.05.06 01:55:02.261881 [ 118 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.261912 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:02.261915 [ 277 ] {db8fa169-b9b2-45f3-9f6f-b6dbea1da190} TCPHandler: Processed in 0.001320453 sec. 2026.05.06 01:55:02.261988 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:02.262057 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.262065 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:02.262097 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9141 rows starting from the beginning of the part 2026.05.06 01:55:02.262148 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part 2026.05.06 01:55:02.262150 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:02.262191 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:02.262216 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} 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.06 01:55:02.262233 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.05.06 01:55:02.262280 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:02.262320 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:02.262324 [ 195 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2231 rows, containing 5 columns (5 merged, 0 gathered) in 0.001750282 sec., 1274651.7418336016 rows/sec., 94.01 MiB/sec. 2026.05.06 01:55:02.262536 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:55:02.262870 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:02.262938 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_26_5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:55:02.262994 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.05.06 01:55:02.263036 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.263071 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:02.263591 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:55:02.263809 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:02.263946 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} executeQuery: Read 30 rows, 55.05 KiB in 0.001814 sec., 16538.0374862183 rows/sec., 29.64 MiB/sec. 2026.05.06 01:55:02.263996 [ 277 ] {8fec04ca-7c7a-417d-841b-e3eb879ad9c4} TCPHandler: Processed in 0.001984729 sec. 2026.05.06 01:55:02.264128 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:02.264221 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:02.264261 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:02.264637 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.264672 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:02.264983 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:55:02.265190 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:02.265299 [ 118 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:55:02.265314 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.05.06 01:55:02.265343 [ 118 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:02.265360 [ 277 ] {a5a744d2-e9c1-4cd5-a8a8-9165cf23c924} TCPHandler: Processed in 0.001278771 sec. 2026.05.06 01:55:02.265368 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:02.265401 [ 188 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9909 rows, containing 5 columns (5 merged, 0 gathered) in 0.003437594 sec., 2882539.3574692067 rows/sec., 187.27 MiB/sec. 2026.05.06 01:55:02.265454 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:02.265532 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:02.265555 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1152 rows starting from the beginning of the part 2026.05.06 01:55:02.265598 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part 2026.05.06 01:55:02.265636 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:02.265673 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:02.265696 [ 188 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:55:02.265710 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:02.265754 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:02.266047 [ 188 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:02.266134 [ 188 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_26_5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:55:02.266235 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2026.05.06 01:55:02.266572 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001147859 sec., 1254509.4824364316 rows/sec., 83.79 MiB/sec. 2026.05.06 01:55:02.266821 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:55:02.267133 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:02.267211 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_26_5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:55:02.267290 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.05.06 01:55:04.094654 [ 114 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:55:04.094709 [ 114 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:55:04.213238 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8647 2026.05.06 01:55:04.213742 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:04.213790 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:04.214271 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:55:04.214502 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:04.214648 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8647 2026.05.06 01:55:04.644206 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.05.06 01:55:04.660611 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:04.660680 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 01:55:04.666380 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:55:04.667093 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:04.669866 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.06 01:55:07.249789 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.250031 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:07.250365 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:07.250401 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} 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.06 01:55:07.250619 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:07.250689 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:07.250831 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:07.250942 [ 333 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:07.250947 [ 335 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:07.250965 [ 350 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:07.251103 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:55:07.251130 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:07.251209 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:07.251237 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:07.251286 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:07.251336 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:07.253627 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} executeQuery: Read 44 rows, 7.84 KiB in 0.003657 sec., 12031.719989062072 rows/sec., 2.09 MiB/sec. 2026.05.06 01:55:07.254132 [ 277 ] {c172350c-f474-4846-8bef-089dab3e6a19} TCPHandler: Processed in 0.00447537 sec. 2026.05.06 01:55:07.257593 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.257723 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:07.257776 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:07.258359 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.258407 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.258838 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:55:07.259165 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:07.259381 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} executeQuery: Read 78 rows, 6.61 KiB in 0.001702 sec., 45828.43713278496 rows/sec., 3.80 MiB/sec. 2026.05.06 01:55:07.259434 [ 277 ] {7aff6d2c-67ef-4303-be88-598be994c6dd} TCPHandler: Processed in 0.001924876 sec. 2026.05.06 01:55:07.259586 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.259711 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.259770 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:07.260341 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.260387 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.260778 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:55:07.261029 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:07.261186 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} executeQuery: Read 11 rows, 847.00 B in 0.001477 sec., 7447.528774542992 rows/sec., 560.02 KiB/sec. 2026.05.06 01:55:07.261227 [ 277 ] {a9b271f8-fb94-4627-9f21-628a2ef82c83} TCPHandler: Processed in 0.001683211 sec. 2026.05.06 01:55:07.261357 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.261458 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:07.261500 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:07.261928 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.261964 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.262285 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:55:07.262505 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:07.262645 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} executeQuery: Read 75 rows, 6.00 KiB in 0.001208 sec., 62086.09271523178 rows/sec., 4.85 MiB/sec. 2026.05.06 01:55:07.262683 [ 277 ] {e57b5066-4b13-4f42-a33f-33c17c8506a5} TCPHandler: Processed in 0.001376034 sec. 2026.05.06 01:55:07.262807 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.262903 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.262947 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:07.263353 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.263389 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.263723 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:55:07.263937 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:07.264075 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.05.06 01:55:07.264113 [ 277 ] {1587654c-b6ad-4772-a023-c6afb629f50c} TCPHandler: Processed in 0.001354444 sec. 2026.05.06 01:55:07.264225 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.264319 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.264374 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} 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.06 01:55:07.265156 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.265193 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.265767 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:55:07.266012 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:07.266166 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} executeQuery: Read 11 rows, 20.18 KiB in 0.001864 sec., 5901.287553648069 rows/sec., 10.57 MiB/sec. 2026.05.06 01:55:07.266232 [ 277 ] {80f68e44-697b-401f-97ef-b3a60b74bf39} TCPHandler: Processed in 0.0020557 sec. 2026.05.06 01:55:07.266378 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.266473 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.266515 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:07.266918 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.266957 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.267292 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:55:07.267506 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:07.267639 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2026.05.06 01:55:07.267679 [ 277 ] {5ab677f2-16bd-4f31-9cdd-28f14883a9c6} TCPHandler: Processed in 0.001351143 sec. 2026.05.06 01:55:07.606969 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.607197 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:55:07.607550 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:07.607589 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:55:07.607830 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:07.607902 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:07.608048 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.06 01:55:07.608164 [ 346 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:07.608170 [ 350 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:07.608181 [ 335 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:07.608354 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:55:07.608383 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:07.608456 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:07.608477 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:07.608512 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:55:07.608552 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:55:07.609824 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} executeQuery: Read 44 rows, 9.42 KiB in 0.002723 sec., 16158.648549394049 rows/sec., 3.38 MiB/sec. 2026.05.06 01:55:07.609957 [ 277 ] {2cc61bfa-f6ef-4521-a138-4eb2c82c399b} TCPHandler: Processed in 0.003112925 sec. 2026.05.06 01:55:07.622151 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.622370 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 01:55:07.622459 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:07.623391 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.623454 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.623878 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:55:07.624079 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): 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.06 01:55:07.624234 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} executeQuery: Read 1 rows, 256.00 B in 0.001925 sec., 519.4805194805194 rows/sec., 129.87 KiB/sec. 2026.05.06 01:55:07.624276 [ 277 ] {21fb7bf0-2c48-4fa3-b43c-d241266ba5b6} TCPHandler: Processed in 0.002228975 sec. 2026.05.06 01:55:07.624400 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.624498 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:55:07.624540 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:55:07.624956 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.624995 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.625310 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:55:07.625534 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:55:07.625668 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} executeQuery: Read 16 rows, 1.32 KiB in 0.001191 sec., 13434.08900083963 rows/sec., 1.08 MiB/sec. 2026.05.06 01:55:07.625705 [ 277 ] {72459bd6-5986-47d3-b0f3-b96143bbb6f7} TCPHandler: Processed in 0.001356703 sec. 2026.05.06 01:55:07.625823 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.625919 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:07.625959 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:07.627610 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.627650 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.628109 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:55:07.628322 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:07.628461 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} executeQuery: Read 2470 rows, 187.69 KiB in 0.00256 sec., 964843.7499999999 rows/sec., 71.60 MiB/sec. 2026.05.06 01:55:07.628500 [ 277 ] {3c60373c-cd57-44e0-bc9d-a21ae62792fc} TCPHandler: Processed in 0.002725927 sec. 2026.05.06 01:55:07.628639 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.628738 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.628778 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:07.629211 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.629249 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.629532 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:55:07.629730 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:07.629853 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} executeQuery: Read 55 rows, 4.06 KiB in 0.001173 sec., 46888.320545609546 rows/sec., 3.38 MiB/sec. 2026.05.06 01:55:07.629889 [ 277 ] {d2424226-73c9-48b5-a8d9-817074e5e0c6} TCPHandler: Processed in 0.001341083 sec. 2026.05.06 01:55:07.629996 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.630085 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.630123 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:55:07.630866 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.630902 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.631245 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:55:07.631461 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:55:07.631590 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} executeQuery: Read 801 rows, 47.38 KiB in 0.001468 sec., 545640.3269754769 rows/sec., 31.52 MiB/sec. 2026.05.06 01:55:07.631628 [ 277 ] {60160a3a-15a7-423a-b972-b67d7a33eadb} TCPHandler: Processed in 0.00163121 sec. 2026.05.06 01:55:07.631743 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.631847 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.631890 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:55:07.632297 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.632335 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.632635 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:55:07.632860 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:55:07.632987 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} executeQuery: Read 1 rows, 72.00 B in 0.001159 sec., 862.8127696289904 rows/sec., 60.67 KiB/sec. 2026.05.06 01:55:07.633027 [ 277 ] {ea363734-f37a-4120-97a4-8b6c74774408} TCPHandler: Processed in 0.001333752 sec. 2026.05.06 01:55:07.633141 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.633239 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:07.633351 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:07.634449 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.634488 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.634866 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:55:07.635090 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:07.635230 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} executeQuery: Read 1334 rows, 91.68 KiB in 0.002013 sec., 662692.4987580725 rows/sec., 44.47 MiB/sec. 2026.05.06 01:55:07.635270 [ 277 ] {c89b0268-bc22-4e92-bf43-60afe5409b56} TCPHandler: Processed in 0.002178543 sec. 2026.05.06 01:55:07.635392 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.635489 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.635534 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:07.636257 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.636296 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.636766 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:55:07.636993 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:07.637127 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} executeQuery: Read 1504 rows, 93.47 KiB in 0.001656 sec., 908212.5603864734 rows/sec., 55.12 MiB/sec. 2026.05.06 01:55:07.637164 [ 277 ] {68ea8796-4ebd-403d-a705-63caa40e504f} TCPHandler: Processed in 0.001823794 sec. 2026.05.06 01:55:07.637279 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.637377 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.637433 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} 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.06 01:55:07.638317 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.638355 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.638919 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:55:07.639145 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:07.639289 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} executeQuery: Read 39 rows, 71.56 KiB in 0.001931 sec., 20196.78922837908 rows/sec., 36.19 MiB/sec. 2026.05.06 01:55:07.639352 [ 277 ] {c8f467b9-e52b-43a2-bd8a-968a9fc94e78} TCPHandler: Processed in 0.002122582 sec. 2026.05.06 01:55:07.639468 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:07.639565 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:07.639607 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:07.639925 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:07.639963 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:07.640266 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:55:07.640479 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:07.640607 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} executeQuery: Read 12 rows, 848.00 B in 0.00106 sec., 11320.754716981133 rows/sec., 781.25 KiB/sec. 2026.05.06 01:55:07.640642 [ 277 ] {9353468f-1cbf-4abe-a71b-18e767ef3596} TCPHandler: Processed in 0.00122445 sec. 2026.05.06 01:55:08.001228 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 249.61 MiB, peak 254.68 MiB, free memory in arenas 0.00 B, will set to 248.43 MiB (RSS), difference: -1.18 MiB 2026.05.06 01:55:09.264670 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 562 2026.05.06 01:55:09.267278 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:09.267320 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:09.268533 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:55:09.268808 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:09.269058 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 562 2026.05.06 01:55:11.714727 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9095 2026.05.06 01:55:11.715265 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:11.715310 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:11.715810 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:55:11.716047 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:11.716169 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9095 2026.05.06 01:55:12.169945 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.06 01:55:12.186801 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:12.186880 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:12.193279 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:55:12.194047 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:12.197037 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.06 01:55:12.247495 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:12.247748 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:12.248154 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:12.248197 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} 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.06 01:55:12.248449 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:12.248524 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:12.248667 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:55:12.248790 [ 318 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:12.248803 [ 354 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:12.248802 [ 343 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:12.248790 [ 350 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:12.248982 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:12.249010 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:12.249091 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:12.249114 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:12.249150 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:55:12.249194 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:55:12.250291 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} executeQuery: Read 44 rows, 7.84 KiB in 0.002643 sec., 16647.74877033674 rows/sec., 2.90 MiB/sec. 2026.05.06 01:55:12.250421 [ 277 ] {761a3c2b-6a93-4afa-be90-99472aba596b} TCPHandler: Processed in 0.003059524 sec. 2026.05.06 01:55:12.251933 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:12.252044 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:12.252090 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:12.252580 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:12.252630 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:12.253034 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:55:12.253288 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:12.253438 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} executeQuery: Read 56 rows, 4.41 KiB in 0.001426 sec., 39270.68723702665 rows/sec., 3.02 MiB/sec. 2026.05.06 01:55:12.253477 [ 277 ] {a68d1435-609d-4fc9-93d3-df25be3af1d4} TCPHandler: Processed in 0.001594179 sec. 2026.05.06 01:55:12.253614 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:12.253723 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:12.253772 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:12.254681 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:12.254726 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:12.255063 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:55:12.255281 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:12.255446 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} executeQuery: Read 64 rows, 5.12 KiB in 0.001751 sec., 36550.54254711593 rows/sec., 2.85 MiB/sec. 2026.05.06 01:55:12.255488 [ 277 ] {2bb2a786-0bd0-4858-933b-a41ff0fd7976} TCPHandler: Processed in 0.001936727 sec. 2026.05.06 01:55:12.255633 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:12.255733 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:12.255777 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:12.256177 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:12.256214 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:12.256556 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:55:12.256773 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:12.256909 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} executeQuery: Read 128 rows, 9.13 KiB in 0.001194 sec., 107202.68006700168 rows/sec., 7.47 MiB/sec. 2026.05.06 01:55:12.256949 [ 277 ] {6a36599c-4f75-4716-8887-c01ef99a6f12} TCPHandler: Processed in 0.001366113 sec. 2026.05.06 01:55:12.257071 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:12.257165 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:12.257207 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:12.257550 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:12.257588 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:12.257927 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:55:12.258152 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:12.258297 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} executeQuery: Read 48 rows, 3.31 KiB in 0.001149 sec., 41775.45691906005 rows/sec., 2.82 MiB/sec. 2026.05.06 01:55:12.258342 [ 277 ] {56d29078-6cc6-4e3c-ad98-25304b0116b3} TCPHandler: Processed in 0.001319962 sec. 2026.05.06 01:55:17.249312 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.249699 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:17.250103 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:17.250138 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} 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.06 01:55:17.250355 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:17.250423 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:17.250563 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:17.250677 [ 354 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:17.250692 [ 350 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:17.250692 [ 341 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:17.250677 [ 318 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:17.250865 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:17.250892 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:17.250959 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:17.250979 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:17.251012 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:17.251048 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:17.252200 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} executeQuery: Read 44 rows, 7.84 KiB in 0.002652 sec., 16591.251885369533 rows/sec., 2.89 MiB/sec. 2026.05.06 01:55:17.252298 [ 277 ] {0a6a0a6b-44d7-431a-92ff-93a6d6c2c8df} TCPHandler: Processed in 0.003173578 sec. 2026.05.06 01:55:17.254552 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.254689 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:17.254743 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:17.255390 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:17.255447 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:17.255873 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:55:17.256101 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:17.256255 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} executeQuery: Read 78 rows, 6.61 KiB in 0.001608 sec., 48507.46268656716 rows/sec., 4.02 MiB/sec. 2026.05.06 01:55:17.256293 [ 277 ] {9dadc890-5ccd-43b9-9cfb-4de7a85cbad1} TCPHandler: Processed in 0.001807214 sec. 2026.05.06 01:55:17.256424 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.256548 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:17.256589 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:17.257006 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:17.257043 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:17.257357 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:55:17.257598 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:17.257749 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} executeQuery: Read 11 rows, 847.00 B in 0.001221 sec., 9009.009009009009 rows/sec., 677.44 KiB/sec. 2026.05.06 01:55:17.257787 [ 277 ] {26e03762-dc1d-4dda-82a6-003207ab30a5} TCPHandler: Processed in 0.001412754 sec. 2026.05.06 01:55:17.257914 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.258012 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:17.258052 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:17.258476 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:17.258513 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:17.258825 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:55:17.259037 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:17.259165 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} executeQuery: Read 75 rows, 6.00 KiB in 0.00117 sec., 64102.5641025641 rows/sec., 5.00 MiB/sec. 2026.05.06 01:55:17.259203 [ 277 ] {667ef4d8-9c29-409c-93e6-f40c6d5aa5ec} TCPHandler: Processed in 0.001342112 sec. 2026.05.06 01:55:17.259326 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.259423 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:17.259465 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:17.259840 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:17.259874 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:17.260190 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:55:17.260469 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:17.260604 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.05.06 01:55:17.260643 [ 277 ] {54606a66-dfce-45e4-b62c-c11fe31662a6} TCPHandler: Processed in 0.001364934 sec. 2026.05.06 01:55:17.260753 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.260846 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:17.260901 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} 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.06 01:55:17.261654 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:17.261691 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:17.262216 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:55:17.262440 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:17.262581 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} executeQuery: Read 11 rows, 20.18 KiB in 0.001752 sec., 6278.538812785388 rows/sec., 11.25 MiB/sec. 2026.05.06 01:55:17.262634 [ 277 ] {20783513-fb1e-472e-8b10-9cd93f9e7741} TCPHandler: Processed in 0.001929397 sec. 2026.05.06 01:55:17.262746 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:17.262839 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:17.262879 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:17.263212 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:17.263249 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:17.263568 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:55:17.263777 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:17.263905 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.05.06 01:55:17.263941 [ 277 ] {84ecbd1f-1b92-4691-998f-569daf558b34} TCPHandler: Processed in 0.00124477 sec. 2026.05.06 01:55:19.094743 [ 96 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:55:19.094799 [ 96 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:55:19.216320 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9607 2026.05.06 01:55:19.217096 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:19.217171 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:19.217710 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:55:19.217941 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:19.218144 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9607 2026.05.06 01:55:19.269410 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 586 2026.05.06 01:55:19.271600 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:19.271637 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:19.272787 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:55:19.273064 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:19.273330 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 586 2026.05.06 01:55:19.697173 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.06 01:55:19.715188 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:19.715254 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:19.721315 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:55:19.722043 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:19.725018 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.06 01:55:22.250625 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.250869 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:22.251193 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:22.251227 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} 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.06 01:55:22.251442 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:22.251510 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:22.251650 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:22.251773 [ 354 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:22.251806 [ 312 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:22.251773 [ 350 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:22.251780 [ 318 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:22.251959 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:22.251986 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:22.252055 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:22.252074 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:22.252108 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:22.252144 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:22.253347 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} executeQuery: Read 44 rows, 7.84 KiB in 0.002564 sec., 17160.686427457098 rows/sec., 2.99 MiB/sec. 2026.05.06 01:55:22.253472 [ 277 ] {8b652ffc-0d05-4315-be71-db8e64211f53} TCPHandler: Processed in 0.002977063 sec. 2026.05.06 01:55:22.256082 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.256194 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:22.256238 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:22.256793 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.256836 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.257216 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:55:22.257444 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:22.257588 [ 90 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:55:22.257599 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} executeQuery: Read 116 rows, 10.09 KiB in 0.001435 sec., 80836.2369337979 rows/sec., 6.87 MiB/sec. 2026.05.06 01:55:22.257635 [ 90 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.257654 [ 277 ] {2a75db98-27da-40cf-ab13-144783b56d6c} TCPHandler: Processed in 0.001623269 sec. 2026.05.06 01:55:22.257662 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.257762 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:22.257789 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.257853 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:22.257881 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3356 rows starting from the beginning of the part 2026.05.06 01:55:22.257886 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:22.257928 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:22.257939 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 78 rows starting from the beginning of the part 2026.05.06 01:55:22.257988 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2470 rows starting from the beginning of the part 2026.05.06 01:55:22.258035 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.05.06 01:55:22.258081 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:22.258124 [ 193 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 116 rows starting from the beginning of the part 2026.05.06 01:55:22.258343 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.258378 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.258679 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:55:22.258898 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:22.259008 [ 90 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:55:22.259033 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} executeQuery: Read 30 rows, 2.26 KiB in 0.001163 sec., 25795.356835769562 rows/sec., 1.89 MiB/sec. 2026.05.06 01:55:22.259039 [ 90 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.259076 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.259079 [ 277 ] {a4c1a0d1-95ed-40f3-a825-778d44cab387} TCPHandler: Processed in 0.001337992 sec. 2026.05.06 01:55:22.259164 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:22.259219 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.259283 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:22.259317 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:22.259319 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 224 rows starting from the beginning of the part 2026.05.06 01:55:22.259364 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:22.259401 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:22.259452 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:22.259496 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 55 rows starting from the beginning of the part 2026.05.06 01:55:22.259537 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:22.259578 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:22.259797 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.259840 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.260152 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6154 rows, containing 5 columns (5 merged, 0 gathered) in 0.002427759 sec., 2534847.9812040655 rows/sec., 200.90 MiB/sec. 2026.05.06 01:55:22.260187 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:55:22.260413 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:22.260446 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001315162 sec., 274490.89922002004 rows/sec., 19.53 MiB/sec. 2026.05.06 01:55:22.260525 [ 90 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:55:22.260553 [ 90 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.260557 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} executeQuery: Read 94 rows, 7.52 KiB in 0.001256 sec., 74840.7643312102 rows/sec., 5.85 MiB/sec. 2026.05.06 01:55:22.260561 [ 198 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:55:22.260573 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.260614 [ 277 ] {c7bf92a5-87b3-4ada-8077-ded22e362125} TCPHandler: Processed in 0.001441806 sec. 2026.05.06 01:55:22.260635 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:55:22.260675 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:22.260739 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.260764 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:22.260795 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1829 rows starting from the beginning of the part 2026.05.06 01:55:22.260839 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:22.260841 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 75 rows starting from the beginning of the part 2026.05.06 01:55:22.260891 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:22.260902 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1334 rows starting from the beginning of the part 2026.05.06 01:55:22.260937 [ 198 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:22.260960 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.05.06 01:55:22.260973 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:22.261001 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:22.261031 [ 198 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_31_6} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:55:22.261040 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 94 rows starting from the beginning of the part 2026.05.06 01:55:22.261055 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_26_5} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:55:22.261135 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.05.06 01:55:22.261189 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 01:55:22.261321 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.261364 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.261717 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:55:22.261943 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:22.262051 [ 90 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:55:22.262076 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2026.05.06 01:55:22.262086 [ 90 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.262118 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.262122 [ 277 ] {2fce3e4f-ad76-4449-bf68-09abcd35ebb9} TCPHandler: Processed in 0.001431275 sec. 2026.05.06 01:55:22.262199 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:22.262248 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.262305 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:22.262318 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001671451 sec., 2076638.8006588288 rows/sec., 150.45 MiB/sec. 2026.05.06 01:55:22.262341 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9909 rows starting from the beginning of the part 2026.05.06 01:55:22.262346 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:22.262395 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.05.06 01:55:22.262412 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} 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.06 01:55:22.262441 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1504 rows starting from the beginning of the part 2026.05.06 01:55:22.262484 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part 2026.05.06 01:55:22.262522 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:22.262561 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.05.06 01:55:22.262563 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:55:22.262904 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:22.262994 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_31_6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:55:22.263089 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:55:22.263237 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.263279 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.263863 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:55:22.264109 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:22.264226 [ 90 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:55:22.264251 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} executeQuery: Read 30 rows, 55.05 KiB in 0.001921 sec., 15616.866215512755 rows/sec., 27.98 MiB/sec. 2026.05.06 01:55:22.264263 [ 90 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.264294 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.264313 [ 277 ] {42b0611e-b6d4-4325-bd06-edb047c91fde} TCPHandler: Processed in 0.002112182 sec. 2026.05.06 01:55:22.264387 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:22.264434 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:22.264534 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:22.264574 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:22.264623 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:22.264685 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 402 rows starting from the beginning of the part 2026.05.06 01:55:22.264819 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:22.264922 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.264931 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:22.264966 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.265060 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part 2026.05.06 01:55:22.265176 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:22.265289 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:22.265313 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:55:22.265555 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:22.265676 [ 90 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:55:22.265694 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} executeQuery: Read 60 rows, 4.14 KiB in 0.001176 sec., 51020.40816326531 rows/sec., 3.44 MiB/sec. 2026.05.06 01:55:22.265721 [ 90 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:22.265742 [ 277 ] {107242da-372f-47e7-ab43-f4d929b6fd21} TCPHandler: Processed in 0.001355263 sec. 2026.05.06 01:55:22.265746 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:22.265833 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:22.265923 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:22.265950 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1440 rows starting from the beginning of the part 2026.05.06 01:55:22.266010 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.05.06 01:55:22.266073 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2026.05.06 01:55:22.266121 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part 2026.05.06 01:55:22.266160 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:22.266198 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:22.266507 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 12021 rows, containing 5 columns (5 merged, 0 gathered) in 0.004341437 sec., 2768898.8691992997 rows/sec., 179.06 MiB/sec. 2026.05.06 01:55:22.266895 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:55:22.267186 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:22.267231 [ 200 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 4 columns (4 merged, 0 gathered) in 0.001430745 sec., 1174213.4342597737 rows/sec., 78.53 MiB/sec. 2026.05.06 01:55:22.267274 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_31_6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:55:22.267375 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2026.05.06 01:55:22.267479 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:55:22.267727 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:22.267801 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_31_6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:55:22.267862 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.06 01:55:22.269548 [ 186 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 523 rows, containing 19 columns (19 merged, 0 gathered) in 0.005194747 sec., 100678.62785232851 rows/sec., 180.41 MiB/sec. 2026.05.06 01:55:22.270312 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:55:22.270618 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:22.270682 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_26_5} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:55:22.270781 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2026.05.06 01:55:23.001164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 250.56 MiB, peak 261.23 MiB, free memory in arenas 0.00 B, will set to 252.96 MiB (RSS), difference: 2.41 MiB 2026.05.06 01:55:26.719177 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10055 2026.05.06 01:55:26.719663 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:26.719700 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:26.720197 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:55:26.720427 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:26.720549 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10055 2026.05.06 01:55:26.720677 [ 85 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:55:26.720751 [ 85 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:26.720775 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:26.720967 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:55:26.721177 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:26.721221 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7687 rows starting from the beginning of the part 2026.05.06 01:55:26.721283 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.05.06 01:55:26.721324 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.05.06 01:55:26.721366 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.05.06 01:55:26.721405 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.05.06 01:55:26.721448 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.05.06 01:55:26.723014 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10055 rows, containing 4 columns (4 merged, 0 gathered) in 0.002182464 sec., 4607177.941995836 rows/sec., 65.91 MiB/sec. 2026.05.06 01:55:26.723184 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:55:26.723471 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:26.723537 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_21_4} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:55:26.723615 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.05.06 01:55:27.226030 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.06 01:55:27.243647 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.243711 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.249399 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:55:27.250106 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:27.250420 [ 85 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:55:27.250487 [ 85 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.250510 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.250640 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.252005 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.252195 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_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.06 01:55:27.252591 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:27.252628 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} 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_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.06 01:55:27.252869 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:27.252942 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:27.253088 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:55:27.253204 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.06 01:55:27.253206 [ 334 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:27.253219 [ 332 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:27.253215 [ 358 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:27.253205 [ 350 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:27.253417 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:55:27.253444 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:27.253529 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:27.253550 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:55:27.253593 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:55:27.253653 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:55:27.253713 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:55:27.255453 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:27.255626 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} executeQuery: Read 50 rows, 10.68 KiB in 0.003462 sec., 14442.51877527441 rows/sec., 3.01 MiB/sec. 2026.05.06 01:55:27.255809 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} MemoryTracker: Peak memory usage (for query): 141.68 KiB. 2026.05.06 01:55:27.255826 [ 277 ] {8f404eba-97de-41b6-86bd-53ba556f42e6} TCPHandler: Processed in 0.003897535 sec. 2026.05.06 01:55:27.257093 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.258767 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.258905 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.258961 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:55:27.259537 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.259574 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.259965 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:55:27.260192 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:55:27.260349 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} executeQuery: Read 24 rows, 2.04 KiB in 0.001485 sec., 16161.616161616163 rows/sec., 1.34 MiB/sec. 2026.05.06 01:55:27.260394 [ 277 ] {c402ed0d-6275-4dcd-b595-9a0068e064f2} TCPHandler: Processed in 0.001694241 sec. 2026.05.06 01:55:27.260532 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.260635 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:55:27.260679 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:55:27.261128 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.261163 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.261470 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:55:27.261693 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:55:27.261801 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.261833 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} executeQuery: Read 2 rows, 167.00 B in 0.001222 sec., 1636.6612111292961 rows/sec., 133.46 KiB/sec. 2026.05.06 01:55:27.261870 [ 277 ] {6aea6cce-f183-4b81-a48a-b27f346b3c61} TCPHandler: Processed in 0.001389344 sec. 2026.05.06 01:55:27.262005 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.262105 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:27.262148 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:27.262631 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.262665 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.262991 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:55:27.263201 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:27.263331 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} executeQuery: Read 199 rows, 18.15 KiB in 0.001248 sec., 159455.12820512822 rows/sec., 14.20 MiB/sec. 2026.05.06 01:55:27.263371 [ 277 ] {ad962b78-1729-498c-9b31-77bdcf7d3efa} TCPHandler: Processed in 0.001415594 sec. 2026.05.06 01:55:27.263495 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.263590 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.263629 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:27.264030 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.264065 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.264378 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:55:27.264599 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:27.264726 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} executeQuery: Read 25 rows, 1.93 KiB in 0.001154 sec., 21663.77816291161 rows/sec., 1.63 MiB/sec. 2026.05.06 01:55:27.264762 [ 277 ] {5b24a1ce-c720-4f0b-93fc-18475ceec83d} TCPHandler: Processed in 0.001315792 sec. 2026.05.06 01:55:27.264889 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.264982 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.265021 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:55:27.265426 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.265461 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.265761 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:55:27.265965 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:55:27.266089 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} executeQuery: Read 24 rows, 2.04 KiB in 0.001125 sec., 21333.333333333336 rows/sec., 1.77 MiB/sec. 2026.05.06 01:55:27.266128 [ 277 ] {e29e196e-9050-4cab-bbcc-5a1b145164aa} TCPHandler: Processed in 0.001287251 sec. 2026.05.06 01:55:27.266248 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.266341 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.266351 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.266382 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:55:27.266785 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.266819 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.267110 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:55:27.267316 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:55:27.267447 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.05.06 01:55:27.267484 [ 277 ] {7f62e72b-35e6-4f1b-839a-ac319f12bcc2} TCPHandler: Processed in 0.001284321 sec. 2026.05.06 01:55:27.267600 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.267693 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:27.267732 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:27.268158 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.268192 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.268501 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:55:27.268728 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:27.268855 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} executeQuery: Read 113 rows, 9.42 KiB in 0.001179 sec., 95843.93553859204 rows/sec., 7.80 MiB/sec. 2026.05.06 01:55:27.268892 [ 277 ] {cf754bd2-3909-43c9-bbe0-0b5ecfc810e1} TCPHandler: Processed in 0.001340732 sec. 2026.05.06 01:55:27.269016 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.269111 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.269153 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:27.269578 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.269612 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.269950 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:55:27.270163 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:27.270286 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} executeQuery: Read 233 rows, 17.46 KiB in 0.001194 sec., 195142.378559464 rows/sec., 14.28 MiB/sec. 2026.05.06 01:55:27.270323 [ 277 ] {c096741e-c1f1-4c77-9039-5848c50ec4ff} TCPHandler: Processed in 0.001356393 sec. 2026.05.06 01:55:27.270454 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.270490 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.270548 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.270604 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} 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.06 01:55:27.271390 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.271425 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.271951 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:55:27.272180 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:27.272317 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} executeQuery: Read 11 rows, 20.18 KiB in 0.001787 sec., 6155.567991046447 rows/sec., 11.03 MiB/sec. 2026.05.06 01:55:27.272368 [ 277 ] {b2e003a8-48f8-492c-b020-30dfb7821d99} TCPHandler: Processed in 0.001962728 sec. 2026.05.06 01:55:27.272494 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:27.272588 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:27.272637 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:27.272986 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:27.273020 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:27.273331 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:55:27.273552 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:27.273686 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.05.06 01:55:27.273721 [ 277 ] {f1a36165-e2c3-4347-b1d3-90e73509223a} TCPHandler: Processed in 0.001277102 sec. 2026.05.06 01:55:27.274669 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.278358 [ 197 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:55:27.330004 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079414021 sec., 2002.1653355142412 rows/sec., 10.35 MiB/sec. 2026.05.06 01:55:27.332603 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:55:27.334625 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_21_4} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:27.334732 [ 186 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_21_4} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:55:27.337511 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.06 01:55:28.000325 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 254.83 MiB, peak 265.39 MiB, free memory in arenas 0.00 B, will set to 256.27 MiB (RSS), difference: 1.43 MiB 2026.05.06 01:55:29.273493 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 622 2026.05.06 01:55:29.275785 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:29.275825 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:29.277040 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:55:29.277294 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:29.277434 [ 81 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:55:29.277499 [ 81 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:29.277523 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:29.277549 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2026.05.06 01:55:29.277642 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:55:29.278308 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:29.278472 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 454 rows starting from the beginning of the part 2026.05.06 01:55:29.278867 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2026.05.06 01:55:29.279237 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:55:29.279569 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part 2026.05.06 01:55:29.279918 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.05.06 01:55:29.280247 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part 2026.05.06 01:55:29.286096 [ 193 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 72 columns (72 merged, 0 gathered) in 0.008503108 sec., 73149.72360694465 rows/sec., 63.50 MiB/sec. 2026.05.06 01:55:29.287363 [ 195 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:55:29.287996 [ 195 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:29.288080 [ 195 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_16_3} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:55:29.288429 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2026.05.06 01:55:32.250311 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.250559 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:32.250908 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:32.250947 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} 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.06 01:55:32.251173 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:32.251248 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:32.251392 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:32.251517 [ 334 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:32.251517 [ 350 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:32.251521 [ 358 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:32.251531 [ 332 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:32.251715 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:32.251747 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:32.251817 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:32.251837 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:32.251872 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:32.251912 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:32.253224 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} executeQuery: Read 44 rows, 7.84 KiB in 0.002756 sec., 15965.166908563133 rows/sec., 2.78 MiB/sec. 2026.05.06 01:55:32.253341 [ 277 ] {ddcf99c9-7acb-4c1c-8454-e719ff73e84f} TCPHandler: Processed in 0.003162097 sec. 2026.05.06 01:55:32.255979 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.256098 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:32.256145 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:32.256720 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:32.256768 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:32.257160 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:55:32.257395 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:32.257566 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} executeQuery: Read 116 rows, 10.09 KiB in 0.001501 sec., 77281.81212524984 rows/sec., 6.56 MiB/sec. 2026.05.06 01:55:32.257608 [ 277 ] {638c91a3-c94d-4fe2-a9e6-4fc780f52f0c} TCPHandler: Processed in 0.001685592 sec. 2026.05.06 01:55:32.257751 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.257854 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:32.257897 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:32.258317 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:32.258356 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:32.258662 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:55:32.258889 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:32.259026 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} executeQuery: Read 30 rows, 2.26 KiB in 0.001196 sec., 25083.61204013378 rows/sec., 1.84 MiB/sec. 2026.05.06 01:55:32.259063 [ 277 ] {3851eba2-5f53-4a2d-b270-7e56fa59cd0d} TCPHandler: Processed in 0.001362553 sec. 2026.05.06 01:55:32.259187 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.259282 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:32.259321 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:32.259739 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:32.259777 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:32.260090 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:55:32.260301 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:32.260432 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} executeQuery: Read 94 rows, 7.52 KiB in 0.001168 sec., 80479.45205479453 rows/sec., 6.29 MiB/sec. 2026.05.06 01:55:32.260469 [ 277 ] {e18b0f0d-3fab-4874-817e-2c8880c2cc00} TCPHandler: Processed in 0.001331582 sec. 2026.05.06 01:55:32.260591 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.260686 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:32.260730 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:32.261131 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:32.261167 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:32.261510 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:55:32.261721 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:32.261852 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.05.06 01:55:32.261916 [ 277 ] {badcf4b1-8ea0-446a-b028-3e4826deabbe} TCPHandler: Processed in 0.001373894 sec. 2026.05.06 01:55:32.262040 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.262136 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:32.262190 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} 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.06 01:55:32.263001 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:32.263037 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:32.263603 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:55:32.263851 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:32.263998 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} executeQuery: Read 30 rows, 55.05 KiB in 0.00188 sec., 15957.446808510638 rows/sec., 28.60 MiB/sec. 2026.05.06 01:55:32.264063 [ 277 ] {03263ff7-a9a6-4a58-8665-38c70d551eed} TCPHandler: Processed in 0.002072421 sec. 2026.05.06 01:55:32.264191 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:32.264287 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:32.264329 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:32.264678 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:32.264714 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:32.265023 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:55:32.265244 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:32.265372 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.05.06 01:55:32.265407 [ 277 ] {49fbd798-7844-4eb7-a6c7-da18bad9b780} TCPHandler: Processed in 0.001265361 sec. 2026.05.06 01:55:34.094835 [ 76 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:55:34.094886 [ 76 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:55:34.220791 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10567 2026.05.06 01:55:34.221280 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:34.221320 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:34.221984 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:55:34.222231 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:34.222375 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10567 2026.05.06 01:55:34.753436 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.05.06 01:55:34.768980 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:34.769041 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:34.774991 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:55:34.775708 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:34.778420 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.05.06 01:55:37.249483 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.249754 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:37.250125 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:37.250166 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} 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.06 01:55:37.250421 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:37.250501 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:37.250664 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:37.250769 [ 345 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:37.250797 [ 344 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:37.250814 [ 319 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:37.250804 [ 352 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:37.250974 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:37.251001 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:37.251070 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:37.251089 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:37.251124 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:37.251184 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:37.252320 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} executeQuery: Read 44 rows, 7.84 KiB in 0.002669 sec., 16485.575121768452 rows/sec., 2.87 MiB/sec. 2026.05.06 01:55:37.252447 [ 277 ] {3bd1501c-3188-4b6d-bb95-d37ae33f45bf} TCPHandler: Processed in 0.003107996 sec. 2026.05.06 01:55:37.254750 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.254882 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:37.254937 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:37.255513 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.255553 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.255935 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:55:37.256165 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:37.256322 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} executeQuery: Read 78 rows, 6.61 KiB in 0.001487 sec., 52454.60659045057 rows/sec., 4.34 MiB/sec. 2026.05.06 01:55:37.256361 [ 277 ] {0b12ab94-6a25-4ad5-9dde-7ec57f86e989} TCPHandler: Processed in 0.00166715 sec. 2026.05.06 01:55:37.256494 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.256598 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.256640 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:37.257040 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.257075 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.257370 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:55:37.257585 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:37.257718 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} executeQuery: Read 11 rows, 847.00 B in 0.001138 sec., 9666.080843585238 rows/sec., 726.84 KiB/sec. 2026.05.06 01:55:37.257755 [ 277 ] {12cec738-7f88-4952-9d28-5f76c7c7fca3} TCPHandler: Processed in 0.001310621 sec. 2026.05.06 01:55:37.257871 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.257966 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:37.258005 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:37.258408 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.258444 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.258773 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:55:37.258997 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:37.259132 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} executeQuery: Read 75 rows, 6.00 KiB in 0.001184 sec., 63344.5945945946 rows/sec., 4.95 MiB/sec. 2026.05.06 01:55:37.259169 [ 277 ] {98edac4c-8524-47b6-96e0-bace415e2c94} TCPHandler: Processed in 0.001348273 sec. 2026.05.06 01:55:37.259294 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.259398 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.259442 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:37.259893 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.259927 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.260311 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:55:37.260524 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:37.260663 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} executeQuery: Read 160 rows, 11.41 KiB in 0.001287 sec., 124320.12432012432 rows/sec., 8.66 MiB/sec. 2026.05.06 01:55:37.260699 [ 277 ] {ef39d1ef-de98-44db-add7-72b97c3fa18c} TCPHandler: Processed in 0.001455186 sec. 2026.05.06 01:55:37.260829 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.260927 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.260983 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} 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.06 01:55:37.261767 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.261803 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.262348 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:55:37.262594 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:37.262742 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} executeQuery: Read 11 rows, 20.18 KiB in 0.001834 sec., 5997.818974918212 rows/sec., 10.75 MiB/sec. 2026.05.06 01:55:37.262794 [ 277 ] {d0064873-0059-4b41-bc15-c06287677463} TCPHandler: Processed in 0.00201509 sec. 2026.05.06 01:55:37.262922 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.263018 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.263059 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:37.263411 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.263446 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.263778 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:55:37.264005 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:37.264135 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2026.05.06 01:55:37.264170 [ 277 ] {1809d48a-f563-4f00-806d-886e650d55f2} TCPHandler: Processed in 0.001299742 sec. 2026.05.06 01:55:37.611225 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.611465 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:55:37.611854 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:37.611895 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:55:37.612172 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:37.612243 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:37.612388 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.06 01:55:37.612499 [ 267 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:37.612510 [ 317 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:37.612521 [ 363 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:37.612499 [ 345 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:37.612685 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:37.612707 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:37.612785 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:37.612809 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:37.612845 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.06 01:55:37.612896 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.06 01:55:37.614011 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} executeQuery: Read 44 rows, 9.42 KiB in 0.002649 sec., 16610.041525103814 rows/sec., 3.47 MiB/sec. 2026.05.06 01:55:37.614102 [ 277 ] {79e9a8f7-782b-4497-b39c-41ff87f2471e} TCPHandler: Processed in 0.003008853 sec. 2026.05.06 01:55:37.630037 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.630177 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.630233 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:55:37.630876 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.630917 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.631289 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:55:37.631514 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:55:37.631661 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} executeQuery: Read 284 rows, 18.47 KiB in 0.001522 sec., 186596.58344283837 rows/sec., 11.85 MiB/sec. 2026.05.06 01:55:37.631701 [ 277 ] {47030fd6-3bfa-46f3-8f65-d40c9ae6c3fe} TCPHandler: Processed in 0.001732672 sec. 2026.05.06 01:55:37.631832 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.631934 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:55:37.631976 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:55:37.632367 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.632404 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.632696 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:55:37.632902 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:55:37.633035 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} executeQuery: Read 2 rows, 167.00 B in 0.001122 sec., 1782.5311942959001 rows/sec., 145.35 KiB/sec. 2026.05.06 01:55:37.633073 [ 277 ] {ef2b017c-3344-49f7-a2a2-bfe823b723a9} TCPHandler: Processed in 0.001292402 sec. 2026.05.06 01:55:37.633189 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.633287 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:37.633327 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:37.635315 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.635353 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.635943 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:55:37.636169 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:37.636304 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} executeQuery: Read 3203 rows, 245.52 KiB in 0.003036 sec., 1055006.5876152832 rows/sec., 78.97 MiB/sec. 2026.05.06 01:55:37.636343 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.06 01:55:37.636357 [ 277 ] {98a28922-68c7-41dd-982e-99a9bd82e743} TCPHandler: Processed in 0.003217688 sec. 2026.05.06 01:55:37.636476 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.636574 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.636617 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:37.637123 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.637160 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.637465 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:55:37.637678 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:37.637812 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} executeQuery: Read 183 rows, 11.61 KiB in 0.001256 sec., 145700.63694267516 rows/sec., 9.03 MiB/sec. 2026.05.06 01:55:37.637850 [ 277 ] {464939c6-3792-4204-9b24-dd7efac1d141} TCPHandler: Processed in 0.001425014 sec. 2026.05.06 01:55:37.637967 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.638065 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.638108 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:55:37.638866 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.638904 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.639267 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:55:37.639485 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:55:37.639589 [ 72 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 01:55:37.639615 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} executeQuery: Read 950 rows, 57.24 KiB in 0.001568 sec., 605867.3469387755 rows/sec., 35.65 MiB/sec. 2026.05.06 01:55:37.639663 [ 72 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.639672 [ 277 ] {6038d1dc-d172-4f2a-a727-06ec2e5cc884} TCPHandler: Processed in 0.001756673 sec. 2026.05.06 01:55:37.639697 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.639807 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.639817 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::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.06 01:55:37.639909 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.639954 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:55:37.639971 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:37.640017 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 974 rows starting from the beginning of the part 2026.05.06 01:55:37.640114 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.06 01:55:37.640174 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 801 rows starting from the beginning of the part 2026.05.06 01:55:37.640231 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 801 rows starting from the beginning of the part 2026.05.06 01:55:37.640283 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.05.06 01:55:37.640336 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.640363 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 950 rows starting from the beginning of the part 2026.05.06 01:55:37.640378 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.640717 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:55:37.640941 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:55:37.641080 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} executeQuery: Read 1 rows, 72.00 B in 0.00119 sec., 840.3361344537815 rows/sec., 59.09 KiB/sec. 2026.05.06 01:55:37.641119 [ 277 ] {33fcdea9-d280-474e-aecc-50f5fd2d588e} TCPHandler: Processed in 0.001363574 sec. 2026.05.06 01:55:37.641245 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.641341 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.641381 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:55:37.641844 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.641880 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.641966 [ 195 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3574 rows, containing 5 columns (5 merged, 0 gathered) in 0.002196074 sec., 1627449.7125324556 rows/sec., 101.97 MiB/sec. 2026.05.06 01:55:37.642212 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:55:37.642222 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 01:55:37.642439 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:55:37.642548 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:55:37.642577 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} executeQuery: Read 148 rows, 8.62 KiB in 0.001253 sec., 118116.52035115722 rows/sec., 6.72 MiB/sec. 2026.05.06 01:55:37.642616 [ 277 ] {0a47bb28-1712-41cf-b45e-367214434cbf} TCPHandler: Processed in 0.001421585 sec. 2026.05.06 01:55:37.642629 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_11_2} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 01:55:37.642705 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.05.06 01:55:37.642736 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.642832 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:37.642871 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:37.643916 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.643951 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.644370 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:55:37.644578 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:37.644712 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} executeQuery: Read 1746 rows, 120.58 KiB in 0.001898 sec., 919915.7007376186 rows/sec., 62.04 MiB/sec. 2026.05.06 01:55:37.644750 [ 277 ] {ca61c3f8-c9f3-4d1c-afea-9177ab0b867e} TCPHandler: Processed in 0.00206476 sec. 2026.05.06 01:55:37.644869 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.644966 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 01:55:37.645007 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 01:55:37.645335 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.645370 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.645678 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:55:37.645885 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:55:37.646019 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.05.06 01:55:37.646058 [ 277 ] {090a63b4-6b38-4751-8b80-31d378d86413} TCPHandler: Processed in 0.00123906 sec. 2026.05.06 01:55:37.646171 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.646267 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.646310 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:37.647122 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.647158 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.647613 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:55:37.647834 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:37.647972 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} executeQuery: Read 1602 rows, 99.59 KiB in 0.001723 sec., 929773.6506094022 rows/sec., 56.45 MiB/sec. 2026.05.06 01:55:37.648009 [ 277 ] {626ae604-4df5-4285-8a2c-86a7e5985fd6} TCPHandler: Processed in 0.001889186 sec. 2026.05.06 01:55:37.648138 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.648262 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.648313 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:55:37.648705 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.648741 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.649068 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 01:55:37.649281 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:55:37.649416 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} executeQuery: Read 1 rows, 69.00 B in 0.001179 sec., 848.1764206955047 rows/sec., 57.15 KiB/sec. 2026.05.06 01:55:37.649453 [ 277 ] {df6a81fd-5425-4517-8d89-55b14586825b} TCPHandler: Processed in 0.001376344 sec. 2026.05.06 01:55:37.649565 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.649661 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.649715 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} 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.06 01:55:37.650584 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.650620 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.651196 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:55:37.651418 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:37.651562 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} executeQuery: Read 39 rows, 71.56 KiB in 0.00192 sec., 20312.5 rows/sec., 36.40 MiB/sec. 2026.05.06 01:55:37.651615 [ 277 ] {2f2c9706-217a-4e93-9ed7-ef06bf91a383} TCPHandler: Processed in 0.002097901 sec. 2026.05.06 01:55:37.651732 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:37.651828 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:37.651868 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:37.652222 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:37.652258 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:37.652576 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:55:37.652914 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:37.653086 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} executeQuery: Read 42 rows, 2.45 KiB in 0.001275 sec., 32941.17647058823 rows/sec., 1.88 MiB/sec. 2026.05.06 01:55:37.653136 [ 277 ] {5874a5e8-b10f-4036-b569-19154af1ffb3} TCPHandler: Processed in 0.001451545 sec. 2026.05.06 01:55:39.277814 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 678 2026.05.06 01:55:39.280727 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:39.280791 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:39.282086 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:55:39.282364 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:39.282731 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 678 2026.05.06 01:55:41.723400 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11015 2026.05.06 01:55:41.723898 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:41.723944 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:41.724430 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:55:41.724669 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:41.724804 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11015 2026.05.06 01:55:42.248833 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:42.249057 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:42.249407 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:42.249443 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} 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.06 01:55:42.249659 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:42.249728 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:42.249870 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:55:42.249970 [ 317 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:42.249985 [ 345 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:42.249989 [ 267 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:42.249972 [ 363 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:42.250139 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:42.250176 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:42.250251 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:42.250275 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:42.250326 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:55:42.250374 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:55:42.251355 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} executeQuery: Read 44 rows, 7.84 KiB in 0.002388 sec., 18425.460636515912 rows/sec., 3.21 MiB/sec. 2026.05.06 01:55:42.251442 [ 277 ] {34a05606-c2a2-461e-9683-4b5350de558d} TCPHandler: Processed in 0.002737457 sec. 2026.05.06 01:55:42.252989 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:42.253102 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:42.253147 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:42.253622 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.253665 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.254161 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:55:42.254561 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:42.254745 [ 64 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:55:42.254759 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} executeQuery: Read 56 rows, 4.41 KiB in 0.001686 sec., 33214.709371293 rows/sec., 2.55 MiB/sec. 2026.05.06 01:55:42.254838 [ 64 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.254862 [ 277 ] {3cb82fe8-f263-43a3-8dc2-5efab2ba3d12} TCPHandler: Processed in 0.001922287 sec. 2026.05.06 01:55:42.254872 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.255008 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:42.255016 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:42.255114 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:42.255161 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:42.255190 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:42.255230 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3358 rows starting from the beginning of the part 2026.05.06 01:55:42.255299 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 199 rows starting from the beginning of the part 2026.05.06 01:55:42.255347 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:55:42.255391 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part 2026.05.06 01:55:42.255431 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 3203 rows starting from the beginning of the part 2026.05.06 01:55:42.255487 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part 2026.05.06 01:55:42.255619 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.255664 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.256036 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:55:42.256275 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:42.256399 [ 64 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:55:42.256432 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} executeQuery: Read 64 rows, 5.12 KiB in 0.001343 sec., 47654.504839910645 rows/sec., 3.72 MiB/sec. 2026.05.06 01:55:42.256432 [ 64 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.256477 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.256486 [ 277 ] {8a0720c7-7adf-4972-adf4-b620d1cb0fd7} TCPHandler: Processed in 0.001526537 sec. 2026.05.06 01:55:42.256585 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:42.256636 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:42.256711 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:42.256738 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:42.256750 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1831 rows starting from the beginning of the part 2026.05.06 01:55:42.256789 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:42.256823 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part 2026.05.06 01:55:42.256872 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:55:42.256922 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 75 rows starting from the beginning of the part 2026.05.06 01:55:42.256963 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1746 rows starting from the beginning of the part 2026.05.06 01:55:42.256999 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2026.05.06 01:55:42.257204 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.257247 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.257937 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:55:42.258082 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 7010 rows, containing 5 columns (5 merged, 0 gathered) in 0.003128816 sec., 2240464.1244483534 rows/sec., 178.63 MiB/sec. 2026.05.06 01:55:42.258168 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:42.258288 [ 64 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:55:42.258319 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} executeQuery: Read 128 rows, 9.13 KiB in 0.001603 sec., 79850.28072364317 rows/sec., 5.56 MiB/sec. 2026.05.06 01:55:42.258327 [ 64 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.258364 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.258364 [ 277 ] {31337b82-ecac-4d4d-a5b4-22d5fe48b481} TCPHandler: Processed in 0.001778813 sec. 2026.05.06 01:55:42.258407 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:55:42.258448 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:42.258513 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:42.258567 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:42.258604 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 12021 rows starting from the beginning of the part 2026.05.06 01:55:42.258615 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:42.258637 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3923 rows, containing 5 columns (5 merged, 0 gathered) in 0.002106072 sec., 1862709.347068856 rows/sec., 135.29 MiB/sec. 2026.05.06 01:55:42.258660 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 233 rows starting from the beginning of the part 2026.05.06 01:55:42.258663 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:42.258681 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:42.258715 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:55:42.258757 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.05.06 01:55:42.258779 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_36_7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:55:42.258798 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1602 rows starting from the beginning of the part 2026.05.06 01:55:42.258839 [ 199 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part 2026.05.06 01:55:42.258851 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.05.06 01:55:42.258902 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:55:42.259068 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.259113 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.259213 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:42.259294 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_36_7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:55:42.259379 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.05.06 01:55:42.259465 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:55:42.259729 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:42.259847 [ 64 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:55:42.259880 [ 64 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.259880 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} executeQuery: Read 48 rows, 3.31 KiB in 0.001284 sec., 37383.17757009346 rows/sec., 2.52 MiB/sec. 2026.05.06 01:55:42.259900 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.259934 [ 277 ] {e66475e1-88c7-47d8-83ed-77e01ef97faf} TCPHandler: Processed in 0.001475267 sec. 2026.05.06 01:55:42.260004 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:42.260108 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:42.260135 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1680 rows starting from the beginning of the part 2026.05.06 01:55:42.260182 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:42.260224 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:55:42.260261 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.05.06 01:55:42.260295 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2026.05.06 01:55:42.260332 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part 2026.05.06 01:55:42.261205 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 4 columns (4 merged, 0 gathered) in 0.00123793 sec., 1575210.2299806937 rows/sec., 105.11 MiB/sec. 2026.05.06 01:55:42.261501 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:55:42.261805 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:42.261870 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_36_7} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:55:42.261928 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.06 01:55:42.263156 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 14304 rows, containing 5 columns (5 merged, 0 gathered) in 0.004745136 sec., 3014455.2232011897 rows/sec., 194.49 MiB/sec. 2026.05.06 01:55:42.263525 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:55:42.263765 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:42.263825 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_36_7} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:55:42.263881 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2026.05.06 01:55:42.279419 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.05.06 01:55:42.294881 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:42.294922 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:42.300956 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:55:42.301631 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:42.304205 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.05.06 01:55:43.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 259.61 MiB, peak 266.40 MiB, free memory in arenas 0.00 B, will set to 261.47 MiB (RSS), difference: 1.86 MiB 2026.05.06 01:55:47.249984 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.250225 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:47.250576 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:47.250612 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} 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.06 01:55:47.250828 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:47.250897 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:47.251037 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:55:47.251138 [ 363 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:47.251138 [ 267 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:47.251164 [ 345 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:47.251194 [ 355 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:47.251311 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:47.251337 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:47.251406 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:47.251426 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:47.251460 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:47.251498 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:55:47.252707 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} executeQuery: Read 44 rows, 7.84 KiB in 0.002573 sec., 17100.66070734551 rows/sec., 2.98 MiB/sec. 2026.05.06 01:55:47.252829 [ 277 ] {a601633a-4bd3-4bb6-8907-8a81075fcff3} TCPHandler: Processed in 0.002976043 sec. 2026.05.06 01:55:47.255461 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.255581 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:47.255631 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:47.256177 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.256220 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:47.256628 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:55:47.256858 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:47.257018 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} executeQuery: Read 78 rows, 6.61 KiB in 0.001472 sec., 52989.13043478261 rows/sec., 4.39 MiB/sec. 2026.05.06 01:55:47.257061 [ 277 ] {b1cd80e1-9823-48c3-accd-d1c98c430052} TCPHandler: Processed in 0.001655461 sec. 2026.05.06 01:55:47.257210 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.257312 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:47.257356 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:47.257775 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.257813 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:47.258125 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:55:47.258339 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:47.258467 [ 56 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:55:47.258490 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} executeQuery: Read 11 rows, 847.00 B in 0.001201 sec., 9159.03413821815 rows/sec., 688.72 KiB/sec. 2026.05.06 01:55:47.258539 [ 56 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.258545 [ 277 ] {2cdb1d96-68bb-45d7-9293-646c2099dda0} TCPHandler: Processed in 0.001383724 sec. 2026.05.06 01:55:47.258570 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:47.258691 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.258694 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:47.258794 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:47.258827 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:47.258839 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:47.258868 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 226 rows starting from the beginning of the part 2026.05.06 01:55:47.258938 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 25 rows starting from the beginning of the part 2026.05.06 01:55:47.258984 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:47.259028 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:47.259066 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 183 rows starting from the beginning of the part 2026.05.06 01:55:47.259106 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:55:47.259268 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.259310 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:47.259659 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:55:47.259910 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:47.259979 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 5 columns (5 merged, 0 gathered) in 0.001345243 sec., 361273.01907536405 rows/sec., 24.80 MiB/sec. 2026.05.06 01:55:47.260052 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} executeQuery: Read 75 rows, 6.00 KiB in 0.001278 sec., 58685.44600938967 rows/sec., 4.58 MiB/sec. 2026.05.06 01:55:47.260094 [ 277 ] {c545f52b-5bea-44e1-aa20-802f76d36c40} TCPHandler: Processed in 0.001450476 sec. 2026.05.06 01:55:47.260132 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:55:47.260221 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.260317 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:47.260359 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:47.260398 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:47.260465 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_31_6} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:55:47.260540 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.06 01:55:47.260792 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.260827 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:47.261172 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:55:47.261386 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:47.261523 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2026.05.06 01:55:47.261564 [ 277 ] {c861f8c4-e14a-462d-b65d-d01c62398176} TCPHandler: Processed in 0.001390674 sec. 2026.05.06 01:55:47.261695 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.261787 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:47.261845 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} 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.06 01:55:47.262714 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.262751 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:47.263273 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:55:47.263502 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:47.263629 [ 56 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:55:47.263654 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} executeQuery: Read 11 rows, 20.18 KiB in 0.001885 sec., 5835.543766578249 rows/sec., 10.46 MiB/sec. 2026.05.06 01:55:47.263666 [ 56 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.263696 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:47.263730 [ 277 ] {f3c25f1d-5b80-4692-9eca-20601d085363} TCPHandler: Processed in 0.002086691 sec. 2026.05.06 01:55:47.263803 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:47.263862 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:47.263967 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:47.264009 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:47.264068 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:47.264135 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 523 rows starting from the beginning of the part 2026.05.06 01:55:47.264262 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part 2026.05.06 01:55:47.264370 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:47.264494 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:47.264555 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:47.264591 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part 2026.05.06 01:55:47.264595 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:47.264693 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:55:47.264940 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:55:47.265192 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:47.265321 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2026.05.06 01:55:47.265357 [ 277 ] {32e1393c-afee-4237-9c91-b380410d1ea0} TCPHandler: Processed in 0.001542487 sec. 2026.05.06 01:55:47.280700 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 19 columns (19 merged, 0 gathered) in 0.016942504 sec., 36889.47041122139 rows/sec., 66.10 MiB/sec. 2026.05.06 01:55:47.281735 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:55:47.282130 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:47.282217 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_31_6} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:55:47.282353 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.05.06 01:55:48.000269 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 262.06 MiB, peak 269.41 MiB, free memory in arenas 0.00 B, will set to 264.38 MiB (RSS), difference: 2.32 MiB 2026.05.06 01:55:49.095124 [ 52 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:55:49.095179 [ 52 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:55:49.224875 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11527 2026.05.06 01:55:49.225352 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:49.225394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:49.225873 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:55:49.226098 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:49.226240 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11527 2026.05.06 01:55:49.283060 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 702 2026.05.06 01:55:49.285519 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:49.285567 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:49.286739 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:55:49.287007 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:49.287271 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 702 2026.05.06 01:55:49.804274 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.05.06 01:55:49.821368 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:49.821433 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:49.827669 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:55:49.828362 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:49.831259 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.05.06 01:55:50.179046 [ 50 ] {} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 01:55:50.179108 [ 50 ] {} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:50.179129 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 01:55:50.179227 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:55:50.179347 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:55:50.179381 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:55:50.179453 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:55:50.179510 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:55:50.179555 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:55:50.179600 [ 186 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:55:50.180342 [ 192 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001152848 sec., 5204.502241405632 rows/sec., 386.27 KiB/sec. 2026.05.06 01:55:50.180547 [ 197 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 01:55:50.180931 [ 197 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_5_1} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:55:50.181020 [ 197 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_5_1} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 01:55:50.181133 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.05.06 01:55:52.255833 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.256084 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 01:55:52.256430 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:52.256468 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 01:55:52.256712 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:52.256779 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:52.256924 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 01:55:52.257027 [ 345 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:52.257034 [ 267 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:52.257027 [ 363 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:52.257076 [ 365 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:52.257201 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:55:52.257230 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:52.257299 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:52.257320 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:55:52.257355 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 01:55:52.257395 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 01:55:52.258413 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} executeQuery: Read 44 rows, 7.84 KiB in 0.002432 sec., 18092.105263157893 rows/sec., 3.15 MiB/sec. 2026.05.06 01:55:52.258503 [ 277 ] {9376b733-9281-408f-8c9c-2ba487571ec4} TCPHandler: Processed in 0.002798198 sec. 2026.05.06 01:55:52.263918 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.264031 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.264076 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:55:52.264738 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.264783 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.265198 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:55:52.265427 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:55:52.265570 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} executeQuery: Read 284 rows, 18.47 KiB in 0.001571 sec., 180776.57542966265 rows/sec., 11.48 MiB/sec. 2026.05.06 01:55:52.265610 [ 277 ] {614d3fe2-8dd3-4b84-9079-699d6a4cc469} TCPHandler: Processed in 0.001743953 sec. 2026.05.06 01:55:52.265741 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.265835 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:52.265876 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:52.266665 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.266702 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.267082 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:55:52.267298 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:52.267430 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} executeQuery: Read 857 rows, 68.52 KiB in 0.001612 sec., 531637.7171215881 rows/sec., 41.51 MiB/sec. 2026.05.06 01:55:52.267468 [ 277 ] {e90902a1-3a15-4eb2-8824-725102dfc871} TCPHandler: Processed in 0.001776023 sec. 2026.05.06 01:55:52.267589 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.267685 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.267725 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:52.268198 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.268236 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.268544 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:55:52.268747 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:52.268878 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} executeQuery: Read 172 rows, 10.80 KiB in 0.001211 sec., 142031.37902559867 rows/sec., 8.71 MiB/sec. 2026.05.06 01:55:52.268917 [ 277 ] {025de3f9-242e-4e4d-ae23-aa4d01fcf2a8} TCPHandler: Processed in 0.001376024 sec. 2026.05.06 01:55:52.269071 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.269165 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.269204 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:55:52.269684 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.269720 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.270020 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:55:52.270246 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:55:52.270373 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} executeQuery: Read 149 rows, 9.86 KiB in 0.001225 sec., 121632.6530612245 rows/sec., 7.86 MiB/sec. 2026.05.06 01:55:52.270437 [ 277 ] {a2f25c12-cd97-445d-8b74-e1f05ffa0a92} TCPHandler: Processed in 0.001414724 sec. 2026.05.06 01:55:52.270568 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.270660 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.270699 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:55:52.271212 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.271248 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.271558 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:55:52.271766 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:55:52.271892 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} executeQuery: Read 148 rows, 8.62 KiB in 0.001249 sec., 118494.79583666935 rows/sec., 6.74 MiB/sec. 2026.05.06 01:55:52.271929 [ 277 ] {d5a6a578-582a-4026-b208-29bdc3a781f1} TCPHandler: Processed in 0.001409694 sec. 2026.05.06 01:55:52.272043 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.272137 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:52.272176 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:52.272850 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.272886 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.273200 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:55:52.273409 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:52.273544 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} executeQuery: Read 520 rows, 37.58 KiB in 0.001425 sec., 364912.2807017544 rows/sec., 25.75 MiB/sec. 2026.05.06 01:55:52.273583 [ 277 ] {99ca1e66-c9ac-46d1-8131-4ef5ca11cf27} TCPHandler: Processed in 0.001587809 sec. 2026.05.06 01:55:52.273692 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.273785 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 01:55:52.273825 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 01:55:52.274147 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.274183 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.274476 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:55:52.274688 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:55:52.274814 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2026.05.06 01:55:52.274850 [ 277 ] {d1500294-2a50-4269-aedf-894e49c98bf8} TCPHandler: Processed in 0.00120678 sec. 2026.05.06 01:55:52.274961 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.275054 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.275096 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:52.275521 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.275556 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.275936 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:55:52.276156 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:52.276288 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} executeQuery: Read 265 rows, 18.03 KiB in 0.001251 sec., 211830.53557154277 rows/sec., 14.08 MiB/sec. 2026.05.06 01:55:52.276325 [ 277 ] {6cc06686-0947-47c5-95ed-da6242f821a2} TCPHandler: Processed in 0.001411995 sec. 2026.05.06 01:55:52.276449 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.276542 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.276585 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:55:52.276892 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.276927 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.277217 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 01:55:52.277430 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:55:52.277556 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.05.06 01:55:52.277592 [ 277 ] {e7ba6584-0e02-44fb-8220-aab0aee44661} TCPHandler: Processed in 0.001192609 sec. 2026.05.06 01:55:52.277704 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.277797 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.277852 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} 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.06 01:55:52.278627 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.278663 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.279180 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:55:52.279401 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:52.279537 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} executeQuery: Read 30 rows, 55.05 KiB in 0.001757 sec., 17074.558907228227 rows/sec., 30.60 MiB/sec. 2026.05.06 01:55:52.279590 [ 277 ] {503f8bb4-677b-4436-9231-b63ee1096f13} TCPHandler: Processed in 0.001934787 sec. 2026.05.06 01:55:52.279719 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:52.279814 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:52.279854 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:52.280175 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:52.280210 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:52.280513 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:55:52.280719 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:52.280848 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} executeQuery: Read 90 rows, 5.77 KiB in 0.001052 sec., 85551.33079847909 rows/sec., 5.35 MiB/sec. 2026.05.06 01:55:52.280884 [ 277 ] {d88c9c82-842b-4b9a-a6d6-ce36b051629b} TCPHandler: Processed in 0.00121373 sec. 2026.05.06 01:55:56.336268 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32862 2026.05.06 01:55:56.336398 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.336426 [ 307 ] {} TCP-Session: 25cc06d8-76ba-4e81-97d9-133e705ce44a Authenticating user 'default' from [fd00:1122:3344:101::e]:32862 2026.05.06 01:55:56.336450 [ 307 ] {} TCP-Session: 25cc06d8-76ba-4e81-97d9-133e705ce44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.336464 [ 307 ] {} TCP-Session: 25cc06d8-76ba-4e81-97d9-133e705ce44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.336700 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48168 2026.05.06 01:55:56.336738 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50739 2026.05.06 01:55:56.336763 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62891 2026.05.06 01:55:56.336788 [ 307 ] {} TCP-Session: 25cc06d8-76ba-4e81-97d9-133e705ce44a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:56.336828 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.336755 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51286 2026.05.06 01:55:56.336859 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.336873 [ 308 ] {} TCP-Session: 9c32c46f-b192-4597-856d-678dabc2c796 Authenticating user 'default' from [fd00:1122:3344:101::e]:48168 2026.05.06 01:55:56.336745 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62619 2026.05.06 01:55:56.336915 [ 258 ] {} TCP-Session: c55fd467-cea3-4f8b-845d-331236e405f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:50739 2026.05.06 01:55:56.336930 [ 308 ] {} TCP-Session: 9c32c46f-b192-4597-856d-678dabc2c796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.336961 [ 258 ] {} TCP-Session: c55fd467-cea3-4f8b-845d-331236e405f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.336971 [ 308 ] {} TCP-Session: 9c32c46f-b192-4597-856d-678dabc2c796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.336989 [ 258 ] {} TCP-Session: c55fd467-cea3-4f8b-845d-331236e405f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337002 [ 307 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} executeQuery: (from [fd00:1122:3344:101::e]:32862) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:55:56.336728 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42616 2026.05.06 01:55:56.336726 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62134 2026.05.06 01:55:56.336718 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59277 2026.05.06 01:55:56.337299 [ 307 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:55:56.337339 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.337361 [ 307 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:56.337389 [ 304 ] {} TCP-Session: 8a7f2b8d-7405-47fa-8503-0f82db3b6874 Authenticating user 'default' from [fd00:1122:3344:101::e]:62891 2026.05.06 01:55:56.337425 [ 304 ] {} TCP-Session: 8a7f2b8d-7405-47fa-8503-0f82db3b6874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337446 [ 304 ] {} TCP-Session: 8a7f2b8d-7405-47fa-8503-0f82db3b6874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337610 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.337647 [ 309 ] {} TCP-Session: 3879c1d2-34b3-4b3b-aca1-59e832428a63 Authenticating user 'default' from [fd00:1122:3344:101::e]:59277 2026.05.06 01:55:56.337665 [ 309 ] {} TCP-Session: 3879c1d2-34b3-4b3b-aca1-59e832428a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337682 [ 309 ] {} TCP-Session: 3879c1d2-34b3-4b3b-aca1-59e832428a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337690 [ 307 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:55:56.337720 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.337752 [ 311 ] {} TCP-Session: f518a7dd-253d-4b5b-90e8-894904d538ac Authenticating user 'default' from [fd00:1122:3344:101::e]:62134 2026.05.06 01:55:56.337771 [ 311 ] {} TCP-Session: f518a7dd-253d-4b5b-90e8-894904d538ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337784 [ 311 ] {} TCP-Session: f518a7dd-253d-4b5b-90e8-894904d538ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.337972 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.338009 [ 268 ] {} TCP-Session: 0d2e1139-b1b0-4c62-b0fb-39c400f89a5b Authenticating user 'default' from [fd00:1122:3344:101::e]:62619 2026.05.06 01:55:56.338027 [ 268 ] {} TCP-Session: 0d2e1139-b1b0-4c62-b0fb-39c400f89a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.338044 [ 268 ] {} TCP-Session: 0d2e1139-b1b0-4c62-b0fb-39c400f89a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.338216 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.338269 [ 310 ] {} TCP-Session: 948dbf35-4e3d-4f74-8cfc-f3f337a772e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42616 2026.05.06 01:55:56.338296 [ 310 ] {} TCP-Session: 948dbf35-4e3d-4f74-8cfc-f3f337a772e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.338310 [ 310 ] {} TCP-Session: 948dbf35-4e3d-4f74-8cfc-f3f337a772e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.338319 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.338355 [ 303 ] {} TCP-Session: 4fb3a18e-6ff5-4dc9-8784-203af2cf6710 Authenticating user 'default' from [fd00:1122:3344:101::e]:51286 2026.05.06 01:55:56.338373 [ 303 ] {} TCP-Session: 4fb3a18e-6ff5-4dc9-8784-203af2cf6710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.338389 [ 303 ] {} TCP-Session: 4fb3a18e-6ff5-4dc9-8784-203af2cf6710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.338786 [ 363 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} AggregatingTransform: Aggregating 2026.05.06 01:55:56.338823 [ 363 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} Aggregator: Aggregation method: without_key 2026.05.06 01:55:56.338859 [ 363 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001059436 sec. (943.898 rows/sec., 36.87 KiB/sec.) 2026.05.06 01:55:56.338877 [ 363 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} Aggregator: Merging aggregated data 2026.05.06 01:55:56.340152 [ 307 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} executeQuery: Read 1 rows, 40.00 B in 0.003216 sec., 310.9452736318408 rows/sec., 12.15 KiB/sec. 2026.05.06 01:55:56.340276 [ 307 ] {14a8a52c-3724-4a9c-ae2d-00b08cc33740} TCPHandler: Processed in 0.003608748 sec. 2026.05.06 01:55:56.340411 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340446 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340455 [ 307 ] {} TCP-Session: 25cc06d8-76ba-4e81-97d9-133e705ce44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340472 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340491 [ 304 ] {} TCP-Session: 8a7f2b8d-7405-47fa-8503-0f82db3b6874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340494 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340522 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340549 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340584 [ 308 ] {} TCP-Session: 9c32c46f-b192-4597-856d-678dabc2c796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340592 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340607 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340643 [ 258 ] {} TCP-Session: c55fd467-cea3-4f8b-845d-331236e405f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340531 [ 309 ] {} TCP-Session: 3879c1d2-34b3-4b3b-aca1-59e832428a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340671 [ 303 ] {} TCP-Session: 4fb3a18e-6ff5-4dc9-8784-203af2cf6710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340569 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.340619 [ 310 ] {} TCP-Session: 948dbf35-4e3d-4f74-8cfc-f3f337a772e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340735 [ 268 ] {} TCP-Session: 0d2e1139-b1b0-4c62-b0fb-39c400f89a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.340563 [ 311 ] {} TCP-Session: f518a7dd-253d-4b5b-90e8-894904d538ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.362674 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50273 2026.05.06 01:55:56.362756 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.362780 [ 307 ] {} TCP-Session: 1a85ace6-90f5-4d8d-a995-6853322e7b69 Authenticating user 'default' from [fd00:1122:3344:101::e]:50273 2026.05.06 01:55:56.362799 [ 307 ] {} TCP-Session: 1a85ace6-90f5-4d8d-a995-6853322e7b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.362812 [ 307 ] {} TCP-Session: 1a85ace6-90f5-4d8d-a995-6853322e7b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363028 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40372 2026.05.06 01:55:56.363040 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63941 2026.05.06 01:55:56.363070 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52288 2026.05.06 01:55:56.363084 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35232 2026.05.06 01:55:56.363120 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55702 2026.05.06 01:55:56.363131 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363170 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363186 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363194 [ 309 ] {} TCP-Session: 61fe411e-66a5-4f57-b5a2-9ca202a33345 Authenticating user 'default' from [fd00:1122:3344:101::e]:63941 2026.05.06 01:55:56.363203 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363225 [ 258 ] {} TCP-Session: 2feec184-4159-4e75-b8d2-985567c88f0d Authenticating user 'default' from [fd00:1122:3344:101::e]:35232 2026.05.06 01:55:56.363232 [ 309 ] {} TCP-Session: 61fe411e-66a5-4f57-b5a2-9ca202a33345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363248 [ 304 ] {} TCP-Session: 8c466aef-c2df-4264-bb36-7b2c23a21259 Authenticating user 'default' from [fd00:1122:3344:101::e]:55702 2026.05.06 01:55:56.363258 [ 258 ] {} TCP-Session: 2feec184-4159-4e75-b8d2-985567c88f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363263 [ 309 ] {} TCP-Session: 61fe411e-66a5-4f57-b5a2-9ca202a33345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363283 [ 304 ] {} TCP-Session: 8c466aef-c2df-4264-bb36-7b2c23a21259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363290 [ 258 ] {} TCP-Session: 2feec184-4159-4e75-b8d2-985567c88f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363313 [ 304 ] {} TCP-Session: 8c466aef-c2df-4264-bb36-7b2c23a21259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363104 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363100 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42620 2026.05.06 01:55:56.363364 [ 308 ] {} TCP-Session: 91ab50c4-ea5f-4684-afd2-20171ead9737 Authenticating user 'default' from [fd00:1122:3344:101::e]:40372 2026.05.06 01:55:56.363092 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38050 2026.05.06 01:55:56.363397 [ 308 ] {} TCP-Session: 91ab50c4-ea5f-4684-afd2-20171ead9737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363210 [ 310 ] {} TCP-Session: eae88287-37ea-4226-9f54-30016b9ef6dd Authenticating user 'default' from [fd00:1122:3344:101::e]:52288 2026.05.06 01:55:56.363426 [ 308 ] {} TCP-Session: 91ab50c4-ea5f-4684-afd2-20171ead9737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363422 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363455 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363489 [ 303 ] {} TCP-Session: efbe78a8-ec98-42f4-88c9-0db4628dfeb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42620 2026.05.06 01:55:56.363506 [ 268 ] {} TCP-Session: 4edf84b1-f6b2-4f2b-a81e-82c1fa473e00 Authenticating user 'default' from [fd00:1122:3344:101::e]:38050 2026.05.06 01:55:56.363521 [ 303 ] {} TCP-Session: efbe78a8-ec98-42f4-88c9-0db4628dfeb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363536 [ 268 ] {} TCP-Session: 4edf84b1-f6b2-4f2b-a81e-82c1fa473e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363547 [ 303 ] {} TCP-Session: efbe78a8-ec98-42f4-88c9-0db4628dfeb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363561 [ 268 ] {} TCP-Session: 4edf84b1-f6b2-4f2b-a81e-82c1fa473e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363458 [ 310 ] {} TCP-Session: eae88287-37ea-4226-9f54-30016b9ef6dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363182 [ 307 ] {} TCP-Session: 1a85ace6-90f5-4d8d-a995-6853322e7b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:56.363608 [ 310 ] {} TCP-Session: eae88287-37ea-4226-9f54-30016b9ef6dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363074 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58635 2026.05.06 01:55:56.363707 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.363728 [ 311 ] {} TCP-Session: 7f2bb855-22b1-45b5-b8c6-5898dec3cbbd Authenticating user 'default' from [fd00:1122:3344:101::e]:58635 2026.05.06 01:55:56.363744 [ 311 ] {} TCP-Session: 7f2bb855-22b1-45b5-b8c6-5898dec3cbbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363756 [ 311 ] {} TCP-Session: 7f2bb855-22b1-45b5-b8c6-5898dec3cbbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.363758 [ 307 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} executeQuery: (from [fd00:1122:3344:101::e]:50273) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:55:56.363974 [ 307 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:55:56.364022 [ 307 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:56.364279 [ 307 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:55:56.365180 [ 318 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} AggregatingTransform: Aggregating 2026.05.06 01:55:56.365220 [ 318 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} Aggregator: Aggregation method: without_key 2026.05.06 01:55:56.365251 [ 318 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000881572 sec. (1134.337 rows/sec., 44.31 KiB/sec.) 2026.05.06 01:55:56.365265 [ 318 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} Aggregator: Merging aggregated data 2026.05.06 01:55:56.366536 [ 307 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} executeQuery: Read 1 rows, 40.00 B in 0.00282 sec., 354.6099290780142 rows/sec., 13.85 KiB/sec. 2026.05.06 01:55:56.366704 [ 307 ] {2a8d3e57-a0cb-4ba7-b190-f5e9cf257f8c} TCPHandler: Processed in 0.003603708 sec. 2026.05.06 01:55:56.366819 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366849 [ 307 ] {} TCP-Session: 1a85ace6-90f5-4d8d-a995-6853322e7b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.366849 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366866 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366891 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366903 [ 308 ] {} TCP-Session: 91ab50c4-ea5f-4684-afd2-20171ead9737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.366923 [ 309 ] {} TCP-Session: 61fe411e-66a5-4f57-b5a2-9ca202a33345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.366947 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366962 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366982 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.367001 [ 311 ] {} TCP-Session: 7f2bb855-22b1-45b5-b8c6-5898dec3cbbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.367021 [ 258 ] {} TCP-Session: 2feec184-4159-4e75-b8d2-985567c88f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.367041 [ 268 ] {} TCP-Session: 4edf84b1-f6b2-4f2b-a81e-82c1fa473e00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.366927 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366907 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.366942 [ 310 ] {} TCP-Session: eae88287-37ea-4226-9f54-30016b9ef6dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.367130 [ 304 ] {} TCP-Session: 8c466aef-c2df-4264-bb36-7b2c23a21259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.367120 [ 303 ] {} TCP-Session: efbe78a8-ec98-42f4-88c9-0db4628dfeb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.386768 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62242 2026.05.06 01:55:56.386846 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.386869 [ 307 ] {} TCP-Session: aeb84df3-ca63-40f5-a11d-5e4ac67d78cd Authenticating user 'default' from [fd00:1122:3344:101::e]:62242 2026.05.06 01:55:56.386889 [ 307 ] {} TCP-Session: aeb84df3-ca63-40f5-a11d-5e4ac67d78cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.386902 [ 307 ] {} TCP-Session: aeb84df3-ca63-40f5-a11d-5e4ac67d78cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387117 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64580 2026.05.06 01:55:56.387144 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40475 2026.05.06 01:55:56.387169 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41989 2026.05.06 01:55:56.387199 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54335 2026.05.06 01:55:56.387196 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387205 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56117 2026.05.06 01:55:56.387259 [ 308 ] {} TCP-Session: 6a97425d-8c7d-4fd8-a0b4-633a6bbe73c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64580 2026.05.06 01:55:56.387255 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387266 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387285 [ 308 ] {} TCP-Session: 6a97425d-8c7d-4fd8-a0b4-633a6bbe73c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387302 [ 311 ] {} TCP-Session: 1c404722-0e5e-4803-a2d4-efab45cbc6fd Authenticating user 'default' from [fd00:1122:3344:101::e]:41989 2026.05.06 01:55:56.387315 [ 303 ] {} TCP-Session: c277c994-931b-40f8-8c36-07dc7192dccb Authenticating user 'default' from [fd00:1122:3344:101::e]:54335 2026.05.06 01:55:56.387323 [ 308 ] {} TCP-Session: 6a97425d-8c7d-4fd8-a0b4-633a6bbe73c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387356 [ 303 ] {} TCP-Session: c277c994-931b-40f8-8c36-07dc7192dccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387316 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387386 [ 303 ] {} TCP-Session: c277c994-931b-40f8-8c36-07dc7192dccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387412 [ 304 ] {} TCP-Session: 38b4ba65-f842-4cf6-a874-dd5b8e6b7822 Authenticating user 'default' from [fd00:1122:3344:101::e]:56117 2026.05.06 01:55:56.387245 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387439 [ 304 ] {} TCP-Session: 38b4ba65-f842-4cf6-a874-dd5b8e6b7822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387190 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43912 2026.05.06 01:55:56.387475 [ 304 ] {} TCP-Session: 38b4ba65-f842-4cf6-a874-dd5b8e6b7822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387479 [ 309 ] {} TCP-Session: 16d841a1-9a22-42ab-aaaf-31a8c9ac5c49 Authenticating user 'default' from [fd00:1122:3344:101::e]:40475 2026.05.06 01:55:56.387180 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44458 2026.05.06 01:55:56.387535 [ 309 ] {} TCP-Session: 16d841a1-9a22-42ab-aaaf-31a8c9ac5c49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387544 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387339 [ 311 ] {} TCP-Session: 1c404722-0e5e-4803-a2d4-efab45cbc6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387600 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387610 [ 268 ] {} TCP-Session: a280bb24-937b-4187-b5db-b8d5ead05795 Authenticating user 'default' from [fd00:1122:3344:101::e]:43912 2026.05.06 01:55:56.387637 [ 311 ] {} TCP-Session: 1c404722-0e5e-4803-a2d4-efab45cbc6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387651 [ 258 ] {} TCP-Session: 58453813-6cf5-43d3-8661-f301c7a8724c Authenticating user 'default' from [fd00:1122:3344:101::e]:44458 2026.05.06 01:55:56.387662 [ 268 ] {} TCP-Session: a280bb24-937b-4187-b5db-b8d5ead05795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387695 [ 258 ] {} TCP-Session: 58453813-6cf5-43d3-8661-f301c7a8724c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387706 [ 268 ] {} TCP-Session: a280bb24-937b-4187-b5db-b8d5ead05795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387720 [ 258 ] {} TCP-Session: 58453813-6cf5-43d3-8661-f301c7a8724c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387595 [ 309 ] {} TCP-Session: 16d841a1-9a22-42ab-aaaf-31a8c9ac5c49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387154 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42534 2026.05.06 01:55:56.387188 [ 307 ] {} TCP-Session: aeb84df3-ca63-40f5-a11d-5e4ac67d78cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:56.387839 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:55:56.387868 [ 310 ] {} TCP-Session: ba57cf4a-3715-46fc-aab8-5d241e4d1b8b Authenticating user 'default' from [fd00:1122:3344:101::e]:42534 2026.05.06 01:55:56.387887 [ 310 ] {} TCP-Session: ba57cf4a-3715-46fc-aab8-5d241e4d1b8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387899 [ 310 ] {} TCP-Session: ba57cf4a-3715-46fc-aab8-5d241e4d1b8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.387944 [ 307 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} executeQuery: (from [fd00:1122:3344:101::e]:62242) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:55:56.388169 [ 307 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:55:56.388220 [ 307 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:56.388478 [ 307 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:55:56.389340 [ 322 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} AggregatingTransform: Aggregating 2026.05.06 01:55:56.389392 [ 322 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} Aggregator: Aggregation method: without_key 2026.05.06 01:55:56.389431 [ 322 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000859341 sec. (1163.682 rows/sec., 45.46 KiB/sec.) 2026.05.06 01:55:56.389451 [ 322 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} Aggregator: Merging aggregated data 2026.05.06 01:55:56.391146 [ 307 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} executeQuery: Read 1 rows, 40.00 B in 0.003241 sec., 308.54674483184203 rows/sec., 12.05 KiB/sec. 2026.05.06 01:55:56.391400 [ 307 ] {e20e42a0-40c3-4904-a3ef-c4d42e95d61d} TCPHandler: Processed in 0.004298245 sec. 2026.05.06 01:55:56.392191 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392221 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392239 [ 307 ] {} TCP-Session: aeb84df3-ca63-40f5-a11d-5e4ac67d78cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392246 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392271 [ 304 ] {} TCP-Session: 38b4ba65-f842-4cf6-a874-dd5b8e6b7822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392291 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392319 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392341 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392345 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392367 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392386 [ 310 ] {} TCP-Session: ba57cf4a-3715-46fc-aab8-5d241e4d1b8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392399 [ 311 ] {} TCP-Session: 1c404722-0e5e-4803-a2d4-efab45cbc6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392420 [ 303 ] {} TCP-Session: c277c994-931b-40f8-8c36-07dc7192dccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392368 [ 268 ] {} TCP-Session: a280bb24-937b-4187-b5db-b8d5ead05795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392353 [ 258 ] {} TCP-Session: 58453813-6cf5-43d3-8661-f301c7a8724c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392310 [ 308 ] {} TCP-Session: 6a97425d-8c7d-4fd8-a0b4-633a6bbe73c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.392271 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:55:56.392573 [ 309 ] {} TCP-Session: 16d841a1-9a22-42ab-aaaf-31a8c9ac5c49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:55:56.726385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11975 2026.05.06 01:55:56.727009 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:56.727054 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:56.727552 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:55:56.727778 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:55:56.727913 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11975 2026.05.06 01:55:57.252907 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.253167 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:55:57.253538 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:55:57.253596 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} 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.06 01:55:57.253876 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:55:57.253952 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:55:57.254105 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.06 01:55:57.254238 [ 332 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:55:57.254258 [ 319 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:55:57.254268 [ 360 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:55:57.254247 [ 334 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:55:57.254448 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:55:57.254476 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:55:57.254563 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:55:57.254585 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:55:57.254621 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:55:57.254660 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:55:57.254696 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:55:57.256135 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} executeQuery: Read 50 rows, 10.68 KiB in 0.003064 sec., 16318.537859007834 rows/sec., 3.40 MiB/sec. 2026.05.06 01:55:57.256315 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} MemoryTracker: Peak memory usage (for query): 139.74 KiB. 2026.05.06 01:55:57.256334 [ 277 ] {f5d8a844-b740-4b26-9dc8-0f1484ceefee} TCPHandler: Processed in 0.003576647 sec. 2026.05.06 01:55:57.260523 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.260671 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.260727 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:55:57.261294 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.261351 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.261935 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:55:57.262203 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:55:57.262397 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} executeQuery: Read 24 rows, 2.04 KiB in 0.001761 sec., 13628.62010221465 rows/sec., 1.13 MiB/sec. 2026.05.06 01:55:57.262456 [ 277 ] {7cba9447-256a-485b-adc1-23e807cbaa05} TCPHandler: Processed in 0.00201863 sec. 2026.05.06 01:55:57.262625 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.262733 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:55:57.262781 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:55:57.263331 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.263375 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.263720 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:55:57.263950 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:55:57.264092 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} executeQuery: Read 198 rows, 18.08 KiB in 0.001384 sec., 143063.5838150289 rows/sec., 12.75 MiB/sec. 2026.05.06 01:55:57.264133 [ 277 ] {f737f6d6-e5eb-4c92-8e7d-d4a05e402a04} TCPHandler: Processed in 0.001570659 sec. 2026.05.06 01:55:57.264269 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.264375 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.264422 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:55:57.264840 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.264879 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.265188 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:55:57.265427 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:55:57.265564 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} executeQuery: Read 23 rows, 1.79 KiB in 0.001216 sec., 18914.473684210527 rows/sec., 1.44 MiB/sec. 2026.05.06 01:55:57.265604 [ 277 ] {37c22599-aebb-4a3e-a8a9-2094f7ae52a8} TCPHandler: Processed in 0.001387454 sec. 2026.05.06 01:55:57.265734 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.265834 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.265876 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:55:57.266295 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.266333 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.266641 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:55:57.266862 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:55:57.266996 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} executeQuery: Read 24 rows, 2.04 KiB in 0.001182 sec., 20304.56852791878 rows/sec., 1.68 MiB/sec. 2026.05.06 01:55:57.267042 [ 277 ] {20d6f9d8-d41f-4af4-961b-67f6b68a38ec} TCPHandler: Processed in 0.001358903 sec. 2026.05.06 01:55:57.267180 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.267283 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.267324 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:55:57.267821 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.267860 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.268224 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:55:57.268476 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:55:57.268616 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} executeQuery: Read 12 rows, 960.00 B in 0.001353 sec., 8869.179600886917 rows/sec., 692.90 KiB/sec. 2026.05.06 01:55:57.268656 [ 277 ] {197526ad-f448-43f0-96df-2aec7e88c9fd} TCPHandler: Processed in 0.001527307 sec. 2026.05.06 01:55:57.268804 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.268909 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:55:57.268950 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:55:57.269445 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.269486 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.269831 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:55:57.270067 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:55:57.270212 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} executeQuery: Read 111 rows, 9.25 KiB in 0.001323 sec., 83900.22675736962 rows/sec., 6.83 MiB/sec. 2026.05.06 01:55:57.270255 [ 277 ] {97f4793d-d0f5-4759-a5c0-3f59f5b8b704} TCPHandler: Processed in 0.001504427 sec. 2026.05.06 01:55:57.270391 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.270489 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.270534 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:55:57.270980 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.271018 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.271384 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:55:57.271647 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:55:57.271805 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} executeQuery: Read 196 rows, 14.40 KiB in 0.001335 sec., 146816.47940074906 rows/sec., 10.53 MiB/sec. 2026.05.06 01:55:57.271850 [ 277 ] {d3ff4c6c-b915-4aa0-bf83-226f584a5def} TCPHandler: Processed in 0.001510477 sec. 2026.05.06 01:55:57.272003 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.272101 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.272158 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} 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.06 01:55:57.273013 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.273052 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.273583 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:55:57.273813 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:55:57.273965 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} executeQuery: Read 11 rows, 20.18 KiB in 0.001884 sec., 5838.64118895966 rows/sec., 10.46 MiB/sec. 2026.05.06 01:55:57.274069 [ 277 ] {53dc74eb-6d77-4dfc-9d7b-6e0c2e42ccc4} TCPHandler: Processed in 0.002115061 sec. 2026.05.06 01:55:57.274225 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:55:57.274323 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:55:57.274365 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:55:57.274730 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.274765 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.275090 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:55:57.275312 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:55:57.275445 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.05.06 01:55:57.275481 [ 277 ] {a3f0e250-2b7b-4879-ad74-b9b98ad228a3} TCPHandler: Processed in 0.001306502 sec. 2026.05.06 01:55:57.331398 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.05.06 01:55:57.350233 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:57.350321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:57.357527 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:55:57.358423 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:55:57.363467 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.05.06 01:55:58.000324 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 265.81 MiB, peak 275.35 MiB, free memory in arenas 0.00 B, will set to 264.71 MiB (RSS), difference: -1.10 MiB 2026.05.06 01:55:59.287493 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 752 2026.05.06 01:55:59.290093 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:55:59.290140 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:55:59.291353 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:55:59.291608 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:55:59.291867 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 752 2026.05.06 01:56:02.250838 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.251108 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:02.251475 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:02.251516 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} 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.06 01:56:02.251734 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:02.251804 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:02.251945 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:02.252079 [ 334 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:02.252097 [ 332 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:02.252126 [ 360 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:02.252094 [ 319 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:02.252292 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:02.252319 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:02.252390 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:02.252411 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:02.252445 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:02.252487 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:02.253616 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} executeQuery: Read 44 rows, 7.84 KiB in 0.002605 sec., 16890.595009596927 rows/sec., 2.94 MiB/sec. 2026.05.06 01:56:02.253729 [ 277 ] {602219fe-5824-4796-9779-fe5be19ca841} TCPHandler: Processed in 0.003029844 sec. 2026.05.06 01:56:02.255896 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.256005 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:02.256049 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:02.256535 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:02.256585 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:02.257011 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:56:02.257414 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:02.257703 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} executeQuery: Read 116 rows, 10.09 KiB in 0.001728 sec., 67129.62962962964 rows/sec., 5.70 MiB/sec. 2026.05.06 01:56:02.257760 [ 277 ] {bf1401bf-6ba1-435b-b20b-68488854654c} TCPHandler: Processed in 0.001912377 sec. 2026.05.06 01:56:02.257947 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.258057 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:02.258101 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:02.258758 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:02.258824 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:02.259249 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:56:02.259494 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:02.259701 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} executeQuery: Read 30 rows, 2.26 KiB in 0.001661 sec., 18061.408789885612 rows/sec., 1.33 MiB/sec. 2026.05.06 01:56:02.259778 [ 277 ] {5b4e772e-fe7a-4dc6-a3ad-d4e1d447ac1b} TCPHandler: Processed in 0.001881026 sec. 2026.05.06 01:56:02.259915 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.260029 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:02.260075 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:02.260570 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:02.260609 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:02.260958 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:56:02.261174 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:02.261314 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} executeQuery: Read 94 rows, 7.52 KiB in 0.001305 sec., 72030.65134099618 rows/sec., 5.63 MiB/sec. 2026.05.06 01:56:02.261355 [ 277 ] {3dd93b43-2122-4ef9-b902-26a479d3e88c} TCPHandler: Processed in 0.001497596 sec. 2026.05.06 01:56:02.261469 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.261570 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:02.261614 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:02.262035 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:02.262072 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:02.262412 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:56:02.262647 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:02.262784 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.05.06 01:56:02.262822 [ 277 ] {4b3c7a1d-41cc-48c1-a43d-b08fa8c70599} TCPHandler: Processed in 0.001402234 sec. 2026.05.06 01:56:02.262936 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.263038 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:02.263093 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} 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.06 01:56:02.263963 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:02.264002 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:02.264561 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:56:02.264788 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:02.264940 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} executeQuery: Read 30 rows, 55.05 KiB in 0.00192 sec., 15625 rows/sec., 28.00 MiB/sec. 2026.05.06 01:56:02.265018 [ 277 ] {310e46db-aad1-4940-8985-a79e00840a0e} TCPHandler: Processed in 0.002135913 sec. 2026.05.06 01:56:02.265131 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:02.265226 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:02.265268 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:02.265619 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:02.265655 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:02.265980 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:56:02.266188 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:02.266319 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.05.06 01:56:02.266355 [ 277 ] {73365dda-5b5c-4a98-867e-a405799cd673} TCPHandler: Processed in 0.001272521 sec. 2026.05.06 01:56:04.095431 [ 28 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:56:04.095489 [ 28 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:56:04.228931 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12487 2026.05.06 01:56:04.229401 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:04.229434 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:04.229908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:56:04.230134 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:04.230253 [ 28 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:56:04.230257 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12487 2026.05.06 01:56:04.230298 [ 28 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:04.230320 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:04.230450 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:56:04.230616 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:04.230678 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10055 rows starting from the beginning of the part 2026.05.06 01:56:04.230775 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.05.06 01:56:04.230853 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.05.06 01:56:04.230920 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.05.06 01:56:04.230997 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.05.06 01:56:04.231062 [ 202 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.05.06 01:56:04.233116 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12487 rows, containing 4 columns (4 merged, 0 gathered) in 0.002726747 sec., 4579449.431868817 rows/sec., 65.51 MiB/sec. 2026.05.06 01:56:04.233453 [ 198 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:56:04.233751 [ 198 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:04.233824 [ 198 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_26_5} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:56:04.233902 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.05.06 01:56:04.864461 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.05.06 01:56:04.881739 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:04.881799 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:04.887496 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:56:04.888198 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:04.888505 [ 28 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:56:04.888573 [ 28 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:04.888596 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:04.888779 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.891213 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.05.06 01:56:04.892854 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:04.894263 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.899238 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.903927 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.908256 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.912694 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.916583 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:04.970224 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081535803 sec., 2403.85196181854 rows/sec., 12.43 MiB/sec. 2026.05.06 01:56:04.973031 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:56:04.975182 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_26_5} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:04.975299 [ 202 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_26_5} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:56:04.978348 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.06 01:56:05.001181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 265.84 MiB, peak 276.39 MiB, free memory in arenas 0.00 B, will set to 270.17 MiB (RSS), difference: 4.33 MiB 2026.05.06 01:56:07.250043 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.250290 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:07.250646 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:07.250683 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} 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.06 01:56:07.250900 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:07.250969 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:07.251110 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:07.251213 [ 360 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:07.251254 [ 332 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:07.251288 [ 359 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:07.251259 [ 319 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:07.251457 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:07.251485 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:07.251570 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:07.251599 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:07.251635 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:07.251675 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:07.252895 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} executeQuery: Read 44 rows, 7.84 KiB in 0.002696 sec., 16320.474777448071 rows/sec., 2.84 MiB/sec. 2026.05.06 01:56:07.253032 [ 277 ] {eee5a93d-24a2-4936-84f6-6e9bd986c7a8} TCPHandler: Processed in 0.003118626 sec. 2026.05.06 01:56:07.254936 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.255052 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:07.255099 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:07.255614 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.255656 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.256057 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:56:07.256301 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:07.256460 [ 25 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:56:07.256471 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} executeQuery: Read 78 rows, 6.61 KiB in 0.001453 sec., 53682.037164487265 rows/sec., 4.45 MiB/sec. 2026.05.06 01:56:07.256510 [ 25 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.256524 [ 277 ] {82ed3f54-5bf6-4d44-9e07-1137de3b4aa4} TCPHandler: Processed in 0.00164103 sec. 2026.05.06 01:56:07.256537 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.256676 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:07.256687 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.256809 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:07.256812 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.256853 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3358 rows starting from the beginning of the part 2026.05.06 01:56:07.256872 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:07.256954 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:07.257035 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 857 rows starting from the beginning of the part 2026.05.06 01:56:07.257105 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 198 rows starting from the beginning of the part 2026.05.06 01:56:07.257173 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:07.257255 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 78 rows starting from the beginning of the part 2026.05.06 01:56:07.257671 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.257738 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.258324 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:56:07.258575 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:07.258758 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} executeQuery: Read 11 rows, 847.00 B in 0.001963 sec., 5603.667855323485 rows/sec., 421.37 KiB/sec. 2026.05.06 01:56:07.258804 [ 277 ] {05ecf81a-85bd-4c29-a11d-d7e78141b9b8} TCPHandler: Processed in 0.002179883 sec. 2026.05.06 01:56:07.258961 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.259057 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:07.259097 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:07.259554 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.259589 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.259913 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:56:07.259974 [ 202 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4685 rows, containing 5 columns (5 merged, 0 gathered) in 0.003346962 sec., 1399776.8722799958 rows/sec., 113.32 MiB/sec. 2026.05.06 01:56:07.260139 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:07.260281 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} executeQuery: Read 75 rows, 6.00 KiB in 0.001242 sec., 60386.473429951686 rows/sec., 4.71 MiB/sec. 2026.05.06 01:56:07.260285 [ 46 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:56:07.260326 [ 277 ] {d6319bdc-3fea-4246-bbe9-639ec04a0416} TCPHandler: Processed in 0.001415345 sec. 2026.05.06 01:56:07.260343 [ 46 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.260364 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:56:07.260371 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.260467 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.260510 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:07.260576 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.260624 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:07.260659 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:07.260668 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:07.260718 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1831 rows starting from the beginning of the part 2026.05.06 01:56:07.260747 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_41_8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:56:07.260799 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:07.260836 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.06 01:56:07.260850 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 520 rows starting from the beginning of the part 2026.05.06 01:56:07.260905 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 111 rows starting from the beginning of the part 2026.05.06 01:56:07.260951 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:07.260998 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 75 rows starting from the beginning of the part 2026.05.06 01:56:07.261090 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.261133 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.261522 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:56:07.261756 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:07.261888 [ 46 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:56:07.261902 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} executeQuery: Read 160 rows, 11.41 KiB in 0.001346 sec., 118870.72808320951 rows/sec., 8.28 MiB/sec. 2026.05.06 01:56:07.261932 [ 46 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.261955 [ 277 ] {c6e740be-abe9-417a-89f5-134c95ea83da} TCPHandler: Processed in 0.001535688 sec. 2026.05.06 01:56:07.261957 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.262055 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:07.262094 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.262158 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:07.262193 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 14304 rows starting from the beginning of the part 2026.05.06 01:56:07.262193 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.262255 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:07.262254 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2706 rows, containing 5 columns (5 merged, 0 gathered) in 0.001807254 sec., 1497299.2174868614 rows/sec., 110.63 MiB/sec. 2026.05.06 01:56:07.262261 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} 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.06 01:56:07.262313 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 265 rows starting from the beginning of the part 2026.05.06 01:56:07.262362 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 196 rows starting from the beginning of the part 2026.05.06 01:56:07.262404 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:07.262444 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.05.06 01:56:07.262557 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:56:07.262900 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:07.263009 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_41_8} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:56:07.263099 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.05.06 01:56:07.263111 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.263153 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.263751 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:56:07.263985 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:07.264151 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} executeQuery: Read 11 rows, 20.18 KiB in 0.001977 sec., 5563.98583712696 rows/sec., 9.97 MiB/sec. 2026.05.06 01:56:07.264224 [ 277 ] {109e5176-6640-46d9-9e2f-8b242b9d153f} TCPHandler: Processed in 0.002177933 sec. 2026.05.06 01:56:07.264343 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.264437 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.264478 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:07.264836 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.264871 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.265197 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:56:07.265420 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:07.265540 [ 46 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:56:07.265554 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.05.06 01:56:07.265583 [ 46 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.265605 [ 277 ] {c98ec9e3-b34d-404e-b27b-3610d65bbe46} TCPHandler: Processed in 0.001309962 sec. 2026.05.06 01:56:07.265608 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.265706 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:07.265810 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:07.265838 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1950 rows starting from the beginning of the part 2026.05.06 01:56:07.265895 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:07.265941 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part 2026.05.06 01:56:07.265981 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:07.266018 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:07.266056 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.05.06 01:56:07.266974 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 15245 rows, containing 5 columns (5 merged, 0 gathered) in 0.004949441 sec., 3080145.8184873806 rows/sec., 199.62 MiB/sec. 2026.05.06 01:56:07.267199 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2280 rows, containing 4 columns (4 merged, 0 gathered) in 0.001530047 sec., 1490150.3025724045 rows/sec., 99.29 MiB/sec. 2026.05.06 01:56:07.267406 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:56:07.267589 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:56:07.267681 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:07.267765 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_41_8} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:56:07.267842 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB. 2026.05.06 01:56:07.267896 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:07.267977 [ 199 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_41_8} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:56:07.268053 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.05.06 01:56:07.606943 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.607135 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:56:07.607531 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:07.607575 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:56:07.607876 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:07.607939 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:07.608067 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.06 01:56:07.608166 [ 332 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:07.608180 [ 360 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:07.608193 [ 359 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:07.608194 [ 319 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:07.608358 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:56:07.608385 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:07.608469 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:07.608490 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.05.06 01:56:07.608522 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:56:07.608556 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:56:07.608588 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:56:07.609761 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} executeQuery: Read 45 rows, 9.67 KiB in 0.002705 sec., 16635.859519408503 rows/sec., 3.49 MiB/sec. 2026.05.06 01:56:07.609895 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} MemoryTracker: Peak memory usage (for query): 144.50 KiB. 2026.05.06 01:56:07.609911 [ 277 ] {59977080-0028-49dd-a00a-d934b8596f41} TCPHandler: Processed in 0.003041134 sec. 2026.05.06 01:56:07.622819 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.622941 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:56:07.622990 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:56:07.623584 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.623630 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.624001 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:56:07.624216 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:56:07.624362 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} executeQuery: Read 16 rows, 1.32 KiB in 0.001449 sec., 11042.097998619738 rows/sec., 909.84 KiB/sec. 2026.05.06 01:56:07.624399 [ 277 ] {9d6d0ffb-fd8d-4acc-9c94-a50fc77f0f88} TCPHandler: Processed in 0.001641181 sec. 2026.05.06 01:56:07.624530 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.624625 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:07.624664 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:07.626229 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.626263 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.626768 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:56:07.626982 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:07.627111 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} executeQuery: Read 2470 rows, 187.69 KiB in 0.002504 sec., 986421.7252396166 rows/sec., 73.20 MiB/sec. 2026.05.06 01:56:07.627147 [ 277 ] {8784a24b-dcc6-4a82-90da-82bcbf53e995} TCPHandler: Processed in 0.002674155 sec. 2026.05.06 01:56:07.627263 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.627356 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.627394 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:07.627805 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.627841 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.628127 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:56:07.628330 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:07.628432 [ 46 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:56:07.628456 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} executeQuery: Read 55 rows, 4.06 KiB in 0.001118 sec., 49194.99105545617 rows/sec., 3.55 MiB/sec. 2026.05.06 01:56:07.628476 [ 46 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.628503 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.628505 [ 277 ] {4cc254b8-a726-46f8-9a86-4ff96a738dac} TCPHandler: Processed in 0.001289362 sec. 2026.05.06 01:56:07.628604 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:56:07.628634 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.628732 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.628736 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:07.628773 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:56:07.628784 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 226 rows starting from the beginning of the part 2026.05.06 01:56:07.628857 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 172 rows starting from the beginning of the part 2026.05.06 01:56:07.628916 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part 2026.05.06 01:56:07.628964 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part 2026.05.06 01:56:07.629010 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:56:07.629055 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 55 rows starting from the beginning of the part 2026.05.06 01:56:07.629457 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.629497 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.629899 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:56:07.629935 [ 195 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373314 sec., 376461.6103818937 rows/sec., 26.00 MiB/sec. 2026.05.06 01:56:07.630121 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:56:07.630129 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:56:07.630280 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} executeQuery: Read 801 rows, 47.38 KiB in 0.001566 sec., 511494.25287356327 rows/sec., 29.55 MiB/sec. 2026.05.06 01:56:07.630319 [ 277 ] {9a405a8d-0b75-45c4-bb56-b784fec59fef} TCPHandler: Processed in 0.001732172 sec. 2026.05.06 01:56:07.630435 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.630438 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:07.630532 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.630545 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_36_7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:56:07.630578 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:56:07.630643 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.06 01:56:07.630985 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.631026 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.631307 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:56:07.631508 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:56:07.631634 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} executeQuery: Read 1 rows, 72.00 B in 0.00112 sec., 892.8571428571429 rows/sec., 62.78 KiB/sec. 2026.05.06 01:56:07.631670 [ 277 ] {62eddd06-93b2-4754-9990-76552a8dd9ec} TCPHandler: Processed in 0.001281811 sec. 2026.05.06 01:56:07.631779 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.631871 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:07.631909 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:07.632763 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.632798 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.633157 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:56:07.633361 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:07.633491 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} executeQuery: Read 1334 rows, 91.68 KiB in 0.001638 sec., 814407.8144078144 rows/sec., 54.66 MiB/sec. 2026.05.06 01:56:07.633528 [ 277 ] {98952f1b-30b5-450c-bbcb-7e35cb5019b7} TCPHandler: Processed in 0.001796133 sec. 2026.05.06 01:56:07.633638 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.633732 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.633773 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:07.634458 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.634494 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.634929 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:56:07.635157 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:07.635293 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} executeQuery: Read 1504 rows, 93.47 KiB in 0.001579 sec., 952501.5832805573 rows/sec., 57.81 MiB/sec. 2026.05.06 01:56:07.635329 [ 277 ] {eaeefb28-ebdf-4b2b-9d41-87b57b99b6b5} TCPHandler: Processed in 0.001737723 sec. 2026.05.06 01:56:07.635439 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.635532 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.635583 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} 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.06 01:56:07.636347 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.636383 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.636937 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:56:07.637162 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:07.637272 [ 107 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:56:07.637301 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} executeQuery: Read 39 rows, 71.56 KiB in 0.001787 sec., 21824.28651371013 rows/sec., 39.11 MiB/sec. 2026.05.06 01:56:07.637312 [ 107 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.637343 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.637361 [ 277 ] {6fad3c8e-2a29-4ce7-8115-bbe82b0f0342} TCPHandler: Processed in 0.001968418 sec. 2026.05.06 01:56:07.637416 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:56:07.637493 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:07.637599 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:07.637640 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:07.637644 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:07.637707 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 625 rows starting from the beginning of the part 2026.05.06 01:56:07.637832 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:56:07.637943 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part 2026.05.06 01:56:07.638045 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part 2026.05.06 01:56:07.638057 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:07.638110 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:07.638149 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:56:07.638255 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part 2026.05.06 01:56:07.638526 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:56:07.638813 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:07.638957 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} executeQuery: Read 12 rows, 848.00 B in 0.001377 sec., 8714.596949891067 rows/sec., 601.40 KiB/sec. 2026.05.06 01:56:07.638995 [ 277 ] {6799c19b-7b8c-4d42-bf41-727af6668edf} TCPHandler: Processed in 0.001551438 sec. 2026.05.06 01:56:07.642755 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 19 columns (19 merged, 0 gathered) in 0.005385761 sec., 138513.3874303 rows/sec., 248.21 MiB/sec. 2026.05.06 01:56:07.643827 [ 195 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:56:07.644125 [ 195 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:07.644187 [ 195 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_36_7} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:56:07.644271 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2026.05.06 01:56:08.000218 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 271.60 MiB, peak 279.73 MiB, free memory in arenas 0.00 B, will set to 274.94 MiB (RSS), difference: 3.34 MiB 2026.05.06 01:56:08.694635 [ 107 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 01:56:08.694696 [ 107 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:08.694717 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:08.694836 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:56:08.694988 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:08.695023 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.05.06 01:56:08.695088 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:56:08.695133 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.05.06 01:56:08.695211 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.05.06 01:56:08.695278 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::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.06 01:56:08.696128 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 924 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347143 sec., 685896.0036165426 rows/sec., 47.22 MiB/sec. 2026.05.06 01:56:08.696280 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 01:56:08.696526 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:56:08.696594 [ 196 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_9_2} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 01:56:08.696660 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.06 01:56:09.108554 [ 129 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 01:56:09.108652 [ 129 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:09.108690 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:09.108862 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:56:09.109069 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:09.109123 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.05.06 01:56:09.109227 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:56:09.109305 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.05.06 01:56:09.109376 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.05.06 01:56:09.109446 [ 195 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::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.06 01:56:09.110371 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582579 sec., 303302.3943828397 rows/sec., 18.85 MiB/sec. 2026.05.06 01:56:09.110513 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 01:56:09.110762 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:56:09.110830 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_9_2} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 01:56:09.110892 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:56:09.293037 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 800 2026.05.06 01:56:09.295599 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:09.295645 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:09.296824 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:56:09.297085 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:09.297346 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2026.05.06 01:56:11.730383 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12935 2026.05.06 01:56:11.730947 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:11.730996 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:11.731506 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:56:11.731734 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:11.731877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12935 2026.05.06 01:56:12.249131 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:12.249408 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:12.249783 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:12.249823 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} 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.06 01:56:12.250096 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:12.250186 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:12.250362 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:56:12.250486 [ 332 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:12.250507 [ 319 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:12.250499 [ 317 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:12.250497 [ 313 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:12.250673 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:12.250698 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:12.250771 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:12.250793 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:12.250832 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:56:12.250877 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:56:12.251925 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} executeQuery: Read 44 rows, 7.84 KiB in 0.002633 sec., 16710.976072920625 rows/sec., 2.91 MiB/sec. 2026.05.06 01:56:12.252023 [ 277 ] {3bef8f67-7d33-40f2-b201-18be3bba57e4} TCPHandler: Processed in 0.003071565 sec. 2026.05.06 01:56:12.253724 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:12.253834 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:12.253879 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:12.254350 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:12.254390 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:12.254753 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:56:12.254987 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:12.255138 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} executeQuery: Read 56 rows, 4.41 KiB in 0.001337 sec., 41884.8167539267 rows/sec., 3.22 MiB/sec. 2026.05.06 01:56:12.255177 [ 277 ] {9ad462ea-8ae7-4e7b-8e11-1ec1e932bdd2} TCPHandler: Processed in 0.001503467 sec. 2026.05.06 01:56:12.255309 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:12.255407 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:12.255447 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:12.255859 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:12.255897 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:12.256190 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:56:12.256398 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:12.256525 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} executeQuery: Read 64 rows, 5.12 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 4.38 MiB/sec. 2026.05.06 01:56:12.256562 [ 277 ] {9202c767-bde9-493c-a2f9-b746ef598f71} TCPHandler: Processed in 0.001301162 sec. 2026.05.06 01:56:12.256698 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:12.256797 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:12.256850 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:12.257461 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:12.257523 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:12.258065 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:56:12.258350 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:12.258508 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} executeQuery: Read 128 rows, 9.13 KiB in 0.001734 sec., 73817.76239907727 rows/sec., 5.14 MiB/sec. 2026.05.06 01:56:12.258549 [ 277 ] {5b934b3e-50e4-4da6-b4ca-81b47a9298dc} TCPHandler: Processed in 0.001897786 sec. 2026.05.06 01:56:12.258684 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:12.258780 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:12.258822 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:12.259161 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:12.259199 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:12.259517 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:56:12.259733 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:12.259866 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} executeQuery: Read 48 rows, 3.31 KiB in 0.001106 sec., 43399.6383363472 rows/sec., 2.92 MiB/sec. 2026.05.06 01:56:12.259903 [ 277 ] {7ee95e34-6f55-49bd-994d-e0d316e271c0} TCPHandler: Processed in 0.001268282 sec. 2026.05.06 01:56:12.391332 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.05.06 01:56:12.407342 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:12.407397 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:12.413070 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:56:12.413787 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:12.416578 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.05.06 01:56:17.250283 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.250516 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:17.250843 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:17.250878 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} 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.06 01:56:17.251093 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:17.251170 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:17.251330 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:17.251424 [ 313 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:17.251461 [ 317 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:17.251462 [ 345 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:17.251465 [ 332 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:17.251623 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:17.251650 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:17.251724 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:17.251742 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:17.251783 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:17.251820 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:17.252973 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} executeQuery: Read 44 rows, 7.84 KiB in 0.002545 sec., 17288.801571709235 rows/sec., 3.01 MiB/sec. 2026.05.06 01:56:17.253060 [ 277 ] {d6bce7ac-2c94-477c-94c9-b7b842293f3e} TCPHandler: Processed in 0.002911232 sec. 2026.05.06 01:56:17.254877 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.254984 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:17.255026 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:17.255743 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:17.255797 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:17.256267 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:56:17.256481 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:17.256620 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} executeQuery: Read 78 rows, 6.61 KiB in 0.001667 sec., 46790.641871625674 rows/sec., 3.87 MiB/sec. 2026.05.06 01:56:17.256659 [ 277 ] {bc1ca5f6-a1f2-43b5-afd8-e0160612d954} TCPHandler: Processed in 0.001830545 sec. 2026.05.06 01:56:17.256784 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.256881 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:17.256927 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:17.258035 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:17.258072 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:17.258423 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:56:17.258774 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:17.258933 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} executeQuery: Read 11 rows, 847.00 B in 0.002073 sec., 5306.319343945972 rows/sec., 399.01 KiB/sec. 2026.05.06 01:56:17.258974 [ 277 ] {02affef3-5661-48cf-b1c6-a3181d2dec28} TCPHandler: Processed in 0.002238004 sec. 2026.05.06 01:56:17.259107 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.259202 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:17.259241 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:17.259671 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:17.259706 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:17.260049 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:56:17.260254 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:17.260384 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} executeQuery: Read 75 rows, 6.00 KiB in 0.001202 sec., 62396.00665557405 rows/sec., 4.87 MiB/sec. 2026.05.06 01:56:17.260421 [ 277 ] {f1394a6f-d201-482d-84ba-028805f376d1} TCPHandler: Processed in 0.001362214 sec. 2026.05.06 01:56:17.263551 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.263660 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:17.263704 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:17.264135 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:17.264168 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:17.264486 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:56:17.264702 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:17.264835 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.05.06 01:56:17.264872 [ 277 ] {c1f3cdf3-f515-4551-9a92-048a5f96df75} TCPHandler: Processed in 0.001368243 sec. 2026.05.06 01:56:17.265010 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.265102 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:17.265155 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} 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.06 01:56:17.265915 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:17.265950 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:17.266453 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:56:17.266681 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:17.266815 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} executeQuery: Read 11 rows, 20.18 KiB in 0.001732 sec., 6351.039260969977 rows/sec., 11.38 MiB/sec. 2026.05.06 01:56:17.266867 [ 277 ] {08f3e135-72ef-4b81-8d61-be0325dd1f9a} TCPHandler: Processed in 0.001904517 sec. 2026.05.06 01:56:17.266994 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:17.267087 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:17.267127 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:17.267463 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:17.267496 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:17.267806 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:56:17.268012 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:17.268139 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.05.06 01:56:17.268173 [ 277 ] {7d7365f0-44ff-491d-8516-88ad5cfa58f7} TCPHandler: Processed in 0.00122571 sec. 2026.05.06 01:56:18.625079 [ 24 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.05.06 01:56:18.625141 [ 24 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:18.625163 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:18.625365 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.05.06 01:56:18.625540 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:18.625578 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 20 rows starting from the beginning of the part 2026.05.06 01:56:18.625658 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2026.05.06 01:56:18.625712 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::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.06 01:56:18.625771 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.05.06 01:56:18.625823 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2026.05.06 01:56:18.626630 [ 186 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340323 sec., 41780.973690670085 rows/sec., 3.51 MiB/sec. 2026.05.06 01:56:18.626848 [ 186 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.06 01:56:18.627182 [ 186 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:56:18.627261 [ 186 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_10_2} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.05.06 01:56:18.627369 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 01:56:19.095553 [ 9 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:56:19.095636 [ 9 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:56:19.232026 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13447 2026.05.06 01:56:19.232534 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:19.232591 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:19.233082 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:56:19.233312 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:19.233464 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13447 2026.05.06 01:56:19.297655 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 824 2026.05.06 01:56:19.299740 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:19.299788 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:19.300974 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:56:19.301242 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:19.301400 [ 9 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 01:56:19.301461 [ 9 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:19.301486 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:19.301508 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 824 2026.05.06 01:56:19.301579 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:56:19.302102 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:19.302256 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 622 rows starting from the beginning of the part 2026.05.06 01:56:19.302607 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2026.05.06 01:56:19.302925 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.05.06 01:56:19.303253 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part 2026.05.06 01:56:19.303575 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part 2026.05.06 01:56:19.303894 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.05.06 01:56:19.309833 [ 192 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 72 columns (72 merged, 0 gathered) in 0.008288493 sec., 99414.93586349172 rows/sec., 85.07 MiB/sec. 2026.05.06 01:56:19.311171 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 01:56:19.311792 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:19.311868 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_21_4} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 01:56:19.312206 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.05.06 01:56:19.916729 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.05.06 01:56:19.932577 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:19.932634 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:19.938814 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:56:19.939540 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:19.942267 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.05.06 01:56:22.250380 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.250617 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:22.250961 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:22.250995 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} 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.06 01:56:22.251208 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:22.251274 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:22.251414 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:22.251546 [ 313 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:22.251547 [ 317 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:22.251560 [ 332 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:22.251559 [ 320 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:22.251710 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:22.251737 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:22.251805 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:22.251825 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:22.251859 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:22.251895 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:22.253089 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} executeQuery: Read 44 rows, 7.84 KiB in 0.002562 sec., 17174.08274785324 rows/sec., 2.99 MiB/sec. 2026.05.06 01:56:22.253193 [ 277 ] {a5603b2e-5bfc-4b71-a2b7-6533b2236826} TCPHandler: Processed in 0.002940252 sec. 2026.05.06 01:56:22.255376 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.255501 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:22.255550 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:22.256155 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:22.256197 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:22.256573 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:56:22.256794 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:22.256963 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} executeQuery: Read 116 rows, 10.09 KiB in 0.001497 sec., 77488.3099532398 rows/sec., 6.58 MiB/sec. 2026.05.06 01:56:22.257011 [ 277 ] {203a1a4e-ff65-414f-88b8-a0d2752822ca} TCPHandler: Processed in 0.001693031 sec. 2026.05.06 01:56:22.257176 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.257292 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:22.257349 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:22.258066 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:22.258111 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:22.258516 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:56:22.258765 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:22.258914 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} executeQuery: Read 30 rows, 2.26 KiB in 0.001644 sec., 18248.17518248175 rows/sec., 1.34 MiB/sec. 2026.05.06 01:56:22.258952 [ 277 ] {fc34f18c-0422-48ce-bed4-f381d0f9b734} TCPHandler: Processed in 0.001834705 sec. 2026.05.06 01:56:22.259079 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.259172 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:22.259210 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:22.259665 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:22.259701 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:22.260091 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:56:22.260306 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:22.260441 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} executeQuery: Read 94 rows, 7.52 KiB in 0.001287 sec., 73038.07303807304 rows/sec., 5.70 MiB/sec. 2026.05.06 01:56:22.260478 [ 277 ] {069df9d1-67bf-4f22-93b6-ef7349e9133e} TCPHandler: Processed in 0.001446375 sec. 2026.05.06 01:56:22.260607 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.260701 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:22.260744 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:22.261198 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:22.261233 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:22.261561 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:56:22.261791 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:22.261926 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.05.06 01:56:22.261962 [ 277 ] {f29740f5-52c0-4180-83a9-315a534be44a} TCPHandler: Processed in 0.001402634 sec. 2026.05.06 01:56:22.262092 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.262185 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:22.262238 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} 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.06 01:56:22.263096 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:22.263137 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:22.263669 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:56:22.263895 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:22.264040 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} executeQuery: Read 30 rows, 55.05 KiB in 0.001873 sec., 16017.084890549919 rows/sec., 28.70 MiB/sec. 2026.05.06 01:56:22.264105 [ 277 ] {2c3d10fc-1850-4727-b04b-15b7138e37d1} TCPHandler: Processed in 0.002061091 sec. 2026.05.06 01:56:22.264227 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:22.264320 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:22.264360 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:22.264723 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:22.264760 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:22.265096 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:56:22.265316 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:22.265470 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2026.05.06 01:56:22.265523 [ 277 ] {fb0f480a-5c61-4d4a-a6df-7aaf8d223b23} TCPHandler: Processed in 0.001343322 sec. 2026.05.06 01:56:26.733586 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13895 2026.05.06 01:56:26.734089 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:26.734134 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:26.734657 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:56:26.734882 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:26.735005 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13895 2026.05.06 01:56:27.251394 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.251655 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_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.06 01:56:27.252065 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:27.252112 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} 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_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.06 01:56:27.252391 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:27.252473 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:27.252631 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:56:27.252759 [ 313 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:27.252766 [ 317 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:27.252770 [ 329 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:27.252807 [ 335 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:27.252936 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:56:27.252963 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:27.253045 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:27.253065 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:56:27.253099 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:56:27.253136 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:56:27.253170 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:56:27.254533 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} executeQuery: Read 50 rows, 10.68 KiB in 0.002988 sec., 16733.601070950466 rows/sec., 3.49 MiB/sec. 2026.05.06 01:56:27.254677 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} MemoryTracker: Peak memory usage (for query): 141.47 KiB. 2026.05.06 01:56:27.254693 [ 277 ] {39d879de-5c45-4a3e-8708-a1360b8c1060} TCPHandler: Processed in 0.003442125 sec. 2026.05.06 01:56:27.257840 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.257992 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.258053 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:56:27.258865 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.258931 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.259311 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:56:27.259537 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:56:27.259684 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} executeQuery: Read 24 rows, 2.04 KiB in 0.001741 sec., 13785.180930499713 rows/sec., 1.14 MiB/sec. 2026.05.06 01:56:27.259728 [ 277 ] {d0cd8077-4384-4a97-9178-5f2c285058b8} TCPHandler: Processed in 0.001950628 sec. 2026.05.06 01:56:27.259890 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.259988 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:56:27.260028 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:56:27.260641 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.260678 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.260972 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:56:27.261199 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:56:27.261336 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} executeQuery: Read 2 rows, 167.00 B in 0.001368 sec., 1461.9883040935672 rows/sec., 119.21 KiB/sec. 2026.05.06 01:56:27.261375 [ 277 ] {75854707-f5f4-44f7-b2e6-be9a6d2d4743} TCPHandler: Processed in 0.001534758 sec. 2026.05.06 01:56:27.261499 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.261594 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:27.261634 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:27.262107 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.262144 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.262464 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:56:27.262680 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:27.262802 [ 83 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:56:27.262817 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} executeQuery: Read 199 rows, 18.15 KiB in 0.001241 sec., 160354.55278001612 rows/sec., 14.28 MiB/sec. 2026.05.06 01:56:27.262887 [ 83 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.262901 [ 277 ] {2e87c8ee-6fc1-4d31-8f30-91de7d4ebcf3} TCPHandler: Processed in 0.001450725 sec. 2026.05.06 01:56:27.262917 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.263033 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:27.263038 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.263181 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.263183 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:27.263224 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:27.263236 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3358 rows starting from the beginning of the part 2026.05.06 01:56:27.263311 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2470 rows starting from the beginning of the part 2026.05.06 01:56:27.263370 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2026.05.06 01:56:27.263417 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:27.263462 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 116 rows starting from the beginning of the part 2026.05.06 01:56:27.263506 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 199 rows starting from the beginning of the part 2026.05.06 01:56:27.263643 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.263691 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.264044 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:56:27.264268 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:27.264408 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} executeQuery: Read 25 rows, 1.93 KiB in 0.001246 sec., 20064.205457463886 rows/sec., 1.51 MiB/sec. 2026.05.06 01:56:27.264446 [ 277 ] {4102f14d-a8d2-457d-b5d9-d76453efbbbe} TCPHandler: Processed in 0.001456986 sec. 2026.05.06 01:56:27.264564 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.264658 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.264698 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:56:27.265098 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.265135 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.265438 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:56:27.265745 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:56:27.265877 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6277 rows, containing 5 columns (5 merged, 0 gathered) in 0.002895691 sec., 2167703.6672766535 rows/sec., 172.55 MiB/sec. 2026.05.06 01:56:27.265881 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} executeQuery: Read 24 rows, 2.04 KiB in 0.001241 sec., 19339.242546333604 rows/sec., 1.60 MiB/sec. 2026.05.06 01:56:27.265935 [ 277 ] {470eeec8-d6a7-4571-90f5-ed96d7b65aa1} TCPHandler: Processed in 0.001419354 sec. 2026.05.06 01:56:27.266072 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.266172 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.266214 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:56:27.266222 [ 192 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:56:27.266531 [ 192 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:27.266618 [ 192 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_46_9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:56:27.266627 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.266669 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.266720 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.06 01:56:27.266991 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:56:27.267218 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:56:27.267353 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} executeQuery: Read 12 rows, 960.00 B in 0.0012 sec., 10000 rows/sec., 781.25 KiB/sec. 2026.05.06 01:56:27.267391 [ 277 ] {5059bc86-2b12-4ff7-af1c-5170d3e54dec} TCPHandler: Processed in 0.001368374 sec. 2026.05.06 01:56:27.267512 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.267604 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:27.267643 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:27.268076 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.268112 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.268425 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:56:27.268635 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:27.268748 [ 83 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:56:27.268767 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} executeQuery: Read 113 rows, 9.42 KiB in 0.001181 sec., 95681.62574089755 rows/sec., 7.79 MiB/sec. 2026.05.06 01:56:27.268804 [ 83 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.268831 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.268834 [ 277 ] {c9238504-87a6-48f5-a6e5-9f693280cbaf} TCPHandler: Processed in 0.001369483 sec. 2026.05.06 01:56:27.268915 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:27.268966 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.269017 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:27.269047 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1831 rows starting from the beginning of the part 2026.05.06 01:56:27.269063 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.269096 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1334 rows starting from the beginning of the part 2026.05.06 01:56:27.269111 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:27.269143 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2026.05.06 01:56:27.269184 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:27.269217 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 94 rows starting from the beginning of the part 2026.05.06 01:56:27.269256 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part 2026.05.06 01:56:27.269513 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.269554 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.269908 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:56:27.270118 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:27.270231 [ 83 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:56:27.270250 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} executeQuery: Read 197 rows, 14.47 KiB in 0.001205 sec., 163485.47717842326 rows/sec., 11.73 MiB/sec. 2026.05.06 01:56:27.270280 [ 83 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.270298 [ 277 ] {5050e699-be93-4e14-9727-8d5cc8ed9e65} TCPHandler: Processed in 0.001378634 sec. 2026.05.06 01:56:27.270305 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.270403 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:27.270426 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.270467 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3511 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587399 sec., 2211794.2621861296 rows/sec., 160.72 MiB/sec. 2026.05.06 01:56:27.270509 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:27.270519 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.270540 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 15245 rows starting from the beginning of the part 2026.05.06 01:56:27.270575 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} 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.06 01:56:27.270610 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1504 rows starting from the beginning of the part 2026.05.06 01:56:27.270666 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part 2026.05.06 01:56:27.270714 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:27.270760 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.05.06 01:56:27.270774 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:56:27.270803 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 197 rows starting from the beginning of the part 2026.05.06 01:56:27.271179 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:27.271277 [ 191 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_46_9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:56:27.271346 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.271395 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.271449 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:56:27.272067 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:56:27.272333 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:27.272480 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} executeQuery: Read 11 rows, 20.18 KiB in 0.001979 sec., 5558.3628094997475 rows/sec., 9.96 MiB/sec. 2026.05.06 01:56:27.272553 [ 277 ] {d0a140d1-3643-425d-9f28-da89c94be778} TCPHandler: Processed in 0.002175563 sec. 2026.05.06 01:56:27.272671 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:27.272783 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:27.272891 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:27.273248 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.273286 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.273689 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:56:27.273929 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:27.274043 [ 83 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:56:27.274062 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} executeQuery: Read 60 rows, 4.14 KiB in 0.001298 sec., 46224.96147919877 rows/sec., 3.12 MiB/sec. 2026.05.06 01:56:27.274087 [ 83 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.274116 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:27.274119 [ 277 ] {6f12d221-ae2b-4b99-b9eb-55f0919bcd81} TCPHandler: Processed in 0.001497776 sec. 2026.05.06 01:56:27.274196 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:27.274291 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:27.274324 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2280 rows starting from the beginning of the part 2026.05.06 01:56:27.274377 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part 2026.05.06 01:56:27.274421 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part 2026.05.06 01:56:27.274461 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:27.274500 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:27.274543 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:27.275561 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2520 rows, containing 4 columns (4 merged, 0 gathered) in 0.001393854 sec., 1807936.842739627 rows/sec., 120.60 MiB/sec. 2026.05.06 01:56:27.275783 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:56:27.276020 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:27.276045 [ 201 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 17394 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681029 sec., 3061769.2675041794 rows/sec., 197.96 MiB/sec. 2026.05.06 01:56:27.276084 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_46_9} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:56:27.276141 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.06 01:56:27.276238 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:56:27.276483 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:27.276546 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_46_9} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:56:27.276612 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2026.05.06 01:56:27.442366 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.05.06 01:56:27.461017 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:27.461064 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:27.467444 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:56:27.468177 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:27.471257 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.05.06 01:56:29.301726 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 860 2026.05.06 01:56:29.304246 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:29.304294 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 01:56:29.305521 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:56:29.305792 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:29.306141 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 860 2026.05.06 01:56:32.250982 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.251244 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:32.251603 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:32.251647 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} 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.06 01:56:32.251878 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:32.251953 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:32.252101 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:32.252216 [ 341 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:32.252226 [ 329 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:32.252248 [ 350 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:32.252250 [ 327 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:32.252406 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:32.252434 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:32.252508 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:32.252530 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:32.252566 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:32.252605 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:32.253884 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} executeQuery: Read 44 rows, 7.84 KiB in 0.002735 sec., 16087.751371115173 rows/sec., 2.80 MiB/sec. 2026.05.06 01:56:32.254025 [ 277 ] {2258ee54-3e19-497d-87bb-4a52069e961f} TCPHandler: Processed in 0.003180238 sec. 2026.05.06 01:56:32.256236 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.256372 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:32.256429 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:32.257076 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:32.257141 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:32.257909 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:56:32.258182 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:32.258499 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} executeQuery: Read 116 rows, 10.09 KiB in 0.002157 sec., 53778.395920259616 rows/sec., 4.57 MiB/sec. 2026.05.06 01:56:32.258564 [ 277 ] {93845cc4-8abe-49e9-9167-6b9e94598012} TCPHandler: Processed in 0.002390328 sec. 2026.05.06 01:56:32.258732 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.258846 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:32.258893 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:32.259332 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:32.259373 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:32.259693 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:56:32.259922 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:32.260067 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} executeQuery: Read 30 rows, 2.26 KiB in 0.001251 sec., 23980.815347721822 rows/sec., 1.76 MiB/sec. 2026.05.06 01:56:32.260107 [ 277 ] {1238e400-7731-48b7-b5b8-bcf1e27027fb} TCPHandler: Processed in 0.001434225 sec. 2026.05.06 01:56:32.260251 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.260361 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:32.260404 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:32.260856 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:32.260896 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:32.261233 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:56:32.261481 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:32.261647 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} executeQuery: Read 94 rows, 7.52 KiB in 0.001307 sec., 71920.428462127 rows/sec., 5.62 MiB/sec. 2026.05.06 01:56:32.261687 [ 277 ] {c2090a43-c1f6-4f65-8f7f-4e5cc57dc9a7} TCPHandler: Processed in 0.001502476 sec. 2026.05.06 01:56:32.261826 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.261946 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:32.262005 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:32.262458 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:32.262495 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:32.262838 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:56:32.263110 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:32.263267 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. 2026.05.06 01:56:32.263314 [ 277 ] {5439bfd5-6f6d-4d5a-b488-37f5a4035f61} TCPHandler: Processed in 0.001550588 sec. 2026.05.06 01:56:32.263452 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.263549 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:32.263606 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} 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.06 01:56:32.264445 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:32.264484 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:32.265073 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:56:32.265301 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:32.265449 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} executeQuery: Read 30 rows, 55.05 KiB in 0.00192 sec., 15625 rows/sec., 28.00 MiB/sec. 2026.05.06 01:56:32.265519 [ 277 ] {8f2d49a0-83df-401f-8b99-7106160ee2bc} TCPHandler: Processed in 0.002116862 sec. 2026.05.06 01:56:32.265643 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:32.265741 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:32.265783 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:32.266128 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:32.266165 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:32.266478 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:56:32.266693 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:32.266823 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.05.06 01:56:32.266859 [ 277 ] {c45e6607-3f76-4471-88bd-ccd2e1eada21} TCPHandler: Processed in 0.001265061 sec. 2026.05.06 01:56:34.095688 [ 154 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:56:34.095737 [ 154 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:56:34.236007 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14407 2026.05.06 01:56:34.236576 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:34.236623 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:34.237128 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:56:34.237399 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:34.237528 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14407 2026.05.06 01:56:34.972220 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.05.06 01:56:34.991262 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:34.991322 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:34.997187 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:56:34.997899 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:35.001022 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.05.06 01:56:37.250341 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.250584 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:37.250919 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:37.250957 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} 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.06 01:56:37.251176 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:37.251247 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:37.251390 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:37.251523 [ 341 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:37.251532 [ 352 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:37.251549 [ 350 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:37.251551 [ 327 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:37.251749 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:37.251776 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:37.251848 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:37.251868 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:37.251903 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:37.251940 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:37.252991 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} executeQuery: Read 44 rows, 7.84 KiB in 0.002495 sec., 17635.270541082165 rows/sec., 3.07 MiB/sec. 2026.05.06 01:56:37.253098 [ 277 ] {5b5c7646-69f5-40b1-a2cc-d426581d8f0c} TCPHandler: Processed in 0.002889351 sec. 2026.05.06 01:56:37.254814 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.254930 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:37.254977 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:37.255456 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.255498 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.255878 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:56:37.256101 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:37.256248 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} executeQuery: Read 78 rows, 6.61 KiB in 0.001352 sec., 57692.307692307695 rows/sec., 4.78 MiB/sec. 2026.05.06 01:56:37.256288 [ 277 ] {9e4aca63-ebc0-4d0b-a250-c3c4292404df} TCPHandler: Processed in 0.001525958 sec. 2026.05.06 01:56:37.256411 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.256512 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.256554 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:37.256973 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.257012 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.257464 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:56:37.257806 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:37.257985 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} executeQuery: Read 11 rows, 847.00 B in 0.001494 sec., 7362.784471218206 rows/sec., 553.65 KiB/sec. 2026.05.06 01:56:37.258031 [ 277 ] {ed5e0b26-50bf-4b3c-9fc2-bbb31a396ecd} TCPHandler: Processed in 0.001669801 sec. 2026.05.06 01:56:37.258139 [ 133 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:56:37.258190 [ 133 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.258225 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.258658 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:56:37.258983 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:37.259052 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 226 rows starting from the beginning of the part 2026.05.06 01:56:37.259207 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:56:37.259337 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part 2026.05.06 01:56:37.259429 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part 2026.05.06 01:56:37.259519 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part 2026.05.06 01:56:37.259665 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:56:37.259682 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.259858 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:37.259906 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:37.260385 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.260429 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.260798 [ 189 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 5 columns (5 merged, 0 gathered) in 0.002367538 sec., 140652.4414814039 rows/sec., 9.98 MiB/sec. 2026.05.06 01:56:37.260807 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:56:37.260957 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:56:37.261046 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:37.261186 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} executeQuery: Read 75 rows, 6.00 KiB in 0.001352 sec., 55473.372781065096 rows/sec., 4.33 MiB/sec. 2026.05.06 01:56:37.261235 [ 277 ] {be724422-846c-405a-b5a8-ddd87840d8d4} TCPHandler: Processed in 0.002218255 sec. 2026.05.06 01:56:37.261271 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:37.261367 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_41_8} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:56:37.261378 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.261468 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:56:37.261482 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.261531 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:37.261955 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.261992 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.262330 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:56:37.262543 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:37.262705 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.05.06 01:56:37.262747 [ 277 ] {eecb23a2-6c24-404c-84fe-a9ce4d749cbd} TCPHandler: Processed in 0.001418495 sec. 2026.05.06 01:56:37.262868 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.262968 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.263025 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} 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.06 01:56:37.263789 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.263826 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.264364 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:56:37.264629 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:37.264767 [ 133 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:56:37.264804 [ 133 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.264809 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} executeQuery: Read 11 rows, 20.18 KiB in 0.001861 sec., 5910.800644814616 rows/sec., 10.59 MiB/sec. 2026.05.06 01:56:37.264826 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.264889 [ 277 ] {632211f7-af0b-4b82-8525-966e60bda912} TCPHandler: Processed in 0.002069511 sec. 2026.05.06 01:56:37.264912 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:56:37.265022 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.265125 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.265134 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:37.265173 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:37.265193 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 746 rows starting from the beginning of the part 2026.05.06 01:56:37.265316 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:56:37.265417 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part 2026.05.06 01:56:37.265513 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part 2026.05.06 01:56:37.265562 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.265603 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.265606 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part 2026.05.06 01:56:37.265718 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:56:37.265959 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:56:37.266234 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:37.266369 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} executeQuery: Read 60 rows, 4.14 KiB in 0.001263 sec., 47505.93824228028 rows/sec., 3.20 MiB/sec. 2026.05.06 01:56:37.266406 [ 277 ] {040343a2-14ff-4469-bb21-c0630533d811} TCPHandler: Processed in 0.001432625 sec. 2026.05.06 01:56:37.281345 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 19 columns (19 merged, 0 gathered) in 0.016471532 sec., 50936.36706045315 rows/sec., 91.28 MiB/sec. 2026.05.06 01:56:37.282691 [ 189 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:56:37.283068 [ 189 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:37.283148 [ 189 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_41_8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:56:37.283295 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. 2026.05.06 01:56:37.607727 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.608014 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:56:37.608571 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:37.608641 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:56:37.608989 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:37.609057 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:37.609200 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:56:37.609314 [ 350 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:37.609333 [ 322 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:37.609333 [ 352 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:37.609330 [ 267 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:37.609512 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:37.609535 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:37.609604 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:37.609624 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:37.609659 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:56:37.609698 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:56:37.610956 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} executeQuery: Read 44 rows, 9.42 KiB in 0.0031 sec., 14193.548387096775 rows/sec., 2.97 MiB/sec. 2026.05.06 01:56:37.611089 [ 277 ] {ede57c84-7213-45d0-8257-c411ea2c5c9b} TCPHandler: Processed in 0.003483965 sec. 2026.05.06 01:56:37.623082 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.623214 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:56:37.623268 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:56:37.623811 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.623862 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.624212 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:56:37.624459 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:56:37.624615 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} executeQuery: Read 2 rows, 167.00 B in 0.00144 sec., 1388.888888888889 rows/sec., 113.25 KiB/sec. 2026.05.06 01:56:37.624655 [ 277 ] {c4814ffb-d658-480e-abfc-15ad953b31f6} TCPHandler: Processed in 0.00163285 sec. 2026.05.06 01:56:37.624766 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.624857 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:37.624896 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:37.626271 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.626306 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.626760 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:56:37.626967 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:37.627100 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} executeQuery: Read 2462 rows, 187.08 KiB in 0.002251 sec., 1093736.1172812083 rows/sec., 81.16 MiB/sec. 2026.05.06 01:56:37.627137 [ 277 ] {a786e7de-f90d-4f0d-8cdd-0f0eccfaf4d0} TCPHandler: Processed in 0.002409809 sec. 2026.05.06 01:56:37.627248 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.627343 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.627382 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:37.627785 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.627819 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.628107 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:56:37.628325 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:37.628451 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} executeQuery: Read 41 rows, 3.07 KiB in 0.001128 sec., 36347.51773049645 rows/sec., 2.66 MiB/sec. 2026.05.06 01:56:37.628486 [ 277 ] {848cb483-cfff-4233-b5ef-628c10eacb35} TCPHandler: Processed in 0.001285292 sec. 2026.05.06 01:56:37.628591 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.628684 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.628722 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:56:37.629345 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.629378 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.629703 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:56:37.629911 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:56:37.630035 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} executeQuery: Read 801 rows, 47.38 KiB in 0.001369 sec., 585098.6121256391 rows/sec., 33.80 MiB/sec. 2026.05.06 01:56:37.630041 [ 135 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 01:56:37.630072 [ 277 ] {2e66e54f-1f0b-4b92-ab29-05098da28f9d} TCPHandler: Processed in 0.001527548 sec. 2026.05.06 01:56:37.630102 [ 135 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.630133 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.630200 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.630240 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::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.06 01:56:37.630326 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.630351 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:37.630376 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:56:37.630386 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 974 rows starting from the beginning of the part 2026.05.06 01:56:37.630458 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.05.06 01:56:37.630515 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.05.06 01:56:37.630564 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 801 rows starting from the beginning of the part 2026.05.06 01:56:37.630611 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.05.06 01:56:37.630655 [ 201 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 801 rows starting from the beginning of the part 2026.05.06 01:56:37.630831 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.630873 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.631182 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:56:37.631396 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:56:37.631525 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} executeQuery: Read 1 rows, 72.00 B in 0.001224 sec., 816.9934640522875 rows/sec., 57.44 KiB/sec. 2026.05.06 01:56:37.631564 [ 277 ] {e346587d-77b6-41fb-bc5b-661a35c88b3e} TCPHandler: Processed in 0.001425275 sec. 2026.05.06 01:56:37.631665 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.631759 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:37.631779 [ 200 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2773 rows, containing 5 columns (5 merged, 0 gathered) in 0.001581339 sec., 1753577.1899636954 rows/sec., 110.42 MiB/sec. 2026.05.06 01:56:37.631799 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:37.632011 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 01:56:37.632353 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:56:37.632447 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_16_3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 01:56:37.632545 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.06 01:56:37.632593 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.632635 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.633008 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:56:37.633223 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:37.633355 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} executeQuery: Read 1320 rows, 90.52 KiB in 0.001614 sec., 817843.8661710037 rows/sec., 54.77 MiB/sec. 2026.05.06 01:56:37.633394 [ 277 ] {597948d1-459c-41bb-a57a-a59e05200bf6} TCPHandler: Processed in 0.001777624 sec. 2026.05.06 01:56:37.633503 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.633598 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.633641 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:37.634289 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.634325 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.634764 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:56:37.634981 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:37.635118 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} executeQuery: Read 1497 rows, 92.97 KiB in 0.001538 sec., 973342.0026007802 rows/sec., 59.03 MiB/sec. 2026.05.06 01:56:37.635156 [ 277 ] {cf5e2b24-93be-4b22-865a-cfc366c72627} TCPHandler: Processed in 0.001701782 sec. 2026.05.06 01:56:37.635262 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.635358 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.635412 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} 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.06 01:56:37.636218 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.636254 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.636805 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:56:37.637029 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:37.637170 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} executeQuery: Read 39 rows, 71.56 KiB in 0.00183 sec., 21311.475409836065 rows/sec., 38.19 MiB/sec. 2026.05.06 01:56:37.637223 [ 277 ] {05198035-b525-4718-9d4c-793ffe2dac44} TCPHandler: Processed in 0.002010229 sec. 2026.05.06 01:56:37.637331 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:37.637426 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:37.637467 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:37.637787 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:37.637823 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:37.638128 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:56:37.638333 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:37.638462 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} executeQuery: Read 12 rows, 848.00 B in 0.001054 sec., 11385.199240986716 rows/sec., 785.70 KiB/sec. 2026.05.06 01:56:37.638498 [ 277 ] {577d8aa0-68c2-4c02-b122-565aa0262d37} TCPHandler: Processed in 0.001215819 sec. 2026.05.06 01:56:38.000228 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 279.30 MiB, peak 286.31 MiB, free memory in arenas 0.00 B, will set to 280.36 MiB (RSS), difference: 1.06 MiB 2026.05.06 01:56:39.307256 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 908 2026.05.06 01:56:39.309906 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:39.309964 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:39.311213 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:56:39.311487 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:39.311850 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 908 2026.05.06 01:56:41.737664 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14855 2026.05.06 01:56:41.738456 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:41.738502 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:41.738989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:56:41.739224 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:41.739353 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14855 2026.05.06 01:56:41.739359 [ 145 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:56:41.739434 [ 145 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:41.739459 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:41.739575 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:56:41.739702 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:41.739744 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12487 rows starting from the beginning of the part 2026.05.06 01:56:41.739816 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.05.06 01:56:41.739869 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.05.06 01:56:41.739926 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.05.06 01:56:41.739971 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.05.06 01:56:41.740017 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.05.06 01:56:41.741734 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14855 rows, containing 4 columns (4 merged, 0 gathered) in 0.002210983 sec., 6718730.989790513 rows/sec., 96.11 MiB/sec. 2026.05.06 01:56:41.742198 [ 187 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:56:41.742528 [ 187 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:41.742613 [ 187 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_31_6} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:56:41.742721 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.06 01:56:42.249018 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:42.249249 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:42.249581 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:42.249617 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} 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.06 01:56:42.249836 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:42.249905 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:42.250050 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:56:42.250145 [ 267 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:42.250192 [ 344 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:42.250206 [ 330 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:42.250195 [ 364 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:42.250364 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:42.250396 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:42.250468 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:42.250491 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:42.250530 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:56:42.250577 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:56:42.251691 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} executeQuery: Read 44 rows, 7.84 KiB in 0.002533 sec., 17370.706671930515 rows/sec., 3.02 MiB/sec. 2026.05.06 01:56:42.251813 [ 277 ] {b34c1cab-75b4-4c4a-bbe9-0ccf0e53ce81} TCPHandler: Processed in 0.002936052 sec. 2026.05.06 01:56:42.253321 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:42.253431 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:42.253477 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:42.253942 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:42.253984 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:42.254362 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:56:42.254588 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:42.254734 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} executeQuery: Read 56 rows, 4.41 KiB in 0.001335 sec., 41947.56554307116 rows/sec., 3.22 MiB/sec. 2026.05.06 01:56:42.254771 [ 277 ] {1d475c11-4a0e-4270-8d2c-cd540a1b87fa} TCPHandler: Processed in 0.001498257 sec. 2026.05.06 01:56:42.254885 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:42.254978 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:42.255016 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:42.255409 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:42.255444 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:42.255741 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:56:42.255948 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:42.256076 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} executeQuery: Read 64 rows, 5.12 KiB in 0.001116 sec., 57347.67025089606 rows/sec., 4.48 MiB/sec. 2026.05.06 01:56:42.256112 [ 277 ] {b900358f-e957-4d2c-b6f3-3594495d14c1} TCPHandler: Processed in 0.001273271 sec. 2026.05.06 01:56:42.256222 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:42.256314 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:42.256356 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:42.256710 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:42.256745 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:42.257126 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:56:42.257393 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:42.257528 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} executeQuery: Read 128 rows, 9.13 KiB in 0.001231 sec., 103980.50365556458 rows/sec., 7.24 MiB/sec. 2026.05.06 01:56:42.257583 [ 277 ] {ce81ad30-fbeb-406e-8f34-147005df6580} TCPHandler: Processed in 0.001407785 sec. 2026.05.06 01:56:42.257792 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:42.257908 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:42.257957 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:42.258437 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:42.258485 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:42.258833 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:56:42.259056 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:42.259215 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} executeQuery: Read 48 rows, 3.31 KiB in 0.001327 sec., 36171.816126601356 rows/sec., 2.44 MiB/sec. 2026.05.06 01:56:42.259260 [ 277 ] {f9f6e6c3-cea5-4b36-a6d2-66841f84a98d} TCPHandler: Processed in 0.001531197 sec. 2026.05.06 01:56:42.501143 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.05.06 01:56:42.519569 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:42.519629 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:42.525316 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:56:42.526013 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:42.526321 [ 144 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:56:42.526387 [ 144 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:42.526410 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:42.526507 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.529037 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.05.06 01:56:42.529584 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:42.530357 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.533778 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.537382 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.541323 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.545395 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.549169 [ 187 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:56:42.602846 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.076378636 sec., 3063.683933816257 rows/sec., 15.84 MiB/sec. 2026.05.06 01:56:42.605819 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:56:42.608107 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_31_6} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:42.608213 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_31_6} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:56:42.611434 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.05.06 01:56:43.000234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 281.79 MiB, peak 292.33 MiB, free memory in arenas 0.00 B, will set to 284.47 MiB (RSS), difference: 2.68 MiB 2026.05.06 01:56:45.759737 [ 266 ] {} TCP-Session: 0e675972-76ac-4f2d-a810-ab2caddb51da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:45.760014 [ 266 ] {3255e97f-aa1e-48f0-ad67-4f70371dd8a7} executeQuery: (from [fd00:1122:3344:101::e]:57996) 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 has_own_data (stage: Complete) 2026.05.06 01:56:45.760424 [ 266 ] {3255e97f-aa1e-48f0-ad67-4f70371dd8a7} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.06 01:56:45.760581 [ 266 ] {3255e97f-aa1e-48f0-ad67-4f70371dd8a7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:45.760974 [ 364 ] {3255e97f-aa1e-48f0-ad67-4f70371dd8a7} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.06 01:56:45.761514 [ 266 ] {3255e97f-aa1e-48f0-ad67-4f70371dd8a7} executeQuery: Read 140 rows, 7.96 KiB in 0.001618 sec., 86526.5760197775 rows/sec., 4.80 MiB/sec. 2026.05.06 01:56:45.761613 [ 266 ] {3255e97f-aa1e-48f0-ad67-4f70371dd8a7} TCPHandler: Processed in 0.002011819 sec. 2026.05.06 01:56:47.250690 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.250960 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:47.251331 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:47.251365 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} 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.06 01:56:47.251582 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:47.251650 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:47.251791 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:47.251904 [ 364 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:47.251924 [ 330 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:47.251915 [ 267 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:47.251904 [ 344 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:47.252089 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:47.252116 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:47.252183 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:47.252203 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:47.252237 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:47.252273 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:47.253518 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} executeQuery: Read 44 rows, 7.84 KiB in 0.00266 sec., 16541.353383458645 rows/sec., 2.88 MiB/sec. 2026.05.06 01:56:47.253631 [ 277 ] {75cc8033-ea36-41f4-b855-b9d709b1f99c} TCPHandler: Processed in 0.003077706 sec. 2026.05.06 01:56:47.255500 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.255610 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:47.255653 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:47.256170 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.256209 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.256591 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:56:47.256813 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:47.256962 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} executeQuery: Read 78 rows, 6.61 KiB in 0.001382 sec., 56439.942112879886 rows/sec., 4.67 MiB/sec. 2026.05.06 01:56:47.256994 [ 139 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:56:47.257005 [ 277 ] {adc47daa-dc73-4539-8dc1-00619a8c717f} TCPHandler: Processed in 0.001554368 sec. 2026.05.06 01:56:47.257098 [ 139 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.257141 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.257337 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:47.257592 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:47.257678 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3358 rows starting from the beginning of the part 2026.05.06 01:56:47.257881 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 116 rows starting from the beginning of the part 2026.05.06 01:56:47.257925 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.258064 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 78 rows starting from the beginning of the part 2026.05.06 01:56:47.258174 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:47.258210 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2462 rows starting from the beginning of the part 2026.05.06 01:56:47.258270 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:47.258305 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2026.05.06 01:56:47.258385 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:56:47.258838 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.258890 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.259918 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:56:47.260159 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:47.260317 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} executeQuery: Read 11 rows, 847.00 B in 0.002186 sec., 5032.021957913998 rows/sec., 378.38 KiB/sec. 2026.05.06 01:56:47.260358 [ 277 ] {11002564-e21d-4c5f-b6ce-d65f4e11b521} TCPHandler: Processed in 0.002927131 sec. 2026.05.06 01:56:47.260499 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.260597 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:47.260638 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:47.261083 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.261121 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.261512 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6148 rows, containing 5 columns (5 merged, 0 gathered) in 0.004251194 sec., 1446181.943237594 rows/sec., 114.63 MiB/sec. 2026.05.06 01:56:47.261565 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:56:47.261819 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:47.261930 [ 198 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:56:47.261955 [ 139 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:56:47.261968 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} executeQuery: Read 75 rows, 6.00 KiB in 0.001392 sec., 53879.31034482759 rows/sec., 4.21 MiB/sec. 2026.05.06 01:56:47.262009 [ 139 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.262028 [ 277 ] {ee77489a-073d-4906-af7b-e611ed16dbf6} TCPHandler: Processed in 0.001579839 sec. 2026.05.06 01:56:47.262037 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.262141 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:47.262175 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.262236 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:47.262262 [ 198 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:47.262266 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1831 rows starting from the beginning of the part 2026.05.06 01:56:47.262274 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:47.262336 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:47.262349 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 94 rows starting from the beginning of the part 2026.05.06 01:56:47.262357 [ 198 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_51_10} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:56:47.262397 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 75 rows starting from the beginning of the part 2026.05.06 01:56:47.262451 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1320 rows starting from the beginning of the part 2026.05.06 01:56:47.262452 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.05.06 01:56:47.262502 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2026.05.06 01:56:47.262553 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:56:47.262788 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.262826 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.263183 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:56:47.263421 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:47.263560 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} executeQuery: Read 160 rows, 11.41 KiB in 0.001305 sec., 122605.36398467433 rows/sec., 8.54 MiB/sec. 2026.05.06 01:56:47.263560 [ 139 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:56:47.263601 [ 277 ] {dffcbf25-b009-44ea-a19a-198cee29904c} TCPHandler: Processed in 0.001475216 sec. 2026.05.06 01:56:47.263613 [ 139 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.263641 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.263731 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.263741 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:47.263834 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:47.263895 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} 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.06 01:56:47.263908 [ 186 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3459 rows, containing 5 columns (5 merged, 0 gathered) in 0.001805785 sec., 1915510.4289824092 rows/sec., 138.70 MiB/sec. 2026.05.06 01:56:47.263910 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:47.263988 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 17394 rows starting from the beginning of the part 2026.05.06 01:56:47.264060 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:47.264099 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:56:47.264115 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.05.06 01:56:47.264165 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1497 rows starting from the beginning of the part 2026.05.06 01:56:47.264210 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part 2026.05.06 01:56:47.264267 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:56:47.264393 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:47.264474 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_51_10} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:56:47.264543 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:56:47.264698 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.264737 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.265404 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:56:47.265662 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:47.265821 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} executeQuery: Read 11 rows, 20.18 KiB in 0.002006 sec., 5483.549351944168 rows/sec., 9.83 MiB/sec. 2026.05.06 01:56:47.265896 [ 277 ] {d9e8d6cd-7bf6-4f1e-9107-884886675b63} TCPHandler: Processed in 0.002213234 sec. 2026.05.06 01:56:47.266027 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:47.266125 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:47.266168 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:47.266556 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.266594 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.267051 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:56:47.267291 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:47.267412 [ 139 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:56:47.267431 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. 2026.05.06 01:56:47.267449 [ 139 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:47.267475 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:47.267477 [ 277 ] {50f33136-d0c9-49cc-a0d2-92a0e4014e95} TCPHandler: Processed in 0.001498087 sec. 2026.05.06 01:56:47.267564 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:47.267670 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:56:47.267702 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2520 rows starting from the beginning of the part 2026.05.06 01:56:47.267757 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:47.267809 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.05.06 01:56:47.267879 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part 2026.05.06 01:56:47.267931 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part 2026.05.06 01:56:47.267973 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:56:47.269441 [ 197 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 4 columns (4 merged, 0 gathered) in 0.001916477 sec., 1440142.5114937462 rows/sec., 96.15 MiB/sec. 2026.05.06 01:56:47.269753 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:56:47.270026 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:47.270102 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_51_10} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:56:47.270197 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.06 01:56:47.271311 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 19499 rows, containing 5 columns (5 merged, 0 gathered) in 0.007607446 sec., 2563146.6854973403 rows/sec., 165.33 MiB/sec. 2026.05.06 01:56:47.271667 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:56:47.271950 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:47.272028 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_51_10} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:56:47.272108 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.24 MiB. 2026.05.06 01:56:48.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 285.10 MiB, peak 295.00 MiB, free memory in arenas 0.00 B, will set to 287.88 MiB (RSS), difference: 2.79 MiB 2026.05.06 01:56:49.095979 [ 138 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:56:49.096039 [ 138 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:56:49.239488 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15367 2026.05.06 01:56:49.240063 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:49.240114 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:49.240624 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:56:49.240863 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:49.241006 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15367 2026.05.06 01:56:49.312194 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 934 2026.05.06 01:56:49.314591 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:49.314638 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:49.315826 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:56:49.316102 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:49.316465 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 934 2026.05.06 01:56:50.001316 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00081352 sec. 2026.05.06 01:56:50.029155 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.05.06 01:56:50.045154 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:50.045199 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:50.050582 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:56:50.051267 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:50.054294 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.05.06 01:56:52.253028 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.253367 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:52.253832 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:52.253886 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} 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.06 01:56:52.254202 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:52.254292 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:52.254491 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:56:52.254663 [ 344 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:52.254673 [ 346 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:52.254671 [ 330 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:52.254663 [ 367 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:52.254882 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:56:52.254918 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:52.255010 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:52.255040 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:56:52.255087 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:52.255139 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:56:52.256621 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} executeQuery: Read 44 rows, 7.84 KiB in 0.003379 sec., 13021.604024859425 rows/sec., 2.27 MiB/sec. 2026.05.06 01:56:52.256795 [ 277 ] {f8bdb1f0-f1b0-4415-b9a7-cd09e0920069} TCPHandler: Processed in 0.003947836 sec. 2026.05.06 01:56:52.260320 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.260479 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:52.260545 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:52.261290 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:52.261344 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:52.261792 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:56:52.262082 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:52.262304 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} executeQuery: Read 116 rows, 10.09 KiB in 0.00187 sec., 62032.085561497326 rows/sec., 5.27 MiB/sec. 2026.05.06 01:56:52.262364 [ 277 ] {f5ac8964-ec90-402c-9e96-8d955abba50f} TCPHandler: Processed in 0.002138402 sec. 2026.05.06 01:56:52.262577 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.262716 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:52.262777 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:52.263363 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:52.263409 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:52.263803 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:56:52.264108 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:52.264292 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} executeQuery: Read 30 rows, 2.26 KiB in 0.001603 sec., 18714.909544603866 rows/sec., 1.37 MiB/sec. 2026.05.06 01:56:52.264341 [ 277 ] {7997ac88-59a4-43f8-8358-210c0126f805} TCPHandler: Processed in 0.001837435 sec. 2026.05.06 01:56:52.264518 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.264658 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:52.264718 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:52.265315 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:52.265367 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:52.265835 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:56:52.266125 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:52.266291 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} executeQuery: Read 94 rows, 7.52 KiB in 0.001659 sec., 56660.63893911995 rows/sec., 4.43 MiB/sec. 2026.05.06 01:56:52.266342 [ 277 ] {123158f8-3ac5-4830-ae98-a579381cb2cd} TCPHandler: Processed in 0.001892847 sec. 2026.05.06 01:56:52.266519 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.266669 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:52.266728 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:52.267321 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:52.267372 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:52.267847 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:56:52.268191 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:52.268388 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} executeQuery: Read 160 rows, 11.41 KiB in 0.00177 sec., 90395.4802259887 rows/sec., 6.30 MiB/sec. 2026.05.06 01:56:52.268432 [ 277 ] {e0a720fd-7ef2-4ae2-aa9e-4201daf290de} TCPHandler: Processed in 0.001979458 sec. 2026.05.06 01:56:52.268585 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.268698 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:52.268771 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} 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.06 01:56:52.269980 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:52.270034 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:52.270682 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:56:52.270992 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:52.271170 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} executeQuery: Read 30 rows, 55.05 KiB in 0.002495 sec., 12024.048096192386 rows/sec., 21.55 MiB/sec. 2026.05.06 01:56:52.271261 [ 277 ] {218e9ea4-eda0-4f61-b45d-d4fcf7d6611b} TCPHandler: Processed in 0.002735197 sec. 2026.05.06 01:56:52.271436 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:52.271559 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:52.271611 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:52.272687 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:52.272771 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:52.273409 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:56:52.273761 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:52.274012 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} executeQuery: Read 60 rows, 4.14 KiB in 0.002469 sec., 24301.336573511544 rows/sec., 1.64 MiB/sec. 2026.05.06 01:56:52.274122 [ 277 ] {afda3582-1ef7-429b-8010-5aae3cf24026} TCPHandler: Processed in 0.002748547 sec. 2026.05.06 01:56:56.308618 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56982 2026.05.06 01:56:56.308777 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.308817 [ 258 ] {} TCP-Session: 9e344dc9-30a5-47be-a0f3-76509ce0bf38 Authenticating user 'default' from [fd00:1122:3344:101::e]:56982 2026.05.06 01:56:56.308843 [ 258 ] {} TCP-Session: 9e344dc9-30a5-47be-a0f3-76509ce0bf38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.308860 [ 258 ] {} TCP-Session: 9e344dc9-30a5-47be-a0f3-76509ce0bf38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.309106 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62151 2026.05.06 01:56:56.309135 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47195 2026.05.06 01:56:56.309174 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44519 2026.05.06 01:56:56.309198 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51760 2026.05.06 01:56:56.309238 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57099 2026.05.06 01:56:56.309245 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37204 2026.05.06 01:56:56.309319 [ 258 ] {} TCP-Session: 9e344dc9-30a5-47be-a0f3-76509ce0bf38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:56.309229 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.309183 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32824 2026.05.06 01:56:56.309409 [ 268 ] {} TCP-Session: 3f5b0ae9-683e-4c81-8737-7a3a3ddde85b Authenticating user 'default' from [fd00:1122:3344:101::e]:62151 2026.05.06 01:56:56.309147 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56871 2026.05.06 01:56:56.309441 [ 268 ] {} TCP-Session: 3f5b0ae9-683e-4c81-8737-7a3a3ddde85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.309460 [ 268 ] {} TCP-Session: 3f5b0ae9-683e-4c81-8737-7a3a3ddde85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.309472 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.309526 [ 307 ] {} TCP-Session: f2380cf6-6e02-49ac-8b1a-60221446989c Authenticating user 'default' from [fd00:1122:3344:101::e]:44519 2026.05.06 01:56:56.309538 [ 258 ] {cb442af3-406f-4e15-8777-007e3263d714} executeQuery: (from [fd00:1122:3344:101::e]:56982) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:56:56.309557 [ 307 ] {} TCP-Session: f2380cf6-6e02-49ac-8b1a-60221446989c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.309586 [ 307 ] {} TCP-Session: f2380cf6-6e02-49ac-8b1a-60221446989c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.309853 [ 258 ] {cb442af3-406f-4e15-8777-007e3263d714} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:56:56.309924 [ 258 ] {cb442af3-406f-4e15-8777-007e3263d714} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:56.309967 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.310007 [ 304 ] {} TCP-Session: f4822356-867b-4e49-9dc0-a6e177674e82 Authenticating user 'default' from [fd00:1122:3344:101::e]:56871 2026.05.06 01:56:56.310028 [ 304 ] {} TCP-Session: f4822356-867b-4e49-9dc0-a6e177674e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310045 [ 304 ] {} TCP-Session: f4822356-867b-4e49-9dc0-a6e177674e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310100 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.310160 [ 310 ] {} TCP-Session: 9fb5d80c-a45c-4d7a-b8b6-557b9f562608 Authenticating user 'default' from [fd00:1122:3344:101::e]:37204 2026.05.06 01:56:56.310190 [ 310 ] {} TCP-Session: 9fb5d80c-a45c-4d7a-b8b6-557b9f562608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310206 [ 310 ] {} TCP-Session: 9fb5d80c-a45c-4d7a-b8b6-557b9f562608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310248 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.310289 [ 308 ] {} TCP-Session: cde9d9b9-7f12-4a7b-b9d2-2705400ec009 Authenticating user 'default' from [fd00:1122:3344:101::e]:32824 2026.05.06 01:56:56.310311 [ 308 ] {} TCP-Session: cde9d9b9-7f12-4a7b-b9d2-2705400ec009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310326 [ 308 ] {} TCP-Session: cde9d9b9-7f12-4a7b-b9d2-2705400ec009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310543 [ 258 ] {cb442af3-406f-4e15-8777-007e3263d714} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:56:56.310748 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.310796 [ 311 ] {} TCP-Session: 91219cd9-9f3c-4d08-8e67-c3ea709859ac Authenticating user 'default' from [fd00:1122:3344:101::e]:57099 2026.05.06 01:56:56.310820 [ 311 ] {} TCP-Session: 91219cd9-9f3c-4d08-8e67-c3ea709859ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310834 [ 311 ] {} TCP-Session: 91219cd9-9f3c-4d08-8e67-c3ea709859ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310872 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.310915 [ 303 ] {} TCP-Session: 3a3942a4-d028-40b0-a2d2-76a479cdbae5 Authenticating user 'default' from [fd00:1122:3344:101::e]:47195 2026.05.06 01:56:56.310935 [ 303 ] {} TCP-Session: 3a3942a4-d028-40b0-a2d2-76a479cdbae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.310949 [ 303 ] {} TCP-Session: 3a3942a4-d028-40b0-a2d2-76a479cdbae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.311027 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.311088 [ 309 ] {} TCP-Session: df8d437b-0ce4-4bba-bf81-e162799cb92c Authenticating user 'default' from [fd00:1122:3344:101::e]:51760 2026.05.06 01:56:56.311119 [ 309 ] {} TCP-Session: df8d437b-0ce4-4bba-bf81-e162799cb92c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.311139 [ 309 ] {} TCP-Session: df8d437b-0ce4-4bba-bf81-e162799cb92c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.311654 [ 330 ] {cb442af3-406f-4e15-8777-007e3263d714} AggregatingTransform: Aggregating 2026.05.06 01:56:56.311686 [ 330 ] {cb442af3-406f-4e15-8777-007e3263d714} Aggregator: Aggregation method: without_key 2026.05.06 01:56:56.311714 [ 330 ] {cb442af3-406f-4e15-8777-007e3263d714} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001037035 sec. (964.288 rows/sec., 37.67 KiB/sec.) 2026.05.06 01:56:56.311736 [ 330 ] {cb442af3-406f-4e15-8777-007e3263d714} Aggregator: Merging aggregated data 2026.05.06 01:56:56.313388 [ 258 ] {cb442af3-406f-4e15-8777-007e3263d714} executeQuery: Read 1 rows, 40.00 B in 0.003917 sec., 255.29742149604286 rows/sec., 9.97 KiB/sec. 2026.05.06 01:56:56.313521 [ 258 ] {cb442af3-406f-4e15-8777-007e3263d714} TCPHandler: Processed in 0.004331776 sec. 2026.05.06 01:56:56.313709 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313744 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313765 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313787 [ 268 ] {} TCP-Session: 3f5b0ae9-683e-4c81-8737-7a3a3ddde85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313789 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313809 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313830 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313863 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313891 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313904 [ 309 ] {} TCP-Session: df8d437b-0ce4-4bba-bf81-e162799cb92c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313933 [ 304 ] {} TCP-Session: f4822356-867b-4e49-9dc0-a6e177674e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313955 [ 311 ] {} TCP-Session: 91219cd9-9f3c-4d08-8e67-c3ea709859ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313880 [ 310 ] {} TCP-Session: 9fb5d80c-a45c-4d7a-b8b6-557b9f562608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313856 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.313814 [ 308 ] {} TCP-Session: cde9d9b9-7f12-4a7b-b9d2-2705400ec009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.314060 [ 307 ] {} TCP-Session: f2380cf6-6e02-49ac-8b1a-60221446989c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313851 [ 303 ] {} TCP-Session: 3a3942a4-d028-40b0-a2d2-76a479cdbae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.313773 [ 258 ] {} TCP-Session: 9e344dc9-30a5-47be-a0f3-76509ce0bf38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.481427 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44320 2026.05.06 01:56:56.481567 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.481606 [ 258 ] {} TCP-Session: 204af043-1da0-4f42-a26d-4c6e1cd5512a Authenticating user 'default' from [fd00:1122:3344:101::e]:44320 2026.05.06 01:56:56.481635 [ 258 ] {} TCP-Session: 204af043-1da0-4f42-a26d-4c6e1cd5512a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.481651 [ 258 ] {} TCP-Session: 204af043-1da0-4f42-a26d-4c6e1cd5512a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.481894 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59944 2026.05.06 01:56:56.481959 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64233 2026.05.06 01:56:56.482001 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36684 2026.05.06 01:56:56.482018 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482064 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37977 2026.05.06 01:56:56.482098 [ 268 ] {} TCP-Session: a0a3907a-4492-4ba8-aaa0-bc6585c5613a Authenticating user 'default' from [fd00:1122:3344:101::e]:59944 2026.05.06 01:56:56.482120 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482123 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482158 [ 268 ] {} TCP-Session: a0a3907a-4492-4ba8-aaa0-bc6585c5613a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482168 [ 307 ] {} TCP-Session: fd5e5e1a-3b4b-4fcf-985f-e5bae009bb01 Authenticating user 'default' from [fd00:1122:3344:101::e]:36684 2026.05.06 01:56:56.482213 [ 268 ] {} TCP-Session: a0a3907a-4492-4ba8-aaa0-bc6585c5613a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482264 [ 307 ] {} TCP-Session: fd5e5e1a-3b4b-4fcf-985f-e5bae009bb01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482198 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482302 [ 307 ] {} TCP-Session: fd5e5e1a-3b4b-4fcf-985f-e5bae009bb01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482035 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56342 2026.05.06 01:56:56.482338 [ 310 ] {} TCP-Session: 03c23038-582b-4357-ac06-38385d8113a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37977 2026.05.06 01:56:56.482005 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44260 2026.05.06 01:56:56.482420 [ 310 ] {} TCP-Session: 03c23038-582b-4357-ac06-38385d8113a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.481972 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42414 2026.05.06 01:56:56.482453 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482450 [ 310 ] {} TCP-Session: 03c23038-582b-4357-ac06-38385d8113a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482500 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482527 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482516 [ 309 ] {} TCP-Session: 60ff01b7-5c6f-4313-b8dc-4334fd12cb7b Authenticating user 'default' from [fd00:1122:3344:101::e]:56342 2026.05.06 01:56:56.482557 [ 308 ] {} TCP-Session: e503651e-96b4-4101-b3ac-beea3262a8a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44260 2026.05.06 01:56:56.482568 [ 304 ] {} TCP-Session: 37b54f3e-41a1-4b8e-a769-24dfd2a6fe3f Authenticating user 'default' from [fd00:1122:3344:101::e]:42414 2026.05.06 01:56:56.482595 [ 309 ] {} TCP-Session: 60ff01b7-5c6f-4313-b8dc-4334fd12cb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482625 [ 304 ] {} TCP-Session: 37b54f3e-41a1-4b8e-a769-24dfd2a6fe3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482651 [ 309 ] {} TCP-Session: 60ff01b7-5c6f-4313-b8dc-4334fd12cb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482670 [ 304 ] {} TCP-Session: 37b54f3e-41a1-4b8e-a769-24dfd2a6fe3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482607 [ 308 ] {} TCP-Session: e503651e-96b4-4101-b3ac-beea3262a8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482078 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46024 2026.05.06 01:56:56.482726 [ 308 ] {} TCP-Session: e503651e-96b4-4101-b3ac-beea3262a8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482194 [ 258 ] {} TCP-Session: 204af043-1da0-4f42-a26d-4c6e1cd5512a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:56.482193 [ 303 ] {} TCP-Session: 792c9b0b-bfab-472d-8637-c302c62ef9cd Authenticating user 'default' from [fd00:1122:3344:101::e]:64233 2026.05.06 01:56:56.482951 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.482979 [ 303 ] {} TCP-Session: 792c9b0b-bfab-472d-8637-c302c62ef9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.482985 [ 311 ] {} TCP-Session: 7c5409f6-4e1c-4878-b2d4-6499a4621c99 Authenticating user 'default' from [fd00:1122:3344:101::e]:46024 2026.05.06 01:56:56.483002 [ 303 ] {} TCP-Session: 792c9b0b-bfab-472d-8637-c302c62ef9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.483014 [ 311 ] {} TCP-Session: 7c5409f6-4e1c-4878-b2d4-6499a4621c99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.483034 [ 311 ] {} TCP-Session: 7c5409f6-4e1c-4878-b2d4-6499a4621c99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.483093 [ 258 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} executeQuery: (from [fd00:1122:3344:101::e]:44320) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:56:56.483445 [ 258 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:56:56.483523 [ 258 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:56.483914 [ 258 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:56:56.485346 [ 267 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} AggregatingTransform: Aggregating 2026.05.06 01:56:56.485396 [ 267 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} Aggregator: Aggregation method: without_key 2026.05.06 01:56:56.485439 [ 267 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001387514 sec. (720.713 rows/sec., 28.15 KiB/sec.) 2026.05.06 01:56:56.485460 [ 267 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} Aggregator: Merging aggregated data 2026.05.06 01:56:56.486964 [ 258 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} executeQuery: Read 1 rows, 40.00 B in 0.00394 sec., 253.80710659898477 rows/sec., 9.91 KiB/sec. 2026.05.06 01:56:56.487172 [ 258 ] {eac48ce7-a632-4e38-aa8c-d3f33520c47e} TCPHandler: Processed in 0.005118205 sec. 2026.05.06 01:56:56.487335 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487371 [ 258 ] {} TCP-Session: 204af043-1da0-4f42-a26d-4c6e1cd5512a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487371 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487400 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487414 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487441 [ 268 ] {} TCP-Session: a0a3907a-4492-4ba8-aaa0-bc6585c5613a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487454 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487479 [ 304 ] {} TCP-Session: 37b54f3e-41a1-4b8e-a769-24dfd2a6fe3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487501 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487507 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487557 [ 310 ] {} TCP-Session: 03c23038-582b-4357-ac06-38385d8113a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487490 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487584 [ 308 ] {} TCP-Session: e503651e-96b4-4101-b3ac-beea3262a8a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487458 [ 311 ] {} TCP-Session: 7c5409f6-4e1c-4878-b2d4-6499a4621c99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487626 [ 309 ] {} TCP-Session: 60ff01b7-5c6f-4313-b8dc-4334fd12cb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487519 [ 307 ] {} TCP-Session: fd5e5e1a-3b4b-4fcf-985f-e5bae009bb01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.487436 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.487741 [ 303 ] {} TCP-Session: 792c9b0b-bfab-472d-8637-c302c62ef9cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517193 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62024 2026.05.06 01:56:56.517313 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.517351 [ 258 ] {} TCP-Session: 61ff6394-673e-4625-b9a1-592c63066be5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62024 2026.05.06 01:56:56.517384 [ 258 ] {} TCP-Session: 61ff6394-673e-4625-b9a1-592c63066be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517406 [ 258 ] {} TCP-Session: 61ff6394-673e-4625-b9a1-592c63066be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517636 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53094 2026.05.06 01:56:56.517659 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50869 2026.05.06 01:56:56.517697 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64697 2026.05.06 01:56:56.517711 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38517 2026.05.06 01:56:56.517740 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.517719 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33394 2026.05.06 01:56:56.517790 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.517804 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.517830 [ 309 ] {} TCP-Session: d5e4b72b-52d8-4276-99e8-10e528b8342e Authenticating user 'default' from [fd00:1122:3344:101::e]:64697 2026.05.06 01:56:56.517783 [ 268 ] {} TCP-Session: 6ad5f825-9a38-4e46-b5ab-5f9d925eb84c Authenticating user 'default' from [fd00:1122:3344:101::e]:53094 2026.05.06 01:56:56.517860 [ 309 ] {} TCP-Session: d5e4b72b-52d8-4276-99e8-10e528b8342e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517873 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.517886 [ 309 ] {} TCP-Session: d5e4b72b-52d8-4276-99e8-10e528b8342e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517885 [ 268 ] {} TCP-Session: 6ad5f825-9a38-4e46-b5ab-5f9d925eb84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517911 [ 310 ] {} TCP-Session: 9ce98887-e7ad-47b8-a048-c3fc94c1f67b Authenticating user 'default' from [fd00:1122:3344:101::e]:33394 2026.05.06 01:56:56.517927 [ 268 ] {} TCP-Session: 6ad5f825-9a38-4e46-b5ab-5f9d925eb84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517854 [ 311 ] {} TCP-Session: 83dcb288-4c74-4a6a-b284-6edfff5dabdb Authenticating user 'default' from [fd00:1122:3344:101::e]:38517 2026.05.06 01:56:56.517951 [ 310 ] {} TCP-Session: 9ce98887-e7ad-47b8-a048-c3fc94c1f67b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517667 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44719 2026.05.06 01:56:56.517985 [ 311 ] {} TCP-Session: 83dcb288-4c74-4a6a-b284-6edfff5dabdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517991 [ 310 ] {} TCP-Session: 9ce98887-e7ad-47b8-a048-c3fc94c1f67b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518032 [ 311 ] {} TCP-Session: 83dcb288-4c74-4a6a-b284-6edfff5dabdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517659 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45216 2026.05.06 01:56:56.518061 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.517650 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53774 2026.05.06 01:56:56.518111 [ 308 ] {} TCP-Session: 8d4329ff-ca13-407c-a515-1a1bd5dc44c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:44719 2026.05.06 01:56:56.518134 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.518141 [ 308 ] {} TCP-Session: 8d4329ff-ca13-407c-a515-1a1bd5dc44c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518165 [ 307 ] {} TCP-Session: 4cf46ad4-86dd-4190-be54-a6e771983105 Authenticating user 'default' from [fd00:1122:3344:101::e]:45216 2026.05.06 01:56:56.518176 [ 308 ] {} TCP-Session: 8d4329ff-ca13-407c-a515-1a1bd5dc44c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518174 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.518192 [ 307 ] {} TCP-Session: 4cf46ad4-86dd-4190-be54-a6e771983105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518217 [ 304 ] {} TCP-Session: f1e38b34-2e0d-41f9-afc7-99d8f74dc5c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53774 2026.05.06 01:56:56.518228 [ 307 ] {} TCP-Session: 4cf46ad4-86dd-4190-be54-a6e771983105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517779 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:56:56.518252 [ 304 ] {} TCP-Session: f1e38b34-2e0d-41f9-afc7-99d8f74dc5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518282 [ 303 ] {} TCP-Session: 7e0e301b-db3d-4779-8cd4-7e86d53dae26 Authenticating user 'default' from [fd00:1122:3344:101::e]:50869 2026.05.06 01:56:56.518291 [ 304 ] {} TCP-Session: f1e38b34-2e0d-41f9-afc7-99d8f74dc5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518311 [ 303 ] {} TCP-Session: 7e0e301b-db3d-4779-8cd4-7e86d53dae26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.517781 [ 258 ] {} TCP-Session: 61ff6394-673e-4625-b9a1-592c63066be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:56.518343 [ 303 ] {} TCP-Session: 7e0e301b-db3d-4779-8cd4-7e86d53dae26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.518548 [ 258 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} executeQuery: (from [fd00:1122:3344:101::e]:62024) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:56:56.518858 [ 258 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:56:56.518926 [ 258 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:56.519289 [ 258 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:56:56.520421 [ 267 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} AggregatingTransform: Aggregating 2026.05.06 01:56:56.520460 [ 267 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} Aggregator: Aggregation method: without_key 2026.05.06 01:56:56.520498 [ 267 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001080476 sec. (925.518 rows/sec., 36.15 KiB/sec.) 2026.05.06 01:56:56.520517 [ 267 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} Aggregator: Merging aggregated data 2026.05.06 01:56:56.522625 [ 258 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} executeQuery: Read 1 rows, 40.00 B in 0.004141 sec., 241.4875633904854 rows/sec., 9.43 KiB/sec. 2026.05.06 01:56:56.522855 [ 258 ] {2a20c664-b13a-4b4a-896c-bd5c3ffd8157} TCPHandler: Processed in 0.005220557 sec. 2026.05.06 01:56:56.523054 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523088 [ 268 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523093 [ 258 ] {} TCP-Session: 61ff6394-673e-4625-b9a1-592c63066be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523125 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523146 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523165 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523175 [ 307 ] {} TCP-Session: 4cf46ad4-86dd-4190-be54-a6e771983105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523200 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523215 [ 304 ] {} TCP-Session: f1e38b34-2e0d-41f9-afc7-99d8f74dc5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523228 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523244 [ 311 ] {} TCP-Session: 83dcb288-4c74-4a6a-b284-6edfff5dabdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523194 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523292 [ 309 ] {} TCP-Session: d5e4b72b-52d8-4276-99e8-10e528b8342e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523141 [ 268 ] {} TCP-Session: 6ad5f825-9a38-4e46-b5ab-5f9d925eb84c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523331 [ 308 ] {} TCP-Session: 8d4329ff-ca13-407c-a515-1a1bd5dc44c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523111 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.06 01:56:56.523197 [ 303 ] {} TCP-Session: 7e0e301b-db3d-4779-8cd4-7e86d53dae26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.523432 [ 310 ] {} TCP-Session: 9ce98887-e7ad-47b8-a048-c3fc94c1f67b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:56:56.741128 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15815 2026.05.06 01:56:56.741627 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:56.741678 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:56.742217 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:56:56.742578 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:56:56.742740 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15815 2026.05.06 01:56:57.251551 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.251791 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:56:57.252181 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:56:57.252225 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} 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.06 01:56:57.252467 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:56:57.252537 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:56:57.252686 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.06 01:56:57.252783 [ 317 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:56:57.252784 [ 267 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:56:57.252823 [ 365 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:56:57.252828 [ 362 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:56:57.252937 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:56:57.252966 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:56:57.253052 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:56:57.253072 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:56:57.253114 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:56:57.253162 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:56:57.253198 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:56:57.254441 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} executeQuery: Read 50 rows, 10.68 KiB in 0.002752 sec., 18168.60465116279 rows/sec., 3.79 MiB/sec. 2026.05.06 01:56:57.254584 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} MemoryTracker: Peak memory usage (for query): 140.74 KiB. 2026.05.06 01:56:57.254601 [ 277 ] {2b33c953-57fe-4f72-ae35-a32e9bcd2f0b} TCPHandler: Processed in 0.003183268 sec. 2026.05.06 01:56:57.257229 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.257342 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.257386 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:56:57.257871 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.257914 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.258437 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:56:57.258803 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:56:57.259033 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} executeQuery: Read 24 rows, 2.04 KiB in 0.001721 sec., 13945.380592678674 rows/sec., 1.16 MiB/sec. 2026.05.06 01:56:57.259085 [ 277 ] {f35bf81b-a661-4be9-a193-04ed04af1d9f} TCPHandler: Processed in 0.001906266 sec. 2026.05.06 01:56:57.259353 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.259507 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:56:57.259572 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:56:57.260258 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.260306 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.260987 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:56:57.261503 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:56:57.261719 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} executeQuery: Read 198 rows, 18.08 KiB in 0.002258 sec., 87688.21966341896 rows/sec., 7.82 MiB/sec. 2026.05.06 01:56:57.261767 [ 277 ] {a0abf70a-b467-4b0f-98fa-b5f12b2f230c} TCPHandler: Processed in 0.002484311 sec. 2026.05.06 01:56:57.261972 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.262082 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.262124 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:56:57.262602 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.262643 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.263003 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:56:57.263234 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:56:57.263383 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} executeQuery: Read 23 rows, 1.79 KiB in 0.001324 sec., 17371.601208459215 rows/sec., 1.32 MiB/sec. 2026.05.06 01:56:57.263423 [ 277 ] {6138c626-641d-435d-939a-33a25bbb2e75} TCPHandler: Processed in 0.001509847 sec. 2026.05.06 01:56:57.263556 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.263653 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.263693 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:56:57.264114 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.264149 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.264456 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:56:57.264668 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:56:57.264801 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} executeQuery: Read 24 rows, 2.04 KiB in 0.001165 sec., 20600.85836909871 rows/sec., 1.71 MiB/sec. 2026.05.06 01:56:57.264840 [ 277 ] {a9bfd733-f2f0-4365-9499-24cfdcf794f6} TCPHandler: Processed in 0.001333843 sec. 2026.05.06 01:56:57.264967 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.265068 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.265121 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:56:57.265566 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.265603 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.265939 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:56:57.266176 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:56:57.266316 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} executeQuery: Read 12 rows, 960.00 B in 0.001271 sec., 9441.38473642801 rows/sec., 737.61 KiB/sec. 2026.05.06 01:56:57.266356 [ 277 ] {9bcca708-8020-4442-b400-8546fbed0ebb} TCPHandler: Processed in 0.001439035 sec. 2026.05.06 01:56:57.266475 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.266570 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:56:57.266610 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:56:57.267092 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.267128 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.267458 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:56:57.267670 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:56:57.267803 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} executeQuery: Read 111 rows, 9.25 KiB in 0.001249 sec., 88871.09687750202 rows/sec., 7.24 MiB/sec. 2026.05.06 01:56:57.267845 [ 277 ] {15b78358-4734-4a55-89da-62a9661add80} TCPHandler: Processed in 0.001419224 sec. 2026.05.06 01:56:57.267977 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.268073 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.268115 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:56:57.268524 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.268561 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.268895 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:56:57.269122 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:56:57.269258 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} executeQuery: Read 196 rows, 14.40 KiB in 0.001201 sec., 163197.33555370526 rows/sec., 11.71 MiB/sec. 2026.05.06 01:56:57.269298 [ 277 ] {ba03f6f8-41dd-43f4-86b0-f8d08f04baf7} TCPHandler: Processed in 0.001369774 sec. 2026.05.06 01:56:57.269434 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.269530 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.269585 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} 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.06 01:56:57.270402 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.270439 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.271028 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:56:57.271340 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:56:57.271529 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} executeQuery: Read 11 rows, 20.18 KiB in 0.002016 sec., 5456.349206349207 rows/sec., 9.78 MiB/sec. 2026.05.06 01:56:57.271616 [ 277 ] {f3ac89a2-cb78-4832-ac8c-c3fbda390cca} TCPHandler: Processed in 0.002230914 sec. 2026.05.06 01:56:57.271780 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:56:57.271889 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:56:57.271939 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:56:57.272406 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.272450 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.272848 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:56:57.273143 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:56:57.273309 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. 2026.05.06 01:56:57.273361 [ 277 ] {f2441ab2-1bcf-4e59-a251-0363a4fb03a6} TCPHandler: Processed in 0.00163848 sec. 2026.05.06 01:56:57.554405 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.05.06 01:56:57.574534 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:57.574611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:57.580293 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:56:57.581007 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:56:57.584502 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.05.06 01:56:59.316718 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 974 2026.05.06 01:56:59.319611 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:56:59.319660 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 01:56:59.320908 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:56:59.321181 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:56:59.321545 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 974 2026.05.06 01:57:02.250784 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.251034 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:02.251379 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:02.251419 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} 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.06 01:57:02.251645 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:02.251717 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:02.251862 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:02.251980 [ 267 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:02.251994 [ 338 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:02.251989 [ 365 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:02.251983 [ 317 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:02.252154 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:02.252178 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:02.252249 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:02.252270 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:02.252305 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:02.252349 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:02.253479 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} executeQuery: Read 44 rows, 7.84 KiB in 0.002538 sec., 17336.485421591806 rows/sec., 3.02 MiB/sec. 2026.05.06 01:57:02.253589 [ 277 ] {1203a69f-cf80-491c-bb94-cce19d50bdc1} TCPHandler: Processed in 0.002939382 sec. 2026.05.06 01:57:02.255639 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.255750 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:02.255801 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:02.256375 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.256424 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.256846 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:57:02.257139 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:02.257339 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} executeQuery: Read 116 rows, 10.09 KiB in 0.00162 sec., 71604.93827160494 rows/sec., 6.08 MiB/sec. 2026.05.06 01:57:02.257387 [ 277 ] {cc0c913e-37f3-473f-b84e-cc94376af2c8} TCPHandler: Processed in 0.001799413 sec. 2026.05.06 01:57:02.257576 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.257701 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:02.257766 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:02.258323 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.258370 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.258853 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:57:02.259149 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:02.259279 [ 120 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:57:02.259307 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} executeQuery: Read 30 rows, 2.26 KiB in 0.001636 sec., 18337.408312958436 rows/sec., 1.35 MiB/sec. 2026.05.06 01:57:02.259347 [ 120 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.259360 [ 277 ] {485c4d51-5bbf-4c5e-9333-6477b63e2f9c} TCPHandler: Processed in 0.001843215 sec. 2026.05.06 01:57:02.259379 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.259490 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:02.259497 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.259606 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:02.259611 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:02.259651 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 226 rows starting from the beginning of the part 2026.05.06 01:57:02.259668 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:02.259725 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part 2026.05.06 01:57:02.259775 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:02.259818 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:02.259865 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part 2026.05.06 01:57:02.259904 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:02.260115 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.260158 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.260490 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:57:02.260708 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:02.260734 [ 186 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285211 sec., 280887.72971908894 rows/sec., 20.08 MiB/sec. 2026.05.06 01:57:02.260844 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} executeQuery: Read 94 rows, 7.52 KiB in 0.00125 sec., 75200 rows/sec., 5.87 MiB/sec. 2026.05.06 01:57:02.260889 [ 277 ] {0046eb70-2797-4c47-8c31-10be6269e190} TCPHandler: Processed in 0.001440565 sec. 2026.05.06 01:57:02.260899 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:57:02.261005 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.261098 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:02.261141 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:02.261172 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:02.261242 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_46_9} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:57:02.261325 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:57:02.261559 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.261594 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.261911 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:57:02.262129 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:02.262272 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.05.06 01:57:02.262310 [ 277 ] {469eb57f-00ae-479a-beec-dda466cf7546} TCPHandler: Processed in 0.001352683 sec. 2026.05.06 01:57:02.262431 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.262525 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:02.262578 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} 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.06 01:57:02.263390 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.263426 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.263965 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:57:02.264219 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:02.264339 [ 120 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:57:02.264362 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} executeQuery: Read 30 rows, 55.05 KiB in 0.001853 sec., 16189.962223421478 rows/sec., 29.01 MiB/sec. 2026.05.06 01:57:02.264378 [ 120 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.264405 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.264423 [ 277 ] {521c5471-4a4d-4b31-a3ea-efb553b506f1} TCPHandler: Processed in 0.0020467 sec. 2026.05.06 01:57:02.264476 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:02.264543 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:02.264641 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:02.264671 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:02.264681 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:02.264723 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 839 rows starting from the beginning of the part 2026.05.06 01:57:02.264838 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part 2026.05.06 01:57:02.264943 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:02.265046 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:02.265048 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:02.265089 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:02.265177 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 11 rows starting from the beginning of the part 2026.05.06 01:57:02.265292 [ 192 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:02.265412 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:57:02.265637 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:02.265777 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2026.05.06 01:57:02.265814 [ 277 ] {ddf4472b-2dc6-47d6-b12e-ae5005708beb} TCPHandler: Processed in 0.001318612 sec. 2026.05.06 01:57:02.271029 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 19 columns (19 merged, 0 gathered) in 0.006571071 sec., 146094.9059902107 rows/sec., 261.80 MiB/sec. 2026.05.06 01:57:02.272261 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:57:02.272683 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:02.272773 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_46_9} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:57:02.272925 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.20 MiB. 2026.05.06 01:57:03.000198 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 288.97 MiB, peak 298.64 MiB, free memory in arenas 0.00 B, will set to 290.97 MiB (RSS), difference: 2.00 MiB 2026.05.06 01:57:04.096284 [ 118 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:57:04.096336 [ 118 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:57:04.243769 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16327 2026.05.06 01:57:04.244489 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:04.244533 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:04.245017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:57:04.245253 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:04.245384 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16327 2026.05.06 01:57:05.085510 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.05.06 01:57:05.102382 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:05.102435 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:05.108115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:57:05.108819 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:05.111611 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.05.06 01:57:07.249596 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.249845 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:07.250187 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:07.250224 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} 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.06 01:57:07.250446 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:07.250518 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:07.250660 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:07.250778 [ 317 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:07.250780 [ 333 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:07.250815 [ 338 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:07.250815 [ 335 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:07.250992 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:07.251039 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:07.251127 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:07.251152 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:07.251198 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:07.251247 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:07.252572 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} executeQuery: Read 44 rows, 7.84 KiB in 0.002816 sec., 15625 rows/sec., 2.72 MiB/sec. 2026.05.06 01:57:07.252695 [ 277 ] {648ed053-0274-45bd-b9f3-2dadaa4cd513} TCPHandler: Processed in 0.003236229 sec. 2026.05.06 01:57:07.254576 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.254690 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:07.254734 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:07.255237 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.255280 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.255653 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:57:07.255884 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:07.256031 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} executeQuery: Read 78 rows, 6.61 KiB in 0.001376 sec., 56686.04651162791 rows/sec., 4.69 MiB/sec. 2026.05.06 01:57:07.256070 [ 277 ] {0fdca24c-57d5-4768-9b18-6cbabc3743a9} TCPHandler: Processed in 0.001547218 sec. 2026.05.06 01:57:07.256197 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.256291 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.256332 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:07.256721 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.256758 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.257047 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:57:07.257251 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:07.257383 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} executeQuery: Read 11 rows, 847.00 B in 0.001109 sec., 9918.845807033364 rows/sec., 745.85 KiB/sec. 2026.05.06 01:57:07.257421 [ 277 ] {ddb527b6-d8ee-42a1-ac4e-32cb8c6f469e} TCPHandler: Processed in 0.001272921 sec. 2026.05.06 01:57:07.257535 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.257628 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:07.257667 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:07.258111 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.258152 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.258565 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:57:07.259021 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:07.259166 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} executeQuery: Read 75 rows, 6.00 KiB in 0.001556 sec., 48200.514138817474 rows/sec., 3.76 MiB/sec. 2026.05.06 01:57:07.259205 [ 277 ] {0eda4464-3207-432f-a8bd-990b8e4c080e} TCPHandler: Processed in 0.001718562 sec. 2026.05.06 01:57:07.259359 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.259464 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.259515 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:07.259960 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.259997 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.260330 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:57:07.260542 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:07.260676 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.05.06 01:57:07.260714 [ 277 ] {a0b28c59-b033-44a2-879a-c8997ec7f8f2} TCPHandler: Processed in 0.001419155 sec. 2026.05.06 01:57:07.260835 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.260929 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.260983 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} 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.06 01:57:07.261729 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.261766 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.262272 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:57:07.262495 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:07.262634 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} executeQuery: Read 11 rows, 20.18 KiB in 0.001723 sec., 6384.2135809634365 rows/sec., 11.44 MiB/sec. 2026.05.06 01:57:07.262687 [ 277 ] {25fc2880-e234-40e9-8032-af91d69bb833} TCPHandler: Processed in 0.001900296 sec. 2026.05.06 01:57:07.262823 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.262918 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.262959 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:07.263310 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.263346 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.263652 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:57:07.263871 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:07.264005 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.05.06 01:57:07.264041 [ 277 ] {79aea25a-fcad-4295-9e14-0e108fe798ec} TCPHandler: Processed in 0.001267371 sec. 2026.05.06 01:57:07.602311 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.602583 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:57:07.602983 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:07.603029 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:57:07.603276 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:07.603346 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:07.603494 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.06 01:57:07.603607 [ 333 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:07.603642 [ 339 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:07.603651 [ 348 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:07.603645 [ 338 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:07.603860 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:57:07.603890 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:07.603976 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:07.603997 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.05.06 01:57:07.604032 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:57:07.604103 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:57:07.604142 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:57:07.605458 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} executeQuery: Read 45 rows, 9.67 KiB in 0.00299 sec., 15050.167224080267 rows/sec., 3.16 MiB/sec. 2026.05.06 01:57:07.605634 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} MemoryTracker: Peak memory usage (for query): 144.56 KiB. 2026.05.06 01:57:07.605650 [ 277 ] {b027510f-6b45-4c46-af06-c15f234d9e16} TCPHandler: Processed in 0.003482035 sec. 2026.05.06 01:57:07.618005 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.618142 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:57:07.618197 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:57:07.618757 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.618814 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.619221 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:57:07.619448 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:57:07.619602 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} executeQuery: Read 16 rows, 1.32 KiB in 0.001499 sec., 10673.782521681122 rows/sec., 879.49 KiB/sec. 2026.05.06 01:57:07.619644 [ 277 ] {9160e441-9ce5-42b8-8eff-d3cf17a7fa4c} TCPHandler: Processed in 0.001696182 sec. 2026.05.06 01:57:07.619761 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.619861 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:07.619904 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:07.621396 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.621433 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.621946 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:57:07.622167 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:07.622306 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} executeQuery: Read 2470 rows, 187.69 KiB in 0.002467 sec., 1001216.0518848804 rows/sec., 74.30 MiB/sec. 2026.05.06 01:57:07.622322 [ 110 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:57:07.622346 [ 277 ] {1d57e2c2-45d7-4d7c-8565-e9b751723830} TCPHandler: Processed in 0.002632825 sec. 2026.05.06 01:57:07.622382 [ 110 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.622414 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.622475 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.622511 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:57:07.622576 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.622621 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:07.622625 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:07.622669 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3358 rows starting from the beginning of the part 2026.05.06 01:57:07.622761 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 116 rows starting from the beginning of the part 2026.05.06 01:57:07.622850 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 198 rows starting from the beginning of the part 2026.05.06 01:57:07.622922 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 116 rows starting from the beginning of the part 2026.05.06 01:57:07.622968 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 78 rows starting from the beginning of the part 2026.05.06 01:57:07.623019 [ 186 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2470 rows starting from the beginning of the part 2026.05.06 01:57:07.623052 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.623096 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.623433 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:57:07.623665 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:07.623807 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} executeQuery: Read 55 rows, 4.06 KiB in 0.00125 sec., 44000 rows/sec., 3.17 MiB/sec. 2026.05.06 01:57:07.623845 [ 277 ] {dec29e30-24e8-4f47-892d-7afeb2521a71} TCPHandler: Processed in 0.001420224 sec. 2026.05.06 01:57:07.623956 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.624052 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.624091 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:57:07.624758 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.624796 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.625146 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:57:07.625360 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:57:07.625495 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} executeQuery: Read 801 rows, 47.38 KiB in 0.001461 sec., 548254.6201232033 rows/sec., 31.67 MiB/sec. 2026.05.06 01:57:07.625533 [ 277 ] {4cb04d38-861d-403d-9ee0-07e9179254c2} TCPHandler: Processed in 0.00162585 sec. 2026.05.06 01:57:07.625601 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6336 rows, containing 5 columns (5 merged, 0 gathered) in 0.003129096 sec., 2024865.967678844 rows/sec., 161.50 MiB/sec. 2026.05.06 01:57:07.625640 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.625739 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.625778 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:57:07.626009 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:57:07.626156 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.626200 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.626340 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:07.626449 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_56_11} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:57:07.626525 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 01:57:07.626546 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.05.06 01:57:07.626743 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:57:07.626877 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} executeQuery: Read 1 rows, 72.00 B in 0.001157 sec., 864.304235090752 rows/sec., 60.77 KiB/sec. 2026.05.06 01:57:07.626916 [ 277 ] {1b2055f4-efe0-4e63-ab4c-5a4868ec0803} TCPHandler: Processed in 0.001323483 sec. 2026.05.06 01:57:07.627029 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.627130 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:07.627171 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:07.628091 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.628129 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.628523 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:57:07.628733 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:07.628847 [ 110 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:57:07.628870 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} executeQuery: Read 1334 rows, 91.68 KiB in 0.001758 sec., 758816.8373151309 rows/sec., 50.93 MiB/sec. 2026.05.06 01:57:07.628883 [ 110 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.628913 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.628916 [ 277 ] {b4942f22-f439-4116-86e4-e9110a2c2e11} TCPHandler: Processed in 0.001938177 sec. 2026.05.06 01:57:07.629015 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:57:07.629062 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.629095 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:07.629123 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1831 rows starting from the beginning of the part 2026.05.06 01:57:07.629165 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.629189 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 94 rows starting from the beginning of the part 2026.05.06 01:57:07.629209 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:07.629233 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part 2026.05.06 01:57:07.629276 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 94 rows starting from the beginning of the part 2026.05.06 01:57:07.629315 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 75 rows starting from the beginning of the part 2026.05.06 01:57:07.629364 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1334 rows starting from the beginning of the part 2026.05.06 01:57:07.629980 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.630016 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.630458 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:57:07.630585 [ 200 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3539 rows, containing 5 columns (5 merged, 0 gathered) in 0.00161911 sec., 2185768.7247932507 rows/sec., 158.99 MiB/sec. 2026.05.06 01:57:07.630677 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:07.630767 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:57:07.630798 [ 110 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:57:07.630816 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} executeQuery: Read 1504 rows, 93.47 KiB in 0.00167 sec., 900598.8023952096 rows/sec., 54.66 MiB/sec. 2026.05.06 01:57:07.630835 [ 110 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.630859 [ 277 ] {e22a1cdb-1ce3-45f7-b644-58a2b95aa887} TCPHandler: Processed in 0.001844985 sec. 2026.05.06 01:57:07.630863 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.630963 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:07.630984 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.631025 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:07.631072 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:07.631083 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.631091 [ 189 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_56_11} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:57:07.631115 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 19499 rows starting from the beginning of the part 2026.05.06 01:57:07.631150 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} 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.06 01:57:07.631165 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:57:07.631199 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.05.06 01:57:07.631250 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 196 rows starting from the beginning of the part 2026.05.06 01:57:07.631295 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:07.631334 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.05.06 01:57:07.631379 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1504 rows starting from the beginning of the part 2026.05.06 01:57:07.632010 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.632051 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.632617 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:57:07.632838 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:07.632978 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} executeQuery: Read 39 rows, 71.56 KiB in 0.001914 sec., 20376.175548589345 rows/sec., 36.51 MiB/sec. 2026.05.06 01:57:07.633033 [ 277 ] {f767a1a7-8057-45f9-b3c0-fae0868e35ba} TCPHandler: Processed in 0.002096551 sec. 2026.05.06 01:57:07.633150 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:07.633244 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:07.633285 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:07.633606 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.633642 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.633960 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:57:07.634174 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:07.634279 [ 110 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:57:07.634302 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} executeQuery: Read 12 rows, 848.00 B in 0.001076 sec., 11152.416356877324 rows/sec., 769.63 KiB/sec. 2026.05.06 01:57:07.634314 [ 110 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:07.634342 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:07.634344 [ 277 ] {cb9cde2e-0ed7-4a81-9b23-8cfdbf15077a} TCPHandler: Processed in 0.00124151 sec. 2026.05.06 01:57:07.634452 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:07.634582 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:07.634618 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2760 rows starting from the beginning of the part 2026.05.06 01:57:07.634705 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:07.634759 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:07.634817 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:07.634878 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.05.06 01:57:07.634935 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part 2026.05.06 01:57:07.636253 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3012 rows, containing 4 columns (4 merged, 0 gathered) in 0.001845256 sec., 1632293.8389036534 rows/sec., 109.06 MiB/sec. 2026.05.06 01:57:07.636626 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:57:07.636905 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:07.636986 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_56_11} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:57:07.637018 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 21679 rows, containing 5 columns (5 merged, 0 gathered) in 0.006091509 sec., 3558888.2820332367 rows/sec., 229.26 MiB/sec. 2026.05.06 01:57:07.637066 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.05.06 01:57:07.637487 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:57:07.637729 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:07.637796 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_56_11} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:57:07.637866 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.05.06 01:57:09.322693 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1022 2026.05.06 01:57:09.325303 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:09.325341 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:09.326534 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:57:09.326829 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:09.327081 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1022 2026.05.06 01:57:09.327461 [ 106 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 01:57:09.327506 [ 106 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:09.327528 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:09.327704 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:57:09.328463 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:09.328599 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 824 rows starting from the beginning of the part 2026.05.06 01:57:09.328972 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part 2026.05.06 01:57:09.329293 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part 2026.05.06 01:57:09.329627 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2026.05.06 01:57:09.329954 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.05.06 01:57:09.330279 [ 197 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.05.06 01:57:09.336475 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 72 columns (72 merged, 0 gathered) in 0.008847306 sec., 115515.38965646719 rows/sec., 97.99 MiB/sec. 2026.05.06 01:57:09.337856 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 01:57:09.338455 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:09.338540 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_26_5} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 01:57:09.338886 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2026.05.06 01:57:11.745484 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16775 2026.05.06 01:57:11.745966 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:11.746002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:11.746490 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:57:11.746719 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:11.746840 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16775 2026.05.06 01:57:12.248882 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:12.249132 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:12.249527 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:12.249581 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} 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.06 01:57:12.249862 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:12.249941 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:12.250090 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:57:12.250221 [ 338 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:12.250232 [ 322 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:12.250236 [ 339 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:12.250233 [ 333 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:12.250434 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:12.250458 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:12.250536 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:12.250559 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:12.250596 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:57:12.250640 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:57:12.251878 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} executeQuery: Read 44 rows, 7.84 KiB in 0.002834 sec., 15525.7586450247 rows/sec., 2.70 MiB/sec. 2026.05.06 01:57:12.252047 [ 277 ] {243f2a32-d115-476b-90e6-25c7b21edb23} TCPHandler: Processed in 0.003333832 sec. 2026.05.06 01:57:12.253490 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:12.253632 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:12.253685 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:12.254272 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:12.254324 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:12.254863 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:57:12.255198 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:12.255393 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} executeQuery: Read 56 rows, 4.41 KiB in 0.001803 sec., 31059.34553521908 rows/sec., 2.39 MiB/sec. 2026.05.06 01:57:12.255449 [ 277 ] {a40b9ccc-c9c2-4943-836b-0ea3fc98d0b0} TCPHandler: Processed in 0.002015719 sec. 2026.05.06 01:57:12.255583 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:12.255702 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:12.255757 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:12.256289 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:12.256328 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:12.256754 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:57:12.257074 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:12.257240 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec. 2026.05.06 01:57:12.257294 [ 277 ] {dc1d9fca-05e4-4734-96c8-767f0f8b1ed5} TCPHandler: Processed in 0.001772763 sec. 2026.05.06 01:57:12.257436 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:12.257553 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:12.257609 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:12.258080 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:12.258126 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:12.258599 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:57:12.258929 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:12.259123 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} executeQuery: Read 128 rows, 9.13 KiB in 0.001591 sec., 80452.54556882464 rows/sec., 5.60 MiB/sec. 2026.05.06 01:57:12.259178 [ 277 ] {f9da1a39-8045-492e-bcb7-9eb3544fefbf} TCPHandler: Processed in 0.001802544 sec. 2026.05.06 01:57:12.259383 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:12.259505 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:12.259557 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:12.259946 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:12.259985 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:12.260318 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:57:12.260570 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:12.260717 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} executeQuery: Read 48 rows, 3.31 KiB in 0.001237 sec., 38803.556992724334 rows/sec., 2.62 MiB/sec. 2026.05.06 01:57:12.260755 [ 277 ] {c71b97bc-4cfd-4b4e-9e0b-c114f07a6e68} TCPHandler: Processed in 0.001432435 sec. 2026.05.06 01:57:12.611694 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.05.06 01:57:12.629114 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:12.629169 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:12.635270 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:57:12.635953 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:12.638945 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.05.06 01:57:17.249874 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.250141 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:17.250530 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:17.250567 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} 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.06 01:57:17.250782 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:17.250849 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:17.250987 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:17.251100 [ 338 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:17.251131 [ 322 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:17.251140 [ 339 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:17.251119 [ 333 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:17.251303 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:17.251325 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:17.251397 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:17.251418 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:17.251452 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:17.251489 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:17.252653 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} executeQuery: Read 44 rows, 7.84 KiB in 0.002613 sec., 16838.8825105243 rows/sec., 2.93 MiB/sec. 2026.05.06 01:57:17.252794 [ 277 ] {3c07459f-cea5-46a6-86be-4ead434d26ab} TCPHandler: Processed in 0.003065975 sec. 2026.05.06 01:57:17.254653 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.254786 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:17.254838 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:17.255424 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:17.255465 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:17.255824 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 01:57:17.256035 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:17.256187 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} executeQuery: Read 78 rows, 6.61 KiB in 0.001438 sec., 54242.00278164117 rows/sec., 4.49 MiB/sec. 2026.05.06 01:57:17.256226 [ 277 ] {8e2595d2-faab-468c-92bb-96e7d27c17eb} TCPHandler: Processed in 0.00164126 sec. 2026.05.06 01:57:17.256357 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.256458 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:17.256497 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:17.256917 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:17.256952 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:17.257232 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:57:17.257427 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:17.257552 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} executeQuery: Read 11 rows, 847.00 B in 0.001112 sec., 9892.086330935252 rows/sec., 743.84 KiB/sec. 2026.05.06 01:57:17.257588 [ 277 ] {f378d3b1-5fad-4429-856d-0307b7c7756a} TCPHandler: Processed in 0.001284771 sec. 2026.05.06 01:57:17.257697 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.257787 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:17.257826 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:17.258298 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:17.258340 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:17.258824 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 01:57:17.259193 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:17.259355 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} executeQuery: Read 75 rows, 6.00 KiB in 0.001584 sec., 47348.48484848485 rows/sec., 3.70 MiB/sec. 2026.05.06 01:57:17.259400 [ 277 ] {dfe4d70d-1834-4783-8b6f-60847507ec7d} TCPHandler: Processed in 0.001749322 sec. 2026.05.06 01:57:17.259585 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.259689 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:17.259738 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:17.260145 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:17.260181 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:17.260501 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 01:57:17.260706 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:17.260838 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.05.06 01:57:17.260874 [ 277 ] {357a6cc0-1d6f-409e-8a98-818a749359c4} TCPHandler: Processed in 0.001345403 sec. 2026.05.06 01:57:17.260988 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.261080 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:17.261134 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} 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.06 01:57:17.261871 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:17.261907 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:17.262411 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:57:17.262632 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:17.262774 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} executeQuery: Read 11 rows, 20.18 KiB in 0.001711 sec., 6428.988895382817 rows/sec., 11.52 MiB/sec. 2026.05.06 01:57:17.262826 [ 277 ] {630a8455-3bdd-4152-8e79-e54327661a93} TCPHandler: Processed in 0.001883896 sec. 2026.05.06 01:57:17.262934 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:17.263026 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:17.263066 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:17.263394 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:17.263430 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:17.263723 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 01:57:17.263929 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:17.264058 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.05.06 01:57:17.264093 [ 277 ] {2e8598f1-6020-4b06-a6a6-819a2e283abf} TCPHandler: Processed in 0.00120543 sec. 2026.05.06 01:57:19.096407 [ 94 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:57:19.096483 [ 94 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:57:19.246941 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17287 2026.05.06 01:57:19.247518 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:19.247562 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:19.248056 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:57:19.248283 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:19.248410 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17287 2026.05.06 01:57:19.248440 [ 94 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:57:19.248520 [ 94 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:19.248558 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:19.248690 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:57:19.248824 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:19.248859 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14855 rows starting from the beginning of the part 2026.05.06 01:57:19.248932 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.05.06 01:57:19.248981 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.05.06 01:57:19.249021 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.05.06 01:57:19.249061 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.05.06 01:57:19.249100 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.05.06 01:57:19.251336 [ 190 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17287 rows, containing 4 columns (4 merged, 0 gathered) in 0.002698516 sec., 6406113.582428267 rows/sec., 91.64 MiB/sec. 2026.05.06 01:57:19.251437 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:57:19.251703 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:19.251768 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_36_7} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:57:19.251840 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.05.06 01:57:19.327388 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1046 2026.05.06 01:57:19.329937 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:19.329973 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:19.331116 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:57:19.331372 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:19.331641 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1046 2026.05.06 01:57:20.139054 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.05.06 01:57:20.156205 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:20.156251 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:20.162861 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:57:20.163570 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:20.163914 [ 90 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:57:20.164011 [ 90 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:20.164048 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:20.164207 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:20.166585 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.05.06 01:57:20.168492 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:20.170044 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:20.174589 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:20.179427 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:20.183941 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:20.188465 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:20.192725 [ 190 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.05.06 01:57:20.244571 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.080430046 sec., 3381.8207688206467 rows/sec., 17.49 MiB/sec. 2026.05.06 01:57:20.247124 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:57:20.249131 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_36_7} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:20.249208 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_36_7} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:57:20.251167 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.05.06 01:57:21.000255 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 294.77 MiB, peak 306.66 MiB, free memory in arenas 0.00 B, will set to 297.45 MiB (RSS), difference: 2.68 MiB 2026.05.06 01:57:22.250074 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.250323 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:22.250665 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:22.250704 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} 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.06 01:57:22.250929 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:22.251002 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:22.251146 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:22.251248 [ 333 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:22.251282 [ 320 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:22.251293 [ 319 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:22.251293 [ 314 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:22.251466 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:22.251493 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:22.251563 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:22.251584 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:22.251617 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:22.251655 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:22.252798 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} executeQuery: Read 44 rows, 7.84 KiB in 0.002568 sec., 17133.956386292833 rows/sec., 2.98 MiB/sec. 2026.05.06 01:57:22.252936 [ 277 ] {c5fa4e59-a133-40e5-af98-79e5f9f5ddfc} TCPHandler: Processed in 0.002996304 sec. 2026.05.06 01:57:22.255025 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.255136 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:22.255181 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:22.255702 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:22.255749 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:22.256140 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 01:57:22.256364 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:22.256515 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} executeQuery: Read 116 rows, 10.09 KiB in 0.001411 sec., 82211.19773210489 rows/sec., 6.98 MiB/sec. 2026.05.06 01:57:22.256554 [ 277 ] {cc506e48-f99b-43e6-8f9e-a477c4f857d8} TCPHandler: Processed in 0.001580988 sec. 2026.05.06 01:57:22.256687 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.256784 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:22.256826 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:22.257235 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:22.257271 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:22.257579 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:57:22.257782 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:22.257915 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} executeQuery: Read 30 rows, 2.26 KiB in 0.001149 sec., 26109.66057441253 rows/sec., 1.92 MiB/sec. 2026.05.06 01:57:22.257954 [ 277 ] {58644408-f28d-477c-b54a-7667f9a8c8dd} TCPHandler: Processed in 0.001317273 sec. 2026.05.06 01:57:22.258148 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.258254 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:22.258301 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:22.258891 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:22.258942 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:22.259504 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 01:57:22.259774 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:22.259963 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} executeQuery: Read 94 rows, 7.52 KiB in 0.00173 sec., 54335.260115606936 rows/sec., 4.24 MiB/sec. 2026.05.06 01:57:22.260018 [ 277 ] {f6c73b37-d7ac-4011-b401-03c3b43b5048} TCPHandler: Processed in 0.001929467 sec. 2026.05.06 01:57:22.260192 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.260317 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:22.260377 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:22.260878 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:22.260918 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:22.261280 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 01:57:22.261489 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:22.261634 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001338 sec., 119581.46487294469 rows/sec., 8.33 MiB/sec. 2026.05.06 01:57:22.261672 [ 277 ] {f34bbe72-8be2-4336-ad69-d1235e4190ee} TCPHandler: Processed in 0.001542867 sec. 2026.05.06 01:57:22.261864 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.261961 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:22.262016 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} 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.06 01:57:22.262909 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:22.262946 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:22.263527 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:57:22.263745 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:22.263895 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} executeQuery: Read 30 rows, 55.05 KiB in 0.001952 sec., 15368.852459016394 rows/sec., 27.54 MiB/sec. 2026.05.06 01:57:22.263974 [ 277 ] {a85ebd42-07b8-43bc-8e56-871b60c2ba69} TCPHandler: Processed in 0.002158492 sec. 2026.05.06 01:57:22.264110 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:22.264207 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:22.264248 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:22.264594 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:22.264629 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 01:57:22.264943 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 01:57:22.265160 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:22.265290 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.05.06 01:57:22.265326 [ 277 ] {79fff662-0120-4a3a-ad64-978ae35486b7} TCPHandler: Processed in 0.001264351 sec. 2026.05.06 01:57:26.748514 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17735 2026.05.06 01:57:26.749080 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:26.749121 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:26.749699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:57:26.749935 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:26.750063 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17735 2026.05.06 01:57:27.251721 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.251956 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_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.06 01:57:27.252313 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:27.252351 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} 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_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.06 01:57:27.252593 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:27.252663 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:27.252807 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:57:27.252947 [ 320 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:27.252956 [ 314 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:27.252956 [ 319 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:27.252958 [ 333 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:27.253162 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:57:27.253186 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:27.253268 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:27.253288 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:57:27.253323 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:57:27.253362 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:57:27.253398 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:57:27.254652 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} executeQuery: Read 50 rows, 10.68 KiB in 0.002793 sec., 17901.897601145723 rows/sec., 3.73 MiB/sec. 2026.05.06 01:57:27.254788 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} MemoryTracker: Peak memory usage (for query): 141.46 KiB. 2026.05.06 01:57:27.254803 [ 277 ] {b7330c6a-fd5e-4124-8e60-f652c012fad4} TCPHandler: Processed in 0.003228539 sec. 2026.05.06 01:57:27.257294 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.257424 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.257476 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:57:27.257994 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.258030 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.258424 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:57:27.258754 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:57:27.258976 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} executeQuery: Read 24 rows, 2.04 KiB in 0.001587 sec., 15122.873345935726 rows/sec., 1.25 MiB/sec. 2026.05.06 01:57:27.259030 [ 277 ] {5ef98359-a0a6-4fec-8743-98bef06f152b} TCPHandler: Processed in 0.001796354 sec. 2026.05.06 01:57:27.259453 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.259585 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:57:27.259637 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:57:27.260062 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.260098 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.260406 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:57:27.260618 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:57:27.260759 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} executeQuery: Read 2 rows, 167.00 B in 0.001211 sec., 1651.5276630883566 rows/sec., 134.67 KiB/sec. 2026.05.06 01:57:27.260796 [ 277 ] {d6cb1e05-941c-46fe-ab6d-3082f162538c} TCPHandler: Processed in 0.001408714 sec. 2026.05.06 01:57:27.260927 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.261022 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:27.261062 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:27.261530 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.261566 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.261883 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 01:57:27.262093 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:27.262229 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} executeQuery: Read 199 rows, 18.15 KiB in 0.001225 sec., 162448.97959183675 rows/sec., 14.47 MiB/sec. 2026.05.06 01:57:27.262266 [ 277 ] {6855e091-d814-4fb7-b8a1-79be2229f813} TCPHandler: Processed in 0.001388974 sec. 2026.05.06 01:57:27.262388 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.262484 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.262525 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:27.262919 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.262954 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.263317 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:57:27.263598 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:27.263731 [ 85 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:57:27.263766 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} executeQuery: Read 25 rows, 1.93 KiB in 0.001299 sec., 19245.573518090838 rows/sec., 1.45 MiB/sec. 2026.05.06 01:57:27.263767 [ 85 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.263800 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.263806 [ 277 ] {208882ad-9bbe-4df8-88a0-affb655907c1} TCPHandler: Processed in 0.001467856 sec. 2026.05.06 01:57:27.263911 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:27.263937 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.264042 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.264056 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:27.264083 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:57:27.264098 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 226 rows starting from the beginning of the part 2026.05.06 01:57:27.264194 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:27.264244 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 55 rows starting from the beginning of the part 2026.05.06 01:57:27.264300 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:27.264342 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:27.264393 [ 202 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 25 rows starting from the beginning of the part 2026.05.06 01:57:27.264498 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.264542 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.264905 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:57:27.265160 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:57:27.265307 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} executeQuery: Read 24 rows, 2.04 KiB in 0.001284 sec., 18691.58878504673 rows/sec., 1.55 MiB/sec. 2026.05.06 01:57:27.265347 [ 277 ] {e0eca2be-191e-46b0-bedc-753b9d0ae3e3} TCPHandler: Processed in 0.001460325 sec. 2026.05.06 01:57:27.265366 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507787 sec., 237434.06727873365 rows/sec., 16.91 MiB/sec. 2026.05.06 01:57:27.265469 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.265561 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:57:27.265568 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.265628 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:57:27.265894 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:27.265993 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_51_10} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:57:27.266024 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.266067 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.266092 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.06 01:57:27.266382 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:57:27.266601 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:57:27.266741 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} executeQuery: Read 12 rows, 960.00 B in 0.001191 sec., 10075.566750629723 rows/sec., 787.15 KiB/sec. 2026.05.06 01:57:27.266781 [ 277 ] {d5a15edc-cca7-481d-aa25-293258f3fecc} TCPHandler: Processed in 0.001361704 sec. 2026.05.06 01:57:27.266912 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.267009 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:27.267048 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:27.267467 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.267502 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.267818 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 01:57:27.268026 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:27.268162 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} executeQuery: Read 113 rows, 9.42 KiB in 0.001171 sec., 96498.71904355253 rows/sec., 7.85 MiB/sec. 2026.05.06 01:57:27.268199 [ 277 ] {af118c42-dfb7-4152-b09f-95d4627d5aef} TCPHandler: Processed in 0.001338313 sec. 2026.05.06 01:57:27.268320 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.268416 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.268460 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:27.268872 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.268906 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.269248 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 01:57:27.269471 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:27.269606 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} executeQuery: Read 197 rows, 14.47 KiB in 0.001208 sec., 163079.4701986755 rows/sec., 11.70 MiB/sec. 2026.05.06 01:57:27.269643 [ 277 ] {968334b5-a79f-479e-b319-3898b383dd69} TCPHandler: Processed in 0.001372873 sec. 2026.05.06 01:57:27.269769 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.269871 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.269927 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} 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.06 01:57:27.270696 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.270730 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.271272 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:57:27.271494 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:27.271603 [ 85 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:57:27.271634 [ 85 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.271645 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} executeQuery: Read 11 rows, 20.18 KiB in 0.001791 sec., 6141.8202121719705 rows/sec., 11.01 MiB/sec. 2026.05.06 01:57:27.271659 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.271701 [ 277 ] {a5413cdd-bea3-420b-b47a-e1db19af83bb} TCPHandler: Processed in 0.001983319 sec. 2026.05.06 01:57:27.271740 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:27.271822 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:27.271923 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:27.271943 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:27.271964 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:27.271995 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 960 rows starting from the beginning of the part 2026.05.06 01:57:27.272107 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:27.272211 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part 2026.05.06 01:57:27.272304 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:27.272327 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.272368 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.272419 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:27.272533 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 11 rows starting from the beginning of the part 2026.05.06 01:57:27.272715 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 01:57:27.272989 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:27.273187 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} executeQuery: Read 60 rows, 4.14 KiB in 0.001281 sec., 46838.4074941452 rows/sec., 3.16 MiB/sec. 2026.05.06 01:57:27.273226 [ 277 ] {62ca1840-1729-4c69-b5a0-34a2e7adba8e} TCPHandler: Processed in 0.001452055 sec. 2026.05.06 01:57:27.279377 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 19 columns (19 merged, 0 gathered) in 0.007666087 sec., 138532.21337039353 rows/sec., 248.24 MiB/sec. 2026.05.06 01:57:27.281099 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:57:27.281443 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:27.281512 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_51_10} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:57:27.281636 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB. 2026.05.06 01:57:27.666670 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.05.06 01:57:27.682589 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:27.682651 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:27.688981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:57:27.689678 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:27.692447 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.05.06 01:57:28.000263 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 298.96 MiB, peak 306.69 MiB, free memory in arenas 0.00 B, will set to 302.65 MiB (RSS), difference: 3.69 MiB 2026.05.06 01:57:29.331820 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1082 2026.05.06 01:57:29.334250 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:29.334296 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:29.335525 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:57:29.335780 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:29.336037 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1082 2026.05.06 01:57:32.251479 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.251770 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:32.252140 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:32.252176 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} 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.06 01:57:32.252412 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:32.252480 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:32.252621 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:32.252732 [ 341 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:32.252734 [ 345 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:32.252773 [ 324 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:32.252757 [ 320 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:32.252901 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:32.252928 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:32.252996 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:32.253016 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:32.253050 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:32.253087 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:32.254352 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} executeQuery: Read 44 rows, 7.84 KiB in 0.002692 sec., 16344.725111441308 rows/sec., 2.84 MiB/sec. 2026.05.06 01:57:32.254461 [ 277 ] {bff71ab0-4a4b-4746-b312-e13f89a71b7f} TCPHandler: Processed in 0.003120886 sec. 2026.05.06 01:57:32.256485 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.256595 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:32.256637 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:32.257148 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.257184 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.257550 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.06 01:57:32.257776 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:32.257905 [ 77 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.06 01:57:32.257931 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} executeQuery: Read 116 rows, 10.09 KiB in 0.001367 sec., 84857.35186539868 rows/sec., 7.21 MiB/sec. 2026.05.06 01:57:32.257944 [ 77 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.257969 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.257973 [ 277 ] {76995fa2-1f28-4668-b6d8-97d29831411e} TCPHandler: Processed in 0.001536858 sec. 2026.05.06 01:57:32.258082 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:57:32.258122 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.258241 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:32.258279 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:32.258294 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:32.258356 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3358 rows starting from the beginning of the part 2026.05.06 01:57:32.258466 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part 2026.05.06 01:57:32.258544 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:57:32.258623 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 116 rows starting from the beginning of the part 2026.05.06 01:57:32.258708 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 199 rows starting from the beginning of the part 2026.05.06 01:57:32.258769 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 116 rows starting from the beginning of the part 2026.05.06 01:57:32.258912 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.258954 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.259305 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:57:32.259564 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:32.259799 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} executeQuery: Read 30 rows, 2.26 KiB in 0.001583 sec., 18951.358180669617 rows/sec., 1.39 MiB/sec. 2026.05.06 01:57:32.259842 [ 277 ] {844fdd28-b096-4d58-9489-71e9a2cd6869} TCPHandler: Processed in 0.001785893 sec. 2026.05.06 01:57:32.259992 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.260086 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:32.260127 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:32.260588 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.260633 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.260966 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3923 rows, containing 5 columns (5 merged, 0 gathered) in 0.002937962 sec., 1335279.3535110392 rows/sec., 107.97 MiB/sec. 2026.05.06 01:57:32.261201 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.06 01:57:32.261272 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.06 01:57:32.261483 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:32.261602 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:32.261605 [ 77 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.06 01:57:32.261639 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} executeQuery: Read 94 rows, 7.52 KiB in 0.001569 sec., 59910.77119184194 rows/sec., 4.68 MiB/sec. 2026.05.06 01:57:32.261650 [ 77 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.261675 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.261681 [ 277 ] {911ca41b-794d-437f-a049-5c208060ccba} TCPHandler: Processed in 0.001736782 sec. 2026.05.06 01:57:32.261685 [ 187 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_61_12} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.06 01:57:32.261780 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.05.06 01:57:32.261826 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:57:32.261836 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.261914 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:32.261951 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:32.261952 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1831 rows starting from the beginning of the part 2026.05.06 01:57:32.262012 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:32.262030 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2026.05.06 01:57:32.262079 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:57:32.262114 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 94 rows starting from the beginning of the part 2026.05.06 01:57:32.262145 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 113 rows starting from the beginning of the part 2026.05.06 01:57:32.262178 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 94 rows starting from the beginning of the part 2026.05.06 01:57:32.262462 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.262501 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.262874 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.06 01:57:32.263092 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:32.263186 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461396 sec., 1553993.5787425174 rows/sec., 115.10 MiB/sec. 2026.05.06 01:57:32.263198 [ 77 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.06 01:57:32.263235 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} executeQuery: Read 160 rows, 11.41 KiB in 0.001305 sec., 122605.36398467433 rows/sec., 8.54 MiB/sec. 2026.05.06 01:57:32.263238 [ 77 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.263274 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.263275 [ 277 ] {8cba18b1-9480-46d2-a505-1cdf202626d4} TCPHandler: Processed in 0.001496116 sec. 2026.05.06 01:57:32.263360 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.06 01:57:32.263379 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:32.263421 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.263520 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:32.263559 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:32.263565 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 21679 rows starting from the beginning of the part 2026.05.06 01:57:32.263627 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} 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.06 01:57:32.263647 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:32.263652 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part 2026.05.06 01:57:32.263713 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:32.263720 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_61_12} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.06 01:57:32.263764 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.05.06 01:57:32.263791 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.06 01:57:32.263865 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 197 rows starting from the beginning of the part 2026.05.06 01:57:32.263930 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:32.264539 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.264582 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.265503 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:57:32.265788 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:32.265994 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} executeQuery: Read 30 rows, 55.05 KiB in 0.002457 sec., 12210.01221001221 rows/sec., 21.88 MiB/sec. 2026.05.06 01:57:32.266054 [ 277 ] {1b372843-1803-4ab9-a932-cd974eb7b8e5} TCPHandler: Processed in 0.002680625 sec. 2026.05.06 01:57:32.266180 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:32.266281 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:32.266329 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:32.266682 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.266718 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.267196 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.06 01:57:32.267422 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:32.267562 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. 2026.05.06 01:57:32.267600 [ 277 ] {15bf7645-8b14-4b84-a36e-d36754d3da1a} TCPHandler: Processed in 0.001468756 sec. 2026.05.06 01:57:32.267628 [ 76 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.06 01:57:32.267688 [ 76 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:32.267713 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:32.267798 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:32.267891 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:32.267917 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3012 rows starting from the beginning of the part 2026.05.06 01:57:32.267966 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part 2026.05.06 01:57:32.268018 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:32.268084 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:32.268142 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:32.268206 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:32.271685 [ 186 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 4 columns (4 merged, 0 gathered) in 0.003913146 sec., 843311.2385788825 rows/sec., 56.39 MiB/sec. 2026.05.06 01:57:32.272081 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.06 01:57:32.272342 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:32.272405 [ 189 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_61_12} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.06 01:57:32.272476 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.05.06 01:57:32.272964 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 22484 rows, containing 5 columns (5 merged, 0 gathered) in 0.009629145 sec., 2334994.4361622967 rows/sec., 150.90 MiB/sec. 2026.05.06 01:57:32.273455 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.06 01:57:32.273733 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:32.273810 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_61_12} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.06 01:57:32.273904 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.05.06 01:57:33.000271 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 303.33 MiB, peak 313.81 MiB, free memory in arenas 0.00 B, will set to 305.11 MiB (RSS), difference: 1.78 MiB 2026.05.06 01:57:34.096532 [ 75 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:57:34.096589 [ 75 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:57:34.250164 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18247 2026.05.06 01:57:34.250687 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:34.250741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:34.251227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:57:34.251451 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:34.251600 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18247 2026.05.06 01:57:35.192537 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.05.06 01:57:35.209458 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:35.209527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:35.216098 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:57:35.216858 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:35.219925 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.05.06 01:57:37.250779 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.251062 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:37.251420 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:37.251457 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} 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.06 01:57:37.251681 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:37.251751 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:37.251897 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:37.252011 [ 313 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:37.252027 [ 346 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:37.252047 [ 340 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:37.252053 [ 366 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:37.252215 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:37.252244 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:37.252312 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:37.252333 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:37.252368 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:37.252413 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:37.253534 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} executeQuery: Read 44 rows, 7.84 KiB in 0.002578 sec., 17067.494181536076 rows/sec., 2.97 MiB/sec. 2026.05.06 01:57:37.253663 [ 277 ] {088e37cb-6504-4ef0-b52d-0eb02dad580b} TCPHandler: Processed in 0.003031783 sec. 2026.05.06 01:57:37.255553 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.255665 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:37.255709 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:37.256184 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.256226 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.256600 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.06 01:57:37.256839 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:37.256986 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} executeQuery: Read 78 rows, 6.61 KiB in 0.001354 sec., 57607.09010339734 rows/sec., 4.77 MiB/sec. 2026.05.06 01:57:37.257024 [ 277 ] {c172232b-dc34-44e8-ae37-25bc318676a3} TCPHandler: Processed in 0.001522848 sec. 2026.05.06 01:57:37.257144 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.257242 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.257282 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:37.257672 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.257708 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.258001 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:57:37.258232 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:37.258401 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} executeQuery: Read 11 rows, 847.00 B in 0.001177 sec., 9345.794392523363 rows/sec., 702.76 KiB/sec. 2026.05.06 01:57:37.258447 [ 277 ] {ecc01e20-70bd-40e4-8532-11a6649f275b} TCPHandler: Processed in 0.001354224 sec. 2026.05.06 01:57:37.259032 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.259144 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:37.259205 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:37.259732 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.259772 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.260099 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.06 01:57:37.260340 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:37.260482 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} executeQuery: Read 75 rows, 6.00 KiB in 0.001358 sec., 55228.27687776141 rows/sec., 4.31 MiB/sec. 2026.05.06 01:57:37.260520 [ 277 ] {03a63a50-d337-48e0-bdcb-fb5069501c53} TCPHandler: Processed in 0.001551758 sec. 2026.05.06 01:57:37.260649 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.260746 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.260790 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:37.261172 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.261206 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.261520 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.06 01:57:37.261717 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:37.261841 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.05.06 01:57:37.261943 [ 277 ] {635906a9-54e1-4a29-994e-0f47f2f79151} TCPHandler: Processed in 0.001343373 sec. 2026.05.06 01:57:37.262047 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.262143 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.262199 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} 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.06 01:57:37.262964 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.262998 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.263522 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:57:37.263744 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:37.263884 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} executeQuery: Read 11 rows, 20.18 KiB in 0.001759 sec., 6253.553155201819 rows/sec., 11.21 MiB/sec. 2026.05.06 01:57:37.263938 [ 277 ] {b109aa25-fdf8-4aa2-9f83-6297d63f2512} TCPHandler: Processed in 0.001939518 sec. 2026.05.06 01:57:37.264056 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.264151 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.264193 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:37.264814 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.264858 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.265192 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.06 01:57:37.265422 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:37.265560 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. 2026.05.06 01:57:37.265599 [ 277 ] {0426edd7-c4ef-4a9d-8537-948c6705a854} TCPHandler: Processed in 0.001594579 sec. 2026.05.06 01:57:37.603180 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.603436 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:57:37.603796 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:37.603841 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:57:37.604107 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:37.604183 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:37.604317 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:57:37.604407 [ 313 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:37.604447 [ 366 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:37.604467 [ 336 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:37.604483 [ 358 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:37.604644 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:37.604673 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:37.604744 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:37.604765 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:37.604801 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:57:37.604840 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:57:37.606111 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} executeQuery: Read 44 rows, 9.42 KiB in 0.002799 sec., 15719.899964272956 rows/sec., 3.29 MiB/sec. 2026.05.06 01:57:37.606227 [ 277 ] {09d46c52-95e6-41cd-82aa-207b40c419f8} TCPHandler: Processed in 0.003155157 sec. 2026.05.06 01:57:37.618719 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.618858 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:57:37.618916 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:57:37.619448 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.619489 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.619848 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:57:37.620075 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:57:37.620213 [ 72 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.05.06 01:57:37.620233 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} executeQuery: Read 2 rows, 167.00 B in 0.001416 sec., 1412.4293785310736 rows/sec., 115.17 KiB/sec. 2026.05.06 01:57:37.620272 [ 72 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.620290 [ 277 ] {e10a6e13-d531-4df2-a324-244da93e3032} TCPHandler: Processed in 0.00163909 sec. 2026.05.06 01:57:37.620298 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.620402 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.05.06 01:57:37.620419 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.620512 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:37.620534 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:37.620548 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 22 rows starting from the beginning of the part 2026.05.06 01:57:37.620586 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:37.620618 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.05.06 01:57:37.620680 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.05.06 01:57:37.620719 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part 2026.05.06 01:57:37.620756 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.05.06 01:57:37.620797 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.05.06 01:57:37.621525 [ 187 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159398 sec., 39675.762766539185 rows/sec., 3.33 MiB/sec. 2026.05.06 01:57:37.621663 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.05.06 01:57:37.621908 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:57:37.621974 [ 188 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_15_3} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.05.06 01:57:37.622037 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 01:57:37.622093 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.622136 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.622634 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.06 01:57:37.622851 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:37.622998 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} executeQuery: Read 2462 rows, 187.08 KiB in 0.002485 sec., 990744.466800805 rows/sec., 73.52 MiB/sec. 2026.05.06 01:57:37.623038 [ 277 ] {91f10df3-bc42-49f8-a466-531175dc8563} TCPHandler: Processed in 0.002670305 sec. 2026.05.06 01:57:37.623155 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.623251 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.623291 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:37.623710 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.623755 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.624207 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:57:37.624430 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:37.624575 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} executeQuery: Read 41 rows, 3.07 KiB in 0.001342 sec., 30551.415797317433 rows/sec., 2.24 MiB/sec. 2026.05.06 01:57:37.624615 [ 277 ] {b9f4ddcb-3cd6-4f3a-a6e0-375039fa915a} TCPHandler: Processed in 0.001509427 sec. 2026.05.06 01:57:37.624739 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.624834 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.624875 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:57:37.625518 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.625556 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.625937 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:57:37.626156 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:57:37.626286 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} executeQuery: Read 801 rows, 47.38 KiB in 0.001471 sec., 544527.5322909585 rows/sec., 31.45 MiB/sec. 2026.05.06 01:57:37.626326 [ 277 ] {24c30822-8833-4b18-9f07-f996330f013d} TCPHandler: Processed in 0.00163623 sec. 2026.05.06 01:57:37.626457 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.626552 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.626592 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:57:37.626973 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.627009 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.627298 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 01:57:37.627505 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:57:37.627634 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} executeQuery: Read 1 rows, 72.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 63.86 KiB/sec. 2026.05.06 01:57:37.627673 [ 277 ] {fb6d27b7-8d2b-46b7-bdf8-97e8ac1deb84} TCPHandler: Processed in 0.001277362 sec. 2026.05.06 01:57:37.627786 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.627880 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:37.627921 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:37.628763 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.628800 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.629234 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.06 01:57:37.629443 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:37.629580 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} executeQuery: Read 1320 rows, 90.52 KiB in 0.001718 sec., 768335.2735739232 rows/sec., 51.45 MiB/sec. 2026.05.06 01:57:37.629620 [ 277 ] {73e46aab-cc0b-4d04-b954-e6368c05b0c2} TCPHandler: Processed in 0.001883876 sec. 2026.05.06 01:57:37.629731 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.629826 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.629870 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:37.630546 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.630583 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.631032 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.06 01:57:37.631249 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:37.631387 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} executeQuery: Read 1497 rows, 92.97 KiB in 0.001578 sec., 948669.2015209126 rows/sec., 57.54 MiB/sec. 2026.05.06 01:57:37.631425 [ 277 ] {f964fc0d-0b81-4b0b-a989-3ef1497454de} TCPHandler: Processed in 0.001743152 sec. 2026.05.06 01:57:37.631537 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.631632 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.631687 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} 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.06 01:57:37.632510 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.632547 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.633216 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:57:37.633553 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:37.633747 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} executeQuery: Read 39 rows, 71.56 KiB in 0.00213 sec., 18309.859154929578 rows/sec., 32.81 MiB/sec. 2026.05.06 01:57:37.633822 [ 277 ] {6b2e5adf-438c-456a-b7c8-7d51fc64120f} TCPHandler: Processed in 0.002333167 sec. 2026.05.06 01:57:37.633979 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:37.634097 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:37.634152 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:37.634549 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:37.634594 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:37.635013 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.06 01:57:37.635327 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:37.635495 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} executeQuery: Read 12 rows, 848.00 B in 0.001422 sec., 8438.818565400843 rows/sec., 582.37 KiB/sec. 2026.05.06 01:57:37.635546 [ 277 ] {87b7466e-cea5-4b1d-94b9-a03fe045ac19} TCPHandler: Processed in 0.00162998 sec. 2026.05.06 01:57:39.336288 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1130 2026.05.06 01:57:39.338992 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:39.339066 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:39.340415 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:57:39.340718 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:39.341127 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1130 2026.05.06 01:57:41.751821 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18695 2026.05.06 01:57:41.752371 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:41.752409 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:41.752888 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:57:41.753119 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:41.753246 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18695 2026.05.06 01:57:42.249079 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:42.249304 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:42.249655 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:42.249691 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} 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.06 01:57:42.249905 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:42.249980 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:42.250123 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:57:42.250249 [ 366 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:42.250286 [ 318 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:42.250295 [ 358 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:42.250255 [ 336 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:42.250477 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:42.250505 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:42.250587 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:42.250610 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:42.250646 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:57:42.250700 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:57:42.251854 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} executeQuery: Read 44 rows, 7.84 KiB in 0.002638 sec., 16679.302501895374 rows/sec., 2.90 MiB/sec. 2026.05.06 01:57:42.251989 [ 277 ] {d14e8841-a8ca-430d-932c-40a77c7ab8ee} TCPHandler: Processed in 0.003036354 sec. 2026.05.06 01:57:42.253437 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:42.253552 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:42.253597 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:42.254097 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:42.254139 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:42.254498 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.06 01:57:42.254722 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:42.254864 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} executeQuery: Read 56 rows, 4.41 KiB in 0.001344 sec., 41666.66666666667 rows/sec., 3.20 MiB/sec. 2026.05.06 01:57:42.254901 [ 277 ] {c2ac1aab-c1b6-4375-af56-d5d5a228d1fb} TCPHandler: Processed in 0.001515588 sec. 2026.05.06 01:57:42.255016 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:42.255109 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:42.255148 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:42.255572 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:42.255607 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:42.255897 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.06 01:57:42.256099 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:42.256225 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} executeQuery: Read 64 rows, 5.12 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 4.41 MiB/sec. 2026.05.06 01:57:42.256261 [ 277 ] {361e94eb-f9ae-4b26-9561-9559adfb1137} TCPHandler: Processed in 0.001292462 sec. 2026.05.06 01:57:42.256372 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:42.256464 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:42.256506 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:42.256865 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:42.256900 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:42.257209 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.06 01:57:42.257410 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:42.257535 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} executeQuery: Read 128 rows, 9.13 KiB in 0.00109 sec., 117431.19266055046 rows/sec., 8.18 MiB/sec. 2026.05.06 01:57:42.257571 [ 277 ] {bcf83b4b-831a-4e82-9abc-81c51cfe5b5e} TCPHandler: Processed in 0.001246441 sec. 2026.05.06 01:57:42.257686 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:42.257778 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:42.257818 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:42.258148 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:42.258183 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:42.258525 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.06 01:57:42.259007 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:42.259169 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} executeQuery: Read 48 rows, 3.31 KiB in 0.001408 sec., 34090.90909090909 rows/sec., 2.30 MiB/sec. 2026.05.06 01:57:42.259212 [ 277 ] {92fdd34e-c0b5-4b4b-9029-fd81a4931873} TCPHandler: Processed in 0.001573159 sec. 2026.05.06 01:57:42.720055 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.05.06 01:57:42.737398 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:42.737463 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:42.744022 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:57:42.744722 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:42.747579 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.05.06 01:57:47.250149 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.250426 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:47.250798 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:47.250835 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} 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.06 01:57:47.251056 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:47.251125 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:47.251269 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:47.251398 [ 366 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:47.251425 [ 336 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:47.251418 [ 318 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:47.251409 [ 347 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:47.251619 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:47.251648 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:47.251718 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:47.251739 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:47.251773 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:47.251812 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:47.253094 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} executeQuery: Read 44 rows, 7.84 KiB in 0.00277 sec., 15884.476534296029 rows/sec., 2.76 MiB/sec. 2026.05.06 01:57:47.253230 [ 277 ] {1d7cf076-516f-4e6c-8441-5d7ad643e260} TCPHandler: Processed in 0.003222159 sec. 2026.05.06 01:57:47.255075 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.255184 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:47.255229 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:47.255714 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:47.255757 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:47.256140 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.06 01:57:47.256361 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:47.256524 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} executeQuery: Read 78 rows, 6.61 KiB in 0.001371 sec., 56892.778993435444 rows/sec., 4.71 MiB/sec. 2026.05.06 01:57:47.256566 [ 277 ] {7493b979-0979-4437-9b80-844da87f459f} TCPHandler: Processed in 0.001541467 sec. 2026.05.06 01:57:47.256687 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.256783 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:47.256824 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:47.257209 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:47.257246 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:47.257545 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:57:47.257758 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:47.257899 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} executeQuery: Read 11 rows, 847.00 B in 0.001135 sec., 9691.629955947137 rows/sec., 728.77 KiB/sec. 2026.05.06 01:57:47.257940 [ 277 ] {cd271d97-2c3f-4c02-abc6-bf0b31f39c6f} TCPHandler: Processed in 0.001302892 sec. 2026.05.06 01:57:47.258056 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.258153 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:47.258201 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:47.258769 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:47.258811 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:47.259245 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.06 01:57:47.259593 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:47.259772 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} executeQuery: Read 75 rows, 6.00 KiB in 0.001637 sec., 45815.51618814906 rows/sec., 3.58 MiB/sec. 2026.05.06 01:57:47.259814 [ 277 ] {70ff050c-f80f-439f-ae76-a3b7fd6744fd} TCPHandler: Processed in 0.001808675 sec. 2026.05.06 01:57:47.259950 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.260050 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:47.260095 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:47.260512 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:47.260549 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:47.260895 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.06 01:57:47.261133 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:47.261282 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.05.06 01:57:47.261322 [ 277 ] {d41cadcc-538a-4e54-836d-ebe42491ddce} TCPHandler: Processed in 0.001423314 sec. 2026.05.06 01:57:47.261460 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.261573 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:47.261631 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} 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.06 01:57:47.262502 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:47.262543 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:47.263111 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:57:47.263351 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:47.263511 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} executeQuery: Read 11 rows, 20.18 KiB in 0.001957 sec., 5620.848237097598 rows/sec., 10.07 MiB/sec. 2026.05.06 01:57:47.263565 [ 277 ] {4463750e-eb6d-4f4c-948d-e01860019356} TCPHandler: Processed in 0.002166163 sec. 2026.05.06 01:57:47.263688 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:47.263786 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:47.263828 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:47.264180 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:47.264222 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:47.264560 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.06 01:57:47.264775 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:47.264917 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2026.05.06 01:57:47.264955 [ 277 ] {62f7470f-579a-4b60-bce0-b4e3ddc7b862} TCPHandler: Processed in 0.001317712 sec. 2026.05.06 01:57:49.096625 [ 52 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:57:49.096680 [ 52 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:57:49.253345 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19207 2026.05.06 01:57:49.253896 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:49.253935 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:49.254586 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:57:49.254832 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:49.254982 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19207 2026.05.06 01:57:49.341409 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1154 2026.05.06 01:57:49.343523 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:49.343568 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:49.344718 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:57:49.344966 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:49.345215 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1154 2026.05.06 01:57:50.247693 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.05.06 01:57:50.265211 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:50.265263 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:50.271240 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:57:50.271913 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:50.274922 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.05.06 01:57:50.507276 [ 51 ] {} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 01:57:50.507344 [ 51 ] {} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:50.507366 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:50.507489 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:57:50.507632 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:50.507666 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:57:50.507745 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:57:50.507787 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:57:50.507830 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:57:50.507868 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:57:50.508591 [ 188 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001155578 sec., 5192.206843674767 rows/sec., 385.36 KiB/sec. 2026.05.06 01:57:50.508781 [ 187 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 01:57:50.509091 [ 187 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_9_2} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:57:50.509172 [ 187 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_9_2} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 01:57:50.509284 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.05.06 01:57:52.251314 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.251577 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:52.251919 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:52.251953 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} 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.06 01:57:52.252167 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:52.252234 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:52.252375 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:57:52.252490 [ 336 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:52.252515 [ 359 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:52.252531 [ 366 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:52.252515 [ 318 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:52.252700 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:57:52.252728 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:52.252796 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:52.252816 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:57:52.252849 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:52.252887 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:57:52.254097 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} executeQuery: Read 44 rows, 7.84 KiB in 0.002622 sec., 16781.083142639207 rows/sec., 2.92 MiB/sec. 2026.05.06 01:57:52.254225 [ 277 ] {d5a4ce13-b9e5-4707-bf43-19bedfcf0f0d} TCPHandler: Processed in 0.003051645 sec. 2026.05.06 01:57:52.256346 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.256479 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:52.256531 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:52.257131 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.257175 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:52.257548 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.06 01:57:52.257768 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:52.257925 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} executeQuery: Read 116 rows, 10.09 KiB in 0.001483 sec., 78219.8246797033 rows/sec., 6.64 MiB/sec. 2026.05.06 01:57:52.257957 [ 50 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.06 01:57:52.257964 [ 277 ] {dfda6546-7579-4bd7-aa3e-e4239c9cb3e6} TCPHandler: Processed in 0.001679031 sec. 2026.05.06 01:57:52.258037 [ 50 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.258082 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:52.258148 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.258240 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:57:52.258248 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:52.258390 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:52.258423 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:52.258480 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3358 rows starting from the beginning of the part 2026.05.06 01:57:52.258580 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 78 rows starting from the beginning of the part 2026.05.06 01:57:52.258666 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2462 rows starting from the beginning of the part 2026.05.06 01:57:52.258797 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2026.05.06 01:57:52.258898 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:57:52.259010 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 116 rows starting from the beginning of the part 2026.05.06 01:57:52.259483 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.259606 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.259978 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:57:52.260217 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:52.260358 [ 49 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:57:52.260364 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} executeQuery: Read 30 rows, 2.26 KiB in 0.002132 sec., 14071.294559099435 rows/sec., 1.03 MiB/sec. 2026.05.06 01:57:52.260400 [ 49 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.260416 [ 277 ] {28b31519-a79a-4fe1-809f-092f6fd8d70c} TCPHandler: Processed in 0.002315256 sec. 2026.05.06 01:57:52.260420 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.260543 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:52.260555 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.260719 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:52.260727 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:52.260763 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:52.260784 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 226 rows starting from the beginning of the part 2026.05.06 01:57:52.260872 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:52.260932 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:52.260973 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part 2026.05.06 01:57:52.261012 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:57:52.261053 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:52.261262 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.261303 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.261577 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6148 rows, containing 5 columns (5 merged, 0 gathered) in 0.003403853 sec., 1806188.4576096558 rows/sec., 143.16 MiB/sec. 2026.05.06 01:57:52.261907 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.06 01:57:52.261952 [ 197 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 5 columns (5 merged, 0 gathered) in 0.001471486 sec., 237175.20927823984 rows/sec., 16.87 MiB/sec. 2026.05.06 01:57:52.261963 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.06 01:57:52.262131 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:57:52.262290 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:52.262302 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:52.262416 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_66_13} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.06 01:57:52.262437 [ 49 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.06 01:57:52.262455 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} executeQuery: Read 94 rows, 7.52 KiB in 0.001754 sec., 53591.79019384265 rows/sec., 4.19 MiB/sec. 2026.05.06 01:57:52.262474 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:52.262479 [ 49 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.262501 [ 277 ] {c7a7b384-6810-41e2-ad59-570dfd8928bd} TCPHandler: Processed in 0.002002299 sec. 2026.05.06 01:57:52.262518 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.05.06 01:57:52.262529 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:52.262576 [ 188 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_56_11} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:57:52.262626 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:57:52.262649 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.262670 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 01:57:52.262729 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:52.262751 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:52.262762 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1831 rows starting from the beginning of the part 2026.05.06 01:57:52.262801 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:52.262835 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 75 rows starting from the beginning of the part 2026.05.06 01:57:52.262885 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1320 rows starting from the beginning of the part 2026.05.06 01:57:52.262926 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2026.05.06 01:57:52.262972 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:57:52.263029 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 94 rows starting from the beginning of the part 2026.05.06 01:57:52.263256 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.263297 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.263651 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.06 01:57:52.263875 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:52.263978 [ 49 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.06 01:57:52.264004 [ 49 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.264021 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.264022 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2026.05.06 01:57:52.264072 [ 277 ] {78be72ec-a72c-48a7-97bc-cfccdacce0bc} TCPHandler: Processed in 0.001470656 sec. 2026.05.06 01:57:52.264092 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:52.264184 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:52.264197 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.264210 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 22484 rows starting from the beginning of the part 2026.05.06 01:57:52.264279 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3459 rows, containing 5 columns (5 merged, 0 gathered) in 0.001687181 sec., 2050165.3349581342 rows/sec., 148.45 MiB/sec. 2026.05.06 01:57:52.264281 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.05.06 01:57:52.264301 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:52.264354 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1497 rows starting from the beginning of the part 2026.05.06 01:57:52.264374 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} 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.06 01:57:52.264402 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part 2026.05.06 01:57:52.264447 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::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.06 01:57:52.264487 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.05.06 01:57:52.264547 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.06 01:57:52.264847 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:52.264916 [ 197 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_66_13} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.06 01:57:52.265011 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.06 01:57:52.265239 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.265272 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.265884 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:57:52.266140 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:52.266249 [ 49 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:57:52.266278 [ 49 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.266292 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} executeQuery: Read 30 rows, 55.05 KiB in 0.002008 sec., 14940.239043824702 rows/sec., 26.77 MiB/sec. 2026.05.06 01:57:52.266294 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.266346 [ 277 ] {bc519314-4fca-4b5d-ac53-0bb8095c3a3a} TCPHandler: Processed in 0.002196083 sec. 2026.05.06 01:57:52.266401 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:52.266472 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:52.266571 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:52.266612 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:52.266639 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:52.266701 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1062 rows starting from the beginning of the part 2026.05.06 01:57:52.266820 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:52.266924 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:52.266958 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.266999 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.267025 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part 2026.05.06 01:57:52.267146 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:57:52.267298 [ 190 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part 2026.05.06 01:57:52.267366 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.06 01:57:52.267608 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:52.267737 [ 49 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.06 01:57:52.267748 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2026.05.06 01:57:52.267779 [ 49 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:52.267793 [ 277 ] {c7f3cdf8-ab81-4a12-a55a-049314c29007} TCPHandler: Processed in 0.001369544 sec. 2026.05.06 01:57:52.267804 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:52.267897 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:52.267999 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:52.268030 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3300 rows starting from the beginning of the part 2026.05.06 01:57:52.268081 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.05.06 01:57:52.268128 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 12 rows starting from the beginning of the part 2026.05.06 01:57:52.268181 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part 2026.05.06 01:57:52.268227 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:52.268274 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:57:52.270545 [ 192 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3540 rows, containing 4 columns (4 merged, 0 gathered) in 0.002692166 sec., 1314926.345552243 rows/sec., 87.97 MiB/sec. 2026.05.06 01:57:52.270981 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.06 01:57:52.271275 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:52.271341 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_66_13} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.06 01:57:52.271413 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.05.06 01:57:52.273095 [ 202 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 24589 rows, containing 5 columns (5 merged, 0 gathered) in 0.009032781 sec., 2722195.9660042683 rows/sec., 175.60 MiB/sec. 2026.05.06 01:57:52.273310 [ 193 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.06 01:57:52.273574 [ 193 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:52.273643 [ 193 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_66_13} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.06 01:57:52.273720 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.05.06 01:57:52.277906 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1183 rows, containing 19 columns (19 merged, 0 gathered) in 0.011550432 sec., 102420.41163482025 rows/sec., 183.53 MiB/sec. 2026.05.06 01:57:52.279697 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:57:52.280043 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:52.280119 [ 191 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_56_11} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:57:52.280261 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB. 2026.05.06 01:57:53.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 307.74 MiB, peak 321.53 MiB, free memory in arenas 0.00 B, will set to 313.77 MiB (RSS), difference: 6.03 MiB 2026.05.06 01:57:53.026323 [ 45 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 2026.05.06 01:57:53.026421 [ 45 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:53.026458 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 01:57:53.026631 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full 2026.05.06 01:57:53.026862 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:53.026923 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 974 rows starting from the beginning of the part 2026.05.06 01:57:53.027041 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.05.06 01:57:53.027140 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 801 rows starting from the beginning of the part 2026.05.06 01:57:53.027198 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.05.06 01:57:53.027247 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 801 rows starting from the beginning of the part 2026.05.06 01:57:53.028423 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 2624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001871476 sec., 1402101.8703953458 rows/sec., 87.85 MiB/sec. 2026.05.06 01:57:53.028603 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.05.06 01:57:53.028861 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:57:53.028931 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_20_4} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 2026.05.06 01:57:53.029001 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.05.06 01:57:56.281774 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62453 2026.05.06 01:57:56.281923 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.281959 [ 258 ] {} TCP-Session: 0a7a06ea-2540-4744-9c30-ed7858d7d1eb Authenticating user 'default' from [fd00:1122:3344:101::e]:62453 2026.05.06 01:57:56.281987 [ 258 ] {} TCP-Session: 0a7a06ea-2540-4744-9c30-ed7858d7d1eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.282003 [ 258 ] {} TCP-Session: 0a7a06ea-2540-4744-9c30-ed7858d7d1eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.282333 [ 258 ] {} TCP-Session: 0a7a06ea-2540-4744-9c30-ed7858d7d1eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:56.282535 [ 258 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} executeQuery: (from [fd00:1122:3344:101::e]:62453) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:57:56.282839 [ 258 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:57:56.282906 [ 258 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:56.283246 [ 258 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:57:56.284272 [ 318 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} AggregatingTransform: Aggregating 2026.05.06 01:57:56.284313 [ 318 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} Aggregator: Aggregation method: without_key 2026.05.06 01:57:56.284348 [ 318 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000988054 sec. (1012.090 rows/sec., 39.53 KiB/sec.) 2026.05.06 01:57:56.284368 [ 318 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} Aggregator: Merging aggregated data 2026.05.06 01:57:56.285283 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32916 2026.05.06 01:57:56.285512 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49326 2026.05.06 01:57:56.285570 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45264 2026.05.06 01:57:56.285572 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.285643 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44525 2026.05.06 01:57:56.285674 [ 368 ] {} TCP-Session: f922ef2d-c16c-4f4c-8d4c-088591511bdf Authenticating user 'default' from [fd00:1122:3344:101::e]:32916 2026.05.06 01:57:56.285696 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39988 2026.05.06 01:57:56.285737 [ 368 ] {} TCP-Session: f922ef2d-c16c-4f4c-8d4c-088591511bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.285690 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.285814 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.285831 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.285866 [ 371 ] {} TCP-Session: 5d955cc0-28fd-4dcc-9180-da00bdd97e6c Authenticating user 'default' from [fd00:1122:3344:101::e]:44525 2026.05.06 01:57:56.285885 [ 375 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38586 2026.05.06 01:57:56.285895 [ 372 ] {} TCP-Session: 0995319d-3e97-461a-859f-8aedd549c0d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39988 2026.05.06 01:57:56.285918 [ 371 ] {} TCP-Session: 5d955cc0-28fd-4dcc-9180-da00bdd97e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.285961 [ 372 ] {} TCP-Session: 0995319d-3e97-461a-859f-8aedd549c0d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.285978 [ 371 ] {} TCP-Session: 5d955cc0-28fd-4dcc-9180-da00bdd97e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286001 [ 372 ] {} TCP-Session: 0995319d-3e97-461a-859f-8aedd549c0d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286019 [ 375 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.286075 [ 375 ] {} TCP-Session: ec98c3f3-2237-41f4-aac7-4cba1206e54e Authenticating user 'default' from [fd00:1122:3344:101::e]:38586 2026.05.06 01:57:56.285765 [ 368 ] {} TCP-Session: f922ef2d-c16c-4f4c-8d4c-088591511bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286106 [ 375 ] {} TCP-Session: ec98c3f3-2237-41f4-aac7-4cba1206e54e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286155 [ 375 ] {} TCP-Session: ec98c3f3-2237-41f4-aac7-4cba1206e54e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.285820 [ 374 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44080 2026.05.06 01:57:56.285761 [ 373 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51226 2026.05.06 01:57:56.285667 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.285825 [ 370 ] {} TCP-Session: 2e254853-f95a-43c2-aca7-c8dabb397bed Authenticating user 'default' from [fd00:1122:3344:101::e]:45264 2026.05.06 01:57:56.286351 [ 369 ] {} TCP-Session: 61d5a36f-318a-4043-833b-d99958ce7a8f Authenticating user 'default' from [fd00:1122:3344:101::e]:49326 2026.05.06 01:57:56.286366 [ 370 ] {} TCP-Session: 2e254853-f95a-43c2-aca7-c8dabb397bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286396 [ 369 ] {} TCP-Session: 61d5a36f-318a-4043-833b-d99958ce7a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286399 [ 370 ] {} TCP-Session: 2e254853-f95a-43c2-aca7-c8dabb397bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286419 [ 258 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} executeQuery: Read 1 rows, 40.00 B in 0.003948 sec., 253.29280648429585 rows/sec., 9.89 KiB/sec. 2026.05.06 01:57:56.286423 [ 369 ] {} TCP-Session: 61d5a36f-318a-4043-833b-d99958ce7a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286561 [ 374 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.286601 [ 374 ] {} TCP-Session: dc80d82f-c0d0-43ed-93cb-2754c6a4ac15 Authenticating user 'default' from [fd00:1122:3344:101::e]:44080 2026.05.06 01:57:56.286623 [ 374 ] {} TCP-Session: dc80d82f-c0d0-43ed-93cb-2754c6a4ac15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286643 [ 374 ] {} TCP-Session: dc80d82f-c0d0-43ed-93cb-2754c6a4ac15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286642 [ 258 ] {7a58a2dc-8cd4-4874-8f92-ae1e6e21de66} TCPHandler: Processed in 0.004444649 sec. 2026.05.06 01:57:56.286862 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.286888 [ 373 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.286907 [ 258 ] {} TCP-Session: 0a7a06ea-2540-4744-9c30-ed7858d7d1eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.286897 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.286951 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.286974 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.286986 [ 372 ] {} TCP-Session: 0995319d-3e97-461a-859f-8aedd549c0d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287008 [ 368 ] {} TCP-Session: f922ef2d-c16c-4f4c-8d4c-088591511bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287022 [ 370 ] {} TCP-Session: 2e254853-f95a-43c2-aca7-c8dabb397bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287033 [ 375 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.287080 [ 374 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.287050 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.287124 [ 375 ] {} TCP-Session: ec98c3f3-2237-41f4-aac7-4cba1206e54e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287142 [ 374 ] {} TCP-Session: dc80d82f-c0d0-43ed-93cb-2754c6a4ac15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287153 [ 371 ] {} TCP-Session: 5d955cc0-28fd-4dcc-9180-da00bdd97e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287010 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.286938 [ 373 ] {} TCP-Session: 7069baf7-f664-41eb-8330-bf76499485b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51226 2026.05.06 01:57:56.287252 [ 369 ] {} TCP-Session: 61d5a36f-318a-4043-833b-d99958ce7a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287260 [ 373 ] {} TCP-Session: 7069baf7-f664-41eb-8330-bf76499485b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.287294 [ 373 ] {} TCP-Session: 7069baf7-f664-41eb-8330-bf76499485b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.316054 [ 373 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:51226). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.06 01:57:56.316287 [ 373 ] {} TCP-Session: 7069baf7-f664-41eb-8330-bf76499485b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.561826 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45592 2026.05.06 01:57:56.561935 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.561962 [ 258 ] {} TCP-Session: f93131e2-ee0d-4829-b685-f53b97ff3d72 Authenticating user 'default' from [fd00:1122:3344:101::e]:45592 2026.05.06 01:57:56.561985 [ 258 ] {} TCP-Session: f93131e2-ee0d-4829-b685-f53b97ff3d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.561999 [ 258 ] {} TCP-Session: f93131e2-ee0d-4829-b685-f53b97ff3d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562241 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42045 2026.05.06 01:57:56.562268 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33786 2026.05.06 01:57:56.562293 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48449 2026.05.06 01:57:56.562304 [ 373 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38093 2026.05.06 01:57:56.562327 [ 375 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36568 2026.05.06 01:57:56.562365 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562374 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562388 [ 373 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562414 [ 372 ] {} TCP-Session: 5ef0483e-802f-425e-a659-624949a08557 Authenticating user 'default' from [fd00:1122:3344:101::e]:48449 2026.05.06 01:57:56.562414 [ 368 ] {} TCP-Session: 25aff208-3180-42dd-911f-467d38fbcd0d Authenticating user 'default' from [fd00:1122:3344:101::e]:42045 2026.05.06 01:57:56.562432 [ 373 ] {} TCP-Session: 03bf36f3-9e31-4dc1-a424-a32209ed8d04 Authenticating user 'default' from [fd00:1122:3344:101::e]:38093 2026.05.06 01:57:56.562446 [ 372 ] {} TCP-Session: 5ef0483e-802f-425e-a659-624949a08557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562452 [ 368 ] {} TCP-Session: 25aff208-3180-42dd-911f-467d38fbcd0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562471 [ 372 ] {} TCP-Session: 5ef0483e-802f-425e-a659-624949a08557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562465 [ 373 ] {} TCP-Session: 03bf36f3-9e31-4dc1-a424-a32209ed8d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562480 [ 368 ] {} TCP-Session: 25aff208-3180-42dd-911f-467d38fbcd0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562505 [ 373 ] {} TCP-Session: 03bf36f3-9e31-4dc1-a424-a32209ed8d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562367 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562340 [ 258 ] {} TCP-Session: f93131e2-ee0d-4829-b685-f53b97ff3d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:56.562557 [ 370 ] {} TCP-Session: 965704a0-8e95-44d0-9a8a-8a5bde379e94 Authenticating user 'default' from [fd00:1122:3344:101::e]:33786 2026.05.06 01:57:56.562320 [ 374 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50657 2026.05.06 01:57:56.562583 [ 370 ] {} TCP-Session: 965704a0-8e95-44d0-9a8a-8a5bde379e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562643 [ 370 ] {} TCP-Session: 965704a0-8e95-44d0-9a8a-8a5bde379e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562297 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56477 2026.05.06 01:57:56.562264 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48140 2026.05.06 01:57:56.562705 [ 374 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562712 [ 258 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} executeQuery: (from [fd00:1122:3344:101::e]:45592) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:57:56.562733 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562739 [ 374 ] {} TCP-Session: dc770471-8092-4c3a-b44c-210df9bc8025 Authenticating user 'default' from [fd00:1122:3344:101::e]:50657 2026.05.06 01:57:56.562759 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562771 [ 371 ] {} TCP-Session: 24612faf-7dc3-4a44-bfc2-4fe38c9841aa Authenticating user 'default' from [fd00:1122:3344:101::e]:56477 2026.05.06 01:57:56.562790 [ 369 ] {} TCP-Session: 9882e69e-ca1f-408f-b4be-b0de57105922 Authenticating user 'default' from [fd00:1122:3344:101::e]:48140 2026.05.06 01:57:56.562835 [ 371 ] {} TCP-Session: 24612faf-7dc3-4a44-bfc2-4fe38c9841aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562850 [ 369 ] {} TCP-Session: 9882e69e-ca1f-408f-b4be-b0de57105922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562863 [ 371 ] {} TCP-Session: 24612faf-7dc3-4a44-bfc2-4fe38c9841aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562874 [ 369 ] {} TCP-Session: 9882e69e-ca1f-408f-b4be-b0de57105922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562782 [ 374 ] {} TCP-Session: dc770471-8092-4c3a-b44c-210df9bc8025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562461 [ 375 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.562913 [ 374 ] {} TCP-Session: dc770471-8092-4c3a-b44c-210df9bc8025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562957 [ 375 ] {} TCP-Session: 014f9a28-e7cb-4a3d-b2bb-9c7c62bd0e32 Authenticating user 'default' from [fd00:1122:3344:101::e]:36568 2026.05.06 01:57:56.562981 [ 375 ] {} TCP-Session: 014f9a28-e7cb-4a3d-b2bb-9c7c62bd0e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.562995 [ 375 ] {} TCP-Session: 014f9a28-e7cb-4a3d-b2bb-9c7c62bd0e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.563003 [ 258 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:57:56.563080 [ 258 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:56.563382 [ 258 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:57:56.564397 [ 328 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} AggregatingTransform: Aggregating 2026.05.06 01:57:56.564451 [ 328 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} Aggregator: Aggregation method: without_key 2026.05.06 01:57:56.564490 [ 328 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001008035 sec. (992.029 rows/sec., 38.75 KiB/sec.) 2026.05.06 01:57:56.564511 [ 328 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} Aggregator: Merging aggregated data 2026.05.06 01:57:56.565879 [ 258 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} executeQuery: Read 1 rows, 40.00 B in 0.003219 sec., 310.65548306927616 rows/sec., 12.13 KiB/sec. 2026.05.06 01:57:56.566025 [ 258 ] {e45e482f-8361-4e2e-a899-2f6f684f6712} TCPHandler: Processed in 0.003815234 sec. 2026.05.06 01:57:56.566153 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566180 [ 258 ] {} TCP-Session: f93131e2-ee0d-4829-b685-f53b97ff3d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566187 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566208 [ 375 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566227 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566229 [ 368 ] {} TCP-Session: 25aff208-3180-42dd-911f-467d38fbcd0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566249 [ 375 ] {} TCP-Session: 014f9a28-e7cb-4a3d-b2bb-9c7c62bd0e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566257 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566270 [ 372 ] {} TCP-Session: 5ef0483e-802f-425e-a659-624949a08557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566300 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566313 [ 374 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566338 [ 373 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566366 [ 374 ] {} TCP-Session: dc770471-8092-4c3a-b44c-210df9bc8025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566340 [ 370 ] {} TCP-Session: 965704a0-8e95-44d0-9a8a-8a5bde379e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566389 [ 373 ] {} TCP-Session: 03bf36f3-9e31-4dc1-a424-a32209ed8d04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566307 [ 371 ] {} TCP-Session: 24612faf-7dc3-4a44-bfc2-4fe38c9841aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.566273 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.566485 [ 369 ] {} TCP-Session: 9882e69e-ca1f-408f-b4be-b0de57105922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.755084 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19655 2026.05.06 01:57:56.755571 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:56.755617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:56.756111 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:57:56.756335 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:56.756472 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19655 2026.05.06 01:57:56.756516 [ 43 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:57:56.756586 [ 43 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:56.756607 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:56.756715 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:57:56.756814 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:56.756845 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17287 rows starting from the beginning of the part 2026.05.06 01:57:56.756899 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.05.06 01:57:56.756942 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.05.06 01:57:56.756991 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.05.06 01:57:56.757033 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.05.06 01:57:56.757071 [ 192 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.05.06 01:57:56.759253 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19655 rows, containing 4 columns (4 merged, 0 gathered) in 0.002574923 sec., 7633237.9647857435 rows/sec., 109.19 MiB/sec. 2026.05.06 01:57:56.759725 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:57:56.760159 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:57:56.760276 [ 186 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_41_8} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:57:56.760420 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2026.05.06 01:57:56.769386 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63992 2026.05.06 01:57:56.769464 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.769488 [ 258 ] {} TCP-Session: 0ae8e531-6d45-4520-9230-05c2f1cf7232 Authenticating user 'default' from [fd00:1122:3344:101::e]:63992 2026.05.06 01:57:56.769510 [ 258 ] {} TCP-Session: 0ae8e531-6d45-4520-9230-05c2f1cf7232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769522 [ 258 ] {} TCP-Session: 0ae8e531-6d45-4520-9230-05c2f1cf7232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769727 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37190 2026.05.06 01:57:56.769745 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56813 2026.05.06 01:57:56.769771 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42241 2026.05.06 01:57:56.769798 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61037 2026.05.06 01:57:56.769825 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.769834 [ 375 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60002 2026.05.06 01:57:56.769860 [ 368 ] {} TCP-Session: d6a2f09c-1a1b-40ca-9b71-5f77ef18dc65 Authenticating user 'default' from [fd00:1122:3344:101::e]:37190 2026.05.06 01:57:56.769869 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.769885 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.769900 [ 368 ] {} TCP-Session: d6a2f09c-1a1b-40ca-9b71-5f77ef18dc65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769909 [ 370 ] {} TCP-Session: dc93ac9b-5c32-4be3-a7b9-b36249e5049f Authenticating user 'default' from [fd00:1122:3344:101::e]:42241 2026.05.06 01:57:56.769922 [ 372 ] {} TCP-Session: 60940de2-b444-49d7-a808-95a66cc38053 Authenticating user 'default' from [fd00:1122:3344:101::e]:61037 2026.05.06 01:57:56.769925 [ 368 ] {} TCP-Session: d6a2f09c-1a1b-40ca-9b71-5f77ef18dc65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769943 [ 370 ] {} TCP-Session: dc93ac9b-5c32-4be3-a7b9-b36249e5049f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769955 [ 372 ] {} TCP-Session: 60940de2-b444-49d7-a808-95a66cc38053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769974 [ 370 ] {} TCP-Session: dc93ac9b-5c32-4be3-a7b9-b36249e5049f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769987 [ 372 ] {} TCP-Session: 60940de2-b444-49d7-a808-95a66cc38053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769873 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.769864 [ 258 ] {} TCP-Session: 0ae8e531-6d45-4520-9230-05c2f1cf7232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:56.770053 [ 369 ] {} TCP-Session: aa1f43f4-d76f-41c7-8870-4b4e7208608a Authenticating user 'default' from [fd00:1122:3344:101::e]:56813 2026.05.06 01:57:56.769825 [ 374 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39705 2026.05.06 01:57:56.770087 [ 369 ] {} TCP-Session: aa1f43f4-d76f-41c7-8870-4b4e7208608a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.769791 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63609 2026.05.06 01:57:56.770107 [ 369 ] {} TCP-Session: aa1f43f4-d76f-41c7-8870-4b4e7208608a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770141 [ 374 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.769812 [ 373 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53416 2026.05.06 01:57:56.770168 [ 374 ] {} TCP-Session: c197d60f-bb51-4221-9747-42af0e9e5802 Authenticating user 'default' from [fd00:1122:3344:101::e]:39705 2026.05.06 01:57:56.770181 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.770207 [ 374 ] {} TCP-Session: c197d60f-bb51-4221-9747-42af0e9e5802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770208 [ 258 ] {7c828297-d99b-4146-957b-83856b49060d} executeQuery: (from [fd00:1122:3344:101::e]:63992) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:57:56.770232 [ 374 ] {} TCP-Session: c197d60f-bb51-4221-9747-42af0e9e5802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770234 [ 373 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.770230 [ 371 ] {} TCP-Session: 984d1ab4-c5ee-4002-ba2d-21c12148f224 Authenticating user 'default' from [fd00:1122:3344:101::e]:63609 2026.05.06 01:57:56.769939 [ 375 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:57:56.770296 [ 373 ] {} TCP-Session: 7d71146d-a257-4b36-9632-a765c41e361a Authenticating user 'default' from [fd00:1122:3344:101::e]:53416 2026.05.06 01:57:56.770331 [ 375 ] {} TCP-Session: a015b37f-b9ec-4618-a4a1-2d42f38f475f Authenticating user 'default' from [fd00:1122:3344:101::e]:60002 2026.05.06 01:57:56.770306 [ 371 ] {} TCP-Session: 984d1ab4-c5ee-4002-ba2d-21c12148f224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770354 [ 373 ] {} TCP-Session: 7d71146d-a257-4b36-9632-a765c41e361a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770360 [ 375 ] {} TCP-Session: a015b37f-b9ec-4618-a4a1-2d42f38f475f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770368 [ 371 ] {} TCP-Session: 984d1ab4-c5ee-4002-ba2d-21c12148f224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770389 [ 373 ] {} TCP-Session: 7d71146d-a257-4b36-9632-a765c41e361a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770396 [ 375 ] {} TCP-Session: a015b37f-b9ec-4618-a4a1-2d42f38f475f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.770515 [ 258 ] {7c828297-d99b-4146-957b-83856b49060d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:57:56.770575 [ 258 ] {7c828297-d99b-4146-957b-83856b49060d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:56.770907 [ 258 ] {7c828297-d99b-4146-957b-83856b49060d} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:57:56.771755 [ 314 ] {7c828297-d99b-4146-957b-83856b49060d} AggregatingTransform: Aggregating 2026.05.06 01:57:56.771791 [ 314 ] {7c828297-d99b-4146-957b-83856b49060d} Aggregator: Aggregation method: without_key 2026.05.06 01:57:56.771822 [ 314 ] {7c828297-d99b-4146-957b-83856b49060d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00081734 sec. (1223.481 rows/sec., 47.79 KiB/sec.) 2026.05.06 01:57:56.771839 [ 314 ] {7c828297-d99b-4146-957b-83856b49060d} Aggregator: Merging aggregated data 2026.05.06 01:57:56.773305 [ 258 ] {7c828297-d99b-4146-957b-83856b49060d} executeQuery: Read 1 rows, 40.00 B in 0.003149 sec., 317.56113051762463 rows/sec., 12.40 KiB/sec. 2026.05.06 01:57:56.773416 [ 258 ] {7c828297-d99b-4146-957b-83856b49060d} TCPHandler: Processed in 0.00369685 sec. 2026.05.06 01:57:56.773556 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773584 [ 258 ] {} TCP-Session: 0ae8e531-6d45-4520-9230-05c2f1cf7232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773587 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773613 [ 375 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773634 [ 368 ] {} TCP-Session: d6a2f09c-1a1b-40ca-9b71-5f77ef18dc65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773637 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773662 [ 375 ] {} TCP-Session: a015b37f-b9ec-4618-a4a1-2d42f38f475f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773666 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773694 [ 369 ] {} TCP-Session: aa1f43f4-d76f-41c7-8870-4b4e7208608a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773695 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773712 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773751 [ 372 ] {} TCP-Session: 60940de2-b444-49d7-a808-95a66cc38053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773762 [ 374 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773775 [ 370 ] {} TCP-Session: dc93ac9b-5c32-4be3-a7b9-b36249e5049f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773716 [ 371 ] {} TCP-Session: 984d1ab4-c5ee-4002-ba2d-21c12148f224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773807 [ 374 ] {} TCP-Session: c197d60f-bb51-4221-9747-42af0e9e5802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:56.773734 [ 373 ] {} TCPHandler: Done processing connection. 2026.05.06 01:57:56.773876 [ 373 ] {} TCP-Session: 7d71146d-a257-4b36-9632-a765c41e361a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:57:57.253387 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.253629 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:57:57.253989 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:57:57.254027 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} 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.06 01:57:57.254273 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:57:57.254349 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:57:57.254508 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.06 01:57:57.254647 [ 344 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:57:57.254658 [ 363 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:57:57.254647 [ 334 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:57:57.254647 [ 352 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:57:57.254915 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:57:57.254951 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:57:57.255050 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:57:57.255080 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 01:57:57.255117 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:57:57.255157 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:57:57.255194 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:57:57.256478 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} executeQuery: Read 50 rows, 10.68 KiB in 0.002947 sec., 16966.4065151001 rows/sec., 3.54 MiB/sec. 2026.05.06 01:57:57.256649 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} MemoryTracker: Peak memory usage (for query): 141.03 KiB. 2026.05.06 01:57:57.256666 [ 277 ] {2db5aac5-7ada-4e52-ba99-5f44ddabce1d} TCPHandler: Processed in 0.003420143 sec. 2026.05.06 01:57:57.260312 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.260465 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.260527 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:57:57.261569 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.261621 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.262029 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:57:57.262287 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:57:57.262480 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} executeQuery: Read 24 rows, 2.04 KiB in 0.002065 sec., 11622.27602905569 rows/sec., 987.44 KiB/sec. 2026.05.06 01:57:57.262536 [ 277 ] {5ca2fc6e-4a19-4c8a-a9d5-f547cd263457} TCPHandler: Processed in 0.002349828 sec. 2026.05.06 01:57:57.262676 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.262777 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:57:57.262819 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:57:57.263361 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.263399 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.263766 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.06 01:57:57.264008 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:57:57.264168 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} executeQuery: Read 198 rows, 18.08 KiB in 0.001412 sec., 140226.62889518414 rows/sec., 12.50 MiB/sec. 2026.05.06 01:57:57.264215 [ 277 ] {aee7239b-2f02-43a3-9a76-36b6b815f50f} TCPHandler: Processed in 0.001590569 sec. 2026.05.06 01:57:57.264351 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.264458 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.264502 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:57:57.264936 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.264975 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.265286 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:57:57.265503 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:57:57.265644 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} executeQuery: Read 23 rows, 1.79 KiB in 0.001207 sec., 19055.509527754766 rows/sec., 1.45 MiB/sec. 2026.05.06 01:57:57.265683 [ 277 ] {c7b0e46a-3480-483f-86df-53359a204138} TCPHandler: Processed in 0.001382833 sec. 2026.05.06 01:57:57.265801 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.265898 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.265939 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:57:57.266346 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.266383 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.266703 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:57:57.266920 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:57:57.267068 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} executeQuery: Read 24 rows, 2.04 KiB in 0.001188 sec., 20202.0202020202 rows/sec., 1.68 MiB/sec. 2026.05.06 01:57:57.267108 [ 277 ] {14c78982-0201-4ea9-ba34-d750744f1d78} TCPHandler: Processed in 0.001356913 sec. 2026.05.06 01:57:57.267236 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.267333 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.267372 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:57:57.267784 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.267821 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.268134 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:57:57.268353 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:57:57.268500 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} executeQuery: Read 12 rows, 960.00 B in 0.001185 sec., 10126.582278481012 rows/sec., 791.14 KiB/sec. 2026.05.06 01:57:57.268552 [ 277 ] {44f3d744-34bb-4c65-b3b3-8e23aa42e2f4} TCPHandler: Processed in 0.001366084 sec. 2026.05.06 01:57:57.268693 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.268790 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:57:57.268830 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:57:57.269296 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.269334 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.269676 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.06 01:57:57.269893 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:57:57.270028 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} executeQuery: Read 111 rows, 9.25 KiB in 0.001257 sec., 88305.4892601432 rows/sec., 7.19 MiB/sec. 2026.05.06 01:57:57.270067 [ 277 ] {a19a4d10-50af-4d4f-846f-23ceec721184} TCPHandler: Processed in 0.001424695 sec. 2026.05.06 01:57:57.270196 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.270291 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.270336 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:57:57.270795 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.270832 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.271173 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.06 01:57:57.271380 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:57:57.271514 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} executeQuery: Read 196 rows, 14.40 KiB in 0.00124 sec., 158064.51612903227 rows/sec., 11.34 MiB/sec. 2026.05.06 01:57:57.271557 [ 277 ] {027f5e1c-123c-4003-a2e3-bc1ef28e0a93} TCPHandler: Processed in 0.001410654 sec. 2026.05.06 01:57:57.271705 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.271818 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.271888 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} 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.06 01:57:57.272747 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.272785 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.273355 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:57:57.273603 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:57:57.273757 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} executeQuery: Read 11 rows, 20.18 KiB in 0.001962 sec., 5606.523955147808 rows/sec., 10.05 MiB/sec. 2026.05.06 01:57:57.273838 [ 277 ] {17c937fa-701c-423f-ac7d-70b91c07175c} TCPHandler: Processed in 0.002192964 sec. 2026.05.06 01:57:57.274002 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:57:57.274116 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:57:57.274169 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:57:57.274595 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.274642 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.275026 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.06 01:57:57.275251 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:57:57.275386 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} executeQuery: Read 60 rows, 4.14 KiB in 0.001294 sec., 46367.851622874805 rows/sec., 3.12 MiB/sec. 2026.05.06 01:57:57.275426 [ 277 ] {e99da14b-c954-47c9-aaa7-a3b2473d0ce4} TCPHandler: Processed in 0.001486067 sec. 2026.05.06 01:57:57.775001 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.05.06 01:57:57.793212 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.793283 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.799515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:57:57.800206 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:57.800537 [ 41 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:57:57.800634 [ 41 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:57.800670 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:57.800821 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:57.803396 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.05.06 01:57:57.805120 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:57.806811 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.05.06 01:57:57.811801 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.05.06 01:57:57.816525 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:57.821411 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:57.825931 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:57.829867 [ 192 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:57:57.881081 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080322653 sec., 3846.984486431244 rows/sec., 19.89 MiB/sec. 2026.05.06 01:57:57.883075 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:57:57.884873 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:57:57.884962 [ 200 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_41_8} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:57:57.886435 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.06 01:57:58.000224 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 315.85 MiB, peak 329.25 MiB, free memory in arenas 0.00 B, will set to 317.11 MiB (RSS), difference: 1.26 MiB 2026.05.06 01:57:59.345442 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1194 2026.05.06 01:57:59.348051 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:59.348089 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:59.349287 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:57:59.349541 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:59.349693 [ 42 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 01:57:59.349737 [ 42 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:57:59.349759 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:57:59.349790 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1194 2026.05.06 01:57:59.349922 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:57:59.350755 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:57:59.350939 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1022 rows starting from the beginning of the part 2026.05.06 01:57:59.351364 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.05.06 01:57:59.351733 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part 2026.05.06 01:57:59.352087 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part 2026.05.06 01:57:59.352436 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2026.05.06 01:57:59.352766 [ 201 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.05.06 01:57:59.359704 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 72 columns (72 merged, 0 gathered) in 0.009865211 sec., 121031.36972944623 rows/sec., 102.18 MiB/sec. 2026.05.06 01:57:59.361244 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 01:57:59.361800 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:57:59.361869 [ 198 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_31_6} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 01:57:59.362126 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2026.05.06 01:58:02.252549 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.252795 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} executeQuery: (from [fd00:1122:3344:101::d]:60350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 01:58:02.253134 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:02.253169 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 01:58:02.253388 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:02.253457 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:02.253600 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 01:58:02.253715 [ 352 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:58:02.253729 [ 344 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:58:02.253734 [ 349 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:58:02.253725 [ 334 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:58:02.253911 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:58:02.253937 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:02.254005 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:58:02.254024 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:58:02.254063 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 01:58:02.254101 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 01:58:02.255307 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} executeQuery: Read 44 rows, 7.84 KiB in 0.002605 sec., 16890.595009596927 rows/sec., 2.94 MiB/sec. 2026.05.06 01:58:02.255436 [ 277 ] {25c9228b-fb3f-4ade-91be-3b952eef60c8} TCPHandler: Processed in 0.003018174 sec. 2026.05.06 01:58:02.257548 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.257676 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 01:58:02.257726 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:02.258289 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.258331 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.258972 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:58:02.259277 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): 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.06 01:58:02.259493 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} executeQuery: Read 1 rows, 106.00 B in 0.001852 sec., 539.9568034557236 rows/sec., 55.89 KiB/sec. 2026.05.06 01:58:02.259547 [ 277 ] {935cbfe0-af84-4049-b448-e0e23bf313f9} TCPHandler: Processed in 0.002057181 sec. 2026.05.06 01:58:02.259708 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.259823 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:02.259881 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:02.260401 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.260442 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.260773 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.06 01:58:02.260996 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:02.261134 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} executeQuery: Read 117 rows, 10.18 KiB in 0.001341 sec., 87248.32214765101 rows/sec., 7.42 MiB/sec. 2026.05.06 01:58:02.261173 [ 277 ] {69df92b3-7679-4ccd-a84e-f171ff184a7f} TCPHandler: Processed in 0.001522697 sec. 2026.05.06 01:58:02.261293 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.261390 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:02.261432 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:02.261842 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.261879 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.262205 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 01:58:02.262433 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:02.262575 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} executeQuery: Read 30 rows, 2.26 KiB in 0.001204 sec., 24916.943521594683 rows/sec., 1.83 MiB/sec. 2026.05.06 01:58:02.262615 [ 277 ] {2a65f042-dfd8-4c8f-8124-36f78d9cea7c} TCPHandler: Processed in 0.001373164 sec. 2026.05.06 01:58:02.262723 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.262831 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:58:02.262875 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:58:02.263260 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.263294 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.263614 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 01:58:02.263812 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:58:02.263937 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} executeQuery: Read 1 rows, 68.00 B in 0.001187 sec., 842.4599831508004 rows/sec., 55.94 KiB/sec. 2026.05.06 01:58:02.263973 [ 277 ] {ef009fed-fc97-4ea8-86b7-ce9e82966c1d} TCPHandler: Processed in 0.001360023 sec. 2026.05.06 01:58:02.264147 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.264242 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:02.264281 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:02.264710 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.264746 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.265148 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.06 01:58:02.265436 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:02.265623 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} executeQuery: Read 94 rows, 7.52 KiB in 0.001397 sec., 67287.04366499642 rows/sec., 5.26 MiB/sec. 2026.05.06 01:58:02.265674 [ 277 ] {9eda5254-31d7-4585-8cd8-754634827fd2} TCPHandler: Processed in 0.001577158 sec. 2026.05.06 01:58:02.265826 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.265941 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:02.265994 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:02.266500 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.266544 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.266923 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.06 01:58:02.267188 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:02.267361 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. 2026.05.06 01:58:02.267407 [ 277 ] {3859f5f5-2a80-48a3-98aa-0f2053195346} TCPHandler: Processed in 0.00164296 sec. 2026.05.06 01:58:02.267548 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.267658 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:58:02.267713 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:58:02.268089 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.268131 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.268481 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:58:02.268726 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:58:02.268884 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} executeQuery: Read 1 rows, 65.00 B in 0.001244 sec., 803.8585209003215 rows/sec., 51.03 KiB/sec. 2026.05.06 01:58:02.268928 [ 277 ] {07b7ce4b-aae4-4ea2-9650-91e3cc1f8de4} TCPHandler: Processed in 0.001439255 sec. 2026.05.06 01:58:02.269060 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.269173 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:02.269243 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} 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.06 01:58:02.270213 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.270256 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.270902 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 01:58:02.271169 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:02.271356 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} executeQuery: Read 30 rows, 55.05 KiB in 0.002209 sec., 13580.805794477139 rows/sec., 24.34 MiB/sec. 2026.05.06 01:58:02.271445 [ 277 ] {6324835c-637e-48be-b0e2-16dcb1541a7f} TCPHandler: Processed in 0.0024481 sec. 2026.05.06 01:58:02.271592 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:02.271710 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:02.271758 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:02.272147 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:02.272186 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:02.272582 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.06 01:58:02.272881 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:02.273053 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2026.05.06 01:58:02.273101 [ 277 ] {16ca16ac-7ac3-42d5-8679-de10ed5b1096} TCPHandler: Processed in 0.001565099 sec. 2026.05.06 01:58:04.096931 [ 34 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:58:04.096993 [ 34 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:58:04.256621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20167 2026.05.06 01:58:04.257186 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:04.257238 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:04.257724 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:58:04.257949 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:04.258084 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20167 2026.05.06 01:58:05.303512 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.05.06 01:58:05.319183 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:05.319241 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:05.325225 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:58:05.325949 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:05.328648 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.05.06 01:58:07.250147 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.250487 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:07.250828 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:07.250863 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} 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.06 01:58:07.251088 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:07.251161 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:07.251305 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:58:07.251439 [ 352 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:58:07.251453 [ 321 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.06 01:58:07.251487 [ 334 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:58:07.251453 [ 349 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:58:07.251444 [ 344 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:58:07.251698 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 5/5 parts by partition key, 2 parts by primary key, 2/5 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:58:07.251725 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:07.251800 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:58:07.251821 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:58:07.251855 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:07.251895 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:07.253147 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} executeQuery: Read 44 rows, 7.84 KiB in 0.00276 sec., 15942.028985507248 rows/sec., 2.77 MiB/sec. 2026.05.06 01:58:07.253261 [ 277 ] {7d100d17-a77e-41e6-a6ad-07279ce67484} TCPHandler: Processed in 0.003302841 sec. 2026.05.06 01:58:07.255031 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.255144 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:07.255191 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:07.255723 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.255764 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.256128 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.06 01:58:07.256349 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:07.256501 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} executeQuery: Read 78 rows, 6.61 KiB in 0.00139 sec., 56115.10791366907 rows/sec., 4.65 MiB/sec. 2026.05.06 01:58:07.256539 [ 277 ] {4eab5a98-ab25-4337-b6ef-a9594bc308cc} TCPHandler: Processed in 0.001562499 sec. 2026.05.06 01:58:07.256660 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.256761 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.256803 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:07.257196 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.257233 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.257518 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 01:58:07.257725 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:07.257854 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} executeQuery: Read 11 rows, 847.00 B in 0.001116 sec., 9856.63082437276 rows/sec., 741.17 KiB/sec. 2026.05.06 01:58:07.257893 [ 277 ] {ca690570-90f6-4852-a4d1-58f8064311c4} TCPHandler: Processed in 0.001283591 sec. 2026.05.06 01:58:07.258001 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.258095 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:07.258135 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:07.258685 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.258738 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.259234 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.06 01:58:07.259496 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:07.259668 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} executeQuery: Read 75 rows, 6.00 KiB in 0.001591 sec., 47140.16341923319 rows/sec., 3.68 MiB/sec. 2026.05.06 01:58:07.259718 [ 277 ] {0379c041-1663-4cf6-91c8-0baf630a31b3} TCPHandler: Processed in 0.001766224 sec. 2026.05.06 01:58:07.259880 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.259989 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.260041 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:07.260482 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.260519 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.260863 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.06 01:58:07.261095 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:07.261230 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2026.05.06 01:58:07.261267 [ 277 ] {97e0fb70-f02e-4960-8b1e-52d85f9b12c3} TCPHandler: Processed in 0.001443855 sec. 2026.05.06 01:58:07.261385 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.261480 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.261534 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} 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.06 01:58:07.262306 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.262344 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.262867 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 01:58:07.263105 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:07.263249 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} executeQuery: Read 11 rows, 20.18 KiB in 0.001787 sec., 6155.567991046447 rows/sec., 11.03 MiB/sec. 2026.05.06 01:58:07.263318 [ 277 ] {f5ada0f2-50aa-43be-a718-4acfc7fde031} TCPHandler: Processed in 0.001982949 sec. 2026.05.06 01:58:07.263436 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.263532 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.263575 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:07.263917 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.263954 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.264270 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.06 01:58:07.264489 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:07.264619 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.05.06 01:58:07.264657 [ 277 ] {ddbe6950-240c-4cfb-ac50-4ce9415179d6} TCPHandler: Processed in 0.001269991 sec. 2026.05.06 01:58:07.609210 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.609469 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:58:07.609866 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:07.609917 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:58:07.610225 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:07.610306 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:07.610459 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 42-element set) 2026.05.06 01:58:07.610570 [ 349 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:58:07.610572 [ 321 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:58:07.610588 [ 344 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.06 01:58:07.610633 [ 334 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:58:07.610634 [ 346 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:58:07.610776 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 01:58:07.610804 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:07.610890 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:58:07.610910 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.05.06 01:58:07.610947 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.06 01:58:07.610987 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.06 01:58:07.611024 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.06 01:58:07.613319 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} executeQuery: Read 45 rows, 9.67 KiB in 0.003962 sec., 11357.900050479555 rows/sec., 2.38 MiB/sec. 2026.05.06 01:58:07.613471 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} MemoryTracker: Peak memory usage (for query): 153.61 KiB. 2026.05.06 01:58:07.613487 [ 277 ] {a62a168d-7972-4f13-93f4-8a37ee2dbdd3} TCPHandler: Processed in 0.004401477 sec. 2026.05.06 01:58:07.628942 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.629150 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.629234 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:58:07.629880 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.629921 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.630286 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:58:07.630520 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:58:07.630650 [ 28 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.05.06 01:58:07.630672 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} executeQuery: Read 284 rows, 18.47 KiB in 0.001578 sec., 179974.6514575412 rows/sec., 11.43 MiB/sec. 2026.05.06 01:58:07.630711 [ 28 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.630725 [ 277 ] {813e1175-e846-4600-bb11-f4dd323115ab} TCPHandler: Processed in 0.001885687 sec. 2026.05.06 01:58:07.630743 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.630860 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.630885 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.05.06 01:58:07.630964 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:58:07.631011 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:58:07.631045 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:07.631090 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 308 rows starting from the beginning of the part 2026.05.06 01:58:07.631177 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:07.631229 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:07.631278 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:07.631326 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:07.631374 [ 187 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.05.06 01:58:07.631421 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.631463 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.631812 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:58:07.632040 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:58:07.632179 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} executeQuery: Read 16 rows, 1.32 KiB in 0.001237 sec., 12934.518997574778 rows/sec., 1.04 MiB/sec. 2026.05.06 01:58:07.632217 [ 277 ] {80e55c48-5026-4179-a1d9-1d7b7504de40} TCPHandler: Processed in 0.001408065 sec. 2026.05.06 01:58:07.632331 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.632343 [ 189 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001524447 sec., 451311.19678152143 rows/sec., 31.92 MiB/sec. 2026.05.06 01:58:07.632429 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:07.632469 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:07.632538 [ 190 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.06 01:58:07.632875 [ 190 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:58:07.632970 [ 190 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_14_3} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.05.06 01:58:07.633085 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.06 01:58:07.634715 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.634756 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.635357 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.06 01:58:07.635576 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:07.635722 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} executeQuery: Read 3215 rows, 246.49 KiB in 0.003312 sec., 970712.5603864734 rows/sec., 72.68 MiB/sec. 2026.05.06 01:58:07.635762 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.06 01:58:07.635775 [ 277 ] {084c2920-ec0e-465a-96af-8a84a4f473e5} TCPHandler: Processed in 0.003493615 sec. 2026.05.06 01:58:07.635900 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.635996 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.636036 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:07.636571 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.636608 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.636931 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 01:58:07.637149 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:07.637282 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} executeQuery: Read 199 rows, 12.76 KiB in 0.001306 sec., 152373.66003062786 rows/sec., 9.54 MiB/sec. 2026.05.06 01:58:07.637319 [ 277 ] {b1a8d0fa-9b26-4e37-9bcc-65944a67e9c7} TCPHandler: Processed in 0.001470766 sec. 2026.05.06 01:58:07.637440 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.637562 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.637612 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:58:07.638566 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.638602 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.638958 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 01:58:07.639172 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:58:07.639301 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} executeQuery: Read 950 rows, 57.24 KiB in 0.001764 sec., 538548.7528344671 rows/sec., 31.69 MiB/sec. 2026.05.06 01:58:07.639340 [ 277 ] {600e8a57-a9b9-42dc-a9a4-70c7830c1751} TCPHandler: Processed in 0.001961818 sec. 2026.05.06 01:58:07.639457 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.639552 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.639591 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:58:07.639975 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.640012 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.640306 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 01:58:07.640516 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:58:07.640643 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} executeQuery: Read 1 rows, 72.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 63.34 KiB/sec. 2026.05.06 01:58:07.640682 [ 277 ] {c2b21193-2f01-49e9-ba41-a694dc649577} TCPHandler: Processed in 0.001274541 sec. 2026.05.06 01:58:07.640807 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.640922 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.640969 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:58:07.641461 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.641497 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.641807 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 01:58:07.642022 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:58:07.642129 [ 28 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.05.06 01:58:07.642156 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} executeQuery: Read 148 rows, 8.62 KiB in 0.001257 sec., 117740.65234685759 rows/sec., 6.70 MiB/sec. 2026.05.06 01:58:07.642171 [ 28 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.642199 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.642201 [ 277 ] {78424342-bac9-44f4-a837-851df11f8a89} TCPHandler: Processed in 0.001454356 sec. 2026.05.06 01:58:07.642292 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.05.06 01:58:07.642333 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.642398 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:07.642428 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 160 rows starting from the beginning of the part 2026.05.06 01:58:07.642432 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:07.642480 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:07.642482 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.05.06 01:58:07.642548 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.05.06 01:58:07.642586 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.05.06 01:58:07.642620 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.05.06 01:58:07.642661 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.05.06 01:58:07.643401 [ 190 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.001147138 sec., 310337.5531104366 rows/sec., 19.85 MiB/sec. 2026.05.06 01:58:07.643511 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.643531 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.06 01:58:07.643556 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.643810 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:58:07.643886 [ 187 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_14_3} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.05.06 01:58:07.643959 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:58:07.644023 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.06 01:58:07.644240 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:07.644374 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} executeQuery: Read 1762 rows, 121.90 KiB in 0.00196 sec., 898979.5918367347 rows/sec., 60.74 MiB/sec. 2026.05.06 01:58:07.644412 [ 277 ] {0914b88f-f41f-465a-836e-6dc51add62a4} TCPHandler: Processed in 0.002130842 sec. 2026.05.06 01:58:07.644530 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.644627 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 01:58:07.644669 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 01:58:07.645009 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.645044 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.645347 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 01:58:07.645553 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:58:07.645686 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.05.06 01:58:07.645724 [ 277 ] {f6493090-ba1c-4ef2-8b30-9bd2a2d3ec82} TCPHandler: Processed in 0.00124343 sec. 2026.05.06 01:58:07.645856 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.645977 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.646029 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:07.646763 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.646799 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.647243 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.06 01:58:07.647461 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:07.647596 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} executeQuery: Read 1609 rows, 100.09 KiB in 0.001645 sec., 978115.5015197569 rows/sec., 59.42 MiB/sec. 2026.05.06 01:58:07.647634 [ 277 ] {8956b66c-7c0b-432a-a094-4c34e3087667} TCPHandler: Processed in 0.001837275 sec. 2026.05.06 01:58:07.647749 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.647843 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.647884 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:58:07.648208 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.648244 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.648543 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:58:07.648755 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:58:07.648879 [ 27 ] {} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:58:07.648884 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2026.05.06 01:58:07.648935 [ 27 ] {} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.648949 [ 277 ] {258e23c4-bba8-497a-93c2-7dd2d8783507} TCPHandler: Processed in 0.001249231 sec. 2026.05.06 01:58:07.648967 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.649058 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::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.06 01:58:07.649072 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.649174 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:07.649182 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.649216 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:07.649250 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} 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.06 01:58:07.649282 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:07.649345 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:07.649385 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:07.649424 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:07.649464 [ 195 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:07.650111 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.650152 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.650255 [ 197 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.00123322 sec., 4865.311947584373 rows/sec., 324.67 KiB/sec. 2026.05.06 01:58:07.650378 [ 199 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:58:07.650653 [ 199 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:58:07.650717 [ 199 ] {aacc61f3-696c-4fd0-93c6-ec4445266d5d::all_1_6_1} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:58:07.650751 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 01:58:07.650780 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 01:58:07.650988 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:07.651145 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} executeQuery: Read 41 rows, 75.23 KiB in 0.001981 sec., 20696.617869762744 rows/sec., 37.09 MiB/sec. 2026.05.06 01:58:07.651201 [ 277 ] {c91ea791-d259-4364-aefd-d410fa7dcaa9} TCPHandler: Processed in 0.002178263 sec. 2026.05.06 01:58:07.651320 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:07.651415 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:07.651456 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:07.651814 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:07.651850 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:07.652168 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.06 01:58:07.652367 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:07.652500 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} executeQuery: Read 42 rows, 2.45 KiB in 0.001104 sec., 38043.47826086957 rows/sec., 2.17 MiB/sec. 2026.05.06 01:58:07.652537 [ 277 ] {b0fa7524-cd46-4537-b4bd-705004ac4101} TCPHandler: Processed in 0.00126606 sec. 2026.05.06 01:58:08.001177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 319.93 MiB, peak 329.25 MiB, free memory in arenas 0.00 B, will set to 318.59 MiB (RSS), difference: -1.34 MiB 2026.05.06 01:58:09.350004 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 1256 2026.05.06 01:58:09.352815 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:09.352865 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 01:58:09.354151 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 01:58:09.354432 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:09.354706 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1256 2026.05.06 01:58:11.759126 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20615 2026.05.06 01:58:11.759605 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:11.759647 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:11.760134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:58:11.760352 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:11.760491 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20615 2026.05.06 01:58:12.248306 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:12.248558 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:12.248958 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:12.249002 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} 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.06 01:58:12.249238 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:12.249320 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:12.249524 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:58:12.249638 [ 349 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 01:58:12.249638 [ 321 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 01:58:12.249674 [ 318 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 01:58:12.249694 [ 350 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 01:58:12.249674 [ 346 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.06 01:58:12.249849 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Selected 5/5 parts by partition key, 2 parts by primary key, 2/5 marks by primary key, 2 marks to read from 2 ranges 2026.05.06 01:58:12.249892 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:12.249991 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 01:58:12.250027 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.06 01:58:12.250082 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:58:12.250166 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:58:12.251388 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} executeQuery: Read 44 rows, 7.84 KiB in 0.002934 sec., 14996.591683708248 rows/sec., 2.61 MiB/sec. 2026.05.06 01:58:12.251542 [ 277 ] {793e6e32-f517-4129-9f36-eb07d73e45da} TCPHandler: Processed in 0.003372402 sec. 2026.05.06 01:58:12.253124 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:12.253241 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:12.253293 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:12.253811 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.253860 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.254280 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.06 01:58:12.254531 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:12.254687 [ 107 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.06 01:58:12.254699 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} executeQuery: Read 56 rows, 4.41 KiB in 0.001493 sec., 37508.37240455459 rows/sec., 2.88 MiB/sec. 2026.05.06 01:58:12.254766 [ 107 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.254785 [ 277 ] {669e5785-d1b9-4028-81d6-76bb0d4d0006} TCPHandler: Processed in 0.001714752 sec. 2026.05.06 01:58:12.254797 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.254907 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:58:12.254916 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:12.255036 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:12.255040 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:12.255082 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3358 rows starting from the beginning of the part 2026.05.06 01:58:12.255103 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:12.255178 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 198 rows starting from the beginning of the part 2026.05.06 01:58:12.255237 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 117 rows starting from the beginning of the part 2026.05.06 01:58:12.255283 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 78 rows starting from the beginning of the part 2026.05.06 01:58:12.255338 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 3215 rows starting from the beginning of the part 2026.05.06 01:58:12.255384 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2026.05.06 01:58:12.255537 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.255580 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.255919 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.06 01:58:12.256140 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:12.256290 [ 107 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.06 01:58:12.256297 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} executeQuery: Read 64 rows, 5.12 KiB in 0.00128 sec., 49999.99999999999 rows/sec., 3.90 MiB/sec. 2026.05.06 01:58:12.256332 [ 107 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.256355 [ 277 ] {440af21e-064e-40fb-965a-b7d003b40709} TCPHandler: Processed in 0.001489816 sec. 2026.05.06 01:58:12.256358 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.256479 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:58:12.256486 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:12.256603 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:12.256619 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:12.256648 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:12.256659 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1831 rows starting from the beginning of the part 2026.05.06 01:58:12.256735 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 111 rows starting from the beginning of the part 2026.05.06 01:58:12.256793 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 94 rows starting from the beginning of the part 2026.05.06 01:58:12.256835 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 75 rows starting from the beginning of the part 2026.05.06 01:58:12.256876 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1762 rows starting from the beginning of the part 2026.05.06 01:58:12.256915 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2026.05.06 01:58:12.257043 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.257090 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.257729 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.06 01:58:12.257960 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:12.258084 [ 190 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 7022 rows, containing 5 columns (5 merged, 0 gathered) in 0.003220009 sec., 2180739.2463809885 rows/sec., 173.89 MiB/sec. 2026.05.06 01:58:12.258093 [ 107 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2026.05.06 01:58:12.258102 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} executeQuery: Read 128 rows, 9.13 KiB in 0.001521 sec., 84155.161078238 rows/sec., 5.86 MiB/sec. 2026.05.06 01:58:12.258151 [ 107 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.258179 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.258189 [ 277 ] {fbe5762d-d77d-4be7-b5b3-a7a58f04511f} TCPHandler: Processed in 0.001752043 sec. 2026.05.06 01:58:12.258281 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full 2026.05.06 01:58:12.258429 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:12.258473 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 24589 rows starting from the beginning of the part 2026.05.06 01:58:12.258586 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 196 rows starting from the beginning of the part 2026.05.06 01:58:12.258590 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.06 01:58:12.258676 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2026.05.06 01:58:12.258708 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:12.258738 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3937 rows, containing 5 columns (5 merged, 0 gathered) in 0.002296266 sec., 1714522.6206371563 rows/sec., 124.60 MiB/sec. 2026.05.06 01:58:12.258767 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.05.06 01:58:12.258839 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:12.258851 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1609 rows starting from the beginning of the part 2026.05.06 01:58:12.258912 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:12.259133 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.06 01:58:12.259589 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:12.259651 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:12.259729 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_71_14} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.06 01:58:12.259771 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_71_14} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.06 01:58:12.259878 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.05.06 01:58:12.259884 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.259948 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.05.06 01:58:12.259950 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.260431 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.06 01:58:12.260752 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:12.260959 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} executeQuery: Read 48 rows, 3.31 KiB in 0.002144 sec., 22388.059701492537 rows/sec., 1.51 MiB/sec. 2026.05.06 01:58:12.261010 [ 277 ] {9e066895-f5e4-4b51-ad61-9b73a1a61e57} TCPHandler: Processed in 0.002364818 sec. 2026.05.06 01:58:12.261493 [ 107 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.06 01:58:12.261552 [ 107 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.261579 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.261691 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:12.261821 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:12.261861 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3540 rows starting from the beginning of the part 2026.05.06 01:58:12.261943 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:12.261998 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:12.262060 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.05.06 01:58:12.262110 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 42 rows starting from the beginning of the part 2026.05.06 01:58:12.262165 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part 2026.05.06 01:58:12.264151 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3810 rows, containing 4 columns (4 merged, 0 gathered) in 0.002504771 sec., 1521097.1382214183 rows/sec., 101.65 MiB/sec. 2026.05.06 01:58:12.264456 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.06 01:58:12.264768 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:12.264845 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_71_14} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.06 01:58:12.264928 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.05.06 01:58:12.270624 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 26714 rows, containing 5 columns (5 merged, 0 gathered) in 0.012389023 sec., 2156263.65371991 rows/sec., 138.85 MiB/sec. 2026.05.06 01:58:12.270900 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.05.06 01:58:12.271170 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:58:12.271246 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_70_14} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2026.05.06 01:58:12.271317 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.05.06 01:58:12.829669 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.05.06 01:58:12.847709 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:12.847772 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:12.853889 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:58:12.854570 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:12.857900 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.05.06 01:58:13.000239 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 319.61 MiB, peak 329.25 MiB, free memory in arenas 0.00 B, will set to 322.41 MiB (RSS), difference: 2.80 MiB 2026.05.06 01:58:16.970364 [ 65 ] {} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 01:58:16.970443 [ 65 ] {} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:16.970464 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:16.970564 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::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.06 01:58:16.970824 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:16.970862 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part 2026.05.06 01:58:16.970942 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:16.971009 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2026.05.06 01:58:16.971065 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::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.06 01:58:16.971128 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::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.06 01:58:16.972563 [ 196 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 6 columns (6 merged, 0 gathered) in 0.002038059 sec., 25514.47234844526 rows/sec., 6.04 MiB/sec. 2026.05.06 01:58:16.972732 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 01:58:16.973018 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23): 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.06 01:58:16.973092 [ 193 ] {3732fcc2-0743-4202-83d2-95383f066c23::all_1_5_1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 01:58:16.973152 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.05.06 01:58:17.250740 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.250944 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:17.251264 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:17.251298 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} 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.06 01:58:17.251514 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:17.251582 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:17.251721 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:58:17.251755 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:17.251776 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:17.251791 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:17.251829 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:17.251849 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:17.253033 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} executeQuery: Read 52 rows, 12.62 KiB in 0.002172 sec., 23941.06813996317 rows/sec., 5.67 MiB/sec. 2026.05.06 01:58:17.253153 [ 277 ] {a5285ee6-fd6a-491b-91c0-b414bf211fa6} TCPHandler: Processed in 0.002537152 sec. 2026.05.06 01:58:17.255094 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.255209 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:17.255253 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:17.255760 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.255800 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.256162 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.06 01:58:17.256380 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:17.256528 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} executeQuery: Read 78 rows, 6.61 KiB in 0.001352 sec., 57692.307692307695 rows/sec., 4.78 MiB/sec. 2026.05.06 01:58:17.256566 [ 277 ] {facd4fce-5fdc-46dc-80de-83009b79d21e} TCPHandler: Processed in 0.001537848 sec. 2026.05.06 01:58:17.256702 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.256796 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:17.256835 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:17.257257 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.257297 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.257594 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.06 01:58:17.257795 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:17.257927 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} executeQuery: Read 11 rows, 847.00 B in 0.001149 sec., 9573.542210617929 rows/sec., 719.89 KiB/sec. 2026.05.06 01:58:17.257934 [ 36 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.06 01:58:17.257964 [ 277 ] {c1e24919-ac7e-4e3e-8c86-0ad3683e74a7} TCPHandler: Processed in 0.001310632 sec. 2026.05.06 01:58:17.257998 [ 36 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.258024 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.258087 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.258133 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:58:17.258186 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:17.258229 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:17.258267 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:17.258314 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 226 rows starting from the beginning of the part 2026.05.06 01:58:17.258407 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 23 rows starting from the beginning of the part 2026.05.06 01:58:17.258483 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part 2026.05.06 01:58:17.258555 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:58:17.258631 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 199 rows starting from the beginning of the part 2026.05.06 01:58:17.258707 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.258720 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:58:17.258779 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.259378 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.06 01:58:17.259778 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:17.259962 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} executeQuery: Read 75 rows, 6.00 KiB in 0.001795 sec., 41782.72980501393 rows/sec., 3.26 MiB/sec. 2026.05.06 01:58:17.260001 [ 277 ] {b8995a1c-e7b6-4946-a0de-6ded79fa77a9} TCPHandler: Processed in 0.001962448 sec. 2026.05.06 01:58:17.260141 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.00205508 sec., 243299.5309185044 rows/sec., 16.74 MiB/sec. 2026.05.06 01:58:17.260189 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.260281 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.06 01:58:17.260287 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:17.260343 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:17.260532 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:17.260604 [ 192 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_61_12} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.06 01:58:17.260677 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.06 01:58:17.260748 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.260789 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.261184 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.06 01:58:17.261408 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:17.261543 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2026.05.06 01:58:17.261580 [ 277 ] {6c163679-8908-4941-a0eb-fcaa49b67ccb} TCPHandler: Processed in 0.001437805 sec. 2026.05.06 01:58:17.261695 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.261789 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:17.261846 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} 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.06 01:58:17.262635 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.262671 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.263196 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.06 01:58:17.263422 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:17.263553 [ 31 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.06 01:58:17.263569 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} executeQuery: Read 11 rows, 20.18 KiB in 0.001798 sec., 6117.9087875417135 rows/sec., 10.96 MiB/sec. 2026.05.06 01:58:17.263632 [ 31 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.263658 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.263698 [ 277 ] {4f5957c8-3e52-4d78-af71-aa0c7f0bdbef} TCPHandler: Processed in 0.00205008 sec. 2026.05.06 01:58:17.263738 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:58:17.263828 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:17.263927 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:17.263952 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:17.263969 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:17.264011 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1183 rows starting from the beginning of the part 2026.05.06 01:58:17.264143 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 11 rows starting from the beginning of the part 2026.05.06 01:58:17.264253 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part 2026.05.06 01:58:17.264325 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:17.264365 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:58:17.264367 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:17.264483 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part 2026.05.06 01:58:17.264595 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:58:17.264718 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.06 01:58:17.264966 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:17.265105 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} executeQuery: Read 60 rows, 4.14 KiB in 0.001197 sec., 50125.31328320802 rows/sec., 3.38 MiB/sec. 2026.05.06 01:58:17.265142 [ 277 ] {2461ef7a-a713-43d2-b02a-bbbd4f26ad1e} TCPHandler: Processed in 0.001362153 sec. 2026.05.06 01:58:17.269996 [ 198 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1287 rows, containing 19 columns (19 merged, 0 gathered) in 0.006286114 sec., 204736.98058927982 rows/sec., 366.88 MiB/sec. 2026.05.06 01:58:17.271823 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.06 01:58:17.272195 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:17.272272 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_61_12} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.06 01:58:17.272400 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. 2026.05.06 01:58:18.000225 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 322.97 MiB, peak 334.50 MiB, free memory in arenas 0.00 B, will set to 324.36 MiB (RSS), difference: 1.39 MiB 2026.05.06 01:58:19.097029 [ 125 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:58:19.097084 [ 125 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:58:19.260587 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21127 2026.05.06 01:58:19.261138 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:19.261185 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:19.261722 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:58:19.261951 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:19.262081 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21127 2026.05.06 01:58:19.355002 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1280 2026.05.06 01:58:19.357344 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:19.357392 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:19.358566 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 01:58:19.358826 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:19.359130 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1280 2026.05.06 01:58:20.358016 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.05.06 01:58:20.376894 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:20.376949 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:20.383166 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 01:58:20.383860 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:20.386946 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.05.06 01:58:22.255325 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.255578 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 01:58:22.255933 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:22.255970 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 01:58:22.256216 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:22.256285 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:22.256430 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 01:58:22.256467 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:22.256490 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:22.256506 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:22.256545 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 01:58:22.256566 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:22.257730 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} executeQuery: Read 52 rows, 12.62 KiB in 0.002254 sec., 23070.097604259096 rows/sec., 5.47 MiB/sec. 2026.05.06 01:58:22.257838 [ 277 ] {c0c25f7d-2a49-4cb2-b165-0efabd11ee23} TCPHandler: Processed in 0.002644345 sec. 2026.05.06 01:58:22.264155 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.264277 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.264323 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:58:22.264958 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.265003 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.265408 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:58:22.265635 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:58:22.265783 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} executeQuery: Read 284 rows, 18.47 KiB in 0.001541 sec., 184295.91174561973 rows/sec., 11.71 MiB/sec. 2026.05.06 01:58:22.265822 [ 277 ] {de34daa9-252f-479c-9536-2f3271fd144d} TCPHandler: Processed in 0.001725172 sec. 2026.05.06 01:58:22.265964 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.266061 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:22.266103 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:22.266904 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.266942 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.267308 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.06 01:58:22.267520 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:22.267648 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} executeQuery: Read 857 rows, 68.52 KiB in 0.001606 sec., 533623.9103362391 rows/sec., 41.67 MiB/sec. 2026.05.06 01:58:22.267687 [ 277 ] {ba3cdf81-4856-4d25-97a5-ef764f04ac2a} TCPHandler: Processed in 0.001774393 sec. 2026.05.06 01:58:22.267823 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.267925 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.267976 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:22.268428 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.268464 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.268771 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.06 01:58:22.268993 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:22.269125 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} executeQuery: Read 172 rows, 10.80 KiB in 0.001221 sec., 140868.14086814085 rows/sec., 8.64 MiB/sec. 2026.05.06 01:58:22.269162 [ 277 ] {87664452-73c9-47d2-983a-ee0a2ecee27e} TCPHandler: Processed in 0.001389344 sec. 2026.05.06 01:58:22.269306 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.269402 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.269442 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:58:22.269966 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.270006 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.270318 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 01:58:22.270529 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:58:22.270677 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} executeQuery: Read 149 rows, 9.86 KiB in 0.001292 sec., 115325.07739938081 rows/sec., 7.45 MiB/sec. 2026.05.06 01:58:22.270722 [ 277 ] {9b8a69ae-4d44-455e-a0f2-b21eb80ec0c3} TCPHandler: Processed in 0.001468046 sec. 2026.05.06 01:58:22.270867 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.270964 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.271008 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:58:22.271467 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.271503 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.271843 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 01:58:22.272064 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:58:22.272194 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} executeQuery: Read 148 rows, 8.62 KiB in 0.001248 sec., 118589.7435897436 rows/sec., 6.74 MiB/sec. 2026.05.06 01:58:22.272233 [ 277 ] {e9bbeea7-8664-4bbf-9fb0-c45e68a622d6} TCPHandler: Processed in 0.001416084 sec. 2026.05.06 01:58:22.272356 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.272451 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:22.272494 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:22.273106 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.273143 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.273466 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.06 01:58:22.273678 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:22.273807 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} executeQuery: Read 520 rows, 37.58 KiB in 0.001374 sec., 378457.0596797671 rows/sec., 26.71 MiB/sec. 2026.05.06 01:58:22.273845 [ 277 ] {79691e22-04fe-4738-ac57-2239b1decc64} TCPHandler: Processed in 0.001539888 sec. 2026.05.06 01:58:22.273961 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.274058 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 01:58:22.274101 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 01:58:22.274434 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.274473 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.274782 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 01:58:22.275009 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:58:22.275153 [ 24 ] {} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 01:58:22.275166 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} executeQuery: Read 6 rows, 321.00 B in 0.001126 sec., 5328.596802841918 rows/sec., 278.40 KiB/sec. 2026.05.06 01:58:22.275219 [ 24 ] {} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.275228 [ 277 ] {4ad2bee6-3cbc-484f-ac9b-4c07fd357752} TCPHandler: Processed in 0.001317162 sec. 2026.05.06 01:58:22.275249 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.275350 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::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.06 01:58:22.275357 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.275474 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:22.275478 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.275516 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:22.275565 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:22.275594 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:22.275641 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:22.275678 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:22.275714 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:22.275761 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.06 01:58:22.275998 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.276041 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.276396 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.06 01:58:22.276572 [ 189 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001262691 sec., 28510.538207685015 rows/sec., 1.45 MiB/sec. 2026.05.06 01:58:22.276621 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:22.276695 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 01:58:22.276758 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} executeQuery: Read 265 rows, 18.03 KiB in 0.001297 sec., 204317.6561295297 rows/sec., 13.58 MiB/sec. 2026.05.06 01:58:22.276802 [ 277 ] {d6f43984-b67f-48be-836f-67cfeb65b46c} TCPHandler: Processed in 0.001495627 sec. 2026.05.06 01:58:22.276927 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.276953 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1): 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.06 01:58:22.277020 [ 192 ] {fdc5dd42-acd8-4715-ac9a-d32aaffa6db1::all_1_6_1} oximeter.measurements_bool (fdc5dd42-acd8-4715-ac9a-d32aaffa6db1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 01:58:22.277023 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.277075 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 01:58:22.277096 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 01:58:22.277396 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.277436 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.277738 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 01:58:22.277947 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} oximeter.measurements_f64 (aacc61f3-696c-4fd0-93c6-ec4445266d5d): 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.06 01:58:22.278075 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2026.05.06 01:58:22.278113 [ 277 ] {21a092c5-db05-414d-a3f1-cd0b3d1d2f55} TCPHandler: Processed in 0.00123564 sec. 2026.05.06 01:58:22.278240 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.278335 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.278389 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} 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.06 01:58:22.279207 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.279244 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.279784 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.06 01:58:22.280009 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:22.280148 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} executeQuery: Read 30 rows, 55.05 KiB in 0.001831 sec., 16384.489350081923 rows/sec., 29.36 MiB/sec. 2026.05.06 01:58:22.280202 [ 277 ] {2fa50926-4264-4467-95c5-356030c97e81} TCPHandler: Processed in 0.002011339 sec. 2026.05.06 01:58:22.280323 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:22.280420 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:22.280461 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:22.280793 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:22.280829 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:22.281139 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.06 01:58:22.281355 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:22.281481 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} executeQuery: Read 90 rows, 5.77 KiB in 0.001081 sec., 83256.24421831638 rows/sec., 5.21 MiB/sec. 2026.05.06 01:58:22.281518 [ 277 ] {50dc5fee-bafa-4da2-8bfd-701b1e220bf5} TCPHandler: Processed in 0.00124454 sec. 2026.05.06 01:58:26.762199 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21575 2026.05.06 01:58:26.762743 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:26.762788 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:26.763279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:58:26.763487 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:26.763613 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21575 2026.05.06 01:58:27.251961 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.252212 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_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.06 01:58:27.252569 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:27.252609 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} 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_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.06 01:58:27.252844 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:27.252911 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:27.253054 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:58:27.253090 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:27.253111 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:27.253126 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:27.253164 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:58:27.253184 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:27.254314 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} executeQuery: Read 52 rows, 12.62 KiB in 0.002202 sec., 23614.895549500456 rows/sec., 5.59 MiB/sec. 2026.05.06 01:58:27.254420 [ 277 ] {a2f15a06-9755-4ee0-a98f-3ea1c89d4c0b} TCPHandler: Processed in 0.002603263 sec. 2026.05.06 01:58:27.257134 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.257246 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.257288 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:58:27.257763 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.257804 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.258169 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:58:27.258393 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:58:27.258555 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} executeQuery: Read 24 rows, 2.04 KiB in 0.001341 sec., 17897.09172259508 rows/sec., 1.48 MiB/sec. 2026.05.06 01:58:27.258604 [ 277 ] {578c7d93-576e-4b16-aae8-bd20fb2378c7} TCPHandler: Processed in 0.001527718 sec. 2026.05.06 01:58:27.259135 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.259491 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:58:27.259647 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:58:27.260407 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.260450 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.260778 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:58:27.260993 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:58:27.261130 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} executeQuery: Read 2 rows, 167.00 B in 0.001772 sec., 1128.6681715575621 rows/sec., 92.03 KiB/sec. 2026.05.06 01:58:27.261191 [ 277 ] {8e43826f-6b93-4dad-bcc4-3e37fba35d78} TCPHandler: Processed in 0.002253835 sec. 2026.05.06 01:58:27.261342 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.261447 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:27.261489 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:27.262044 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.262078 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.262401 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.06 01:58:27.262605 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:27.262731 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} executeQuery: Read 199 rows, 18.15 KiB in 0.001309 sec., 152024.4461420932 rows/sec., 13.54 MiB/sec. 2026.05.06 01:58:27.262768 [ 277 ] {b546bb9d-01f7-4bfe-b730-38db4ec99cd9} TCPHandler: Processed in 0.001481097 sec. 2026.05.06 01:58:27.262901 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.262998 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.263039 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:27.263478 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.263514 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.263857 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.06 01:58:27.264064 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:27.264189 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} executeQuery: Read 25 rows, 1.93 KiB in 0.00121 sec., 20661.15702479339 rows/sec., 1.56 MiB/sec. 2026.05.06 01:58:27.264225 [ 277 ] {4e983c4f-6dcb-4a83-bf49-e34b419a75f3} TCPHandler: Processed in 0.001371274 sec. 2026.05.06 01:58:27.264350 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.264440 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.264478 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:58:27.264881 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.264914 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.265243 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 01:58:27.265449 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:58:27.265579 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} executeQuery: Read 24 rows, 2.04 KiB in 0.001156 sec., 20761.245674740487 rows/sec., 1.72 MiB/sec. 2026.05.06 01:58:27.265602 [ 63 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.05.06 01:58:27.265615 [ 277 ] {e71547cd-a703-4759-9a21-2e116e11ab03} TCPHandler: Processed in 0.001311942 sec. 2026.05.06 01:58:27.265692 [ 63 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.265722 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.265787 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.265817 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.05.06 01:58:27.265883 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.265924 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:27.265925 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:58:27.265960 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 974 rows starting from the beginning of the part 2026.05.06 01:58:27.266018 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:27.266060 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.05.06 01:58:27.266101 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 950 rows starting from the beginning of the part 2026.05.06 01:58:27.266142 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2026.05.06 01:58:27.266182 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:27.266332 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.266374 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.266681 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 01:58:27.266896 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:58:27.267022 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} executeQuery: Read 12 rows, 960.00 B in 0.001157 sec., 10371.650821089022 rows/sec., 810.29 KiB/sec. 2026.05.06 01:58:27.267059 [ 277 ] {a5ffa491-788c-43fe-9773-7234ebbc857d} TCPHandler: Processed in 0.001319262 sec. 2026.05.06 01:58:27.267177 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.267223 [ 192 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443305 sec., 1470236.7136537323 rows/sec., 93.92 MiB/sec. 2026.05.06 01:58:27.267269 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:27.267311 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:27.267399 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.05.06 01:58:27.267636 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:58:27.267702 [ 198 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_25_5} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.05.06 01:58:27.267745 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.267769 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.06 01:58:27.267787 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.268114 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.06 01:58:27.268325 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:27.268452 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} executeQuery: Read 113 rows, 9.42 KiB in 0.001201 sec., 94088.25978351374 rows/sec., 7.66 MiB/sec. 2026.05.06 01:58:27.268489 [ 277 ] {1fe6830e-415b-4384-8936-24febed8f4f9} TCPHandler: Processed in 0.001358663 sec. 2026.05.06 01:58:27.268611 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.268702 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.268744 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:27.269169 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.269205 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.269556 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.06 01:58:27.269764 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:27.269896 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} executeQuery: Read 197 rows, 14.47 KiB in 0.001211 sec., 162675.47481420313 rows/sec., 11.67 MiB/sec. 2026.05.06 01:58:27.269932 [ 277 ] {7085a90a-1ed4-4cb0-b834-bf15842dc17b} TCPHandler: Processed in 0.001368454 sec. 2026.05.06 01:58:27.270057 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.270149 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.270203 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} 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.06 01:58:27.270979 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.271014 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.271527 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.06 01:58:27.271753 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:27.271887 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} executeQuery: Read 11 rows, 20.18 KiB in 0.001756 sec., 6264.236902050114 rows/sec., 11.23 MiB/sec. 2026.05.06 01:58:27.271946 [ 277 ] {63adc6f8-d6b8-434a-be93-bf4e6552cfd3} TCPHandler: Processed in 0.001935627 sec. 2026.05.06 01:58:27.272069 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:27.272162 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:27.272202 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:27.272534 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.272569 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.272867 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.06 01:58:27.273067 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:27.273192 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.05.06 01:58:27.273226 [ 277 ] {8a09192c-9980-4eff-83a4-48250463f564} TCPHandler: Processed in 0.001203489 sec. 2026.05.06 01:58:27.887053 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.05.06 01:58:27.905203 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:27.905261 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:27.910941 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 01:58:27.911676 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:27.914719 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.05.06 01:58:28.000288 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 325.67 MiB, peak 334.50 MiB, free memory in arenas 0.00 B, will set to 324.37 MiB (RSS), difference: -1.30 MiB 2026.05.06 01:58:29.359367 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1326 2026.05.06 01:58:29.362223 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:29.362270 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:29.363512 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 01:58:29.363773 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:29.364030 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1326 2026.05.06 01:58:32.251251 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.251501 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:32.251840 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:32.251879 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} 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.06 01:58:32.252103 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:32.252175 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:32.252324 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:58:32.252361 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:32.252383 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:32.252398 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:32.252438 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:32.252460 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:32.253530 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} executeQuery: Read 52 rows, 12.62 KiB in 0.00212 sec., 24528.301886792455 rows/sec., 5.81 MiB/sec. 2026.05.06 01:58:32.253605 [ 277 ] {4093c22e-0198-47c0-9a35-7b65f9144753} TCPHandler: Processed in 0.002484601 sec. 2026.05.06 01:58:32.255710 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.255838 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:32.255891 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:32.256426 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.256469 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.256851 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.06 01:58:32.257101 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:32.257250 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} executeQuery: Read 116 rows, 10.09 KiB in 0.001448 sec., 80110.49723756906 rows/sec., 6.80 MiB/sec. 2026.05.06 01:58:32.257289 [ 277 ] {eda0b837-4b0b-4d34-b9a7-53933eb06d1b} TCPHandler: Processed in 0.00163931 sec. 2026.05.06 01:58:32.257411 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.257506 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:32.257548 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:32.257945 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.257982 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.258280 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.06 01:58:32.258550 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:32.258707 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} executeQuery: Read 30 rows, 2.26 KiB in 0.001218 sec., 24630.541871921185 rows/sec., 1.81 MiB/sec. 2026.05.06 01:58:32.258752 [ 277 ] {08fc5cd8-ceed-4d8f-a9ed-454c5ed630fa} TCPHandler: Processed in 0.001389984 sec. 2026.05.06 01:58:32.258886 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.258990 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:32.259053 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:32.259505 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.259543 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.259897 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.06 01:58:32.260123 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:32.260252 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} executeQuery: Read 94 rows, 7.52 KiB in 0.001281 sec., 73380.17174082747 rows/sec., 5.73 MiB/sec. 2026.05.06 01:58:32.260300 [ 277 ] {b9b1f7ab-9dea-4c28-9c00-7877b372e749} TCPHandler: Processed in 0.001469706 sec. 2026.05.06 01:58:32.260420 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.260515 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:32.260560 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:32.260963 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.261001 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.261340 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.06 01:58:32.261565 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:32.261688 [ 156 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.05.06 01:58:32.261696 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.05.06 01:58:32.261764 [ 156 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.261780 [ 277 ] {87b5dda4-fd05-4656-bc32-9645a98ef818} TCPHandler: Processed in 0.001407694 sec. 2026.05.06 01:58:32.261793 [ 156 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.261909 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.261920 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.05.06 01:58:32.262009 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:32.262070 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} 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.06 01:58:32.262073 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:32.262123 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_70_14, total 26714 rows starting from the beginning of the part 2026.05.06 01:58:32.262191 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part 2026.05.06 01:58:32.262237 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.05.06 01:58:32.262283 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 265 rows starting from the beginning of the part 2026.05.06 01:58:32.262326 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 197 rows starting from the beginning of the part 2026.05.06 01:58:32.262368 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.05.06 01:58:32.262899 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.262941 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.263516 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.06 01:58:32.263771 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:32.263918 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} executeQuery: Read 30 rows, 55.05 KiB in 0.001926 sec., 15576.32398753894 rows/sec., 27.91 MiB/sec. 2026.05.06 01:58:32.263975 [ 277 ] {dfb4b881-9238-476a-a8f2-77fcb0ca3118} TCPHandler: Processed in 0.002114751 sec. 2026.05.06 01:58:32.264088 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:32.264184 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:32.264227 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:32.264546 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:32.264584 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:32.264894 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.06 01:58:32.265108 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:32.265242 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.05.06 01:58:32.265278 [ 277 ] {8600de34-baa3-4386-9c9c-52a0b944df89} TCPHandler: Processed in 0.00123972 sec. 2026.05.06 01:58:32.268210 [ 198 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 27624 rows, containing 5 columns (5 merged, 0 gathered) in 0.006340865 sec., 4356503.410812247 rows/sec., 281.22 MiB/sec. 2026.05.06 01:58:32.268553 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.05.06 01:58:32.268811 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:58:32.268887 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_75_15} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.05.06 01:58:32.268960 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.05.06 01:58:34.097143 [ 154 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:58:34.097226 [ 154 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:58:34.263688 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22087 2026.05.06 01:58:34.264447 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:34.264533 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:34.265106 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:58:34.265337 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:34.265484 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22087 2026.05.06 01:58:34.265528 [ 154 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:58:34.265617 [ 154 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:34.265653 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:34.265833 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:58:34.266051 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:34.266112 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19655 rows starting from the beginning of the part 2026.05.06 01:58:34.266216 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2026.05.06 01:58:34.266289 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2026.05.06 01:58:34.266356 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2026.05.06 01:58:34.266415 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2026.05.06 01:58:34.266454 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2026.05.06 01:58:34.268331 [ 195 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22087 rows, containing 4 columns (4 merged, 0 gathered) in 0.002581293 sec., 8556564.481443988 rows/sec., 122.40 MiB/sec. 2026.05.06 01:58:34.268668 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:58:34.268942 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:34.269012 [ 200 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_46_9} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:58:34.269124 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.05.06 01:58:35.414771 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.05.06 01:58:35.434912 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:35.434990 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:35.440777 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 01:58:35.441492 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:35.441816 [ 137 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 01:58:35.441890 [ 137 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:35.441911 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 01:58:35.442063 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.445521 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.05.06 01:58:35.445810 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:35.447084 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.451777 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.456653 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.461316 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.465631 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.469587 [ 198 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:58:35.529443 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.087446726 sec., 3968.1302648197484 rows/sec., 20.52 MiB/sec. 2026.05.06 01:58:35.533318 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 01:58:35.535537 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_46_9} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:35.535661 [ 195 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_46_9} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 01:58:35.538157 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.06 01:58:37.254026 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.254389 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:37.254896 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:37.254953 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} 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.06 01:58:37.255285 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:37.255393 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:37.255612 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:58:37.255669 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:37.255700 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:37.255723 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:37.255783 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:37.255817 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:37.257252 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} executeQuery: Read 52 rows, 12.62 KiB in 0.003001 sec., 17327.557480839718 rows/sec., 4.11 MiB/sec. 2026.05.06 01:58:37.257349 [ 277 ] {50d8638a-bf16-4445-a297-925045910eb3} TCPHandler: Processed in 0.003518946 sec. 2026.05.06 01:58:37.260445 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.260601 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:37.260669 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:37.261389 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.261451 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.262018 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.06 01:58:37.262374 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:37.262583 [ 127 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.06 01:58:37.262597 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} executeQuery: Read 78 rows, 6.61 KiB in 0.002046 sec., 38123.16715542522 rows/sec., 3.16 MiB/sec. 2026.05.06 01:58:37.262690 [ 127 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.262699 [ 277 ] {8f12ec6b-85c8-4f31-bef8-cc427469edb4} TCPHandler: Processed in 0.002324127 sec. 2026.05.06 01:58:37.262739 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.262883 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:58:37.262918 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.263016 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:37.263057 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3365 rows starting from the beginning of the part 2026.05.06 01:58:37.263063 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.263122 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:37.263130 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:58:37.263200 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 857 rows starting from the beginning of the part 2026.05.06 01:58:37.263256 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 199 rows starting from the beginning of the part 2026.05.06 01:58:37.263307 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 116 rows starting from the beginning of the part 2026.05.06 01:58:37.263360 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 78 rows starting from the beginning of the part 2026.05.06 01:58:37.263686 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.263731 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.264521 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.06 01:58:37.264832 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:37.265014 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} executeQuery: Read 11 rows, 847.00 B in 0.001979 sec., 5558.3628094997475 rows/sec., 417.96 KiB/sec. 2026.05.06 01:58:37.265067 [ 277 ] {cbd11b43-c6e3-4974-87f7-69075bc957f1} TCPHandler: Processed in 0.002224275 sec. 2026.05.06 01:58:37.265272 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.265406 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:37.265464 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:37.266030 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.266080 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.266105 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4693 rows, containing 5 columns (5 merged, 0 gathered) in 0.00327502 sec., 1432968.348284896 rows/sec., 116.03 MiB/sec. 2026.05.06 01:58:37.266495 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.06 01:58:37.266519 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.06 01:58:37.266805 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:37.266814 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:37.266892 [ 197 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_76_15} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.06 01:58:37.266967 [ 133 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.06 01:58:37.266984 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} executeQuery: Read 75 rows, 6.00 KiB in 0.001604 sec., 46758.104738154616 rows/sec., 3.65 MiB/sec. 2026.05.06 01:58:37.266972 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.06 01:58:37.267019 [ 133 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.267044 [ 277 ] {38c9bc4c-3127-4427-b8e0-0c9fc14b52e6} TCPHandler: Processed in 0.001843115 sec. 2026.05.06 01:58:37.267067 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.267213 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:58:37.267216 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.267390 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:37.267392 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.267440 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1835 rows starting from the beginning of the part 2026.05.06 01:58:37.267472 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:37.267527 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:58:37.267586 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 520 rows starting from the beginning of the part 2026.05.06 01:58:37.267635 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 113 rows starting from the beginning of the part 2026.05.06 01:58:37.267683 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 94 rows starting from the beginning of the part 2026.05.06 01:58:37.267731 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 75 rows starting from the beginning of the part 2026.05.06 01:58:37.268070 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.268128 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.268648 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.06 01:58:37.268986 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:37.269187 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} executeQuery: Read 160 rows, 11.41 KiB in 0.001815 sec., 88154.26997245179 rows/sec., 6.14 MiB/sec. 2026.05.06 01:58:37.269239 [ 277 ] {5e9e9169-f71c-4f1d-b3bf-b2eabcb169bc} TCPHandler: Processed in 0.002089471 sec. 2026.05.06 01:58:37.269342 [ 190 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2712 rows, containing 5 columns (5 merged, 0 gathered) in 0.002198514 sec., 1233560.4867651514 rows/sec., 91.17 MiB/sec. 2026.05.06 01:58:37.269407 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.269554 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.269638 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} 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.06 01:58:37.269694 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.06 01:58:37.270122 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:37.270247 [ 199 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_76_15} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.06 01:58:37.270405 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.05.06 01:58:37.270758 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.270816 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.271523 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.06 01:58:37.271841 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:37.272016 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} executeQuery: Read 11 rows, 20.18 KiB in 0.002491 sec., 4415.897230028101 rows/sec., 7.91 MiB/sec. 2026.05.06 01:58:37.272084 [ 277 ] {0af9661a-a18f-4d94-a72e-d868699b4e3d} TCPHandler: Processed in 0.002743337 sec. 2026.05.06 01:58:37.272222 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.272344 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.272405 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:37.272881 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.272931 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.273397 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.06 01:58:37.273730 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:37.273884 [ 133 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.06 01:58:37.273920 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001601 sec., 37476.57713928795 rows/sec., 2.53 MiB/sec. 2026.05.06 01:58:37.273930 [ 133 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.273961 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.273968 [ 277 ] {6463be12-139e-4a58-bd32-0d655346b4c6} TCPHandler: Processed in 0.001803074 sec. 2026.05.06 01:58:37.274053 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:37.274170 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:37.274201 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3810 rows starting from the beginning of the part 2026.05.06 01:58:37.274253 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:37.274296 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part 2026.05.06 01:58:37.274354 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:37.274408 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:37.274474 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.05.06 01:58:37.276155 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4140 rows, containing 4 columns (4 merged, 0 gathered) in 0.002137122 sec., 1937184.6810804438 rows/sec., 129.33 MiB/sec. 2026.05.06 01:58:37.276557 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.06 01:58:37.276925 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:37.277018 [ 201 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_76_15} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.06 01:58:37.277121 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.05.06 01:58:37.608891 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.609168 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:58:37.609565 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:37.609605 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:58:37.609845 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:37.609918 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:37.610066 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:58:37.610105 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:37.610126 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:37.610141 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:37.610183 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:58:37.610204 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:37.611375 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} executeQuery: Read 52 rows, 12.62 KiB in 0.002317 sec., 22442.81398359948 rows/sec., 5.32 MiB/sec. 2026.05.06 01:58:37.611515 [ 277 ] {bc570174-b56d-4579-8b18-1b14f200d0cf} TCPHandler: Processed in 0.002775618 sec. 2026.05.06 01:58:37.624589 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.624714 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:58:37.624765 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:58:37.625250 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.625301 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.625677 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:58:37.625904 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:58:37.626063 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} executeQuery: Read 2 rows, 167.00 B in 0.001385 sec., 1444.043321299639 rows/sec., 117.75 KiB/sec. 2026.05.06 01:58:37.626103 [ 277 ] {7f32f050-9f8c-490a-a931-f86dc345aa83} TCPHandler: Processed in 0.001576519 sec. 2026.05.06 01:58:37.626222 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.626320 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:37.626361 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:37.627802 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.627837 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.628333 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.06 01:58:37.628549 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:37.628681 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} executeQuery: Read 2466 rows, 187.45 KiB in 0.00238 sec., 1036134.4537815126 rows/sec., 76.92 MiB/sec. 2026.05.06 01:58:37.628719 [ 277 ] {9e1051e5-572b-4388-b551-d88292107538} TCPHandler: Processed in 0.002546122 sec. 2026.05.06 01:58:37.628833 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.628928 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.628969 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:37.629371 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.629407 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.629709 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.06 01:58:37.629925 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:37.630026 [ 133 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.06 01:58:37.630054 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} executeQuery: Read 43 rows, 3.22 KiB in 0.001144 sec., 37587.41258741259 rows/sec., 2.75 MiB/sec. 2026.05.06 01:58:37.630064 [ 133 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.630087 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.630093 [ 277 ] {621a579f-142b-4ec3-a401-bd3ba700f3f7} TCPHandler: Processed in 0.001310202 sec. 2026.05.06 01:58:37.630173 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:58:37.630209 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.630264 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:37.630293 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 230 rows starting from the beginning of the part 2026.05.06 01:58:37.630303 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.630344 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:58:37.630349 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 172 rows starting from the beginning of the part 2026.05.06 01:58:37.630400 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part 2026.05.06 01:58:37.630455 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part 2026.05.06 01:58:37.630498 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:58:37.630542 [ 193 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 43 rows starting from the beginning of the part 2026.05.06 01:58:37.631034 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.631071 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.631368 [ 186 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 511 rows, containing 5 columns (5 merged, 0 gathered) in 0.00122607 sec., 416778.81360770593 rows/sec., 28.79 MiB/sec. 2026.05.06 01:58:37.631452 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 01:58:37.631600 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.06 01:58:37.631695 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:58:37.631839 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} executeQuery: Read 801 rows, 47.38 KiB in 0.001553 sec., 515775.9175788796 rows/sec., 29.79 MiB/sec. 2026.05.06 01:58:37.631881 [ 277 ] {97720246-4f65-4148-b327-561dd8df91a3} TCPHandler: Processed in 0.001721602 sec. 2026.05.06 01:58:37.631962 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:37.631986 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.632060 [ 196 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_66_13} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.06 01:58:37.632086 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.632130 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:58:37.632171 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 01:58:37.632513 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.632554 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.632846 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 01:58:37.633054 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:58:37.633235 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} executeQuery: Read 1 rows, 72.00 B in 0.001165 sec., 858.3690987124463 rows/sec., 60.35 KiB/sec. 2026.05.06 01:58:37.633292 [ 277 ] {d6439cf3-3cf1-4756-9fe4-513b1921c8eb} TCPHandler: Processed in 0.001354823 sec. 2026.05.06 01:58:37.633421 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.633521 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:37.633560 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:37.634432 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.634467 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.634856 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.06 01:58:37.635079 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:37.635209 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} executeQuery: Read 1322 rows, 90.68 KiB in 0.001705 sec., 775366.5689149561 rows/sec., 51.94 MiB/sec. 2026.05.06 01:58:37.635258 [ 277 ] {bf1c6454-a387-4114-8834-91e7c2bf90c8} TCPHandler: Processed in 0.001895576 sec. 2026.05.06 01:58:37.635365 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.635473 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.635527 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:37.636351 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.636392 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.636843 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.06 01:58:37.637070 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:37.637206 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} executeQuery: Read 1497 rows, 92.97 KiB in 0.001757 sec., 852020.4894706886 rows/sec., 51.68 MiB/sec. 2026.05.06 01:58:37.637253 [ 277 ] {6824de2f-210b-4eaa-9c09-e8833c9b0255} TCPHandler: Processed in 0.001937217 sec. 2026.05.06 01:58:37.637372 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.637470 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.637525 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} 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.06 01:58:37.638403 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.638440 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.639025 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.06 01:58:37.639264 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:37.639392 [ 135 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.06 01:58:37.639405 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} executeQuery: Read 41 rows, 75.23 KiB in 0.001954 sec., 20982.59979529171 rows/sec., 37.60 MiB/sec. 2026.05.06 01:58:37.639460 [ 135 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.639487 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.639488 [ 277 ] {e6100019-73a0-4915-a959-1ef95d0a153a} TCPHandler: Processed in 0.002164603 sec. 2026.05.06 01:58:37.639570 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:58:37.639619 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:37.639716 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:37.639752 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:37.639758 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:37.639800 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1287 rows starting from the beginning of the part 2026.05.06 01:58:37.639911 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part 2026.05.06 01:58:37.640017 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 11 rows starting from the beginning of the part 2026.05.06 01:58:37.640095 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:37.640126 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part 2026.05.06 01:58:37.640132 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:37.640235 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:58:37.640336 [ 193 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part 2026.05.06 01:58:37.640454 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.06 01:58:37.640671 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:37.640800 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} executeQuery: Read 12 rows, 848.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 750.79 KiB/sec. 2026.05.06 01:58:37.640836 [ 277 ] {91fa2762-e077-4da6-9d44-51f77965abe5} TCPHandler: Processed in 0.001265881 sec. 2026.05.06 01:58:37.648837 [ 196 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 19 columns (19 merged, 0 gathered) in 0.009295197 sec., 151691.2444136472 rows/sec., 271.82 MiB/sec. 2026.05.06 01:58:37.651030 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.06 01:58:37.651430 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:37.651521 [ 202 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_66_13} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.06 01:58:37.651701 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.45 MiB. 2026.05.06 01:58:38.000288 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 328.59 MiB, peak 340.01 MiB, free memory in arenas 0.00 B, will set to 333.12 MiB (RSS), difference: 4.52 MiB 2026.05.06 01:58:39.364228 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1374 2026.05.06 01:58:39.366747 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:39.366784 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:39.367954 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 01:58:39.368209 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:39.368462 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1374 2026.05.06 01:58:41.765541 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22535 2026.05.06 01:58:41.766086 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:41.766127 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:41.766662 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:58:41.766882 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:41.767004 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22535 2026.05.06 01:58:42.249010 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:42.249249 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:42.249600 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:42.249640 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} 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.06 01:58:42.249863 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:42.249938 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:42.250090 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:58:42.250130 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:42.250155 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:42.250173 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:42.250218 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:58:42.250242 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:42.251487 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} executeQuery: Read 52 rows, 12.62 KiB in 0.002329 sec., 22327.179046801204 rows/sec., 5.29 MiB/sec. 2026.05.06 01:58:42.251609 [ 277 ] {915691f8-b89c-4db9-bb9d-00a59f61e922} TCPHandler: Processed in 0.002734977 sec. 2026.05.06 01:58:42.253090 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:42.253208 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:42.253258 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:42.253773 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:42.253823 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:42.254224 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.06 01:58:42.254453 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:42.254614 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} executeQuery: Read 56 rows, 4.41 KiB in 0.00144 sec., 38888.88888888888 rows/sec., 2.99 MiB/sec. 2026.05.06 01:58:42.254654 [ 277 ] {8d78dada-5da0-49e3-a8f8-f7a74d6a2a34} TCPHandler: Processed in 0.00161768 sec. 2026.05.06 01:58:42.254773 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:42.254873 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:42.254916 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:42.255344 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:42.255378 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:42.255696 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.06 01:58:42.255947 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:42.256083 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2026.05.06 01:58:42.256121 [ 277 ] {d9c3feb2-6027-4b90-a20d-29becee398ad} TCPHandler: Processed in 0.001397444 sec. 2026.05.06 01:58:42.256242 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:42.256339 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:42.256381 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:42.256761 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:42.256795 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:42.257164 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.06 01:58:42.257377 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:42.257512 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} executeQuery: Read 128 rows, 9.13 KiB in 0.001192 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. 2026.05.06 01:58:42.257548 [ 277 ] {646be6ae-9abc-4734-baa1-f33d77cf250f} TCPHandler: Processed in 0.001354544 sec. 2026.05.06 01:58:42.257664 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:42.257759 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:42.257799 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:42.258127 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:42.258164 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:42.258483 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.06 01:58:42.258797 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:42.258975 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} executeQuery: Read 48 rows, 3.31 KiB in 0.001235 sec., 38866.396761133605 rows/sec., 2.62 MiB/sec. 2026.05.06 01:58:42.259012 [ 277 ] {f4709819-8177-4d8e-8cf8-71064967bd95} TCPHandler: Processed in 0.001396415 sec. 2026.05.06 01:58:42.945593 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.05.06 01:58:42.961043 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:42.961093 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:42.966672 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 01:58:42.967339 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:42.969954 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.05.06 01:58:45.760402 [ 266 ] {} TCP-Session: 0e675972-76ac-4f2d-a810-ab2caddb51da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:45.760658 [ 266 ] {4659f2e4-0330-4c2c-a809-75bcb801c511} executeQuery: (from [fd00:1122:3344:101::e]:57996) 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 has_own_data (stage: Complete) 2026.05.06 01:58:45.761052 [ 266 ] {4659f2e4-0330-4c2c-a809-75bcb801c511} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.06 01:58:45.761209 [ 266 ] {4659f2e4-0330-4c2c-a809-75bcb801c511} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:45.761627 [ 355 ] {4659f2e4-0330-4c2c-a809-75bcb801c511} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.06 01:58:45.762228 [ 266 ] {4659f2e4-0330-4c2c-a809-75bcb801c511} executeQuery: Read 140 rows, 7.96 KiB in 0.001684 sec., 83135.39192399051 rows/sec., 4.61 MiB/sec. 2026.05.06 01:58:45.762332 [ 266 ] {4659f2e4-0330-4c2c-a809-75bcb801c511} TCPHandler: Processed in 0.00206205 sec. 2026.05.06 01:58:47.251134 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.251405 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:47.251789 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:47.251833 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} 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.06 01:58:47.252060 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:47.252134 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:47.252279 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:58:47.252316 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:47.252338 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:47.252354 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:47.252394 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:47.252416 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:47.253887 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} executeQuery: Read 52 rows, 12.62 KiB in 0.002581 sec., 20147.229755908564 rows/sec., 4.77 MiB/sec. 2026.05.06 01:58:47.254020 [ 277 ] {a2a4564b-5aab-4546-873a-b3a5ad3a5a8f} TCPHandler: Processed in 0.003029264 sec. 2026.05.06 01:58:47.255915 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.256049 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:47.256104 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:47.256701 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:47.256758 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:47.257151 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.06 01:58:47.257377 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:47.257530 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} executeQuery: Read 78 rows, 6.61 KiB in 0.001521 sec., 51282.05128205128 rows/sec., 4.25 MiB/sec. 2026.05.06 01:58:47.257570 [ 277 ] {b6ae4667-228e-473e-8ba6-32c8bade9232} TCPHandler: Processed in 0.001719882 sec. 2026.05.06 01:58:47.257693 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.257793 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:47.257834 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:47.258245 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:47.258284 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:47.258667 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.06 01:58:47.259038 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:47.259258 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} executeQuery: Read 11 rows, 847.00 B in 0.001484 sec., 7412.398921832883 rows/sec., 557.38 KiB/sec. 2026.05.06 01:58:47.259314 [ 277 ] {017f0a1f-fc7e-4ae8-997c-a341c8d179fc} TCPHandler: Processed in 0.001671141 sec. 2026.05.06 01:58:47.259494 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.259603 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:47.259651 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:47.260186 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:47.260227 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:47.260554 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.06 01:58:47.260762 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:47.260900 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} executeQuery: Read 75 rows, 6.00 KiB in 0.001323 sec., 56689.34240362812 rows/sec., 4.43 MiB/sec. 2026.05.06 01:58:47.260938 [ 277 ] {5d2702c0-cddf-4bd1-bc77-657a23fbf39e} TCPHandler: Processed in 0.001501657 sec. 2026.05.06 01:58:47.261064 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.261162 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:47.261208 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:47.261614 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:47.261652 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:47.261979 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.06 01:58:47.262186 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:47.262320 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.05.06 01:58:47.262359 [ 277 ] {4380793c-dac4-4408-aeaf-95d976ff465c} TCPHandler: Processed in 0.001343793 sec. 2026.05.06 01:58:47.262479 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.262575 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:47.262631 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} 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.06 01:58:47.263459 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:47.263498 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:47.264014 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.06 01:58:47.264283 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:47.264456 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} executeQuery: Read 11 rows, 20.18 KiB in 0.001899 sec., 5792.522380200105 rows/sec., 10.38 MiB/sec. 2026.05.06 01:58:47.264533 [ 277 ] {a0b99cde-a391-41f4-91e4-7adab9967123} TCPHandler: Processed in 0.002102551 sec. 2026.05.06 01:58:47.264669 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:47.264772 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:47.264819 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:47.265169 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:47.265206 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:47.265518 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.06 01:58:47.265731 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:47.265859 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.05.06 01:58:47.265896 [ 277 ] {84a21fd1-d7ac-404c-bcea-a4993ad1ea16} TCPHandler: Processed in 0.001276421 sec. 2026.05.06 01:58:49.097293 [ 130 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:58:49.097346 [ 130 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:58:49.267078 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23047 2026.05.06 01:58:49.267633 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:49.267677 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:49.268150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:58:49.268361 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:49.268485 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23047 2026.05.06 01:58:49.368657 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1400 2026.05.06 01:58:49.370773 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:49.370809 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:49.371965 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 01:58:49.372218 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:49.372368 [ 130 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 01:58:49.372410 [ 130 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:49.372433 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:49.372463 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1400 2026.05.06 01:58:49.372579 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:58:49.373186 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:49.373345 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1194 rows starting from the beginning of the part 2026.05.06 01:58:49.373715 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 62 rows starting from the beginning of the part 2026.05.06 01:58:49.374043 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.05.06 01:58:49.374368 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part 2026.05.06 01:58:49.374686 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:58:49.375007 [ 189 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2026.05.06 01:58:49.381298 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1400 rows, containing 72 columns (72 merged, 0 gathered) in 0.008787395 sec., 159319.1156195892 rows/sec., 133.74 MiB/sec. 2026.05.06 01:58:49.383035 [ 187 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 01:58:49.383672 [ 187 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:49.383755 [ 187 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_36_7} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 01:58:49.384078 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. 2026.05.06 01:58:50.001323 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000905553 sec. 2026.05.06 01:58:50.470015 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.05.06 01:58:50.486291 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:50.486353 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:50.492397 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 01:58:50.493084 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:50.495887 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.05.06 01:58:52.251766 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.252004 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:52.252327 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:52.252361 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} 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.06 01:58:52.252572 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:52.252640 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:52.252779 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:58:52.252813 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:52.252835 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:52.252850 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:52.252889 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:58:52.252909 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:52.254111 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} executeQuery: Read 52 rows, 12.62 KiB in 0.002198 sec., 23657.870791628753 rows/sec., 5.60 MiB/sec. 2026.05.06 01:58:52.254213 [ 277 ] {709311b1-3da6-4598-bd8e-3fc6993f0a26} TCPHandler: Processed in 0.002572993 sec. 2026.05.06 01:58:52.256421 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.256603 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:52.256676 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:52.257323 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.257366 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.257737 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.06 01:58:52.257962 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:52.258109 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} executeQuery: Read 116 rows, 10.09 KiB in 0.001559 sec., 74406.67094291213 rows/sec., 6.32 MiB/sec. 2026.05.06 01:58:52.258147 [ 277 ] {7350a6b2-4f1e-4730-970d-f137abaef149} TCPHandler: Processed in 0.001813054 sec. 2026.05.06 01:58:52.258275 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.258367 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:52.258407 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:52.258955 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.258999 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.259391 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.06 01:58:52.259825 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:52.259980 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} executeQuery: Read 30 rows, 2.26 KiB in 0.001632 sec., 18382.352941176472 rows/sec., 1.35 MiB/sec. 2026.05.06 01:58:52.260018 [ 277 ] {7b4cd33b-d1c3-4820-a630-87bad7115e67} TCPHandler: Processed in 0.001791094 sec. 2026.05.06 01:58:52.260145 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.260239 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:52.260278 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:52.260704 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.260740 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.261048 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.06 01:58:52.261258 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:52.261383 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} executeQuery: Read 94 rows, 7.52 KiB in 0.001162 sec., 80895.00860585198 rows/sec., 6.32 MiB/sec. 2026.05.06 01:58:52.261419 [ 277 ] {828e8e5b-4b5b-4024-b77e-93c557537ded} TCPHandler: Processed in 0.001322762 sec. 2026.05.06 01:58:52.261541 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.261633 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:52.261675 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:52.262072 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.262107 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.262431 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.06 01:58:52.262639 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:52.262774 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.05.06 01:58:52.262802 [ 124 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 3 parts from all_1_75_15 to all_77_77_0 2026.05.06 01:58:52.262814 [ 277 ] {9284080b-cd97-4572-9374-76f34d59e78c} TCPHandler: Processed in 0.001319252 sec. 2026.05.06 01:58:52.262877 [ 124 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.262904 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.262975 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.263004 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergeTask::PrepareStage: Merging 3 parts: from all_1_75_15 to all_77_77_0 into Compact with storage Full 2026.05.06 01:58:52.263072 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:52.263130 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} 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.06 01:58:52.263131 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:52.263179 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_75_15, total 27624 rows starting from the beginning of the part 2026.05.06 01:58:52.263244 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.05.06 01:58:52.263290 [ 192 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1497 rows starting from the beginning of the part 2026.05.06 01:58:52.263953 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.263993 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.264914 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.06 01:58:52.265171 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:52.265312 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} executeQuery: Read 30 rows, 55.05 KiB in 0.002257 sec., 13291.98050509526 rows/sec., 23.82 MiB/sec. 2026.05.06 01:58:52.265365 [ 277 ] {f8378232-86b0-46a7-b853-62b523288aca} TCPHandler: Processed in 0.00243736 sec. 2026.05.06 01:58:52.265489 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:52.265582 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:52.265623 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:52.265956 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:52.265991 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:52.266445 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.06 01:58:52.266655 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:52.266788 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2026.05.06 01:58:52.266829 [ 277 ] {7571e16b-6991-4bd4-881d-72b9ffd59aab} TCPHandler: Processed in 0.001386754 sec. 2026.05.06 01:58:52.270957 [ 187 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergeTask::MergeProjectionsStage: Merge sorted 29281 rows, containing 5 columns (5 merged, 0 gathered) in 0.007987875 sec., 3665680.797458648 rows/sec., 236.00 MiB/sec. 2026.05.06 01:58:52.271325 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} MergedBlockOutputStream: filled checksums all_1_77_16 (state Temporary) 2026.05.06 01:58:52.271605 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_77_16 to all_1_77_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:58:52.271679 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_77_16} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 3 parts: [all_1_75_15, all_77_77_0] -> all_1_77_16 2026.05.06 01:58:52.271763 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.05.06 01:58:53.001214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 333.61 MiB, peak 340.85 MiB, free memory in arenas 0.00 B, will set to 335.57 MiB (RSS), difference: 1.96 MiB 2026.05.06 01:58:56.379688 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62500 2026.05.06 01:58:56.379827 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.379858 [ 258 ] {} TCP-Session: 1d8a73c0-8b07-4c20-9630-ace8131ff1f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:62500 2026.05.06 01:58:56.379884 [ 258 ] {} TCP-Session: 1d8a73c0-8b07-4c20-9630-ace8131ff1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.379900 [ 258 ] {} TCP-Session: 1d8a73c0-8b07-4c20-9630-ace8131ff1f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380116 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34665 2026.05.06 01:58:56.380151 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39019 2026.05.06 01:58:56.380146 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55880 2026.05.06 01:58:56.380191 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42680 2026.05.06 01:58:56.380268 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.380248 [ 258 ] {} TCP-Session: 1d8a73c0-8b07-4c20-9630-ace8131ff1f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:56.380311 [ 370 ] {} TCP-Session: d7074a26-d765-4385-9bfc-d75160726f9a Authenticating user 'default' from [fd00:1122:3344:101::e]:39019 2026.05.06 01:58:56.380328 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.380341 [ 370 ] {} TCP-Session: d7074a26-d765-4385-9bfc-d75160726f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380241 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.380374 [ 370 ] {} TCP-Session: d7074a26-d765-4385-9bfc-d75160726f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380372 [ 369 ] {} TCP-Session: 4ca10d1f-243d-4aa5-87ba-22cbc16aa4a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55880 2026.05.06 01:58:56.380408 [ 368 ] {} TCP-Session: c42bd5e6-7667-4ee4-a6fd-3a25823495fe Authenticating user 'default' from [fd00:1122:3344:101::e]:34665 2026.05.06 01:58:56.380438 [ 369 ] {} TCP-Session: 4ca10d1f-243d-4aa5-87ba-22cbc16aa4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380448 [ 368 ] {} TCP-Session: c42bd5e6-7667-4ee4-a6fd-3a25823495fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380474 [ 258 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} executeQuery: (from [fd00:1122:3344:101::e]:62500) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:58:56.380486 [ 369 ] {} TCP-Session: 4ca10d1f-243d-4aa5-87ba-22cbc16aa4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380494 [ 368 ] {} TCP-Session: c42bd5e6-7667-4ee4-a6fd-3a25823495fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380514 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.380563 [ 371 ] {} TCP-Session: 283118e6-f529-4482-9e29-187eac101c76 Authenticating user 'default' from [fd00:1122:3344:101::e]:42680 2026.05.06 01:58:56.380591 [ 371 ] {} TCP-Session: 283118e6-f529-4482-9e29-187eac101c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380590 [ 376 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52295 2026.05.06 01:58:56.380607 [ 371 ] {} TCP-Session: 283118e6-f529-4482-9e29-187eac101c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.380591 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35460 2026.05.06 01:58:56.380642 [ 377 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45937 2026.05.06 01:58:56.380693 [ 378 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53680 2026.05.06 01:58:56.380757 [ 258 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:58:56.380823 [ 258 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:56.381006 [ 376 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.381042 [ 376 ] {} TCP-Session: e3a8b339-a1ab-44f2-98b9-c66a979c1a25 Authenticating user 'default' from [fd00:1122:3344:101::e]:52295 2026.05.06 01:58:56.381064 [ 376 ] {} TCP-Session: e3a8b339-a1ab-44f2-98b9-c66a979c1a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381077 [ 376 ] {} TCP-Session: e3a8b339-a1ab-44f2-98b9-c66a979c1a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381080 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.381112 [ 372 ] {} TCP-Session: c26b6d72-9414-4380-93e1-defc852855f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:35460 2026.05.06 01:58:56.381120 [ 258 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:58:56.381129 [ 372 ] {} TCP-Session: c26b6d72-9414-4380-93e1-defc852855f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381158 [ 372 ] {} TCP-Session: c26b6d72-9414-4380-93e1-defc852855f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381490 [ 378 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.381529 [ 378 ] {} TCP-Session: 0be057cb-3a8c-40c0-90d4-5c99a37ecae7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53680 2026.05.06 01:58:56.381548 [ 378 ] {} TCP-Session: 0be057cb-3a8c-40c0-90d4-5c99a37ecae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381561 [ 378 ] {} TCP-Session: 0be057cb-3a8c-40c0-90d4-5c99a37ecae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381612 [ 377 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.381649 [ 377 ] {} TCP-Session: 8b7b3717-9c72-4245-a674-9bf9db7122a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:45937 2026.05.06 01:58:56.381666 [ 377 ] {} TCP-Session: 8b7b3717-9c72-4245-a674-9bf9db7122a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.381678 [ 377 ] {} TCP-Session: 8b7b3717-9c72-4245-a674-9bf9db7122a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.382174 [ 313 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} AggregatingTransform: Aggregating 2026.05.06 01:58:56.382223 [ 313 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} Aggregator: Aggregation method: without_key 2026.05.06 01:58:56.382267 [ 313 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001032826 sec. (968.217 rows/sec., 37.82 KiB/sec.) 2026.05.06 01:58:56.382291 [ 313 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} Aggregator: Merging aggregated data 2026.05.06 01:58:56.383502 [ 258 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} executeQuery: Read 1 rows, 40.00 B in 0.003091 sec., 323.51989647363314 rows/sec., 12.64 KiB/sec. 2026.05.06 01:58:56.383653 [ 258 ] {bf605075-d5b0-48a5-b39a-93cb7d8482a1} TCPHandler: Processed in 0.003522737 sec. 2026.05.06 01:58:56.383769 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383799 [ 258 ] {} TCP-Session: 1d8a73c0-8b07-4c20-9630-ace8131ff1f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383805 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383821 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383840 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383865 [ 368 ] {} TCP-Session: c42bd5e6-7667-4ee4-a6fd-3a25823495fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383874 [ 377 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383898 [ 370 ] {} TCP-Session: d7074a26-d765-4385-9bfc-d75160726f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383904 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383921 [ 376 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383925 [ 377 ] {} TCP-Session: 8b7b3717-9c72-4245-a674-9bf9db7122a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383971 [ 371 ] {} TCP-Session: 283118e6-f529-4482-9e29-187eac101c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383987 [ 376 ] {} TCP-Session: e3a8b339-a1ab-44f2-98b9-c66a979c1a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383888 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.383879 [ 369 ] {} TCP-Session: 4ca10d1f-243d-4aa5-87ba-22cbc16aa4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.384050 [ 372 ] {} TCP-Session: c26b6d72-9414-4380-93e1-defc852855f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.383859 [ 378 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.384113 [ 378 ] {} TCP-Session: 0be057cb-3a8c-40c0-90d4-5c99a37ecae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415335 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37726 2026.05.06 01:58:56.415464 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.415495 [ 258 ] {} TCP-Session: 7bf3c165-0da9-48b5-afa3-0f712f9eadc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37726 2026.05.06 01:58:56.415519 [ 258 ] {} TCP-Session: 7bf3c165-0da9-48b5-afa3-0f712f9eadc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415535 [ 258 ] {} TCP-Session: 7bf3c165-0da9-48b5-afa3-0f712f9eadc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415750 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58787 2026.05.06 01:58:56.415772 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56279 2026.05.06 01:58:56.415803 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62974 2026.05.06 01:58:56.415824 [ 376 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65040 2026.05.06 01:58:56.415841 [ 377 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40891 2026.05.06 01:58:56.415861 [ 258 ] {} TCP-Session: 7bf3c165-0da9-48b5-afa3-0f712f9eadc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:56.415886 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.415898 [ 376 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.415929 [ 372 ] {} TCP-Session: 2e553dd1-5ab5-42a8-9925-7c484437ac03 Authenticating user 'default' from [fd00:1122:3344:101::e]:62974 2026.05.06 01:58:56.415934 [ 377 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.415938 [ 376 ] {} TCP-Session: 3e102a50-5dd6-4d37-bace-cc5c85ea018d Authenticating user 'default' from [fd00:1122:3344:101::e]:65040 2026.05.06 01:58:56.415953 [ 372 ] {} TCP-Session: 2e553dd1-5ab5-42a8-9925-7c484437ac03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415970 [ 377 ] {} TCP-Session: e84ddd9d-96aa-4a19-9b1c-d675658d77b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40891 2026.05.06 01:58:56.415980 [ 372 ] {} TCP-Session: 2e553dd1-5ab5-42a8-9925-7c484437ac03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415977 [ 376 ] {} TCP-Session: 3e102a50-5dd6-4d37-bace-cc5c85ea018d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415998 [ 377 ] {} TCP-Session: e84ddd9d-96aa-4a19-9b1c-d675658d77b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416017 [ 376 ] {} TCP-Session: 3e102a50-5dd6-4d37-bace-cc5c85ea018d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416031 [ 377 ] {} TCP-Session: e84ddd9d-96aa-4a19-9b1c-d675658d77b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415873 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.416064 [ 258 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} executeQuery: (from [fd00:1122:3344:101::e]:37726) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:58:56.416091 [ 369 ] {} TCP-Session: c7baaae5-e9a4-4e9e-a04c-3380be047531 Authenticating user 'default' from [fd00:1122:3344:101::e]:56279 2026.05.06 01:58:56.415785 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47218 2026.05.06 01:58:56.416125 [ 369 ] {} TCP-Session: c7baaae5-e9a4-4e9e-a04c-3380be047531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415858 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.416164 [ 369 ] {} TCP-Session: c7baaae5-e9a4-4e9e-a04c-3380be047531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416194 [ 368 ] {} TCP-Session: a0c9a87f-3692-4fbe-bdaa-6bf436535fa8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58787 2026.05.06 01:58:56.416195 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.416223 [ 368 ] {} TCP-Session: a0c9a87f-3692-4fbe-bdaa-6bf436535fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.415846 [ 378 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35889 2026.05.06 01:58:56.416248 [ 368 ] {} TCP-Session: a0c9a87f-3692-4fbe-bdaa-6bf436535fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416246 [ 370 ] {} TCP-Session: 0e08a2c4-8c72-452e-aacf-32c203a65fb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47218 2026.05.06 01:58:56.415792 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51107 2026.05.06 01:58:56.416322 [ 370 ] {} TCP-Session: 0e08a2c4-8c72-452e-aacf-32c203a65fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416330 [ 258 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:58:56.416352 [ 370 ] {} TCP-Session: 0e08a2c4-8c72-452e-aacf-32c203a65fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416330 [ 378 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.416384 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.416395 [ 258 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:56.416413 [ 378 ] {} TCP-Session: a0fcf38d-4b54-4648-9a6f-f3f1148c742a Authenticating user 'default' from [fd00:1122:3344:101::e]:35889 2026.05.06 01:58:56.416424 [ 371 ] {} TCP-Session: 69dfff3e-50fc-4d93-855c-02647f99a317 Authenticating user 'default' from [fd00:1122:3344:101::e]:51107 2026.05.06 01:58:56.416451 [ 378 ] {} TCP-Session: a0fcf38d-4b54-4648-9a6f-f3f1148c742a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416464 [ 371 ] {} TCP-Session: 69dfff3e-50fc-4d93-855c-02647f99a317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416473 [ 378 ] {} TCP-Session: a0fcf38d-4b54-4648-9a6f-f3f1148c742a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416489 [ 371 ] {} TCP-Session: 69dfff3e-50fc-4d93-855c-02647f99a317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.416699 [ 258 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:58:56.417546 [ 267 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} AggregatingTransform: Aggregating 2026.05.06 01:58:56.417588 [ 267 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} Aggregator: Aggregation method: without_key 2026.05.06 01:58:56.417622 [ 267 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00082522 sec. (1211.798 rows/sec., 47.34 KiB/sec.) 2026.05.06 01:58:56.417639 [ 267 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} Aggregator: Merging aggregated data 2026.05.06 01:58:56.418924 [ 258 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} executeQuery: Read 1 rows, 40.00 B in 0.002921 sec., 342.3485107839781 rows/sec., 13.37 KiB/sec. 2026.05.06 01:58:56.419070 [ 258 ] {ee286c98-6add-4cab-8ffc-0f1fb9ef697d} TCPHandler: Processed in 0.003329321 sec. 2026.05.06 01:58:56.419207 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419230 [ 378 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419236 [ 258 ] {} TCP-Session: 7bf3c165-0da9-48b5-afa3-0f712f9eadc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419251 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419268 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419290 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419307 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419332 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419352 [ 376 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419368 [ 377 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.419384 [ 372 ] {} TCP-Session: 2e553dd1-5ab5-42a8-9925-7c484437ac03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419400 [ 376 ] {} TCP-Session: 3e102a50-5dd6-4d37-bace-cc5c85ea018d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419421 [ 377 ] {} TCP-Session: e84ddd9d-96aa-4a19-9b1c-d675658d77b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419367 [ 370 ] {} TCP-Session: 0e08a2c4-8c72-452e-aacf-32c203a65fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419333 [ 369 ] {} TCP-Session: c7baaae5-e9a4-4e9e-a04c-3380be047531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419309 [ 368 ] {} TCP-Session: a0c9a87f-3692-4fbe-bdaa-6bf436535fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419282 [ 378 ] {} TCP-Session: a0fcf38d-4b54-4648-9a6f-f3f1148c742a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.419347 [ 371 ] {} TCP-Session: 69dfff3e-50fc-4d93-855c-02647f99a317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436306 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41008 2026.05.06 01:58:56.436377 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.436399 [ 258 ] {} TCP-Session: 637e957e-5b60-464d-8cc7-145bd86a82eb Authenticating user 'default' from [fd00:1122:3344:101::e]:41008 2026.05.06 01:58:56.436416 [ 258 ] {} TCP-Session: 637e957e-5b60-464d-8cc7-145bd86a82eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436428 [ 258 ] {} TCP-Session: 637e957e-5b60-464d-8cc7-145bd86a82eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436619 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57345 2026.05.06 01:58:56.436644 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35458 2026.05.06 01:58:56.436663 [ 258 ] {} TCP-Session: 637e957e-5b60-464d-8cc7-145bd86a82eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:56.436663 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39433 2026.05.06 01:58:56.436692 [ 377 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52629 2026.05.06 01:58:56.436719 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.436710 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.436767 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.436777 [ 377 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.436795 [ 368 ] {} TCP-Session: e65449ca-871e-4736-a28c-e699360e75f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57345 2026.05.06 01:58:56.436813 [ 377 ] {} TCP-Session: 50043005-8968-41ed-8503-e89df9160871 Authenticating user 'default' from [fd00:1122:3344:101::e]:52629 2026.05.06 01:58:56.436804 [ 258 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} executeQuery: (from [fd00:1122:3344:101::e]:41008) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:58:56.436842 [ 377 ] {} TCP-Session: 50043005-8968-41ed-8503-e89df9160871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436836 [ 368 ] {} TCP-Session: e65449ca-871e-4736-a28c-e699360e75f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436864 [ 377 ] {} TCP-Session: 50043005-8968-41ed-8503-e89df9160871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436887 [ 368 ] {} TCP-Session: e65449ca-871e-4736-a28c-e699360e75f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436800 [ 372 ] {} TCP-Session: 1e08ab04-2fe9-4f99-bd33-46f0f5b51902 Authenticating user 'default' from [fd00:1122:3344:101::e]:39433 2026.05.06 01:58:56.436761 [ 370 ] {} TCP-Session: a1063db2-f32b-4cbb-8bde-77b8f51fc03e Authenticating user 'default' from [fd00:1122:3344:101::e]:35458 2026.05.06 01:58:56.436936 [ 372 ] {} TCP-Session: 1e08ab04-2fe9-4f99-bd33-46f0f5b51902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436955 [ 370 ] {} TCP-Session: a1063db2-f32b-4cbb-8bde-77b8f51fc03e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436968 [ 372 ] {} TCP-Session: 1e08ab04-2fe9-4f99-bd33-46f0f5b51902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436982 [ 370 ] {} TCP-Session: a1063db2-f32b-4cbb-8bde-77b8f51fc03e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.436700 [ 378 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56945 2026.05.06 01:58:56.436630 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55344 2026.05.06 01:58:56.437028 [ 258 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:58:56.436671 [ 376 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56967 2026.05.06 01:58:56.437082 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.437096 [ 258 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:56.437129 [ 369 ] {} TCP-Session: 9c3e3b94-934e-4a9d-b547-52b658f5fe4e Authenticating user 'default' from [fd00:1122:3344:101::e]:55344 2026.05.06 01:58:56.437137 [ 376 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.437156 [ 369 ] {} TCP-Session: 9c3e3b94-934e-4a9d-b547-52b658f5fe4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437173 [ 376 ] {} TCP-Session: f59c6e8d-0700-4ad7-992c-37c57f24eb79 Authenticating user 'default' from [fd00:1122:3344:101::e]:56967 2026.05.06 01:58:56.437188 [ 369 ] {} TCP-Session: 9c3e3b94-934e-4a9d-b547-52b658f5fe4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437203 [ 376 ] {} TCP-Session: f59c6e8d-0700-4ad7-992c-37c57f24eb79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437074 [ 378 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.437226 [ 376 ] {} TCP-Session: f59c6e8d-0700-4ad7-992c-37c57f24eb79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437251 [ 378 ] {} TCP-Session: c2e7dc5f-4cce-407f-a8f1-db79e5efebe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56945 2026.05.06 01:58:56.436659 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59244 2026.05.06 01:58:56.437277 [ 378 ] {} TCP-Session: c2e7dc5f-4cce-407f-a8f1-db79e5efebe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437306 [ 378 ] {} TCP-Session: c2e7dc5f-4cce-407f-a8f1-db79e5efebe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437333 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:58:56.437360 [ 371 ] {} TCP-Session: c00b17e1-3433-4958-87d7-d9092649035b Authenticating user 'default' from [fd00:1122:3344:101::e]:59244 2026.05.06 01:58:56.437364 [ 258 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:58:56.437379 [ 371 ] {} TCP-Session: c00b17e1-3433-4958-87d7-d9092649035b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.437407 [ 371 ] {} TCP-Session: c00b17e1-3433-4958-87d7-d9092649035b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.438180 [ 362 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} AggregatingTransform: Aggregating 2026.05.06 01:58:56.438236 [ 362 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} Aggregator: Aggregation method: without_key 2026.05.06 01:58:56.438268 [ 362 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00080702 sec. (1239.127 rows/sec., 48.40 KiB/sec.) 2026.05.06 01:58:56.438285 [ 362 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} Aggregator: Merging aggregated data 2026.05.06 01:58:56.439641 [ 258 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} executeQuery: Read 1 rows, 40.00 B in 0.002876 sec., 347.70514603616135 rows/sec., 13.58 KiB/sec. 2026.05.06 01:58:56.439752 [ 258 ] {c9d41982-6320-4732-97bf-26ed0f37ff86} TCPHandler: Processed in 0.003152508 sec. 2026.05.06 01:58:56.439871 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.439898 [ 258 ] {} TCP-Session: 637e957e-5b60-464d-8cc7-145bd86a82eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.439902 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.439919 [ 378 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.439940 [ 369 ] {} TCP-Session: 9c3e3b94-934e-4a9d-b547-52b658f5fe4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.439948 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.439968 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.439995 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.440007 [ 377 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.440017 [ 370 ] {} TCP-Session: a1063db2-f32b-4cbb-8bde-77b8f51fc03e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.440037 [ 372 ] {} TCP-Session: 1e08ab04-2fe9-4f99-bd33-46f0f5b51902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.440037 [ 376 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.440047 [ 377 ] {} TCP-Session: 50043005-8968-41ed-8503-e89df9160871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.440094 [ 376 ] {} TCP-Session: f59c6e8d-0700-4ad7-992c-37c57f24eb79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.440002 [ 368 ] {} TCP-Session: e65449ca-871e-4736-a28c-e699360e75f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.439956 [ 378 ] {} TCP-Session: c2e7dc5f-4cce-407f-a8f1-db79e5efebe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.439955 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:58:56.440176 [ 371 ] {} TCP-Session: c00b17e1-3433-4958-87d7-d9092649035b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:58:56.768546 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23495 2026.05.06 01:58:56.769049 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:56.769098 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:56.769582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:58:56.769830 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:58:56.769987 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23495 2026.05.06 01:58:57.252988 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.253230 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:58:57.253619 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:58:57.253675 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} 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.06 01:58:57.253953 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:58:57.254033 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:58:57.254183 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.06 01:58:57.254222 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:58:57.254244 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:58:57.254261 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:58:57.254303 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:58:57.254324 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:58:57.255506 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} executeQuery: Read 52 rows, 12.62 KiB in 0.002372 sec., 21922.428330522765 rows/sec., 5.19 MiB/sec. 2026.05.06 01:58:57.255660 [ 277 ] {b0057fdf-cf2b-4558-84cc-10756bf31bf2} TCPHandler: Processed in 0.002812609 sec. 2026.05.06 01:58:57.259339 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.259517 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.259581 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:58:57.260795 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.260881 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.261744 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:58:57.262109 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:58:57.262326 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} executeQuery: Read 24 rows, 2.04 KiB in 0.002856 sec., 8403.361344537814 rows/sec., 713.96 KiB/sec. 2026.05.06 01:58:57.262389 [ 277 ] {d3ff9904-b60d-4e2f-80c7-8d53adbf6ceb} TCPHandler: Processed in 0.003141886 sec. 2026.05.06 01:58:57.262561 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.262680 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:58:57.262731 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:58:57.263310 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.263354 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.263764 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.06 01:58:57.264022 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:57.264171 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} executeQuery: Read 198 rows, 18.08 KiB in 0.001518 sec., 130434.78260869565 rows/sec., 11.63 MiB/sec. 2026.05.06 01:58:57.264191 [ 120 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.06 01:58:57.264210 [ 277 ] {17b42ccd-8457-4379-ac1c-e87bab1b7615} TCPHandler: Processed in 0.001709842 sec. 2026.05.06 01:58:57.264259 [ 120 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.264285 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.264373 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.264417 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:58:57.264477 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.264524 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:58:57.264566 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:57.264608 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3365 rows starting from the beginning of the part 2026.05.06 01:58:57.264674 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 2466 rows starting from the beginning of the part 2026.05.06 01:58:57.264721 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part 2026.05.06 01:58:57.264784 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:58:57.264830 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 116 rows starting from the beginning of the part 2026.05.06 01:58:57.264872 [ 195 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 198 rows starting from the beginning of the part 2026.05.06 01:58:57.264958 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.265001 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.265448 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.06 01:58:57.265696 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:58:57.265847 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} executeQuery: Read 23 rows, 1.79 KiB in 0.001374 sec., 16739.446870451236 rows/sec., 1.27 MiB/sec. 2026.05.06 01:58:57.265885 [ 277 ] {9f49367f-36e3-4b35-8181-a2dd43a5f706} TCPHandler: Processed in 0.001551268 sec. 2026.05.06 01:58:57.266021 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.266124 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.266168 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:58:57.266604 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.266642 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.266941 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 01:58:57.267153 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:58:57.267316 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} executeQuery: Read 24 rows, 2.04 KiB in 0.001214 sec., 19769.357495881384 rows/sec., 1.64 MiB/sec. 2026.05.06 01:58:57.267337 [ 188 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6279 rows, containing 5 columns (5 merged, 0 gathered) in 0.002973423 sec., 2111707.6177859656 rows/sec., 168.14 MiB/sec. 2026.05.06 01:58:57.267367 [ 277 ] {8b641536-43c7-480b-916e-14dd2bb34ff0} TCPHandler: Processed in 0.001400794 sec. 2026.05.06 01:58:57.267512 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.267618 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.267668 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:58:57.267678 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.06 01:58:57.267976 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:58:57.268060 [ 191 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_81_16} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.06 01:58:57.268108 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.268151 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.268164 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.05.06 01:58:57.268464 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 01:58:57.268682 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:58:57.268817 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} executeQuery: Read 12 rows, 960.00 B in 0.001223 sec., 9811.937857726902 rows/sec., 766.56 KiB/sec. 2026.05.06 01:58:57.268855 [ 277 ] {65e359ae-ad8c-4912-961d-8103453e9ae2} TCPHandler: Processed in 0.001394354 sec. 2026.05.06 01:58:57.269001 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.269102 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:58:57.269151 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:58:57.269677 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.269714 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.270074 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.06 01:58:57.270295 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:57.270423 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} executeQuery: Read 111 rows, 9.25 KiB in 0.001342 sec., 82712.3695976155 rows/sec., 6.73 MiB/sec. 2026.05.06 01:58:57.270422 [ 120 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.06 01:58:57.270462 [ 277 ] {32124e1e-2f10-4516-b631-8564036e39f5} TCPHandler: Processed in 0.001511997 sec. 2026.05.06 01:58:57.270482 [ 120 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.270509 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.270617 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:58:57.270620 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.270762 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:57.270785 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.270817 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1835 rows starting from the beginning of the part 2026.05.06 01:58:57.270851 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:58:57.270920 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1322 rows starting from the beginning of the part 2026.05.06 01:58:57.270983 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2026.05.06 01:58:57.271032 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:58:57.271071 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 94 rows starting from the beginning of the part 2026.05.06 01:58:57.271110 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 111 rows starting from the beginning of the part 2026.05.06 01:58:57.271422 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.271472 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.271887 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.06 01:58:57.272129 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:58:57.272277 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} executeQuery: Read 196 rows, 14.40 KiB in 0.001517 sec., 129202.37310481214 rows/sec., 9.27 MiB/sec. 2026.05.06 01:58:57.272316 [ 277 ] {d2237883-2c5a-491b-878c-e525248d266f} TCPHandler: Processed in 0.001759663 sec. 2026.05.06 01:58:57.272487 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.272589 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.272647 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} 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.06 01:58:57.272957 [ 198 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3501 rows, containing 5 columns (5 merged, 0 gathered) in 0.002386179 sec., 1467199.2335864159 rows/sec., 106.57 MiB/sec. 2026.05.06 01:58:57.273254 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.06 01:58:57.273541 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.273586 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.273611 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:58:57.273720 [ 188 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_81_16} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.06 01:58:57.273823 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:58:57.274174 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.06 01:58:57.274417 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:58:57.274572 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} executeQuery: Read 11 rows, 20.18 KiB in 0.002002 sec., 5494.505494505494 rows/sec., 9.85 MiB/sec. 2026.05.06 01:58:57.274630 [ 277 ] {0834bc82-568d-4a93-a77a-43e42c6e2582} TCPHandler: Processed in 0.002200734 sec. 2026.05.06 01:58:57.274758 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:58:57.274854 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:58:57.274896 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:58:57.275259 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.275296 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.275629 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.06 01:58:57.275847 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:57.275987 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2026.05.06 01:58:57.275987 [ 120 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.06 01:58:57.276031 [ 277 ] {d3f63cfe-3609-43a1-947b-2ad79dcff37e} TCPHandler: Processed in 0.001322232 sec. 2026.05.06 01:58:57.276051 [ 120 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:57.276084 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:57.276175 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:57.276299 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:58:57.276328 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4140 rows starting from the beginning of the part 2026.05.06 01:58:57.276384 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 12 rows starting from the beginning of the part 2026.05.06 01:58:57.276430 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part 2026.05.06 01:58:57.276479 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:57.276518 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:57.276557 [ 191 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:58:57.278024 [ 198 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4380 rows, containing 4 columns (4 merged, 0 gathered) in 0.001881896 sec., 2327439.986056615 rows/sec., 155.47 MiB/sec. 2026.05.06 01:58:57.278409 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.06 01:58:57.278755 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:58:57.278842 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_81_16} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.06 01:58:57.278940 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.06 01:58:57.995985 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.05.06 01:58:58.013729 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:58.013798 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:58.019974 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 01:58:58.020694 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:58:58.024214 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.05.06 01:58:59.372676 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1440 2026.05.06 01:58:59.375268 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:58:59.375316 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:58:59.376515 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 01:58:59.376765 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:58:59.377030 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1440 2026.05.06 01:59:00.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 331.60 MiB, peak 345.91 MiB, free memory in arenas 0.00 B, will set to 335.61 MiB (RSS), difference: 4.01 MiB 2026.05.06 01:59:02.252455 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.252701 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:02.253049 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:02.253085 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} 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.06 01:59:02.253307 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:02.253377 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:02.253523 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:02.253560 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:02.253581 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:02.253597 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:02.253636 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:02.253657 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:02.254746 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} executeQuery: Read 52 rows, 12.62 KiB in 0.002138 sec., 24321.79607109448 rows/sec., 5.76 MiB/sec. 2026.05.06 01:59:02.254817 [ 277 ] {d41ef94a-a042-49ae-afeb-29160f7bbb98} TCPHandler: Processed in 0.002493831 sec. 2026.05.06 01:59:02.256905 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.257037 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:02.257090 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:02.257615 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.257657 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.258030 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.06 01:59:02.258257 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:02.258405 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} executeQuery: Read 116 rows, 10.09 KiB in 0.001406 sec., 82503.55618776672 rows/sec., 7.01 MiB/sec. 2026.05.06 01:59:02.258444 [ 277 ] {520e0ce3-932e-45ec-bb74-1475ab20c6bc} TCPHandler: Processed in 0.001599259 sec. 2026.05.06 01:59:02.258563 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.258657 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:02.258697 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:02.259086 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.259121 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.259418 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.06 01:59:02.259665 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:02.259807 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} executeQuery: Read 30 rows, 2.26 KiB in 0.001204 sec., 24916.943521594683 rows/sec., 1.83 MiB/sec. 2026.05.06 01:59:02.259851 [ 277 ] {a595e245-ae53-4e49-bed7-610935dc8b80} TCPHandler: Processed in 0.001376304 sec. 2026.05.06 01:59:02.259988 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.260093 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:02.260140 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:02.260924 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.260968 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.261316 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.06 01:59:02.261586 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:02.261751 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} executeQuery: Read 94 rows, 7.52 KiB in 0.001623 sec., 57917.436845348115 rows/sec., 4.52 MiB/sec. 2026.05.06 01:59:02.261794 [ 277 ] {8bdbd3d7-4325-40e5-afeb-b2190b6b3bd9} TCPHandler: Processed in 0.001813394 sec. 2026.05.06 01:59:02.261928 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.262027 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:02.262070 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:02.262519 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.262560 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.262911 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.06 01:59:02.263137 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:02.263285 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. 2026.05.06 01:59:02.263284 [ 116 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 6 parts from all_1_77_16 to all_82_82_0 2026.05.06 01:59:02.263335 [ 277 ] {6e359eb0-7d16-419c-9daf-3533e318f6cf} TCPHandler: Processed in 0.001457206 sec. 2026.05.06 01:59:02.263377 [ 116 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.263405 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.263488 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.263537 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_77_16 to all_82_82_0 into Compact with storage Full 2026.05.06 01:59:02.263596 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:02.263670 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} 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.06 01:59:02.263703 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:02.263748 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_77_16, total 29281 rows starting from the beginning of the part 2026.05.06 01:59:02.263836 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part 2026.05.06 01:59:02.263898 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:02.263962 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:02.264012 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 196 rows starting from the beginning of the part 2026.05.06 01:59:02.264069 [ 191 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:02.264612 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.264656 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.265242 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.06 01:59:02.265476 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:02.265619 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} executeQuery: Read 30 rows, 55.05 KiB in 0.002047 sec., 14655.593551538836 rows/sec., 26.26 MiB/sec. 2026.05.06 01:59:02.265675 [ 277 ] {5112189b-539f-43b5-aa2b-524adde7ce2f} TCPHandler: Processed in 0.002243245 sec. 2026.05.06 01:59:02.265788 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:02.265885 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:02.265928 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:02.266260 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:02.266300 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:02.266640 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.06 01:59:02.266854 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:02.266986 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.05.06 01:59:02.267050 [ 277 ] {536a369c-9e8e-4118-a938-b32955486280} TCPHandler: Processed in 0.001310712 sec. 2026.05.06 01:59:02.270665 [ 198 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergeTask::MergeProjectionsStage: Merge sorted 30085 rows, containing 5 columns (5 merged, 0 gathered) in 0.007188086 sec., 4185397.893124818 rows/sec., 270.10 MiB/sec. 2026.05.06 01:59:02.271150 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} MergedBlockOutputStream: filled checksums all_1_82_17 (state Temporary) 2026.05.06 01:59:02.271440 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_82_17 to all_1_82_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:02.271507 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_82_17} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 6 parts: [all_1_77_16, all_82_82_0] -> all_1_82_17 2026.05.06 01:59:02.271604 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.05.06 01:59:04.097629 [ 111 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:59:04.097718 [ 111 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:59:04.270178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24007 2026.05.06 01:59:04.271039 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:04.271083 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:04.271553 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:59:04.271773 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:04.271905 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24007 2026.05.06 01:59:05.524303 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.05.06 01:59:05.543057 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:05.543124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:05.549305 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 01:59:05.550046 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:05.553134 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.05.06 01:59:07.250723 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.250993 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:07.251376 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:07.251419 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} 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.06 01:59:07.251655 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:07.251727 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:07.251873 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:07.251909 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:07.251931 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:07.251946 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:07.251987 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:07.252007 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:07.253098 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} executeQuery: Read 52 rows, 12.62 KiB in 0.00221 sec., 23529.41176470588 rows/sec., 5.57 MiB/sec. 2026.05.06 01:59:07.253176 [ 277 ] {a74bd8d1-ee91-4004-8bb1-a7c4045150a1} TCPHandler: Processed in 0.002594764 sec. 2026.05.06 01:59:07.254985 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.255097 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:07.255144 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:07.255620 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.255659 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.256033 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.06 01:59:07.256260 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:07.256408 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} executeQuery: Read 78 rows, 6.61 KiB in 0.001344 sec., 58035.71428571429 rows/sec., 4.81 MiB/sec. 2026.05.06 01:59:07.256447 [ 277 ] {60727c85-9bbf-4d82-b442-3d9e7627e13d} TCPHandler: Processed in 0.001513007 sec. 2026.05.06 01:59:07.256572 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.256671 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.256715 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:07.257107 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.257143 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.257443 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.06 01:59:07.257656 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:07.257763 [ 109 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.06 01:59:07.257786 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} executeQuery: Read 11 rows, 847.00 B in 0.001137 sec., 9674.582233948988 rows/sec., 727.48 KiB/sec. 2026.05.06 01:59:07.257798 [ 109 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.257819 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.257826 [ 277 ] {b482c7b2-318b-4c7e-85d2-48e1cd30361b} TCPHandler: Processed in 0.001304132 sec. 2026.05.06 01:59:07.257934 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:07.257940 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.258083 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:07.258106 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:07.258124 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:07.258153 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 230 rows starting from the beginning of the part 2026.05.06 01:59:07.258233 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:07.258296 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:07.258348 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 23 rows starting from the beginning of the part 2026.05.06 01:59:07.258393 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:07.258436 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:07.258547 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.258591 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.258935 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.06 01:59:07.259166 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:07.259304 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} executeQuery: Read 75 rows, 6.00 KiB in 0.001241 sec., 60435.13295729251 rows/sec., 4.72 MiB/sec. 2026.05.06 01:59:07.259341 [ 277 ] {4bea6f51-4137-4a8c-93e1-0c1b801d319c} TCPHandler: Processed in 0.001449856 sec. 2026.05.06 01:59:07.259370 [ 198 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 335 rows, containing 5 columns (5 merged, 0 gathered) in 0.001488426 sec., 225069.97324690648 rows/sec., 16.00 MiB/sec. 2026.05.06 01:59:07.259491 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.259602 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.259646 [ 198 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.06 01:59:07.259655 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:07.260109 [ 198 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:07.260259 [ 198 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_71_14} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.06 01:59:07.260500 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 01:59:07.260835 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.260887 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.261273 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.06 01:59:07.261507 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:07.261681 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} executeQuery: Read 160 rows, 11.41 KiB in 0.002099 sec., 76226.77465459742 rows/sec., 5.31 MiB/sec. 2026.05.06 01:59:07.261752 [ 277 ] {9430dac2-5e14-4c70-b4af-fa9ce47392e4} TCPHandler: Processed in 0.002317897 sec. 2026.05.06 01:59:07.261900 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.262012 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.262078 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} 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.06 01:59:07.262938 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.262975 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.263533 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.06 01:59:07.263764 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:07.263879 [ 109 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.06 01:59:07.263912 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} executeQuery: Read 11 rows, 20.18 KiB in 0.001921 sec., 5726.184279021343 rows/sec., 10.26 MiB/sec. 2026.05.06 01:59:07.263914 [ 109 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.263946 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.263990 [ 277 ] {da57aee0-498f-4a50-b403-20d8692a414e} TCPHandler: Processed in 0.002146162 sec. 2026.05.06 01:59:07.264048 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:07.264129 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.264239 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.264284 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:07.264369 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:07.264453 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1410 rows starting from the beginning of the part 2026.05.06 01:59:07.264613 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:07.264645 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.264692 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.264776 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:07.264920 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 11 rows starting from the beginning of the part 2026.05.06 01:59:07.265022 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.06 01:59:07.265082 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:07.265238 [ 199 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:07.265266 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:07.265411 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} executeQuery: Read 60 rows, 4.14 KiB in 0.001191 sec., 50377.83375314862 rows/sec., 3.40 MiB/sec. 2026.05.06 01:59:07.265450 [ 277 ] {58293835-2764-4b51-aef4-742fab4acd26} TCPHandler: Processed in 0.001369284 sec. 2026.05.06 01:59:07.273854 [ 198 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1503 rows, containing 19 columns (19 merged, 0 gathered) in 0.009855531 sec., 152503.19845779997 rows/sec., 273.28 MiB/sec. 2026.05.06 01:59:07.275352 [ 186 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.06 01:59:07.275734 [ 186 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:07.275817 [ 186 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_71_14} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.06 01:59:07.275974 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. 2026.05.06 01:59:07.608337 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.608585 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:59:07.608947 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:07.608984 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} 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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:59:07.609229 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:07.609295 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:07.609440 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.06 01:59:07.609477 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:07.609498 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:07.609513 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:07.609552 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'oximeter_collector:failed_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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:59:07.609573 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:07.610557 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} executeQuery: Read 52 rows, 12.62 KiB in 0.002074 sec., 25072.324011571844 rows/sec., 5.94 MiB/sec. 2026.05.06 01:59:07.610629 [ 277 ] {517ecd61-9b44-4833-8253-4f0eadea7b05} TCPHandler: Processed in 0.002428139 sec. 2026.05.06 01:59:07.623660 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.623789 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:59:07.623839 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:59:07.624360 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.624412 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.624786 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:59:07.625020 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:59:07.625168 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} executeQuery: Read 16 rows, 1.32 KiB in 0.001416 sec., 11299.435028248588 rows/sec., 931.04 KiB/sec. 2026.05.06 01:59:07.625208 [ 277 ] {c686dd47-157d-49bf-a772-406147c4f235} TCPHandler: Processed in 0.001609449 sec. 2026.05.06 01:59:07.625329 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.625423 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:07.625463 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:07.627027 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.627063 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.627504 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.06 01:59:07.627710 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:07.627839 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} executeQuery: Read 2474 rows, 188.06 KiB in 0.002434 sec., 1016433.8537387018 rows/sec., 75.45 MiB/sec. 2026.05.06 01:59:07.627876 [ 277 ] {b7dda870-0dc6-433f-a084-fd86eaeb8917} TCPHandler: Processed in 0.002595833 sec. 2026.05.06 01:59:07.627992 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.628086 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.628127 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:07.628539 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.628575 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.628871 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.06 01:59:07.629077 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:07.629203 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} executeQuery: Read 57 rows, 4.21 KiB in 0.001136 sec., 50176.05633802817 rows/sec., 3.62 MiB/sec. 2026.05.06 01:59:07.629240 [ 277 ] {0b57fe75-6219-41bf-ad24-010dafa6aa55} TCPHandler: Processed in 0.001296581 sec. 2026.05.06 01:59:07.629350 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.629444 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.629485 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:59:07.630136 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.630173 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.630499 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 01:59:07.630707 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:59:07.630836 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} executeQuery: Read 801 rows, 47.38 KiB in 0.00141 sec., 568085.1063829787 rows/sec., 32.81 MiB/sec. 2026.05.06 01:59:07.630872 [ 277 ] {b62b6442-f0e2-409a-bfee-143778b8df38} TCPHandler: Processed in 0.001569578 sec. 2026.05.06 01:59:07.630987 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.631082 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.631122 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:59:07.631493 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.631528 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.631814 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 01:59:07.632019 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:59:07.632144 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} executeQuery: Read 1 rows, 72.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 65.10 KiB/sec. 2026.05.06 01:59:07.632182 [ 277 ] {c2ed05a7-f1b3-4638-99ce-37de0e5d8d98} TCPHandler: Processed in 0.00124378 sec. 2026.05.06 01:59:07.632297 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.632389 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:07.632427 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:07.633388 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.633423 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.633785 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.06 01:59:07.633993 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:07.634122 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} executeQuery: Read 1336 rows, 91.84 KiB in 0.001751 sec., 762992.5756710451 rows/sec., 51.22 MiB/sec. 2026.05.06 01:59:07.634160 [ 277 ] {2f58f5ab-ecf0-4ac0-a99a-02f635268533} TCPHandler: Processed in 0.001911127 sec. 2026.05.06 01:59:07.634279 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.634374 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.634417 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:07.635103 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.635137 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.635560 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.06 01:59:07.635779 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:07.635912 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} executeQuery: Read 1504 rows, 93.47 KiB in 0.001556 sec., 966580.9768637532 rows/sec., 58.66 MiB/sec. 2026.05.06 01:59:07.635948 [ 277 ] {d978bcbd-7447-4f89-93a1-86505a3cddf6} TCPHandler: Processed in 0.001716452 sec. 2026.05.06 01:59:07.636070 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.636164 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.636218 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} 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.06 01:59:07.637066 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.637100 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.637672 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.06 01:59:07.637891 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:07.638027 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} executeQuery: Read 41 rows, 75.23 KiB in 0.001881 sec., 21796.91653375864 rows/sec., 39.06 MiB/sec. 2026.05.06 01:59:07.638082 [ 277 ] {33690f07-bdaa-4da4-b4ee-ae0972114e77} TCPHandler: Processed in 0.00205892 sec. 2026.05.06 01:59:07.638205 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:07.638301 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:07.638341 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:07.638661 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:07.638695 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:07.638990 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.06 01:59:07.639209 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:07.639340 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} executeQuery: Read 12 rows, 848.00 B in 0.001057 sec., 11352.885525070955 rows/sec., 783.47 KiB/sec. 2026.05.06 01:59:07.639376 [ 277 ] {bb84c2b6-7e5d-48a1-b05b-67a7c376511f} TCPHandler: Processed in 0.00121883 sec. 2026.05.06 01:59:08.000225 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 338.12 MiB, peak 348.94 MiB, free memory in arenas 0.00 B, will set to 339.15 MiB (RSS), difference: 1.02 MiB 2026.05.06 01:59:09.378201 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1488 2026.05.06 01:59:09.380747 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:09.380790 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:09.381981 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 01:59:09.382244 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:09.382510 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1488 2026.05.06 01:59:11.772990 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24455 2026.05.06 01:59:11.773498 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:11.773534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:11.773995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:59:11.774216 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:11.774349 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24455 2026.05.06 01:59:11.774357 [ 100 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:59:11.774408 [ 100 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:11.774431 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:11.774599 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:59:11.774811 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:11.774872 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22087 rows starting from the beginning of the part 2026.05.06 01:59:11.774987 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2026.05.06 01:59:11.775062 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2026.05.06 01:59:11.775130 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2026.05.06 01:59:11.775204 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2026.05.06 01:59:11.775272 [ 193 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2026.05.06 01:59:11.777398 [ 198 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24455 rows, containing 4 columns (4 merged, 0 gathered) in 0.00288506 sec., 8476426.833410744 rows/sec., 121.26 MiB/sec. 2026.05.06 01:59:11.777891 [ 196 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:59:11.778325 [ 196 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:11.778438 [ 196 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_51_10} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:59:11.778567 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.05.06 01:59:12.249002 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:12.249217 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:12.249535 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:12.249571 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} 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.06 01:59:12.249783 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:12.249852 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:12.249990 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:59:12.250026 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:12.250050 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:12.250067 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:12.250109 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:59:12.250132 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:12.251238 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} executeQuery: Read 52 rows, 12.62 KiB in 0.002106 sec., 24691.35802469136 rows/sec., 5.85 MiB/sec. 2026.05.06 01:59:12.251347 [ 277 ] {6ec91c04-de6f-47c1-88d1-9394a79c6b44} TCPHandler: Processed in 0.00246769 sec. 2026.05.06 01:59:12.252916 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:12.253029 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:12.253074 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:12.253552 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:12.253595 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:12.253960 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.06 01:59:12.254200 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:12.254351 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} executeQuery: Read 56 rows, 4.41 KiB in 0.001353 sec., 41389.50480413895 rows/sec., 3.18 MiB/sec. 2026.05.06 01:59:12.254391 [ 277 ] {ef605b71-17c6-4814-8b82-90da8e41e16f} TCPHandler: Processed in 0.001525387 sec. 2026.05.06 01:59:12.254515 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:12.254608 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:12.254647 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:12.255086 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:12.255123 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:12.255440 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.06 01:59:12.255649 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:12.255782 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2026.05.06 01:59:12.255819 [ 277 ] {2052cab8-4ec9-487d-8f14-2f8f454f6ee9} TCPHandler: Processed in 0.001351183 sec. 2026.05.06 01:59:12.255955 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:12.256050 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:12.256093 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:12.256480 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:12.256516 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:12.256836 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.06 01:59:12.257047 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:12.257173 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} executeQuery: Read 128 rows, 9.13 KiB in 0.001141 sec., 112182.29623137598 rows/sec., 7.81 MiB/sec. 2026.05.06 01:59:12.257210 [ 277 ] {b9a3793e-6c23-4213-a143-769ab4b6e1d6} TCPHandler: Processed in 0.001301741 sec. 2026.05.06 01:59:12.257329 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:12.257422 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:12.257461 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:12.257791 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:12.257826 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:12.258122 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.06 01:59:12.258326 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:12.258458 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} executeQuery: Read 48 rows, 3.31 KiB in 0.001054 sec., 45540.796963946865 rows/sec., 3.07 MiB/sec. 2026.05.06 01:59:12.258494 [ 277 ] {16c11ad4-2f5a-4299-8f75-f2593130ef7b} TCPHandler: Processed in 0.00121193 sec. 2026.05.06 01:59:13.054148 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.05.06 01:59:13.072696 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:13.072756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:13.078907 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 01:59:13.079666 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:13.079992 [ 99 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 01:59:13.080032 [ 99 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:13.080059 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 01:59:13.080198 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.083234 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.05.06 01:59:13.084387 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:13.085891 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.091046 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.095829 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.100275 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.104424 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.108085 [ 193 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:13.160558 [ 196 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.080419385 sec., 4774.968124911674 rows/sec., 24.69 MiB/sec. 2026.05.06 01:59:13.164037 [ 196 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 01:59:13.166400 [ 196 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_51_10} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:13.166525 [ 196 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_51_10} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 01:59:13.169287 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.06 01:59:14.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 340.24 MiB, peak 353.66 MiB, free memory in arenas 0.00 B, will set to 341.49 MiB (RSS), difference: 1.25 MiB 2026.05.06 01:59:17.251027 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.251298 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:17.251687 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:17.251730 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} 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.06 01:59:17.251981 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:17.252050 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:17.252192 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:17.252229 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:17.252257 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:17.252273 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:17.252312 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:17.252333 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:17.253648 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} executeQuery: Read 52 rows, 12.62 KiB in 0.002455 sec., 21181.262729124235 rows/sec., 5.02 MiB/sec. 2026.05.06 01:59:17.253752 [ 277 ] {62fa8253-ea7e-40af-a147-a14ebc6532e6} TCPHandler: Processed in 0.00286496 sec. 2026.05.06 01:59:17.255649 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.255757 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:17.255801 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:17.256359 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.256409 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.256843 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.06 01:59:17.257091 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:17.257235 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} executeQuery: Read 78 rows, 6.61 KiB in 0.001509 sec., 51689.86083499006 rows/sec., 4.28 MiB/sec. 2026.05.06 01:59:17.257254 [ 94 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.05.06 01:59:17.257275 [ 277 ] {4e2e4534-5360-4c60-b456-0e0d5ed0a35f} TCPHandler: Processed in 0.001676031 sec. 2026.05.06 01:59:17.257323 [ 94 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.257352 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.257427 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.257467 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:59:17.257527 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:17.257572 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:17.257599 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:17.257635 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 3365 rows starting from the beginning of the part 2026.05.06 01:59:17.257707 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 116 rows starting from the beginning of the part 2026.05.06 01:59:17.257751 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 78 rows starting from the beginning of the part 2026.05.06 01:59:17.257791 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 2474 rows starting from the beginning of the part 2026.05.06 01:59:17.257829 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part 2026.05.06 01:59:17.257867 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:59:17.257982 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.258024 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.258368 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.06 01:59:17.258599 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:17.258734 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} executeQuery: Read 11 rows, 847.00 B in 0.001225 sec., 8979.591836734695 rows/sec., 675.22 KiB/sec. 2026.05.06 01:59:17.258772 [ 277 ] {c2cacaa8-ffe4-4d28-9638-654499eaad49} TCPHandler: Processed in 0.001394425 sec. 2026.05.06 01:59:17.258897 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.258991 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:17.259031 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:17.259453 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.259490 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.259860 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.06 01:59:17.260184 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:17.260368 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} executeQuery: Read 75 rows, 6.00 KiB in 0.001392 sec., 53879.31034482759 rows/sec., 4.21 MiB/sec. 2026.05.06 01:59:17.260383 [ 192 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6167 rows, containing 5 columns (5 merged, 0 gathered) in 0.002922972 sec., 2109838.890006473 rows/sec., 167.27 MiB/sec. 2026.05.06 01:59:17.260425 [ 277 ] {bd5ec6ce-8142-4061-87a8-160d1b537d84} TCPHandler: Processed in 0.001576479 sec. 2026.05.06 01:59:17.260410 [ 90 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.05.06 01:59:17.260532 [ 90 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.260561 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.260626 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.260682 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:59:17.260733 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:17.260790 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:17.260815 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:17.260850 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.05.06 01:59:17.260863 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1835 rows starting from the beginning of the part 2026.05.06 01:59:17.260949 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 94 rows starting from the beginning of the part 2026.05.06 01:59:17.261000 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 75 rows starting from the beginning of the part 2026.05.06 01:59:17.261046 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1336 rows starting from the beginning of the part 2026.05.06 01:59:17.261092 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part 2026.05.06 01:59:17.261134 [ 202 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:59:17.261251 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:17.261277 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.261322 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.261348 [ 200 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_86_17} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.05.06 01:59:17.261434 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.05.06 01:59:17.261711 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.06 01:59:17.261942 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:17.262082 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} executeQuery: Read 160 rows, 11.41 KiB in 0.001371 sec., 116703.13639679067 rows/sec., 8.13 MiB/sec. 2026.05.06 01:59:17.262120 [ 277 ] {c9ede13d-7ad8-41ff-aec3-4c44fa88d0ad} TCPHandler: Processed in 0.001549628 sec. 2026.05.06 01:59:17.262236 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.262333 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:17.262389 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} 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.06 01:59:17.262620 [ 187 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3479 rows, containing 5 columns (5 merged, 0 gathered) in 0.001991688 sec., 1746759.5326175585 rows/sec., 126.60 MiB/sec. 2026.05.06 01:59:17.262863 [ 200 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.05.06 01:59:17.263119 [ 200 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:17.263192 [ 200 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_86_17} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.05.06 01:59:17.263201 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.263242 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.263290 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:59:17.263786 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.06 01:59:17.264005 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:17.264142 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} executeQuery: Read 11 rows, 20.18 KiB in 0.001828 sec., 6017.505470459519 rows/sec., 10.78 MiB/sec. 2026.05.06 01:59:17.264195 [ 277 ] {c0e7a381-e4d7-4f58-b4fe-ac1b560482d8} TCPHandler: Processed in 0.002007039 sec. 2026.05.06 01:59:17.264310 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:17.264410 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:17.264452 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:17.264792 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.264828 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.265127 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.06 01:59:17.265338 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:17.265456 [ 94 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.05.06 01:59:17.265469 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.05.06 01:59:17.265493 [ 94 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:17.265516 [ 277 ] {10af9a24-f532-4a30-bfc7-07af41c223f2} TCPHandler: Processed in 0.001253501 sec. 2026.05.06 01:59:17.265517 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:17.265599 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:17.265697 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:17.265721 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4380 rows starting from the beginning of the part 2026.05.06 01:59:17.265763 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:17.265798 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.05.06 01:59:17.265830 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part 2026.05.06 01:59:17.265861 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part 2026.05.06 01:59:17.265894 [ 202 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:17.267467 [ 188 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4620 rows, containing 4 columns (4 merged, 0 gathered) in 0.001893777 sec., 2439569.1784196347 rows/sec., 163.04 MiB/sec. 2026.05.06 01:59:17.267780 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.05.06 01:59:17.268049 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:17.268125 [ 190 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_86_17} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.05.06 01:59:17.268198 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.05.06 01:59:19.097981 [ 91 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:59:19.098057 [ 91 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:59:19.274543 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24967 2026.05.06 01:59:19.275082 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:19.275133 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:19.275636 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:59:19.275887 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:19.276042 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24967 2026.05.06 01:59:19.382792 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1512 2026.05.06 01:59:19.385073 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:19.385140 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:19.386387 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 01:59:19.386687 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:19.387045 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1512 2026.05.06 01:59:19.547006 [ 91 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.05.06 01:59:19.547087 [ 91 ] {} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:19.547117 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:19.547244 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.05.06 01:59:19.547398 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:19.547444 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 22 rows starting from the beginning of the part 2026.05.06 01:59:19.547531 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part 2026.05.06 01:59:19.547595 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::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.06 01:59:19.547660 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2026.05.06 01:59:19.547715 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part 2026.05.06 01:59:19.548559 [ 190 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370444 sec., 42322.05037199623 rows/sec., 3.56 MiB/sec. 2026.05.06 01:59:19.548704 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.05.06 01:59:19.548956 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:59:19.549025 [ 195 ] {b8523df3-c0e1-44bc-9d94-c6826813fe36::all_1_19_4} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.05.06 01:59:19.549094 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 01:59:20.583360 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.05.06 01:59:20.599216 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:20.599276 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:20.605173 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 01:59:20.605850 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:20.608587 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.05.06 01:59:22.250703 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.250983 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:22.251342 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:22.251382 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} 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.06 01:59:22.251606 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:22.251680 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:22.251834 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:22.251874 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:22.251898 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:22.251916 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:22.251960 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:22.251984 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:22.253095 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} executeQuery: Read 52 rows, 12.62 KiB in 0.002205 sec., 23582.766439909297 rows/sec., 5.59 MiB/sec. 2026.05.06 01:59:22.253212 [ 277 ] {9a48ea59-de4a-440e-8e8b-2d6c96864bec} TCPHandler: Processed in 0.002643785 sec. 2026.05.06 01:59:22.255337 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.255472 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:22.255526 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:22.256134 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.256177 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.256556 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.06 01:59:22.256791 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:22.256941 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} executeQuery: Read 116 rows, 10.09 KiB in 0.001508 sec., 76923.07692307692 rows/sec., 6.53 MiB/sec. 2026.05.06 01:59:22.256981 [ 277 ] {65cdfe56-cf33-48af-ab7d-8249a7020de8} TCPHandler: Processed in 0.001706822 sec. 2026.05.06 01:59:22.257112 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.257213 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:22.257256 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:22.257668 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.257705 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.258021 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.06 01:59:22.258237 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:22.258369 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} executeQuery: Read 30 rows, 2.26 KiB in 0.001178 sec., 25466.893039049235 rows/sec., 1.87 MiB/sec. 2026.05.06 01:59:22.258407 [ 277 ] {6d98277f-167a-43e4-b358-c634ad721632} TCPHandler: Processed in 0.001345373 sec. 2026.05.06 01:59:22.258526 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.258621 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:22.258661 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:22.259090 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.259128 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.259440 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.06 01:59:22.259758 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:22.259918 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} executeQuery: Read 94 rows, 7.52 KiB in 0.001314 sec., 71537.2907153729 rows/sec., 5.59 MiB/sec. 2026.05.06 01:59:22.259969 [ 277 ] {f7835a14-1b0c-4f3a-86dd-ae9deca21c08} TCPHandler: Processed in 0.001492846 sec. 2026.05.06 01:59:22.260362 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.260472 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:22.260541 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:22.261194 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.261240 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.261635 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.06 01:59:22.261855 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:22.261993 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. 2026.05.06 01:59:22.261991 [ 84 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 3 parts from all_1_82_17 to all_84_84_0 2026.05.06 01:59:22.262033 [ 277 ] {d31dd217-d361-44c2-8a41-5643fcdc3efe} TCPHandler: Processed in 0.001732112 sec. 2026.05.06 01:59:22.262070 [ 84 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.262097 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.262178 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.262183 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergeTask::PrepareStage: Merging 3 parts: from all_1_82_17 to all_84_84_0 into Compact with storage Full 2026.05.06 01:59:22.262281 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:22.262281 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:22.262310 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_82_17, total 30085 rows starting from the beginning of the part 2026.05.06 01:59:22.262347 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} 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.06 01:59:22.262381 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:22.262429 [ 197 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1504 rows starting from the beginning of the part 2026.05.06 01:59:22.263217 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.263254 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.263852 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.06 01:59:22.264098 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:22.264238 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} executeQuery: Read 30 rows, 55.05 KiB in 0.001974 sec., 15197.568389057751 rows/sec., 27.23 MiB/sec. 2026.05.06 01:59:22.264294 [ 277 ] {39873b2e-d882-4014-8f84-d051223dca5b} TCPHandler: Processed in 0.002165273 sec. 2026.05.06 01:59:22.264416 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:22.264514 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:22.264557 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:22.264934 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:22.264969 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:22.265450 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.06 01:59:22.265668 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:22.265805 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. 2026.05.06 01:59:22.265842 [ 277 ] {c426705d-a0c0-42be-9cb2-a556f14f011f} TCPHandler: Processed in 0.001477166 sec. 2026.05.06 01:59:22.270742 [ 195 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergeTask::MergeProjectionsStage: Merge sorted 31749 rows, containing 5 columns (5 merged, 0 gathered) in 0.00858757 sec., 3697087.7675524047 rows/sec., 238.01 MiB/sec. 2026.05.06 01:59:22.271352 [ 190 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} MergedBlockOutputStream: filled checksums all_1_84_18 (state Temporary) 2026.05.06 01:59:22.271678 [ 190 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_84_18 to all_1_84_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:22.271761 [ 190 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_84_18} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 3 parts: [all_1_82_17, all_84_84_0] -> all_1_84_18 2026.05.06 01:59:22.271865 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.05.06 01:59:23.000241 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 342.42 MiB, peak 353.66 MiB, free memory in arenas 0.00 B, will set to 345.24 MiB (RSS), difference: 2.82 MiB 2026.05.06 01:59:26.776214 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25415 2026.05.06 01:59:26.776871 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:26.776921 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:26.777592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:59:26.777883 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:26.778010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25415 2026.05.06 01:59:27.252682 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.252937 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_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.06 01:59:27.253322 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:27.253366 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} 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_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.06 01:59:27.253601 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:27.253669 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:27.253812 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.06 01:59:27.253848 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:27.253868 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:27.253884 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:27.253920 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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_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.06 01:59:27.253941 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:27.255064 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} executeQuery: Read 52 rows, 12.62 KiB in 0.002234 sec., 23276.633840644587 rows/sec., 5.51 MiB/sec. 2026.05.06 01:59:27.255174 [ 277 ] {78d19ce7-9c80-47b9-8752-35da7d6b4cba} TCPHandler: Processed in 0.002628435 sec. 2026.05.06 01:59:27.257974 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.258175 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.258254 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:59:27.258811 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.258847 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.259223 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:59:27.259439 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:59:27.259590 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} executeQuery: Read 24 rows, 2.04 KiB in 0.001471 sec., 16315.431679129842 rows/sec., 1.35 MiB/sec. 2026.05.06 01:59:27.259631 [ 277 ] {e13aa6ee-ff31-45e7-8ba0-5623f950af1c} TCPHandler: Processed in 0.001754203 sec. 2026.05.06 01:59:27.259764 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.259870 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:59:27.259918 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:59:27.260422 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.260463 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.260917 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 01:59:27.261138 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:59:27.261407 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} executeQuery: Read 2 rows, 167.00 B in 0.001504 sec., 1329.7872340425533 rows/sec., 108.43 KiB/sec. 2026.05.06 01:59:27.261765 [ 277 ] {e5473756-6090-424e-94d1-1dd4904431fa} TCPHandler: Processed in 0.002037469 sec. 2026.05.06 01:59:27.262027 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.262138 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:27.262181 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:27.262747 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.262785 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.263130 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.06 01:59:27.263388 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:27.263529 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} executeQuery: Read 199 rows, 18.15 KiB in 0.001412 sec., 140934.84419263454 rows/sec., 12.55 MiB/sec. 2026.05.06 01:59:27.263574 [ 277 ] {d2d0783b-bd82-4dcf-be81-40b9ab52318a} TCPHandler: Processed in 0.001603439 sec. 2026.05.06 01:59:27.263734 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.263832 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.263872 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:27.264364 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.264401 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.264702 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.06 01:59:27.264911 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:27.265056 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} executeQuery: Read 25 rows, 1.93 KiB in 0.00124 sec., 20161.290322580644 rows/sec., 1.52 MiB/sec. 2026.05.06 01:59:27.265096 [ 277 ] {f1a2c3ad-b25a-475f-84e0-ccf218e16a92} TCPHandler: Processed in 0.001424695 sec. 2026.05.06 01:59:27.265228 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.265322 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.265361 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:59:27.265830 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.265866 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.266153 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 01:59:27.266363 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:59:27.266494 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} executeQuery: Read 24 rows, 2.04 KiB in 0.001188 sec., 20202.0202020202 rows/sec., 1.68 MiB/sec. 2026.05.06 01:59:27.266533 [ 277 ] {f03af755-824c-474e-81d3-d436d5e91653} TCPHandler: Processed in 0.001358593 sec. 2026.05.06 01:59:27.266657 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.266751 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.266789 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:59:27.267200 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.267236 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.267524 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 01:59:27.267729 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:59:27.267863 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2026.05.06 01:59:27.267915 [ 277 ] {2dc61870-21eb-4a54-a92d-e844c290fdad} TCPHandler: Processed in 0.001304682 sec. 2026.05.06 01:59:27.268041 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.268135 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:27.268173 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:27.268613 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.268647 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.268947 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.06 01:59:27.269146 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:27.269276 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} executeQuery: Read 113 rows, 9.42 KiB in 0.001157 sec., 97666.37856525497 rows/sec., 7.95 MiB/sec. 2026.05.06 01:59:27.269318 [ 277 ] {94a7a2ca-f007-48bd-ba81-12b5081c7e53} TCPHandler: Processed in 0.001324202 sec. 2026.05.06 01:59:27.269444 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.269537 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.269580 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:27.270016 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.270051 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.270387 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.06 01:59:27.270592 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:27.270721 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} executeQuery: Read 197 rows, 14.47 KiB in 0.0012 sec., 164166.6666666667 rows/sec., 11.78 MiB/sec. 2026.05.06 01:59:27.270760 [ 277 ] {97adfde5-889c-4c3e-9e67-d007943e09a5} TCPHandler: Processed in 0.001363613 sec. 2026.05.06 01:59:27.270890 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.270983 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.271036 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} 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.06 01:59:27.271814 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.271849 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.272361 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.06 01:59:27.272590 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:27.272728 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} executeQuery: Read 11 rows, 20.18 KiB in 0.00176 sec., 6250 rows/sec., 11.20 MiB/sec. 2026.05.06 01:59:27.272783 [ 277 ] {1d999b08-51b1-44ee-94ce-3f07980e135d} TCPHandler: Processed in 0.001939997 sec. 2026.05.06 01:59:27.272906 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:27.272999 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:27.273039 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:27.273381 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:27.273417 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:27.273718 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.06 01:59:27.273925 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:27.274054 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.05.06 01:59:27.274091 [ 277 ] {02163a39-bbaf-4b80-ab70-473ed4311f00} TCPHandler: Processed in 0.00123335 sec. 2026.05.06 01:59:28.108899 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.05.06 01:59:28.125315 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:28.125377 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:28.132178 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 01:59:28.132934 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:28.136088 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.05.06 01:59:29.387234 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1548 2026.05.06 01:59:29.389586 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:29.389633 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:29.390820 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 01:59:29.391073 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:29.391331 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1548 2026.05.06 01:59:32.252136 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.252390 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:32.252735 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:32.252772 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} 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.06 01:59:32.252995 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:32.253067 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:32.253212 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:32.253249 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:32.253270 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:32.253286 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:32.253326 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:32.253346 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:32.254587 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} executeQuery: Read 52 rows, 12.62 KiB in 0.002287 sec., 22737.210319195452 rows/sec., 5.39 MiB/sec. 2026.05.06 01:59:32.254712 [ 277 ] {9ee3cf3e-65e3-4a35-96dd-d091c0398ca8} TCPHandler: Processed in 0.002710226 sec. 2026.05.06 01:59:32.256882 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.257016 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:32.257070 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:32.257676 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.257725 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.258122 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.06 01:59:32.258352 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:32.258509 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} executeQuery: Read 116 rows, 10.09 KiB in 0.00153 sec., 75816.9934640523 rows/sec., 6.44 MiB/sec. 2026.05.06 01:59:32.258553 [ 277 ] {301fb149-2da5-4184-9cf4-623ec793b2a7} TCPHandler: Processed in 0.001731023 sec. 2026.05.06 01:59:32.258684 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.258784 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:32.258826 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:32.259244 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.259281 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.259628 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.06 01:59:32.259985 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:32.260219 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} executeQuery: Read 30 rows, 2.26 KiB in 0.001455 sec., 20618.556701030928 rows/sec., 1.51 MiB/sec. 2026.05.06 01:59:32.260278 [ 277 ] {01db4a5e-7b65-4e8a-ac37-94c50ef0318d} TCPHandler: Processed in 0.001641511 sec. 2026.05.06 01:59:32.260360 [ 74 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.06 01:59:32.260483 [ 74 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.260485 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.260514 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.260632 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:32.260689 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:32.261114 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:32.261326 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.261388 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.261409 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:32.261482 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 230 rows starting from the beginning of the part 2026.05.06 01:59:32.261585 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 57 rows starting from the beginning of the part 2026.05.06 01:59:32.261643 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:32.261692 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:32.261734 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part 2026.05.06 01:59:32.261776 [ 191 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:32.261795 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.06 01:59:32.262060 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:32.262217 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} executeQuery: Read 94 rows, 7.52 KiB in 0.001612 sec., 58312.65508684864 rows/sec., 4.55 MiB/sec. 2026.05.06 01:59:32.262256 [ 277 ] {1a4881c7-2c4a-4e3f-853c-29a3cacde801} TCPHandler: Processed in 0.001840625 sec. 2026.05.06 01:59:32.262408 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.262511 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:32.262556 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:32.262821 [ 201 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 5 columns (5 merged, 0 gathered) in 0.001812535 sec., 211306.2644307558 rows/sec., 15.14 MiB/sec. 2026.05.06 01:59:32.262993 [ 186 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.06 01:59:32.262994 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.263053 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.263336 [ 186 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:32.263443 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.06 01:59:32.263449 [ 186 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_76_15} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.06 01:59:32.263576 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.06 01:59:32.263675 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:32.263804 [ 74 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 5 parts from all_1_84_18 to all_88_88_0 2026.05.06 01:59:32.263821 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001333 sec., 120030.00750187547 rows/sec., 8.36 MiB/sec. 2026.05.06 01:59:32.263842 [ 74 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.263865 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.263867 [ 277 ] {f3f94e0a-cd48-4b82-8446-87a7653513cf} TCPHandler: Processed in 0.001510807 sec. 2026.05.06 01:59:32.263940 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTask::PrepareStage: Merging 5 parts: from all_1_84_18 to all_88_88_0 into Compact with storage Full 2026.05.06 01:59:32.264009 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.264037 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:32.264074 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_84_18, total 31749 rows starting from the beginning of the part 2026.05.06 01:59:32.264112 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:32.264132 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part 2026.05.06 01:59:32.264174 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} 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.06 01:59:32.264184 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:32.264236 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:32.264274 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 197 rows starting from the beginning of the part 2026.05.06 01:59:32.265099 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.265146 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.265820 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.06 01:59:32.266059 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:32.266182 [ 74 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.06 01:59:32.266207 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} executeQuery: Read 30 rows, 55.05 KiB in 0.002116 sec., 14177.693761814746 rows/sec., 25.41 MiB/sec. 2026.05.06 01:59:32.266214 [ 74 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.266248 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.266297 [ 277 ] {b146df26-f048-45d0-807a-b5a2d5fc0b2f} TCPHandler: Processed in 0.002338758 sec. 2026.05.06 01:59:32.266325 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:32.266442 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:32.266512 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:32.266541 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:32.266562 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1503 rows starting from the beginning of the part 2026.05.06 01:59:32.266584 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:32.266679 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 41 rows starting from the beginning of the part 2026.05.06 01:59:32.266779 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:32.266875 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:32.266929 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:32.266966 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:32.266970 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 11 rows starting from the beginning of the part 2026.05.06 01:59:32.267067 [ 201 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:32.267450 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.06 01:59:32.267684 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:32.267821 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} executeQuery: Read 60 rows, 4.14 KiB in 0.0013 sec., 46153.846153846156 rows/sec., 3.11 MiB/sec. 2026.05.06 01:59:32.267861 [ 277 ] {e5f64834-6a1d-423f-91a0-c9a445305d4b} TCPHandler: Processed in 0.001470566 sec. 2026.05.06 01:59:32.271793 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergeTask::MergeProjectionsStage: Merge sorted 32394 rows, containing 5 columns (5 merged, 0 gathered) in 0.007881233 sec., 4110270.5629943945 rows/sec., 265.10 MiB/sec. 2026.05.06 01:59:32.272237 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} MergedBlockOutputStream: filled checksums all_1_88_19 (state Temporary) 2026.05.06 01:59:32.272479 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_88_19 to all_1_88_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:32.272545 [ 186 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_88_19} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 5 parts: [all_1_84_18, all_88_88_0] -> all_1_88_19 2026.05.06 01:59:32.272609 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.05.06 01:59:32.275091 [ 198 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1626 rows, containing 19 columns (19 merged, 0 gathered) in 0.008804365 sec., 184681.12123929439 rows/sec., 330.94 MiB/sec. 2026.05.06 01:59:32.277172 [ 189 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.06 01:59:32.277521 [ 189 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:32.277593 [ 189 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_76_15} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.06 01:59:32.277708 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2026.05.06 01:59:33.001186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 345.81 MiB, peak 358.82 MiB, free memory in arenas 0.00 B, will set to 350.34 MiB (RSS), difference: 4.53 MiB 2026.05.06 01:59:34.098125 [ 71 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:59:34.098203 [ 71 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:59:34.279091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25927 2026.05.06 01:59:34.279588 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:34.279632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:34.280114 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:59:34.280345 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:34.280485 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25927 2026.05.06 01:59:35.637117 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.05.06 01:59:35.656325 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:35.656401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:35.662715 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 01:59:35.663465 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:35.667643 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.05.06 01:59:37.251281 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.251676 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:37.252035 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:37.252072 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} 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.06 01:59:37.252295 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:37.252367 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:37.252512 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:37.252550 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:37.252572 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:37.252587 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:37.252627 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:37.252648 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:37.253899 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} executeQuery: Read 52 rows, 12.62 KiB in 0.002372 sec., 21922.428330522765 rows/sec., 5.19 MiB/sec. 2026.05.06 01:59:37.254020 [ 277 ] {88cb79a4-09c0-427b-b987-f657a00053fb} TCPHandler: Processed in 0.002934151 sec. 2026.05.06 01:59:37.255947 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.256085 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:37.256139 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:37.256737 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.256780 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.257165 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.06 01:59:37.257389 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:37.257541 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} executeQuery: Read 78 rows, 6.61 KiB in 0.001497 sec., 52104.208416833666 rows/sec., 4.31 MiB/sec. 2026.05.06 01:59:37.257585 [ 277 ] {b36b5579-ecf5-47b7-86db-6794f844e262} TCPHandler: Processed in 0.001701451 sec. 2026.05.06 01:59:37.257715 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.257817 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.257860 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:37.258266 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.258305 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.258622 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.06 01:59:37.258837 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:37.258969 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} executeQuery: Read 11 rows, 847.00 B in 0.001173 sec., 9377.66410912191 rows/sec., 705.16 KiB/sec. 2026.05.06 01:59:37.259006 [ 277 ] {b50c1428-5d0b-4cee-8439-03bd48c5bd46} TCPHandler: Processed in 0.001343253 sec. 2026.05.06 01:59:37.259131 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.259226 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:37.259266 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:37.259824 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.259890 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.260424 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.06 01:59:37.260813 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:37.261020 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} executeQuery: Read 75 rows, 6.00 KiB in 0.00181 sec., 41436.46408839779 rows/sec., 3.24 MiB/sec. 2026.05.06 01:59:37.261076 [ 277 ] {df788fcf-79a6-46f8-ad7b-b394746863fe} TCPHandler: Processed in 0.001994039 sec. 2026.05.06 01:59:37.261218 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.261317 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.261362 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:37.261832 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.261871 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.262210 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.06 01:59:37.262425 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:37.262567 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2026.05.06 01:59:37.262606 [ 277 ] {280b8bcf-4d8b-4890-8ad2-96cbd4858107} TCPHandler: Processed in 0.001437595 sec. 2026.05.06 01:59:37.262744 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.262841 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.262896 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} 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.06 01:59:37.263707 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.263745 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.264277 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.06 01:59:37.264502 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:37.264645 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} executeQuery: Read 11 rows, 20.18 KiB in 0.001824 sec., 6030.701754385965 rows/sec., 10.81 MiB/sec. 2026.05.06 01:59:37.264717 [ 277 ] {f1c8696e-af1b-4dac-8fc6-bc67abaaba79} TCPHandler: Processed in 0.00202091 sec. 2026.05.06 01:59:37.264844 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.264939 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.264981 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:37.265334 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.265370 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.265674 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.06 01:59:37.265889 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:37.266019 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.05.06 01:59:37.266057 [ 277 ] {27c7a617-58e0-427e-8f46-4820e3d4f73e} TCPHandler: Processed in 0.001261481 sec. 2026.05.06 01:59:37.606645 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.606911 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 01:59:37.607320 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:37.607365 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} 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_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 01:59:37.607646 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:37.607717 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:37.607863 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 01:59:37.607899 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:37.607921 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:37.607936 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:37.607975 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 01:59:37.607995 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:37.609097 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} executeQuery: Read 52 rows, 12.62 KiB in 0.0023 sec., 22608.695652173912 rows/sec., 5.36 MiB/sec. 2026.05.06 01:59:37.609210 [ 277 ] {83d2d72f-7dd1-4081-b731-c013ac3fa667} TCPHandler: Processed in 0.002710256 sec. 2026.05.06 01:59:37.621777 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.621913 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 01:59:37.621964 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 01:59:37.622499 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.622553 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.622922 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 01:59:37.623142 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} oximeter.fields_ipaddr (b8523df3-c0e1-44bc-9d94-c6826813fe36): 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.06 01:59:37.623288 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} executeQuery: Read 2 rows, 167.00 B in 0.001415 sec., 1413.4275618374559 rows/sec., 115.26 KiB/sec. 2026.05.06 01:59:37.623328 [ 277 ] {a93011c0-3e27-4bad-baff-8f019d2dcff4} TCPHandler: Processed in 0.00161502 sec. 2026.05.06 01:59:37.623439 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.623534 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:37.623574 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:37.625235 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.625272 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.625742 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.06 01:59:37.625955 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:37.626084 [ 64 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.05.06 01:59:37.626088 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} executeQuery: Read 2466 rows, 187.45 KiB in 0.002571 sec., 959159.8599766628 rows/sec., 71.20 MiB/sec. 2026.05.06 01:59:37.626161 [ 64 ] {} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.626177 [ 277 ] {933c0a9b-e24c-46dc-acc6-d1c1add151e7} TCPHandler: Processed in 0.002785978 sec. 2026.05.06 01:59:37.626192 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.626311 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.626313 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::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.06 01:59:37.626410 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.626427 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:37.626451 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:37.626457 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 3365 rows starting from the beginning of the part 2026.05.06 01:59:37.626516 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 116 rows starting from the beginning of the part 2026.05.06 01:59:37.626564 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 199 rows starting from the beginning of the part 2026.05.06 01:59:37.626608 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 116 rows starting from the beginning of the part 2026.05.06 01:59:37.626647 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 78 rows starting from the beginning of the part 2026.05.06 01:59:37.626700 [ 201 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 2466 rows starting from the beginning of the part 2026.05.06 01:59:37.626885 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.626921 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:37.627231 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.06 01:59:37.627456 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:37.627591 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} executeQuery: Read 43 rows, 3.22 KiB in 0.001199 sec., 35863.21934945788 rows/sec., 2.62 MiB/sec. 2026.05.06 01:59:37.627630 [ 277 ] {01e50e0b-0b8a-484e-9c2f-b8487db945de} TCPHandler: Processed in 0.001376064 sec. 2026.05.06 01:59:37.627761 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.627855 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.627896 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:59:37.628662 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.628699 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.628822 [ 199 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 6340 rows, containing 5 columns (5 merged, 0 gathered) in 0.002562503 sec., 2474143.4449052354 rows/sec., 197.39 MiB/sec. 2026.05.06 01:59:37.629056 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 01:59:37.629185 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.05.06 01:59:37.629310 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:59:37.629440 [ 64 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.05.06 01:59:37.629454 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} executeQuery: Read 801 rows, 47.38 KiB in 0.001617 sec., 495361.7810760668 rows/sec., 28.61 MiB/sec. 2026.05.06 01:59:37.629485 [ 64 ] {} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.629508 [ 277 ] {c7776d2a-d4db-481e-a363-bdd39cff399e} TCPHandler: Processed in 0.001795574 sec. 2026.05.06 01:59:37.629508 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:37.629512 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.629617 [ 196 ] {29f3078d-6800-40e3-8d2d-ff3e6bdc2026::all_1_91_18} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.05.06 01:59:37.629635 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.629639 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.05.06 01:59:37.629728 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.05.06 01:59:37.629754 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.629761 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:37.629804 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 975 rows starting from the beginning of the part 2026.05.06 01:59:37.629809 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 01:59:37.629874 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 801 rows starting from the beginning of the part 2026.05.06 01:59:37.629944 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.05.06 01:59:37.630012 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 801 rows starting from the beginning of the part 2026.05.06 01:59:37.630081 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.05.06 01:59:37.630147 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 801 rows starting from the beginning of the part 2026.05.06 01:59:37.630286 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.630325 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:37.630696 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 01:59:37.630987 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:59:37.631155 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} executeQuery: Read 1 rows, 72.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 49.41 KiB/sec. 2026.05.06 01:59:37.631205 [ 277 ] {f066e676-0493-43f2-92ad-97cce4f5603d} TCPHandler: Processed in 0.00162539 sec. 2026.05.06 01:59:37.631325 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.631443 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:37.631498 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:37.631678 [ 196 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 3426 rows, containing 5 columns (5 merged, 0 gathered) in 0.002086151 sec., 1642258.8777130705 rows/sec., 102.49 MiB/sec. 2026.05.06 01:59:37.631828 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.05.06 01:59:37.632061 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:37.632124 [ 193 ] {443811c5-037b-4ce3-8746-7ce46eb4bdd0::all_1_30_6} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.05.06 01:59:37.632203 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.05.06 01:59:37.632595 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.632633 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.633020 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.06 01:59:37.633242 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:37.633366 [ 64 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.05.06 01:59:37.633377 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} executeQuery: Read 1322 rows, 90.68 KiB in 0.001961 sec., 674145.8439571647 rows/sec., 45.16 MiB/sec. 2026.05.06 01:59:37.633406 [ 64 ] {} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.633431 [ 277 ] {6d0fa65a-6080-403e-b5eb-6969041eb0cf} TCPHandler: Processed in 0.002161463 sec. 2026.05.06 01:59:37.633434 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.633523 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::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.06 01:59:37.633555 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.633617 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:37.633653 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1835 rows starting from the beginning of the part 2026.05.06 01:59:37.633663 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.633720 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 94 rows starting from the beginning of the part 2026.05.06 01:59:37.633721 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:37.633782 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 113 rows starting from the beginning of the part 2026.05.06 01:59:37.633835 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 94 rows starting from the beginning of the part 2026.05.06 01:59:37.633879 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 75 rows starting from the beginning of the part 2026.05.06 01:59:37.633924 [ 196 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1322 rows starting from the beginning of the part 2026.05.06 01:59:37.634706 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.634748 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:37.635212 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.06 01:59:37.635335 [ 193 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001842925 sec., 1917061.1934831857 rows/sec., 139.41 MiB/sec. 2026.05.06 01:59:37.635434 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:37.635563 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.05.06 01:59:37.635571 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} executeQuery: Read 1497 rows, 92.97 KiB in 0.001928 sec., 776452.2821576763 rows/sec., 47.09 MiB/sec. 2026.05.06 01:59:37.635626 [ 277 ] {498f958a-0ac2-40ad-8d27-ad8dcdca49d1} TCPHandler: Processed in 0.002123762 sec. 2026.05.06 01:59:37.635752 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.635841 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:37.635875 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.635920 [ 192 ] {a41bca86-ca14-4641-ac67-5f30bc37e014::all_1_91_18} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.05.06 01:59:37.635947 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} 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.06 01:59:37.635990 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 01:59:37.636927 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.636979 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.637639 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.06 01:59:37.637871 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:37.638017 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} executeQuery: Read 41 rows, 75.23 KiB in 0.002167 sec., 18920.166128287954 rows/sec., 33.90 MiB/sec. 2026.05.06 01:59:37.638073 [ 277 ] {bea22871-3965-47a3-a6e8-d203785ee138} TCPHandler: Processed in 0.002381598 sec. 2026.05.06 01:59:37.638212 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:37.638309 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:37.638351 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:37.638670 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.638707 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.639003 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.06 01:59:37.639207 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:37.639320 [ 64 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.05.06 01:59:37.639340 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} executeQuery: Read 12 rows, 848.00 B in 0.001049 sec., 11439.466158245948 rows/sec., 789.44 KiB/sec. 2026.05.06 01:59:37.639352 [ 64 ] {} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:37.639380 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:37.639384 [ 277 ] {b0d7b6e0-b3d2-45f0-bedf-3daa8d664a7c} TCPHandler: Processed in 0.00122051 sec. 2026.05.06 01:59:37.639449 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:37.639553 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:37.639582 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4620 rows starting from the beginning of the part 2026.05.06 01:59:37.639634 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:37.639678 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:37.639716 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::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.06 01:59:37.639764 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.05.06 01:59:37.639803 [ 196 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part 2026.05.06 01:59:37.641441 [ 193 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4872 rows, containing 4 columns (4 merged, 0 gathered) in 0.002020089 sec., 2411774.9267482767 rows/sec., 161.25 MiB/sec. 2026.05.06 01:59:37.641829 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.05.06 01:59:37.642181 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:37.642293 [ 187 ] {8e6bfb29-4010-4443-a406-01f27a20dee5::all_1_91_18} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.05.06 01:59:37.642420 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.05.06 01:59:38.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 351.66 MiB, peak 358.82 MiB, free memory in arenas 0.00 B, will set to 350.44 MiB (RSS), difference: -1.22 MiB 2026.05.06 01:59:39.391548 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1596 2026.05.06 01:59:39.394164 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:39.394212 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:39.395406 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 01:59:39.395670 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:39.395859 [ 57 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 01:59:39.395934 [ 57 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:39.395940 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1596 2026.05.06 01:59:39.395959 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 01:59:39.396073 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::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.06 01:59:39.396588 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:39.396723 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1400 rows starting from the beginning of the part 2026.05.06 01:59:39.397055 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2026.05.06 01:59:39.397373 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part 2026.05.06 01:59:39.397713 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part 2026.05.06 01:59:39.398082 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part 2026.05.06 01:59:39.398437 [ 202 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part 2026.05.06 01:59:39.404700 [ 200 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 72 columns (72 merged, 0 gathered) in 0.008669172 sec., 184100.6269110822 rows/sec., 154.02 MiB/sec. 2026.05.06 01:59:39.406643 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 01:59:39.407248 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:39.407335 [ 188 ] {1a61048d-93fd-4909-b8d9-e2cabab6d0c8::all_1_41_8} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 01:59:39.407676 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. 2026.05.06 01:59:41.410772 [ 55 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.05.06 01:59:41.410855 [ 55 ] {} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:41.410880 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:41.410987 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.05.06 01:59:41.411124 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:41.411163 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 308 rows starting from the beginning of the part 2026.05.06 01:59:41.411249 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.05.06 01:59:41.411299 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.05.06 01:59:41.411346 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.05.06 01:59:41.411402 [ 195 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.05.06 01:59:41.412268 [ 197 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323052 sec., 501869.9189449848 rows/sec., 35.20 MiB/sec. 2026.05.06 01:59:41.412514 [ 190 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.05.06 01:59:41.412881 [ 190 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:41.412963 [ 190 ] {db15c44b-307a-4e4c-a442-a54d5c962602::all_1_18_4} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.05.06 01:59:41.413076 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.06 01:59:41.780680 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26375 2026.05.06 01:59:41.781226 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:41.781277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:41.781831 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:59:41.782073 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:41.782218 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26375 2026.05.06 01:59:41.843356 [ 55 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.05.06 01:59:41.843425 [ 55 ] {} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:41.843450 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:41.843574 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.05.06 01:59:41.843705 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:41.843741 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 160 rows starting from the beginning of the part 2026.05.06 01:59:41.843809 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.05.06 01:59:41.843860 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.05.06 01:59:41.843905 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2026.05.06 01:59:41.843942 [ 200 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.05.06 01:59:41.844643 [ 190 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001118518 sec., 307549.81144693244 rows/sec., 19.50 MiB/sec. 2026.05.06 01:59:41.844815 [ 190 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.05.06 01:59:41.845120 [ 190 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:41.845203 [ 190 ] {ac3d555e-6526-47f1-87d2-31e950fae1ad::all_1_18_4} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.05.06 01:59:41.845304 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 01:59:42.249972 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:42.250235 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:42.250643 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:42.250684 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} 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.06 01:59:42.250908 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:42.250979 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:42.251123 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 01:59:42.251162 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:42.251186 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:42.251203 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:42.251245 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.06 01:59:42.251268 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:42.252390 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} executeQuery: Read 52 rows, 12.62 KiB in 0.002261 sec., 22998.673153471915 rows/sec., 5.45 MiB/sec. 2026.05.06 01:59:42.252501 [ 277 ] {73c39cb9-37bd-4a0f-9bfe-888c13eeeb03} TCPHandler: Processed in 0.002693156 sec. 2026.05.06 01:59:42.254080 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:42.254206 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:42.254260 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:42.254816 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:42.254868 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:42.255240 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.06 01:59:42.255462 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:42.255606 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} executeQuery: Read 56 rows, 4.41 KiB in 0.001436 sec., 38997.214484679665 rows/sec., 3.00 MiB/sec. 2026.05.06 01:59:42.255643 [ 277 ] {43e64eb3-e6ec-4924-8d25-2321a0223dd5} TCPHandler: Processed in 0.00162172 sec. 2026.05.06 01:59:42.255774 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:42.255867 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:42.255905 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:42.256316 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:42.256351 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:42.256653 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.06 01:59:42.256856 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:42.256980 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} executeQuery: Read 64 rows, 5.12 KiB in 0.001131 sec., 56587.09106984969 rows/sec., 4.42 MiB/sec. 2026.05.06 01:59:42.257017 [ 277 ] {d47df06a-20c5-4396-9f49-06525500addf} TCPHandler: Processed in 0.001290461 sec. 2026.05.06 01:59:42.257134 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:42.257227 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:42.257269 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:42.257645 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:42.257680 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:42.258009 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.06 01:59:42.258213 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:42.258338 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} executeQuery: Read 128 rows, 9.13 KiB in 0.001129 sec., 113374.66784765279 rows/sec., 7.90 MiB/sec. 2026.05.06 01:59:42.258375 [ 277 ] {9f484f58-830a-43a2-ae45-b9314a4eea52} TCPHandler: Processed in 0.001287151 sec. 2026.05.06 01:59:42.258495 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:42.258587 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:42.258627 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:42.258947 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:42.258981 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:42.259276 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.06 01:59:42.259480 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:42.259620 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} executeQuery: Read 48 rows, 3.31 KiB in 0.00105 sec., 45714.28571428572 rows/sec., 3.08 MiB/sec. 2026.05.06 01:59:42.259666 [ 277 ] {0fd52f93-984d-4a98-93fa-396f9e725134} TCPHandler: Processed in 0.00121722 sec. 2026.05.06 01:59:43.167758 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.05.06 01:59:43.185579 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:43.185634 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:43.191804 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 01:59:43.192506 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:43.195424 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.05.06 01:59:47.251267 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.251536 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:47.251917 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:47.251958 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} 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.06 01:59:47.252181 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:47.252248 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:47.252394 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:47.252430 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:47.252450 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:47.252465 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:47.252504 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:47.252525 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:47.253630 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} executeQuery: Read 52 rows, 12.62 KiB in 0.002197 sec., 23668.639053254436 rows/sec., 5.61 MiB/sec. 2026.05.06 01:59:47.253735 [ 277 ] {8af6924b-27c2-4e78-811f-a870d8b9c62f} TCPHandler: Processed in 0.002608013 sec. 2026.05.06 01:59:47.255682 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.255788 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:47.255831 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:47.256316 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.256360 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.256737 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.06 01:59:47.256958 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:47.257101 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} executeQuery: Read 78 rows, 6.61 KiB in 0.001344 sec., 58035.71428571429 rows/sec., 4.81 MiB/sec. 2026.05.06 01:59:47.257138 [ 277 ] {6fbf49fa-1821-47b9-b5aa-7083d6629d1e} TCPHandler: Processed in 0.001504426 sec. 2026.05.06 01:59:47.257261 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.257357 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:47.257398 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:47.257810 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.257844 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.258130 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.06 01:59:47.258329 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:47.258455 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} executeQuery: Read 11 rows, 847.00 B in 0.001117 sec., 9847.806624888093 rows/sec., 740.51 KiB/sec. 2026.05.06 01:59:47.258492 [ 277 ] {e20e34c6-f9ce-4941-b4dc-4d882dc20efc} TCPHandler: Processed in 0.001278771 sec. 2026.05.06 01:59:47.258615 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.258705 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:47.258744 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:47.259160 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.259194 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.259494 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.06 01:59:47.259754 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:47.259916 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} executeQuery: Read 75 rows, 6.00 KiB in 0.001227 sec., 61124.69437652812 rows/sec., 4.77 MiB/sec. 2026.05.06 01:59:47.259960 [ 277 ] {27b7e9fb-d6f2-48e0-b0ba-152e85cfd249} TCPHandler: Processed in 0.001391994 sec. 2026.05.06 01:59:47.260280 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.260391 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:47.260451 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:47.261066 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.261113 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.261489 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.06 01:59:47.261765 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:47.261906 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. 2026.05.06 01:59:47.261912 [ 43 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Selected 4 parts from all_1_88_19 to all_91_91_0 2026.05.06 01:59:47.261944 [ 277 ] {6b9b48e5-65ee-44ba-bc73-c3c5632c2e20} TCPHandler: Processed in 0.001726642 sec. 2026.05.06 01:59:47.261990 [ 43 ] {} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.262017 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.262101 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.262126 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTask::PrepareStage: Merging 4 parts: from all_1_88_19 to all_91_91_0 into Compact with storage Full 2026.05.06 01:59:47.262212 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:47.262267 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:47.262276 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} 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.06 01:59:47.262310 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_88_19, total 32394 rows starting from the beginning of the part 2026.05.06 01:59:47.262378 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:47.262442 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.05.06 01:59:47.262498 [ 200 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1497 rows starting from the beginning of the part 2026.05.06 01:59:47.263176 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.263218 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.263800 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.06 01:59:47.264042 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:47.264198 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} executeQuery: Read 11 rows, 20.18 KiB in 0.002004 sec., 5489.021956087824 rows/sec., 9.84 MiB/sec. 2026.05.06 01:59:47.264275 [ 277 ] {c50ff9d1-b3c1-43e2-a08a-8c7db02adf7f} TCPHandler: Processed in 0.002230035 sec. 2026.05.06 01:59:47.264410 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:47.264506 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:47.264576 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:47.264959 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:47.264995 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:47.265324 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.06 01:59:47.265537 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:47.265671 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. 2026.05.06 01:59:47.265708 [ 277 ] {4a6a72ad-5927-43e2-a670-80cee791ea7c} TCPHandler: Processed in 0.001348393 sec. 2026.05.06 01:59:47.270005 [ 190 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergeTask::MergeProjectionsStage: Merge sorted 34211 rows, containing 5 columns (5 merged, 0 gathered) in 0.007916274 sec., 4321603.825233943 rows/sec., 278.21 MiB/sec. 2026.05.06 01:59:47.270357 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} MergedBlockOutputStream: filled checksums all_1_91_20 (state Temporary) 2026.05.06 01:59:47.270676 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Renaming temporary part tmp_merge_all_1_91_20 to all_1_91_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 01:59:47.270752 [ 189 ] {cb5801b0-5207-4e0b-9dcb-0a150e6e12ea::all_1_91_20} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea) (MergerMutator): Merged 4 parts: [all_1_88_19, all_91_91_0] -> all_1_91_20 2026.05.06 01:59:47.270848 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.05.06 01:59:48.001202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 350.93 MiB, peak 358.82 MiB, free memory in arenas 0.00 B, will set to 352.13 MiB (RSS), difference: 1.20 MiB 2026.05.06 01:59:49.098246 [ 40 ] {} DNSResolver: Updating DNS cache 2026.05.06 01:59:49.098304 [ 40 ] {} DNSResolver: Updated DNS cache 2026.05.06 01:59:49.283221 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26887 2026.05.06 01:59:49.283722 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:49.283759 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:49.284241 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:59:49.284472 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:49.284594 [ 40 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:59:49.284616 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26887 2026.05.06 01:59:49.284633 [ 40 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:49.284652 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:49.284773 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::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.06 01:59:49.284930 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:49.284975 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24455 rows starting from the beginning of the part 2026.05.06 01:59:49.285045 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2026.05.06 01:59:49.285089 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2026.05.06 01:59:49.285128 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2026.05.06 01:59:49.285166 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2026.05.06 01:59:49.285204 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2026.05.06 01:59:49.287465 [ 189 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26887 rows, containing 4 columns (4 merged, 0 gathered) in 0.002745957 sec., 9791486.174036957 rows/sec., 140.07 MiB/sec. 2026.05.06 01:59:49.287655 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:59:49.287915 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:49.287987 [ 191 ] {09a815c4-d161-4402-88d4-c8350bdc4121::all_1_56_11} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:59:49.288069 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.05.06 01:59:49.397188 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1620 2026.05.06 01:59:49.399382 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:49.399428 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:49.400578 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 01:59:49.400829 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:49.401087 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1620 2026.05.06 01:59:49.480634 [ 40 ] {} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.06 01:59:49.480680 [ 40 ] {} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:49.480707 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:49.480804 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::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.06 01:59:49.480911 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:49.480945 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 2 rows starting from the beginning of the part 2026.05.06 01:59:49.481009 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.05.06 01:59:49.481068 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.05.06 01:59:49.481135 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.05.06 01:59:49.481209 [ 198 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.05.06 01:59:49.482237 [ 191 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001475126 sec., 4067.4491534960403 rows/sec., 301.88 KiB/sec. 2026.05.06 01:59:49.482368 [ 191 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.06 01:59:49.482627 [ 191 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e): 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.06 01:59:49.482697 [ 191 ] {b60850ce-8304-4c7a-85ab-8e1fd3d68f9e::all_1_13_3} oximeter.fields_u64 (b60850ce-8304-4c7a-85ab-8e1fd3d68f9e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.06 01:59:49.482782 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 01:59:50.696423 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.05.06 01:59:50.715776 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:50.715848 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:50.722133 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 01:59:50.722848 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:50.723175 [ 42 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 01:59:50.723238 [ 42 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:50.723259 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:50.723395 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:50.726864 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.05.06 01:59:50.727412 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:50.728908 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:50.733548 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:50.738106 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:50.742578 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::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.06 01:59:50.746777 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.05.06 01:59:50.750599 [ 189 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.05.06 01:59:50.801325 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.077990076 sec., 5410.944848931805 rows/sec., 27.98 MiB/sec. 2026.05.06 01:59:50.804242 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 01:59:50.806225 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:50.806305 [ 199 ] {0bce7c8c-1647-44bd-bd41-66bc2e7faadf::all_1_56_11} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 01:59:50.808915 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.06 01:59:52.251412 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.251664 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:52.252014 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:52.252051 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} 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.06 01:59:52.252276 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:52.252349 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:52.252497 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 01:59:52.252534 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:52.252556 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:52.252571 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:52.252613 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.06 01:59:52.252634 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:52.253878 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} executeQuery: Read 52 rows, 12.62 KiB in 0.002305 sec., 22559.652928416483 rows/sec., 5.34 MiB/sec. 2026.05.06 01:59:52.254013 [ 277 ] {f34f059d-2cd0-4668-9b51-e35f0982b6de} TCPHandler: Processed in 0.002736637 sec. 2026.05.06 01:59:52.256272 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.256396 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:52.256447 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:52.257041 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:52.257090 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:52.257493 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.06 01:59:52.257732 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:52.257896 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} executeQuery: Read 116 rows, 10.09 KiB in 0.001534 sec., 75619.295958279 rows/sec., 6.42 MiB/sec. 2026.05.06 01:59:52.257941 [ 277 ] {631e0585-23e7-4895-bb8d-5ddb30e412c9} TCPHandler: Processed in 0.001725502 sec. 2026.05.06 01:59:52.258073 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.258176 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:52.258220 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:52.258684 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:52.258724 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:52.259036 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.06 01:59:52.259242 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:52.259385 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} executeQuery: Read 30 rows, 2.26 KiB in 0.001231 sec., 24370.430544272946 rows/sec., 1.79 MiB/sec. 2026.05.06 01:59:52.259427 [ 277 ] {8d75a0ed-e49a-48e7-ae64-6e145a93c5cd} TCPHandler: Processed in 0.001405864 sec. 2026.05.06 01:59:52.259584 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.259710 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:52.259766 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:52.260541 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:52.260628 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:52.261073 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.06 01:59:52.261326 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:52.261477 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} executeQuery: Read 94 rows, 7.52 KiB in 0.001793 sec., 52426.1015058561 rows/sec., 4.09 MiB/sec. 2026.05.06 01:59:52.261517 [ 277 ] {8c5bc8a1-04d7-429e-946f-83ee87badab3} TCPHandler: Processed in 0.001997389 sec. 2026.05.06 01:59:52.261647 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.261749 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:52.261795 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:52.262231 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:52.262270 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:52.262610 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.06 01:59:52.262825 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:52.262959 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.05.06 01:59:52.262997 [ 277 ] {fe384eaf-d4b1-40ce-98ee-eb227081a6a2} TCPHandler: Processed in 0.001401694 sec. 2026.05.06 01:59:52.263117 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.263215 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:52.263271 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} 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.06 01:59:52.264226 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:52.264266 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:52.264875 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.06 01:59:52.265105 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:52.265249 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} executeQuery: Read 30 rows, 55.05 KiB in 0.002054 sec., 14605.647517039923 rows/sec., 26.17 MiB/sec. 2026.05.06 01:59:52.265338 [ 277 ] {2610736e-ae16-4b90-b198-64a0137b50aa} TCPHandler: Processed in 0.002270496 sec. 2026.05.06 01:59:52.265474 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:52.265574 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:52.265615 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:52.265966 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:52.266002 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:52.266310 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.06 01:59:52.266522 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:52.266654 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.05.06 01:59:52.266690 [ 277 ] {e98043db-2b50-4084-877b-8af8bb01188b} TCPHandler: Processed in 0.001267151 sec. 2026.05.06 01:59:56.281016 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41835 2026.05.06 01:59:56.281131 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.281158 [ 258 ] {} TCP-Session: 874f0475-8adf-4edc-9aa2-cc49907fe20a Authenticating user 'default' from [fd00:1122:3344:101::e]:41835 2026.05.06 01:59:56.281180 [ 258 ] {} TCP-Session: 874f0475-8adf-4edc-9aa2-cc49907fe20a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.281192 [ 258 ] {} TCP-Session: 874f0475-8adf-4edc-9aa2-cc49907fe20a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.281380 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48455 2026.05.06 01:59:56.281405 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50003 2026.05.06 01:59:56.281436 [ 376 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35338 2026.05.06 01:59:56.281477 [ 378 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42062 2026.05.06 01:59:56.281450 [ 377 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50894 2026.05.06 01:59:56.281428 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44208 2026.05.06 01:59:56.281570 [ 258 ] {} TCP-Session: 874f0475-8adf-4edc-9aa2-cc49907fe20a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:56.281425 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62731 2026.05.06 01:59:56.281393 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45296 2026.05.06 01:59:56.281671 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.281708 [ 368 ] {} TCP-Session: 1e6996ae-18e6-4f8f-b200-27cd84198d9b Authenticating user 'default' from [fd00:1122:3344:101::e]:48455 2026.05.06 01:59:56.281730 [ 368 ] {} TCP-Session: 1e6996ae-18e6-4f8f-b200-27cd84198d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.281743 [ 368 ] {} TCP-Session: 1e6996ae-18e6-4f8f-b200-27cd84198d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.281770 [ 258 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} executeQuery: (from [fd00:1122:3344:101::e]:41835) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:59:56.281992 [ 377 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.282022 [ 377 ] {} TCP-Session: d9bc79a5-ad80-4049-ad97-516ed231e3eb Authenticating user 'default' from [fd00:1122:3344:101::e]:50894 2026.05.06 01:59:56.282038 [ 258 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:59:56.282040 [ 377 ] {} TCP-Session: d9bc79a5-ad80-4049-ad97-516ed231e3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282071 [ 377 ] {} TCP-Session: d9bc79a5-ad80-4049-ad97-516ed231e3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282090 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.282098 [ 258 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:56.282120 [ 370 ] {} TCP-Session: 291ca925-dbb5-490b-95aa-a9b31d2b8512 Authenticating user 'default' from [fd00:1122:3344:101::e]:45296 2026.05.06 01:59:56.282138 [ 370 ] {} TCP-Session: 291ca925-dbb5-490b-95aa-a9b31d2b8512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282151 [ 370 ] {} TCP-Session: 291ca925-dbb5-490b-95aa-a9b31d2b8512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282413 [ 258 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:59:56.282519 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.282554 [ 372 ] {} TCP-Session: aeb5232c-f534-43ca-861f-bf1e0d329f99 Authenticating user 'default' from [fd00:1122:3344:101::e]:62731 2026.05.06 01:59:56.282572 [ 372 ] {} TCP-Session: aeb5232c-f534-43ca-861f-bf1e0d329f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282588 [ 372 ] {} TCP-Session: aeb5232c-f534-43ca-861f-bf1e0d329f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282802 [ 378 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.282854 [ 378 ] {} TCP-Session: 4212b8e9-d70d-4480-918a-9c596187ecd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42062 2026.05.06 01:59:56.282894 [ 378 ] {} TCP-Session: 4212b8e9-d70d-4480-918a-9c596187ecd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282914 [ 378 ] {} TCP-Session: 4212b8e9-d70d-4480-918a-9c596187ecd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.282933 [ 376 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.282995 [ 376 ] {} TCP-Session: 8b777288-e959-4545-9605-601b82718002 Authenticating user 'default' from [fd00:1122:3344:101::e]:35338 2026.05.06 01:59:56.283015 [ 376 ] {} TCP-Session: 8b777288-e959-4545-9605-601b82718002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.283034 [ 376 ] {} TCP-Session: 8b777288-e959-4545-9605-601b82718002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.283346 [ 314 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} AggregatingTransform: Aggregating 2026.05.06 01:59:56.283391 [ 314 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} Aggregator: Aggregation method: without_key 2026.05.06 01:59:56.283425 [ 314 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000907402 sec. (1102.047 rows/sec., 43.05 KiB/sec.) 2026.05.06 01:59:56.283444 [ 314 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} Aggregator: Merging aggregated data 2026.05.06 01:59:56.283595 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.283637 [ 369 ] {} TCP-Session: 0b529b29-7a71-4ccb-9867-6f88b5f14bad Authenticating user 'default' from [fd00:1122:3344:101::e]:50003 2026.05.06 01:59:56.283660 [ 369 ] {} TCP-Session: 0b529b29-7a71-4ccb-9867-6f88b5f14bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.283676 [ 369 ] {} TCP-Session: 0b529b29-7a71-4ccb-9867-6f88b5f14bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.284004 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.284050 [ 371 ] {} TCP-Session: 993331a6-86a2-491c-a6ae-c29abf80e341 Authenticating user 'default' from [fd00:1122:3344:101::e]:44208 2026.05.06 01:59:56.284074 [ 371 ] {} TCP-Session: 993331a6-86a2-491c-a6ae-c29abf80e341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.284087 [ 371 ] {} TCP-Session: 993331a6-86a2-491c-a6ae-c29abf80e341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.284971 [ 258 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} executeQuery: Read 1 rows, 40.00 B in 0.003261 sec., 306.65440049064705 rows/sec., 11.98 KiB/sec. 2026.05.06 01:59:56.285101 [ 258 ] {047e5c97-7d97-4075-bd89-5cdf32895f3a} TCPHandler: Processed in 0.003647039 sec. 2026.05.06 01:59:56.285228 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285255 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285256 [ 258 ] {} TCP-Session: 874f0475-8adf-4edc-9aa2-cc49907fe20a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285278 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285303 [ 368 ] {} TCP-Session: 1e6996ae-18e6-4f8f-b200-27cd84198d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285312 [ 378 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285339 [ 369 ] {} TCP-Session: 0b529b29-7a71-4ccb-9867-6f88b5f14bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285346 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285362 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285404 [ 377 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285404 [ 370 ] {} TCP-Session: 291ca925-dbb5-490b-95aa-a9b31d2b8512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285429 [ 372 ] {} TCP-Session: aeb5232c-f534-43ca-861f-bf1e0d329f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285439 [ 377 ] {} TCP-Session: d9bc79a5-ad80-4049-ad97-516ed231e3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285368 [ 378 ] {} TCP-Session: 4212b8e9-d70d-4480-918a-9c596187ecd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285380 [ 376 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285295 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.285528 [ 376 ] {} TCP-Session: 8b777288-e959-4545-9605-601b82718002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.285555 [ 371 ] {} TCP-Session: 993331a6-86a2-491c-a6ae-c29abf80e341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.375981 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35808 2026.05.06 01:59:56.376089 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376114 [ 258 ] {} TCP-Session: f7113323-2105-436a-98e4-bb4e3cc64a8a Authenticating user 'default' from [fd00:1122:3344:101::e]:35808 2026.05.06 01:59:56.376136 [ 258 ] {} TCP-Session: f7113323-2105-436a-98e4-bb4e3cc64a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376148 [ 258 ] {} TCP-Session: f7113323-2105-436a-98e4-bb4e3cc64a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376368 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40980 2026.05.06 01:59:56.376386 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63407 2026.05.06 01:59:56.376404 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60780 2026.05.06 01:59:56.376428 [ 377 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35674 2026.05.06 01:59:56.376439 [ 378 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49710 2026.05.06 01:59:56.376487 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376500 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376497 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376524 [ 370 ] {} TCP-Session: eb8dd566-187f-4aeb-a014-17eaf2297ea3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63407 2026.05.06 01:59:56.376542 [ 368 ] {} TCP-Session: 9152e65e-b0ee-4027-845f-0a3f76908c73 Authenticating user 'default' from [fd00:1122:3344:101::e]:40980 2026.05.06 01:59:56.376545 [ 372 ] {} TCP-Session: 61a620c7-cdee-44ff-80a5-3b18b5010d9e Authenticating user 'default' from [fd00:1122:3344:101::e]:60780 2026.05.06 01:59:56.376563 [ 370 ] {} TCP-Session: eb8dd566-187f-4aeb-a014-17eaf2297ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376582 [ 372 ] {} TCP-Session: 61a620c7-cdee-44ff-80a5-3b18b5010d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376580 [ 368 ] {} TCP-Session: 9152e65e-b0ee-4027-845f-0a3f76908c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376595 [ 370 ] {} TCP-Session: eb8dd566-187f-4aeb-a014-17eaf2297ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376620 [ 368 ] {} TCP-Session: 9152e65e-b0ee-4027-845f-0a3f76908c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376610 [ 372 ] {} TCP-Session: 61a620c7-cdee-44ff-80a5-3b18b5010d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376514 [ 377 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376462 [ 258 ] {} TCP-Session: f7113323-2105-436a-98e4-bb4e3cc64a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:56.376702 [ 377 ] {} TCP-Session: 649ceab5-a35c-447a-882b-a5c880bda36b Authenticating user 'default' from [fd00:1122:3344:101::e]:35674 2026.05.06 01:59:56.376415 [ 376 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54147 2026.05.06 01:59:56.376731 [ 377 ] {} TCP-Session: 649ceab5-a35c-447a-882b-a5c880bda36b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376410 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57026 2026.05.06 01:59:56.376775 [ 377 ] {} TCP-Session: 649ceab5-a35c-447a-882b-a5c880bda36b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376812 [ 376 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376579 [ 378 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376856 [ 376 ] {} TCP-Session: 38d17402-5379-4288-8ab2-00baa98ce435 Authenticating user 'default' from [fd00:1122:3344:101::e]:54147 2026.05.06 01:59:56.376869 [ 258 ] {35283797-308c-404d-8810-a47fb7fe8b4c} executeQuery: (from [fd00:1122:3344:101::e]:35808) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:59:56.376891 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.376898 [ 376 ] {} TCP-Session: 38d17402-5379-4288-8ab2-00baa98ce435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376897 [ 378 ] {} TCP-Session: ec74fdb1-204b-4a8d-aa58-54fe695b5386 Authenticating user 'default' from [fd00:1122:3344:101::e]:49710 2026.05.06 01:59:56.376937 [ 376 ] {} TCP-Session: 38d17402-5379-4288-8ab2-00baa98ce435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376934 [ 371 ] {} TCP-Session: 425edaff-f4f1-44e1-902f-68705533cdac Authenticating user 'default' from [fd00:1122:3344:101::e]:57026 2026.05.06 01:59:56.376968 [ 378 ] {} TCP-Session: ec74fdb1-204b-4a8d-aa58-54fe695b5386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376397 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58367 2026.05.06 01:59:56.377002 [ 378 ] {} TCP-Session: ec74fdb1-204b-4a8d-aa58-54fe695b5386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.376999 [ 371 ] {} TCP-Session: 425edaff-f4f1-44e1-902f-68705533cdac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.377052 [ 371 ] {} TCP-Session: 425edaff-f4f1-44e1-902f-68705533cdac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.377079 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.377109 [ 369 ] {} TCP-Session: ad3a4358-2fb4-400f-baab-6db550bf021a Authenticating user 'default' from [fd00:1122:3344:101::e]:58367 2026.05.06 01:59:56.377128 [ 369 ] {} TCP-Session: ad3a4358-2fb4-400f-baab-6db550bf021a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.377140 [ 369 ] {} TCP-Session: ad3a4358-2fb4-400f-baab-6db550bf021a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.377145 [ 258 ] {35283797-308c-404d-8810-a47fb7fe8b4c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:59:56.377204 [ 258 ] {35283797-308c-404d-8810-a47fb7fe8b4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:56.377478 [ 258 ] {35283797-308c-404d-8810-a47fb7fe8b4c} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:59:56.378416 [ 335 ] {35283797-308c-404d-8810-a47fb7fe8b4c} AggregatingTransform: Aggregating 2026.05.06 01:59:56.378458 [ 335 ] {35283797-308c-404d-8810-a47fb7fe8b4c} Aggregator: Aggregation method: without_key 2026.05.06 01:59:56.378497 [ 335 ] {35283797-308c-404d-8810-a47fb7fe8b4c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000921732 sec. (1084.914 rows/sec., 42.38 KiB/sec.) 2026.05.06 01:59:56.378518 [ 335 ] {35283797-308c-404d-8810-a47fb7fe8b4c} Aggregator: Merging aggregated data 2026.05.06 01:59:56.379825 [ 258 ] {35283797-308c-404d-8810-a47fb7fe8b4c} executeQuery: Read 1 rows, 40.00 B in 0.00301 sec., 332.22591362126246 rows/sec., 12.98 KiB/sec. 2026.05.06 01:59:56.380006 [ 258 ] {35283797-308c-404d-8810-a47fb7fe8b4c} TCPHandler: Processed in 0.003670359 sec. 2026.05.06 01:59:56.380132 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380161 [ 258 ] {} TCP-Session: f7113323-2105-436a-98e4-bb4e3cc64a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380167 [ 378 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380200 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380213 [ 378 ] {} TCP-Session: ec74fdb1-204b-4a8d-aa58-54fe695b5386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380231 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380251 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380270 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380286 [ 368 ] {} TCP-Session: 9152e65e-b0ee-4027-845f-0a3f76908c73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380303 [ 370 ] {} TCP-Session: eb8dd566-187f-4aeb-a014-17eaf2297ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380303 [ 377 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380321 [ 371 ] {} TCP-Session: 425edaff-f4f1-44e1-902f-68705533cdac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380356 [ 377 ] {} TCP-Session: 649ceab5-a35c-447a-882b-a5c880bda36b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380209 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380288 [ 376 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.380416 [ 372 ] {} TCP-Session: 61a620c7-cdee-44ff-80a5-3b18b5010d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380258 [ 369 ] {} TCP-Session: ad3a4358-2fb4-400f-baab-6db550bf021a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.380435 [ 376 ] {} TCP-Session: 38d17402-5379-4288-8ab2-00baa98ce435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.474419 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44033 2026.05.06 01:59:56.474534 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.474561 [ 369 ] {} TCP-Session: 9ee08c8c-e378-4ef9-872d-90afbb1b425b Authenticating user 'default' from [fd00:1122:3344:101::e]:44033 2026.05.06 01:59:56.474584 [ 369 ] {} TCP-Session: 9ee08c8c-e378-4ef9-872d-90afbb1b425b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.474596 [ 369 ] {} TCP-Session: 9ee08c8c-e378-4ef9-872d-90afbb1b425b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.474818 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64539 2026.05.06 01:59:56.474836 [ 376 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36425 2026.05.06 01:59:56.474878 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49499 2026.05.06 01:59:56.474874 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39323 2026.05.06 01:59:56.474858 [ 378 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57126 2026.05.06 01:59:56.474937 [ 369 ] {} TCP-Session: 9ee08c8c-e378-4ef9-872d-90afbb1b425b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:56.474957 [ 376 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.474989 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.475007 [ 376 ] {} TCP-Session: eb5be54f-5001-457b-9292-86530310a7fd Authenticating user 'default' from [fd00:1122:3344:101::e]:36425 2026.05.06 01:59:56.475010 [ 378 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.475027 [ 258 ] {} TCP-Session: 71d9a468-4bde-412f-9b18-bc30a7072957 Authenticating user 'default' from [fd00:1122:3344:101::e]:39323 2026.05.06 01:59:56.475040 [ 376 ] {} TCP-Session: eb5be54f-5001-457b-9292-86530310a7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475054 [ 378 ] {} TCP-Session: fc3835bd-5ce6-4080-b3d5-048f0a4f2924 Authenticating user 'default' from [fd00:1122:3344:101::e]:57126 2026.05.06 01:59:56.475071 [ 258 ] {} TCP-Session: 71d9a468-4bde-412f-9b18-bc30a7072957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475073 [ 376 ] {} TCP-Session: eb5be54f-5001-457b-9292-86530310a7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475101 [ 258 ] {} TCP-Session: 71d9a468-4bde-412f-9b18-bc30a7072957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.474957 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.474938 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.475157 [ 368 ] {} TCP-Session: c0e62664-d317-45aa-b1c6-650e53f46c3c Authenticating user 'default' from [fd00:1122:3344:101::e]:49499 2026.05.06 01:59:56.475179 [ 370 ] {} TCP-Session: 3493956c-40f5-435a-84e7-67a89e584e38 Authenticating user 'default' from [fd00:1122:3344:101::e]:64539 2026.05.06 01:59:56.475188 [ 368 ] {} TCP-Session: c0e62664-d317-45aa-b1c6-650e53f46c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475203 [ 370 ] {} TCP-Session: 3493956c-40f5-435a-84e7-67a89e584e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475215 [ 368 ] {} TCP-Session: c0e62664-d317-45aa-b1c6-650e53f46c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475230 [ 370 ] {} TCP-Session: 3493956c-40f5-435a-84e7-67a89e584e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.474849 [ 377 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60189 2026.05.06 01:59:56.474833 [ 372 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56007 2026.05.06 01:59:56.474831 [ 371 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48355 2026.05.06 01:59:56.475332 [ 377 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.475365 [ 372 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.475379 [ 377 ] {} TCP-Session: ee1277d7-24a8-4b97-a9b6-5e9fecbf999a Authenticating user 'default' from [fd00:1122:3344:101::e]:60189 2026.05.06 01:59:56.475092 [ 378 ] {} TCP-Session: fc3835bd-5ce6-4080-b3d5-048f0a4f2924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475408 [ 377 ] {} TCP-Session: ee1277d7-24a8-4b97-a9b6-5e9fecbf999a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475423 [ 378 ] {} TCP-Session: fc3835bd-5ce6-4080-b3d5-048f0a4f2924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475436 [ 377 ] {} TCP-Session: ee1277d7-24a8-4b97-a9b6-5e9fecbf999a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475427 [ 371 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 01:59:56.475400 [ 372 ] {} TCP-Session: 4d1f32f6-ec27-48a0-be31-838460ef2f16 Authenticating user 'default' from [fd00:1122:3344:101::e]:56007 2026.05.06 01:59:56.475146 [ 369 ] {50db4aed-eed1-413b-8ce5-e73dac978229} executeQuery: (from [fd00:1122:3344:101::e]:44033) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 01:59:56.475507 [ 371 ] {} TCP-Session: bfaa332d-be89-4cfc-ab99-c43e5bf4b0a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48355 2026.05.06 01:59:56.475525 [ 372 ] {} TCP-Session: 4d1f32f6-ec27-48a0-be31-838460ef2f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475561 [ 371 ] {} TCP-Session: bfaa332d-be89-4cfc-ab99-c43e5bf4b0a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475575 [ 372 ] {} TCP-Session: 4d1f32f6-ec27-48a0-be31-838460ef2f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475586 [ 371 ] {} TCP-Session: bfaa332d-be89-4cfc-ab99-c43e5bf4b0a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.475829 [ 369 ] {50db4aed-eed1-413b-8ce5-e73dac978229} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 01:59:56.475899 [ 369 ] {50db4aed-eed1-413b-8ce5-e73dac978229} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:56.476235 [ 369 ] {50db4aed-eed1-413b-8ce5-e73dac978229} oximeter.version (5299de5e-df85-4292-a6b4-42a91b5a88f4) (SelectExecutor): Key condition: unknown 2026.05.06 01:59:56.477303 [ 320 ] {50db4aed-eed1-413b-8ce5-e73dac978229} AggregatingTransform: Aggregating 2026.05.06 01:59:56.477340 [ 320 ] {50db4aed-eed1-413b-8ce5-e73dac978229} Aggregator: Aggregation method: without_key 2026.05.06 01:59:56.477377 [ 320 ] {50db4aed-eed1-413b-8ce5-e73dac978229} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001040526 sec. (961.052 rows/sec., 37.54 KiB/sec.) 2026.05.06 01:59:56.477391 [ 320 ] {50db4aed-eed1-413b-8ce5-e73dac978229} Aggregator: Merging aggregated data 2026.05.06 01:59:56.478860 [ 369 ] {50db4aed-eed1-413b-8ce5-e73dac978229} executeQuery: Read 1 rows, 40.00 B in 0.003781 sec., 264.48029621793177 rows/sec., 10.33 KiB/sec. 2026.05.06 01:59:56.479021 [ 369 ] {50db4aed-eed1-413b-8ce5-e73dac978229} TCPHandler: Processed in 0.004237053 sec. 2026.05.06 01:59:56.479152 [ 369 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479185 [ 371 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479194 [ 369 ] {} TCP-Session: 9ee08c8c-e378-4ef9-872d-90afbb1b425b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479208 [ 368 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479233 [ 371 ] {} TCP-Session: bfaa332d-be89-4cfc-ab99-c43e5bf4b0a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479253 [ 370 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479273 [ 368 ] {} TCP-Session: c0e62664-d317-45aa-b1c6-650e53f46c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479285 [ 378 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479304 [ 377 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479334 [ 376 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479353 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479371 [ 377 ] {} TCP-Session: ee1277d7-24a8-4b97-a9b6-5e9fecbf999a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479384 [ 376 ] {} TCP-Session: eb5be54f-5001-457b-9292-86530310a7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479398 [ 258 ] {} TCP-Session: 71d9a468-4bde-412f-9b18-bc30a7072957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479228 [ 372 ] {} TCPHandler: Done processing connection. 2026.05.06 01:59:56.479336 [ 378 ] {} TCP-Session: fc3835bd-5ce6-4080-b3d5-048f0a4f2924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479307 [ 370 ] {} TCP-Session: 3493956c-40f5-435a-84e7-67a89e584e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.479468 [ 372 ] {} TCP-Session: 4d1f32f6-ec27-48a0-be31-838460ef2f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 01:59:56.784784 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27335 2026.05.06 01:59:56.785300 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:56.785365 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:56.785881 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:59:56.786112 [ 244 ] {} system.asynchronous_metric_log (09a815c4-d161-4402-88d4-c8350bdc4121): 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.06 01:59:56.786265 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27335 2026.05.06 01:59:57.252074 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.252320 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} executeQuery: (from [fd00:1122:3344:101::d]:60350) 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.06 01:59:57.252672 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 01:59:57.252713 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} 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.06 01:59:57.252950 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 01:59:57.253021 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 01:59:57.253174 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.06 01:59:57.253213 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.06 01:59:57.253234 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (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.06 01:59:57.253249 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} oximeter.timeseries_schema (3732fcc2-0743-4202-83d2-95383f066c23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 01:59:57.253289 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_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.06 01:59:57.253316 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.06 01:59:57.254474 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} executeQuery: Read 52 rows, 12.62 KiB in 0.002257 sec., 23039.43287549845 rows/sec., 5.46 MiB/sec. 2026.05.06 01:59:57.254587 [ 277 ] {75e5e343-41df-4cc7-9a0f-aab53a13865f} TCPHandler: Processed in 0.002650035 sec. 2026.05.06 01:59:57.257342 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.257465 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.257513 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 01:59:57.258008 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.258057 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.258432 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:59:57.258661 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} oximeter.fields_i16 (db15c44b-307a-4e4c-a442-a54d5c962602): 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.06 01:59:57.258809 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} executeQuery: Read 24 rows, 2.04 KiB in 0.001381 sec., 17378.71107892831 rows/sec., 1.44 MiB/sec. 2026.05.06 01:59:57.258849 [ 277 ] {5f34a8a3-bc3a-4d92-9434-734b34d6d666} TCPHandler: Processed in 0.001562829 sec. 2026.05.06 01:59:57.258979 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.259076 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 01:59:57.259118 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 01:59:57.259616 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.259659 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.259993 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.06 01:59:57.260209 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} oximeter.fields_string (29f3078d-6800-40e3-8d2d-ff3e6bdc2026): 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.06 01:59:57.260380 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} executeQuery: Read 198 rows, 18.08 KiB in 0.00132 sec., 150000 rows/sec., 13.37 MiB/sec. 2026.05.06 01:59:57.260436 [ 277 ] {da6e96ed-e4ff-4dd1-a813-b3d0fdcaf3fb} TCPHandler: Processed in 0.001505886 sec. 2026.05.06 01:59:57.260589 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.260689 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.260734 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 01:59:57.261421 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.261474 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.261992 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.06 01:59:57.262346 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:57.262585 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} executeQuery: Read 23 rows, 1.79 KiB in 0.00191 sec., 12041.884816753927 rows/sec., 936.17 KiB/sec. 2026.05.06 01:59:57.262642 [ 277 ] {edc3557b-d210-4011-9e0f-7e816ef2dc31} TCPHandler: Processed in 0.002102941 sec. 2026.05.06 01:59:57.262954 [ 28 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.06 01:59:57.263120 [ 28 ] {} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.263126 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.263157 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.263264 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.263327 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 01:59:57.263474 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:57.263668 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:57.263728 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 230 rows starting from the beginning of the part 2026.05.06 01:59:57.263825 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:57.263874 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.263886 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 43 rows starting from the beginning of the part 2026.05.06 01:59:57.263926 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.263957 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::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.06 01:59:57.264006 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:57.264051 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 23 rows starting from the beginning of the part 2026.05.06 01:59:57.264326 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 01:59:57.264610 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} oximeter.fields_u32 (443811c5-037b-4ce3-8746-7ce46eb4bdd0): 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.06 01:59:57.264788 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} executeQuery: Read 24 rows, 2.04 KiB in 0.001548 sec., 15503.87596899225 rows/sec., 1.29 MiB/sec. 2026.05.06 01:59:57.264829 [ 277 ] {0a17366b-9276-4df5-abaa-f091b83e843d} TCPHandler: Processed in 0.001789634 sec. 2026.05.06 01:59:57.264968 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.265075 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.265076 [ 199 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703891 sec., 204238.41665928162 rows/sec., 14.56 MiB/sec. 2026.05.06 01:59:57.265127 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 01:59:57.265252 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.06 01:59:57.265537 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf): 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.06 01:59:57.265617 [ 187 ] {d4eb7311-bb58-4ba2-9858-2ccf47a76dbf::all_1_81_16} oximeter.fields_u16 (d4eb7311-bb58-4ba2-9858-2ccf47a76dbf) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.06 01:59:57.265623 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.265678 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.265701 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 01:59:57.266143 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 01:59:57.266439 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} oximeter.fields_u8 (ac3d555e-6526-47f1-87d2-31e950fae1ad): 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.06 01:59:57.266596 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} executeQuery: Read 12 rows, 960.00 B in 0.001546 sec., 7761.966364812419 rows/sec., 606.40 KiB/sec. 2026.05.06 01:59:57.266637 [ 277 ] {e95e00ff-e3c8-428e-8c83-442da7a2bd09} TCPHandler: Processed in 0.001726942 sec. 2026.05.06 01:59:57.266777 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.266890 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 01:59:57.266934 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 01:59:57.267401 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.267439 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.267789 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.06 01:59:57.268010 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} oximeter.fields_uuid (a41bca86-ca14-4641-ac67-5f30bc37e014): 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.06 01:59:57.268145 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} executeQuery: Read 111 rows, 9.25 KiB in 0.001278 sec., 86854.4600938967 rows/sec., 7.07 MiB/sec. 2026.05.06 01:59:57.268184 [ 277 ] {4b317706-48f1-4953-a6b7-039201240603} TCPHandler: Processed in 0.001458266 sec. 2026.05.06 01:59:57.268315 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.268412 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.268458 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 01:59:57.268888 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.268926 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.269272 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.06 01:59:57.269489 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} oximeter.measurements_cumulativeu64 (cb5801b0-5207-4e0b-9dcb-0a150e6e12ea): 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.06 01:59:57.269622 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} executeQuery: Read 196 rows, 14.40 KiB in 0.001229 sec., 159479.25142392187 rows/sec., 11.44 MiB/sec. 2026.05.06 01:59:57.269680 [ 277 ] {ceaca5bd-572a-4f68-afca-37a577c28a5f} TCPHandler: Processed in 0.001416184 sec. 2026.05.06 01:59:57.269824 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.269925 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.269983 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} 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.06 01:59:57.270931 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.270972 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.271520 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.06 01:59:57.271769 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:57.271921 [ 27 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.06 01:59:57.271931 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} executeQuery: Read 11 rows, 20.18 KiB in 0.002028 sec., 5424.063116370809 rows/sec., 9.72 MiB/sec. 2026.05.06 01:59:57.271969 [ 27 ] {} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.271995 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.272037 [ 277 ] {76ff6dcb-8b33-4632-b37c-577b6dbe4e8e} TCPHandler: Processed in 0.002269626 sec. 2026.05.06 01:59:57.272078 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:57.272180 [ 277 ] {} TCP-Session: db37f94c-12f2-45a2-baec-1af44ab7c936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 01:59:57.272282 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} executeQuery: (from [fd00:1122:3344:101::d]:60350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 01:59:57.272305 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 01:59:57.272330 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 01:59:57.272368 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1626 rows starting from the beginning of the part 2026.05.06 01:59:57.272488 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:57.272592 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 41 rows starting from the beginning of the part 2026.05.06 01:59:57.272696 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::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.06 01:59:57.272743 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:57.272792 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:57.272802 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part 2026.05.06 01:59:57.272910 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 11 rows starting from the beginning of the part 2026.05.06 01:59:57.273141 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.06 01:59:57.273472 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} oximeter.measurements_u64 (8e6bfb29-4010-4443-a406-01f27a20dee5): 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.06 01:59:57.273619 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. 2026.05.06 01:59:57.273661 [ 277 ] {553f4923-6e1e-402c-9b23-d6bbf3264778} TCPHandler: Processed in 0.001532498 sec. 2026.05.06 01:59:57.287453 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 19 columns (19 merged, 0 gathered) in 0.015396506 sec., 112363.1556406369 rows/sec., 201.35 MiB/sec. 2026.05.06 01:59:57.289713 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.06 01:59:57.290114 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7): 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.06 01:59:57.290204 [ 187 ] {27c6ff27-d070-4b3d-9107-35d456df7eb7::all_1_81_16} oximeter.measurements_histogramu64 (27c6ff27-d070-4b3d-9107-35d456df7eb7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.06 01:59:57.290336 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.46 MiB. 2026.05.06 01:59:58.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 353.42 MiB, peak 366.83 MiB, free memory in arenas 0.00 B, will set to 359.36 MiB (RSS), difference: 5.94 MiB 2026.05.06 01:59:58.226961 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.05.06 01:59:58.243569 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:58.243627 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:58.249685 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 01:59:58.250374 [ 243 ] {} system.metric_log (0bce7c8c-1647-44bd-bd41-66bc2e7faadf): 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.06 01:59:58.253161 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.05.06 01:59:59.401300 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1660 2026.05.06 01:59:59.404149 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 01:59:59.404187 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 01:59:59.405410 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 01:59:59.405685 [ 242 ] {} system.query_log (1a61048d-93fd-4909-b8d9-e2cabab6d0c8): 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.06 01:59:59.405964 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1660