[ May 1 23:39:10 Enabled. ] [ May 1 23:39:10 Rereading configuration. ] [ May 1 23:39:12 Rereading configuration. ] [ May 1 23:39:24 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 1 23:39:24 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.01 23:39:26.462470 [ 1 ] {} Application: Will watch for the process with pid 24183 2026.05.01 23:39:26.462898 [ 1 ] {} Application: Forked a child process to watch 2026.05.01 23:39:26.956997 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24183 2026.05.01 23:39:26.959396 [ 1 ] {} Application: starting up 2026.05.01 23:39:26.959569 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.01 23:39:27.202889 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.01 23:39:27.240579 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.01 23:39:27.240694 [ 1 ] {} Application: Initializing DateLUT. 2026.05.01 23:39:27.240722 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.01 23:39:27.240812 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.01 23:39:27.241667 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.01 23:39:27.245876 [ 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.01 23:39:27.246817 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.01 23:39:27.247716 [ 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.01 23:39:27.247770 [ 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.01 23:39:27.247817 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.01 23:39:27.248811 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.01 23:39:27.250340 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.01 23:39:27.259565 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.01 23:39:27.260333 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.01 23:39:27.261978 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.01 23:39:27.262127 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.01 23:39:27.263628 [ 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.01 23:39:27.264192 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.01 23:39:27.268511 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.01 23:39:27.269302 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.01 23:39:27.275117 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.01 23:39:27.275518 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.01 23:39:27.276006 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.01 23:39:27.276392 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.01 23:39:27.278065 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.01 23:39:27.278094 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.01 23:39:27.278208 [ 133 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:39:27.278854 [ 133 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:39:27.286678 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.01 23:39:27.286706 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173833 sec 2026.05.01 23:39:27.286753 [ 1 ] {} ReferentialDeps: No tables 2026.05.01 23:39:27.286791 [ 1 ] {} LoadingDeps: No tables 2026.05.01 23:39:27.287487 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.01 23:39:27.288123 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.01 23:39:27.305928 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.01 23:39:27.305978 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.01 23:39:27.306083 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.01 23:39:27.306096 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.01 23:39:27.306133 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.01 23:39:27.306210 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.01 23:39:27.308569 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.01 23:39:27.308637 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.01 23:39:27.308693 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.01 23:39:27.308871 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.01 23:39:27.308919 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.01 23:39:27.308932 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.01 23:39:27.309007 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.01 23:39:27.309022 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.01 23:39:27.309055 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.01 23:39:27.309132 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.01 23:39:27.339289 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.01 23:39:27.340834 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.01 23:39:27.340951 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000141803 sec 2026.05.01 23:39:27.340974 [ 1 ] {} ReferentialDeps: No tables 2026.05.01 23:39:27.340985 [ 1 ] {} LoadingDeps: No tables 2026.05.01 23:39:27.341014 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.01 23:39:27.341246 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.01 23:39:27.341365 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.01 23:39:27.341384 [ 1 ] {} Application: Loaded metadata. 2026.05.01 23:39:27.341396 [ 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.01 23:39:27.341406 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.01 23:39:27.347698 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.01 23:39:27.347964 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.98 MiB 2026.05.01 23:39:27.349507 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.9081e-05 sec. 2026.05.01 23:39:27.350007 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.01 23:39:27.351485 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.01 23:39:27.351510 [ 1 ] {} Application: Ready for connections. 2026.05.01 23:39:27.737797 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60118 2026.05.01 23:39:27.738818 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.738882 [ 4 ] {} TCP-Session: d48a6c34-be86-4f56-bde4-0080dc03cec9 Authenticating user 'default' from [fd00:1122:3344:101::b]:60118 2026.05.01 23:39:27.738910 [ 4 ] {} TCP-Session: d48a6c34-be86-4f56-bde4-0080dc03cec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.739055 [ 4 ] {} TCP-Session: d48a6c34-be86-4f56-bde4-0080dc03cec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.739150 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 23:39:27.739176 [ 4 ] {} 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.01 23:39:27.739258 [ 4 ] {} 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.01 23:39:27.739697 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52864 2026.05.01 23:39:27.739790 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63029 2026.05.01 23:39:27.739809 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54879 2026.05.01 23:39:27.739920 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.739980 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.740032 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43443 2026.05.01 23:39:27.740053 [ 254 ] {} TCP-Session: 2266087b-5359-4ed7-83aa-3c53c146d982 Authenticating user 'default' from [fd00:1122:3344:101::b]:63029 2026.05.01 23:39:27.740044 [ 5 ] {} TCP-Session: 66178f99-0fac-4b58-8133-ae0e95ee00b5 Authenticating user 'default' from [fd00:1122:3344:101::b]:52864 2026.05.01 23:39:27.740102 [ 254 ] {} TCP-Session: 2266087b-5359-4ed7-83aa-3c53c146d982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740096 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.740162 [ 5 ] {} TCP-Session: 66178f99-0fac-4b58-8133-ae0e95ee00b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740190 [ 6 ] {} TCP-Session: 2c75a04a-73d6-46a1-93e7-0a0a22a00157 Authenticating user 'default' from [fd00:1122:3344:101::b]:54879 2026.05.01 23:39:27.740177 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62778 2026.05.01 23:39:27.740246 [ 5 ] {} TCP-Session: 66178f99-0fac-4b58-8133-ae0e95ee00b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740247 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.740265 [ 6 ] {} TCP-Session: 2c75a04a-73d6-46a1-93e7-0a0a22a00157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740168 [ 254 ] {} TCP-Session: 2266087b-5359-4ed7-83aa-3c53c146d982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740415 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.740372 [ 255 ] {} TCP-Session: 88e234f0-5597-4471-8b4e-dce056e2c7cd Authenticating user 'default' from [fd00:1122:3344:101::b]:43443 2026.05.01 23:39:27.740368 [ 6 ] {} TCP-Session: 2c75a04a-73d6-46a1-93e7-0a0a22a00157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740367 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45359 2026.05.01 23:39:27.740555 [ 255 ] {} TCP-Session: 88e234f0-5597-4471-8b4e-dce056e2c7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740525 [ 256 ] {} TCP-Session: 76fa4d79-3bdd-4cdb-b516-edbe44553808 Authenticating user 'default' from [fd00:1122:3344:101::b]:62778 2026.05.01 23:39:27.740487 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63938 2026.05.01 23:39:27.740640 [ 256 ] {} TCP-Session: 76fa4d79-3bdd-4cdb-b516-edbe44553808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740652 [ 255 ] {} TCP-Session: 88e234f0-5597-4471-8b4e-dce056e2c7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740749 [ 256 ] {} TCP-Session: 76fa4d79-3bdd-4cdb-b516-edbe44553808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.740768 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.740845 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:27.740866 [ 257 ] {} TCP-Session: 5bbe8556-1065-48c3-b0c4-6462e8671269 Authenticating user 'default' from [fd00:1122:3344:101::b]:45359 2026.05.01 23:39:27.740886 [ 258 ] {} TCP-Session: 8f524271-188c-4e6c-9d4d-e7dd091c672b Authenticating user 'default' from [fd00:1122:3344:101::b]:63938 2026.05.01 23:39:27.740893 [ 257 ] {} TCP-Session: 5bbe8556-1065-48c3-b0c4-6462e8671269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.741002 [ 258 ] {} TCP-Session: 8f524271-188c-4e6c-9d4d-e7dd091c672b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.741010 [ 257 ] {} TCP-Session: 5bbe8556-1065-48c3-b0c4-6462e8671269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:27.741025 [ 258 ] {} TCP-Session: 8f524271-188c-4e6c-9d4d-e7dd091c672b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.82 MiB, peak 116.82 MiB, free memory in arenas 0.00 B, will set to 118.92 MiB (RSS), difference: 2.10 MiB 2026.05.01 23:39:28.127511 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63264 2026.05.01 23:39:28.127700 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.127742 [ 259 ] {} TCP-Session: dff47dae-762b-4363-8500-4a69337b04b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:63264 2026.05.01 23:39:28.127763 [ 259 ] {} TCP-Session: dff47dae-762b-4363-8500-4a69337b04b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.127854 [ 259 ] {} TCP-Session: dff47dae-762b-4363-8500-4a69337b04b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.127927 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 23:39:28.127969 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:28.128047 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:28.128495 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49501 2026.05.01 23:39:28.128631 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41821 2026.05.01 23:39:28.128720 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.128814 [ 260 ] {} TCP-Session: c2cbd318-1794-4151-97d4-16ecba09f064 Authenticating user 'default' from [fd00:1122:3344:101::c]:49501 2026.05.01 23:39:28.128831 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59624 2026.05.01 23:39:28.128850 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41116 2026.05.01 23:39:28.128873 [ 260 ] {} TCP-Session: c2cbd318-1794-4151-97d4-16ecba09f064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.128959 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.128984 [ 260 ] {} TCP-Session: c2cbd318-1794-4151-97d4-16ecba09f064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129008 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46109 2026.05.01 23:39:28.129010 [ 261 ] {} TCP-Session: 53753ff7-346d-4a0e-ad97-df985db210a2 Authenticating user 'default' from [fd00:1122:3344:101::c]:41821 2026.05.01 23:39:28.129107 [ 261 ] {} TCP-Session: 53753ff7-346d-4a0e-ad97-df985db210a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129109 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.129124 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36478 2026.05.01 23:39:28.129151 [ 263 ] {} TCP-Session: 4a4478b7-1c4a-4e92-8b93-75566bb604f4 Authenticating user 'default' from [fd00:1122:3344:101::c]:59624 2026.05.01 23:39:28.129134 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.129123 [ 261 ] {} TCP-Session: 53753ff7-346d-4a0e-ad97-df985db210a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129278 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51604 2026.05.01 23:39:28.129248 [ 263 ] {} TCP-Session: 4a4478b7-1c4a-4e92-8b93-75566bb604f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129250 [ 262 ] {} TCP-Session: 18f0b451-55ac-4201-8c4d-4c2ff00c6a95 Authenticating user 'default' from [fd00:1122:3344:101::c]:41116 2026.05.01 23:39:28.129340 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.129372 [ 262 ] {} TCP-Session: 18f0b451-55ac-4201-8c4d-4c2ff00c6a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129345 [ 263 ] {} TCP-Session: 4a4478b7-1c4a-4e92-8b93-75566bb604f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129227 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.129470 [ 262 ] {} TCP-Session: 18f0b451-55ac-4201-8c4d-4c2ff00c6a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129453 [ 265 ] {} TCP-Session: 5ae5ddb4-a1cf-47cc-a597-82f5a8daa615 Authenticating user 'default' from [fd00:1122:3344:101::c]:36478 2026.05.01 23:39:28.129502 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.129537 [ 265 ] {} TCP-Session: 5ae5ddb4-a1cf-47cc-a597-82f5a8daa615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129540 [ 264 ] {} TCP-Session: 6bb5477c-c3b6-4a87-b9a2-ebeb463a40be Authenticating user 'default' from [fd00:1122:3344:101::c]:46109 2026.05.01 23:39:28.129618 [ 266 ] {} TCP-Session: 85b27c7c-3a9f-49d6-9637-be2018181c82 Authenticating user 'default' from [fd00:1122:3344:101::c]:51604 2026.05.01 23:39:28.129632 [ 265 ] {} TCP-Session: 5ae5ddb4-a1cf-47cc-a597-82f5a8daa615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129623 [ 264 ] {} TCP-Session: 6bb5477c-c3b6-4a87-b9a2-ebeb463a40be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129708 [ 266 ] {} TCP-Session: 85b27c7c-3a9f-49d6-9637-be2018181c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129714 [ 264 ] {} TCP-Session: 6bb5477c-c3b6-4a87-b9a2-ebeb463a40be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.129789 [ 266 ] {} TCP-Session: 85b27c7c-3a9f-49d6-9637-be2018181c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.217774 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39879 2026.05.01 23:39:28.224311 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.224417 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Authenticating user 'default' from [fd00:1122:3344:101::d]:39879 2026.05.01 23:39:28.224440 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.224457 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.224609 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 23:39:28.224650 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:28.224743 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:28.227058 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48546 2026.05.01 23:39:28.227190 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43492 2026.05.01 23:39:28.227217 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.227254 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Authenticating user 'default' from [fd00:1122:3344:101::d]:48546 2026.05.01 23:39:28.227301 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34160 2026.05.01 23:39:28.227367 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.227388 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.227454 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56642 2026.05.01 23:39:28.227579 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63914 2026.05.01 23:39:28.227716 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40065 2026.05.01 23:39:28.229226 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41678 2026.05.01 23:39:28.229312 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55053 2026.05.01 23:39:28.231120 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231164 [ 272 ] {} TCP-Session: 9bbd99fd-f5fd-419e-a4d5-2c347a3972b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63914 2026.05.01 23:39:28.231175 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231228 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231223 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231201 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231177 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231377 [ 270 ] {} TCP-Session: 7f4b80e8-74de-4075-90a0-56284f1c3255 Authenticating user 'default' from [fd00:1122:3344:101::d]:34160 2026.05.01 23:39:28.231343 [ 273 ] {} TCP-Session: 7688d6fb-5bfd-400f-a215-98dc5210cf60 Authenticating user 'default' from [fd00:1122:3344:101::d]:40065 2026.05.01 23:39:28.231320 [ 274 ] {} TCP-Session: 65db3258-9901-4dc3-9255-beffbd68c2bd Authenticating user 'default' from [fd00:1122:3344:101::d]:41678 2026.05.01 23:39:28.231495 [ 270 ] {} TCP-Session: 7f4b80e8-74de-4075-90a0-56284f1c3255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231488 [ 269 ] {} TCP-Session: 0c0c0356-8ca2-4b50-b310-6c387b8c4c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:43492 2026.05.01 23:39:28.231486 [ 273 ] {} TCP-Session: 7688d6fb-5bfd-400f-a215-98dc5210cf60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231607 [ 270 ] {} TCP-Session: 7f4b80e8-74de-4075-90a0-56284f1c3255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231601 [ 269 ] {} TCP-Session: 0c0c0356-8ca2-4b50-b310-6c387b8c4c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231586 [ 274 ] {} TCP-Session: 65db3258-9901-4dc3-9255-beffbd68c2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231675 [ 273 ] {} TCP-Session: 7688d6fb-5bfd-400f-a215-98dc5210cf60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231327 [ 271 ] {} TCP-Session: 33f92ddb-cffe-40b4-80db-244548d17817 Authenticating user 'default' from [fd00:1122:3344:101::d]:56642 2026.05.01 23:39:28.231761 [ 274 ] {} TCP-Session: 65db3258-9901-4dc3-9255-beffbd68c2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231786 [ 271 ] {} TCP-Session: 33f92ddb-cffe-40b4-80db-244548d17817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231182 [ 272 ] {} TCP-Session: 9bbd99fd-f5fd-419e-a4d5-2c347a3972b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231180 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.231881 [ 271 ] {} TCP-Session: 33f92ddb-cffe-40b4-80db-244548d17817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231869 [ 272 ] {} TCP-Session: 9bbd99fd-f5fd-419e-a4d5-2c347a3972b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231687 [ 269 ] {} TCP-Session: 0c0c0356-8ca2-4b50-b310-6c387b8c4c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.231977 [ 275 ] {} TCP-Session: 90e87b37-47ae-4f59-9dbb-56fe5a307d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:55053 2026.05.01 23:39:28.232084 [ 275 ] {} TCP-Session: 90e87b37-47ae-4f59-9dbb-56fe5a307d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.232098 [ 275 ] {} TCP-Session: 90e87b37-47ae-4f59-9dbb-56fe5a307d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.241109 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.244062 [ 267 ] {51e602ac-2efd-42b6-8af4-683a59b37643} executeQuery: (from [fd00:1122:3344:101::d]:39879) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:39:28.354014 [ 267 ] {51e602ac-2efd-42b6-8af4-683a59b37643} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39879) (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.01 23:39:28.355071 [ 267 ] {51e602ac-2efd-42b6-8af4-683a59b37643} 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.01 23:39:28.355290 [ 267 ] {51e602ac-2efd-42b6-8af4-683a59b37643} TCPHandler: Processed in 0.117888069 sec. 2026.05.01 23:39:28.355989 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.356213 [ 268 ] {fe9c7faf-1979-4c9b-8e77-c746e5a32547} executeQuery: (from [fd00:1122:3344:101::d]:48546) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:39:28.356672 [ 268 ] {fe9c7faf-1979-4c9b-8e77-c746e5a32547} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48546) (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.01 23:39:28.356952 [ 268 ] {fe9c7faf-1979-4c9b-8e77-c746e5a32547} 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.01 23:39:28.357166 [ 268 ] {fe9c7faf-1979-4c9b-8e77-c746e5a32547} TCPHandler: Processed in 0.001615754 sec. 2026.05.01 23:39:28.362134 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.362918 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} executeQuery: (from [fd00:1122:3344:101::d]:39879) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.01 23:39:28.363550 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.01 23:39:28.364820 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.01 23:39:28.364840 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4781e-05 sec 2026.05.01 23:39:28.364853 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} ReferentialDeps: No tables 2026.05.01 23:39:28.364900 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} LoadingDeps: No tables 2026.05.01 23:39:28.364952 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} DatabaseAtomic (oximeter): Starting up tables. 2026.05.01 23:39:28.365664 [ 267 ] {f05dd806-b37a-439a-8e41-d48bb2dd22b7} TCPHandler: Processed in 0.003639178 sec. 2026.05.01 23:39:28.365812 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.366027 [ 267 ] {9c2331b4-8153-4d0a-ac5d-33f148d67041} executeQuery: (from [fd00:1122:3344:101::d]:39879) /* 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.01 23:39:28.366078 [ 267 ] {9c2331b4-8153-4d0a-ac5d-33f148d67041} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.01 23:39:28.374486 [ 267 ] {9c2331b4-8153-4d0a-ac5d-33f148d67041} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.01 23:39:28.376084 [ 267 ] {9c2331b4-8153-4d0a-ac5d-33f148d67041} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503): Loading data parts 2026.05.01 23:39:28.378892 [ 267 ] {9c2331b4-8153-4d0a-ac5d-33f148d67041} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503): There are no data parts 2026.05.01 23:39:28.381674 [ 267 ] {9c2331b4-8153-4d0a-ac5d-33f148d67041} TCPHandler: Processed in 0.015911502 sec. 2026.05.01 23:39:28.381851 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.382037 [ 267 ] {d207c363-79f0-4eb5-bbca-b2e5e7abaea2} executeQuery: (from [fd00:1122:3344:101::d]:39879) /* 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.01 23:39:28.382163 [ 267 ] {d207c363-79f0-4eb5-bbca-b2e5e7abaea2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.01 23:39:28.405947 [ 267 ] {d207c363-79f0-4eb5-bbca-b2e5e7abaea2} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Loading data parts 2026.05.01 23:39:28.406247 [ 267 ] {d207c363-79f0-4eb5-bbca-b2e5e7abaea2} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): There are no data parts 2026.05.01 23:39:28.407754 [ 267 ] {d207c363-79f0-4eb5-bbca-b2e5e7abaea2} TCPHandler: Processed in 0.025961019 sec. 2026.05.01 23:39:28.407928 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.408183 [ 267 ] {6ceafd57-1eac-44d9-a3e5-225257625081} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.408298 [ 267 ] {6ceafd57-1eac-44d9-a3e5-225257625081} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.01 23:39:28.410111 [ 267 ] {6ceafd57-1eac-44d9-a3e5-225257625081} oximeter.measurements_i8 (17726d08-1c4d-47c5-99b3-c7170d878d3b): Loading data parts 2026.05.01 23:39:28.410260 [ 267 ] {6ceafd57-1eac-44d9-a3e5-225257625081} oximeter.measurements_i8 (17726d08-1c4d-47c5-99b3-c7170d878d3b): There are no data parts 2026.05.01 23:39:28.411394 [ 267 ] {6ceafd57-1eac-44d9-a3e5-225257625081} TCPHandler: Processed in 0.003526375 sec. 2026.05.01 23:39:28.411540 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.411696 [ 267 ] {26229111-8dcb-4be0-91a0-c149d6fa0472} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.411833 [ 267 ] {26229111-8dcb-4be0-91a0-c149d6fa0472} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.01 23:39:28.413681 [ 267 ] {26229111-8dcb-4be0-91a0-c149d6fa0472} oximeter.measurements_u8 (b34c306b-6ba2-4d38-908a-1f64b9fd9ca9): Loading data parts 2026.05.01 23:39:28.413886 [ 267 ] {26229111-8dcb-4be0-91a0-c149d6fa0472} oximeter.measurements_u8 (b34c306b-6ba2-4d38-908a-1f64b9fd9ca9): There are no data parts 2026.05.01 23:39:28.415339 [ 267 ] {26229111-8dcb-4be0-91a0-c149d6fa0472} TCPHandler: Processed in 0.003846842 sec. 2026.05.01 23:39:28.415486 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.415710 [ 267 ] {e05197ae-6da1-40af-9300-7d3342c61c41} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.415826 [ 267 ] {e05197ae-6da1-40af-9300-7d3342c61c41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.01 23:39:28.417888 [ 267 ] {e05197ae-6da1-40af-9300-7d3342c61c41} oximeter.measurements_i16 (cfc458e6-54b7-41e8-92e3-f003e60716a5): Loading data parts 2026.05.01 23:39:28.418027 [ 267 ] {e05197ae-6da1-40af-9300-7d3342c61c41} oximeter.measurements_i16 (cfc458e6-54b7-41e8-92e3-f003e60716a5): There are no data parts 2026.05.01 23:39:28.419479 [ 267 ] {e05197ae-6da1-40af-9300-7d3342c61c41} TCPHandler: Processed in 0.004042938 sec. 2026.05.01 23:39:28.419621 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.419777 [ 267 ] {713f999a-a390-4081-8d8f-1ce4a3928c9a} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.419903 [ 267 ] {713f999a-a390-4081-8d8f-1ce4a3928c9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.01 23:39:28.421956 [ 267 ] {713f999a-a390-4081-8d8f-1ce4a3928c9a} oximeter.measurements_u16 (2cad5b7c-1142-420f-a02b-ba7865600de9): Loading data parts 2026.05.01 23:39:28.422152 [ 267 ] {713f999a-a390-4081-8d8f-1ce4a3928c9a} oximeter.measurements_u16 (2cad5b7c-1142-420f-a02b-ba7865600de9): There are no data parts 2026.05.01 23:39:28.423402 [ 267 ] {713f999a-a390-4081-8d8f-1ce4a3928c9a} TCPHandler: Processed in 0.003829072 sec. 2026.05.01 23:39:28.423546 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.423769 [ 267 ] {d12a52b4-8568-4ce3-a18c-7e2cbf466484} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.423873 [ 267 ] {d12a52b4-8568-4ce3-a18c-7e2cbf466484} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.01 23:39:28.425770 [ 267 ] {d12a52b4-8568-4ce3-a18c-7e2cbf466484} oximeter.measurements_i32 (f37ab407-d9d3-48bf-b324-9f330d032627): Loading data parts 2026.05.01 23:39:28.425906 [ 267 ] {d12a52b4-8568-4ce3-a18c-7e2cbf466484} oximeter.measurements_i32 (f37ab407-d9d3-48bf-b324-9f330d032627): There are no data parts 2026.05.01 23:39:28.427384 [ 267 ] {d12a52b4-8568-4ce3-a18c-7e2cbf466484} TCPHandler: Processed in 0.003886784 sec. 2026.05.01 23:39:28.427528 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.427691 [ 267 ] {c8aee231-3e9a-4975-98fc-fa14c4d9212d} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.427796 [ 267 ] {c8aee231-3e9a-4975-98fc-fa14c4d9212d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.01 23:39:28.429408 [ 267 ] {c8aee231-3e9a-4975-98fc-fa14c4d9212d} oximeter.measurements_u32 (683ce17d-9a2e-4e83-ae92-cd419e29c41b): Loading data parts 2026.05.01 23:39:28.429603 [ 267 ] {c8aee231-3e9a-4975-98fc-fa14c4d9212d} oximeter.measurements_u32 (683ce17d-9a2e-4e83-ae92-cd419e29c41b): There are no data parts 2026.05.01 23:39:28.430870 [ 267 ] {c8aee231-3e9a-4975-98fc-fa14c4d9212d} TCPHandler: Processed in 0.003391603 sec. 2026.05.01 23:39:28.431037 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.431276 [ 267 ] {fa547283-e715-482f-97e2-6260ff92926d} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.431399 [ 267 ] {fa547283-e715-482f-97e2-6260ff92926d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.01 23:39:28.433072 [ 267 ] {fa547283-e715-482f-97e2-6260ff92926d} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): Loading data parts 2026.05.01 23:39:28.433223 [ 267 ] {fa547283-e715-482f-97e2-6260ff92926d} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): There are no data parts 2026.05.01 23:39:28.434900 [ 267 ] {fa547283-e715-482f-97e2-6260ff92926d} TCPHandler: Processed in 0.003923735 sec. 2026.05.01 23:39:28.435049 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.435206 [ 267 ] {abd38f57-c464-4b55-a928-7a3a16dccf55} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.435325 [ 267 ] {abd38f57-c464-4b55-a928-7a3a16dccf55} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.01 23:39:28.437158 [ 267 ] {abd38f57-c464-4b55-a928-7a3a16dccf55} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Loading data parts 2026.05.01 23:39:28.437371 [ 267 ] {abd38f57-c464-4b55-a928-7a3a16dccf55} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): There are no data parts 2026.05.01 23:39:28.438346 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57520 2026.05.01 23:39:28.438795 [ 267 ] {abd38f57-c464-4b55-a928-7a3a16dccf55} TCPHandler: Processed in 0.003797251 sec. 2026.05.01 23:39:28.439002 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.439285 [ 267 ] {15987a49-f6dc-4827-91b2-09e129c86136} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.439414 [ 267 ] {15987a49-f6dc-4827-91b2-09e129c86136} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.01 23:39:28.440116 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.440161 [ 278 ] {} TCP-Session: 4da76196-ff6b-420a-917b-ff5fc0ff1633 Authenticating user 'default' from [fd00:1122:3344:101::a]:57520 2026.05.01 23:39:28.440350 [ 278 ] {} TCP-Session: 4da76196-ff6b-420a-917b-ff5fc0ff1633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.440366 [ 278 ] {} TCP-Session: 4da76196-ff6b-420a-917b-ff5fc0ff1633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.440441 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 23:39:28.440535 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:28.440552 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:28.441102 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38189 2026.05.01 23:39:28.441213 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39191 2026.05.01 23:39:28.441268 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.441304 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43742 2026.05.01 23:39:28.441384 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40076 2026.05.01 23:39:28.441422 [ 279 ] {} TCP-Session: da56ba76-33ec-4fbb-9375-1e273d8709cf Authenticating user 'default' from [fd00:1122:3344:101::a]:38189 2026.05.01 23:39:28.441499 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64847 2026.05.01 23:39:28.441539 [ 279 ] {} TCP-Session: da56ba76-33ec-4fbb-9375-1e273d8709cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.441554 [ 279 ] {} TCP-Session: da56ba76-33ec-4fbb-9375-1e273d8709cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.441601 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.441613 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51711 2026.05.01 23:39:28.441615 [ 267 ] {15987a49-f6dc-4827-91b2-09e129c86136} oximeter.measurements_f32 (75182dd8-d1e9-4afc-be6c-a218d9c6d414): Loading data parts 2026.05.01 23:39:28.441656 [ 280 ] {} TCP-Session: 962fe9be-f740-4e51-b65b-96ade0fa5e21 Authenticating user 'default' from [fd00:1122:3344:101::a]:39191 2026.05.01 23:39:28.441668 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.441765 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.441773 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63584 2026.05.01 23:39:28.441790 [ 280 ] {} TCP-Session: 962fe9be-f740-4e51-b65b-96ade0fa5e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.441829 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.441812 [ 282 ] {} TCP-Session: c7d8202f-95f1-4be8-8dfa-ec5e49140126 Authenticating user 'default' from [fd00:1122:3344:101::a]:40076 2026.05.01 23:39:28.441904 [ 280 ] {} TCP-Session: 962fe9be-f740-4e51-b65b-96ade0fa5e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.441806 [ 281 ] {} TCP-Session: 69dd7a35-6abc-4399-87e6-7c80104e16ff Authenticating user 'default' from [fd00:1122:3344:101::a]:43742 2026.05.01 23:39:28.441969 [ 284 ] {} TCP-Session: effddac3-722b-4faf-ba51-6f90a6b0c78a Authenticating user 'default' from [fd00:1122:3344:101::a]:51711 2026.05.01 23:39:28.441809 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.442028 [ 284 ] {} TCP-Session: effddac3-722b-4faf-ba51-6f90a6b0c78a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442027 [ 281 ] {} TCP-Session: 69dd7a35-6abc-4399-87e6-7c80104e16ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442027 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:28.442169 [ 283 ] {} TCP-Session: 7e54f826-05b7-4c86-8a70-d15c9e004a53 Authenticating user 'default' from [fd00:1122:3344:101::a]:64847 2026.05.01 23:39:28.442163 [ 284 ] {} TCP-Session: effddac3-722b-4faf-ba51-6f90a6b0c78a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442151 [ 281 ] {} TCP-Session: 69dd7a35-6abc-4399-87e6-7c80104e16ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442258 [ 283 ] {} TCP-Session: 7e54f826-05b7-4c86-8a70-d15c9e004a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.441926 [ 282 ] {} TCP-Session: c7d8202f-95f1-4be8-8dfa-ec5e49140126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442240 [ 285 ] {} TCP-Session: db11b460-2f72-4e90-8903-7d041d69ac8b Authenticating user 'default' from [fd00:1122:3344:101::a]:63584 2026.05.01 23:39:28.442352 [ 283 ] {} TCP-Session: 7e54f826-05b7-4c86-8a70-d15c9e004a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442340 [ 282 ] {} TCP-Session: c7d8202f-95f1-4be8-8dfa-ec5e49140126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.441826 [ 267 ] {15987a49-f6dc-4827-91b2-09e129c86136} oximeter.measurements_f32 (75182dd8-d1e9-4afc-be6c-a218d9c6d414): There are no data parts 2026.05.01 23:39:28.442416 [ 285 ] {} TCP-Session: db11b460-2f72-4e90-8903-7d041d69ac8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.442527 [ 285 ] {} TCP-Session: db11b460-2f72-4e90-8903-7d041d69ac8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:28.443910 [ 267 ] {15987a49-f6dc-4827-91b2-09e129c86136} TCPHandler: Processed in 0.004959767 sec. 2026.05.01 23:39:28.444121 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.444341 [ 267 ] {8b1007fc-9ec7-41d7-a7c3-d1635e89c023} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.444472 [ 267 ] {8b1007fc-9ec7-41d7-a7c3-d1635e89c023} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.01 23:39:28.446425 [ 267 ] {8b1007fc-9ec7-41d7-a7c3-d1635e89c023} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Loading data parts 2026.05.01 23:39:28.446575 [ 267 ] {8b1007fc-9ec7-41d7-a7c3-d1635e89c023} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): There are no data parts 2026.05.01 23:39:28.448073 [ 267 ] {8b1007fc-9ec7-41d7-a7c3-d1635e89c023} TCPHandler: Processed in 0.004005576 sec. 2026.05.01 23:39:28.448227 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.448388 [ 267 ] {0c0623a0-c85c-4b80-8368-01066a9d353d} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.448551 [ 267 ] {0c0623a0-c85c-4b80-8368-01066a9d353d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.01 23:39:28.450500 [ 267 ] {0c0623a0-c85c-4b80-8368-01066a9d353d} oximeter.measurements_string (be222b29-cd92-4c7d-98e6-f13e4897cfb1): Loading data parts 2026.05.01 23:39:28.450645 [ 267 ] {0c0623a0-c85c-4b80-8368-01066a9d353d} oximeter.measurements_string (be222b29-cd92-4c7d-98e6-f13e4897cfb1): There are no data parts 2026.05.01 23:39:28.452040 [ 267 ] {0c0623a0-c85c-4b80-8368-01066a9d353d} TCPHandler: Processed in 0.003862654 sec. 2026.05.01 23:39:28.452288 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.452494 [ 267 ] {10d76ffa-e79c-4f68-a803-9fdf1b8a84a8} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.452604 [ 267 ] {10d76ffa-e79c-4f68-a803-9fdf1b8a84a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.01 23:39:28.454604 [ 267 ] {10d76ffa-e79c-4f68-a803-9fdf1b8a84a8} oximeter.measurements_bytes (22614753-d0bd-419c-a0d7-a8b36c5f84c8): Loading data parts 2026.05.01 23:39:28.454747 [ 267 ] {10d76ffa-e79c-4f68-a803-9fdf1b8a84a8} oximeter.measurements_bytes (22614753-d0bd-419c-a0d7-a8b36c5f84c8): There are no data parts 2026.05.01 23:39:28.455969 [ 267 ] {10d76ffa-e79c-4f68-a803-9fdf1b8a84a8} TCPHandler: Processed in 0.00374175 sec. 2026.05.01 23:39:28.456203 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.456371 [ 267 ] {320b785b-a6df-434c-8403-4de8a7f47cb9} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.456487 [ 267 ] {320b785b-a6df-434c-8403-4de8a7f47cb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.01 23:39:28.459048 [ 267 ] {320b785b-a6df-434c-8403-4de8a7f47cb9} oximeter.measurements_cumulativei64 (13c6a17a-1e8d-4109-a8ce-a4da8ef4c136): Loading data parts 2026.05.01 23:39:28.459256 [ 267 ] {320b785b-a6df-434c-8403-4de8a7f47cb9} oximeter.measurements_cumulativei64 (13c6a17a-1e8d-4109-a8ce-a4da8ef4c136): There are no data parts 2026.05.01 23:39:28.460693 [ 267 ] {320b785b-a6df-434c-8403-4de8a7f47cb9} TCPHandler: Processed in 0.004543958 sec. 2026.05.01 23:39:28.460836 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.461069 [ 267 ] {a2e90ae4-982c-488a-b74b-9938492d19ff} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.461185 [ 267 ] {a2e90ae4-982c-488a-b74b-9938492d19ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.01 23:39:28.462897 [ 267 ] {a2e90ae4-982c-488a-b74b-9938492d19ff} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Loading data parts 2026.05.01 23:39:28.463037 [ 267 ] {a2e90ae4-982c-488a-b74b-9938492d19ff} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): There are no data parts 2026.05.01 23:39:28.464375 [ 267 ] {a2e90ae4-982c-488a-b74b-9938492d19ff} TCPHandler: Processed in 0.003587067 sec. 2026.05.01 23:39:28.464513 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.464670 [ 267 ] {0a071568-673f-4164-9398-3ff1b39dbb59} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.464779 [ 267 ] {0a071568-673f-4164-9398-3ff1b39dbb59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.01 23:39:28.466459 [ 267 ] {0a071568-673f-4164-9398-3ff1b39dbb59} oximeter.measurements_cumulativef32 (abd9058c-0f0a-48cf-aff6-3aba7591128a): Loading data parts 2026.05.01 23:39:28.466595 [ 267 ] {0a071568-673f-4164-9398-3ff1b39dbb59} oximeter.measurements_cumulativef32 (abd9058c-0f0a-48cf-aff6-3aba7591128a): There are no data parts 2026.05.01 23:39:28.468042 [ 267 ] {0a071568-673f-4164-9398-3ff1b39dbb59} TCPHandler: Processed in 0.003577257 sec. 2026.05.01 23:39:28.468266 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.468464 [ 267 ] {75b0d8c9-cf1e-49bd-8755-68f45482a910} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.468581 [ 267 ] {75b0d8c9-cf1e-49bd-8755-68f45482a910} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.01 23:39:28.470214 [ 267 ] {75b0d8c9-cf1e-49bd-8755-68f45482a910} oximeter.measurements_cumulativef64 (0f6f37c3-267f-43ea-8e2f-dd4eb84507c1): Loading data parts 2026.05.01 23:39:28.470424 [ 267 ] {75b0d8c9-cf1e-49bd-8755-68f45482a910} oximeter.measurements_cumulativef64 (0f6f37c3-267f-43ea-8e2f-dd4eb84507c1): There are no data parts 2026.05.01 23:39:28.471832 [ 267 ] {75b0d8c9-cf1e-49bd-8755-68f45482a910} TCPHandler: Processed in 0.003615388 sec. 2026.05.01 23:39:28.471984 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.472285 [ 267 ] {cac5ca72-3f80-4d17-bab9-e57a9a5f1b15} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.472412 [ 267 ] {cac5ca72-3f80-4d17-bab9-e57a9a5f1b15} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.01 23:39:28.474527 [ 267 ] {cac5ca72-3f80-4d17-bab9-e57a9a5f1b15} oximeter.measurements_histogrami8 (5f327c12-2ba6-4564-8315-472a639a550c): Loading data parts 2026.05.01 23:39:28.474684 [ 267 ] {cac5ca72-3f80-4d17-bab9-e57a9a5f1b15} oximeter.measurements_histogrami8 (5f327c12-2ba6-4564-8315-472a639a550c): There are no data parts 2026.05.01 23:39:28.475981 [ 267 ] {cac5ca72-3f80-4d17-bab9-e57a9a5f1b15} TCPHandler: Processed in 0.004049227 sec. 2026.05.01 23:39:28.476194 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.476408 [ 267 ] {e15a3f69-bcde-4bf5-b509-2cd664c7d44e} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.476531 [ 267 ] {e15a3f69-bcde-4bf5-b509-2cd664c7d44e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.01 23:39:28.478479 [ 267 ] {e15a3f69-bcde-4bf5-b509-2cd664c7d44e} oximeter.measurements_histogramu8 (dedcccdc-596b-41d2-9438-ec91244a2ef6): Loading data parts 2026.05.01 23:39:28.478686 [ 267 ] {e15a3f69-bcde-4bf5-b509-2cd664c7d44e} oximeter.measurements_histogramu8 (dedcccdc-596b-41d2-9438-ec91244a2ef6): There are no data parts 2026.05.01 23:39:28.480080 [ 267 ] {e15a3f69-bcde-4bf5-b509-2cd664c7d44e} TCPHandler: Processed in 0.003935735 sec. 2026.05.01 23:39:28.480223 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.480508 [ 267 ] {0c9b1392-5d01-4a50-8a36-cf0ab117fc70} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.480627 [ 267 ] {0c9b1392-5d01-4a50-8a36-cf0ab117fc70} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.01 23:39:28.482674 [ 267 ] {0c9b1392-5d01-4a50-8a36-cf0ab117fc70} oximeter.measurements_histogrami16 (09087609-7c5c-4472-bca4-f68b68a8729e): Loading data parts 2026.05.01 23:39:28.482812 [ 267 ] {0c9b1392-5d01-4a50-8a36-cf0ab117fc70} oximeter.measurements_histogrami16 (09087609-7c5c-4472-bca4-f68b68a8729e): There are no data parts 2026.05.01 23:39:28.484117 [ 267 ] {0c9b1392-5d01-4a50-8a36-cf0ab117fc70} TCPHandler: Processed in 0.003943465 sec. 2026.05.01 23:39:28.484337 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.484561 [ 267 ] {9cdb9334-6193-4eca-ab1d-443b5fd1bccb} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.484695 [ 267 ] {9cdb9334-6193-4eca-ab1d-443b5fd1bccb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.01 23:39:28.486755 [ 267 ] {9cdb9334-6193-4eca-ab1d-443b5fd1bccb} oximeter.measurements_histogramu16 (0899e080-42e2-4135-a42b-1bbfa1bf1700): Loading data parts 2026.05.01 23:39:28.486958 [ 267 ] {9cdb9334-6193-4eca-ab1d-443b5fd1bccb} oximeter.measurements_histogramu16 (0899e080-42e2-4135-a42b-1bbfa1bf1700): There are no data parts 2026.05.01 23:39:28.488302 [ 267 ] {9cdb9334-6193-4eca-ab1d-443b5fd1bccb} TCPHandler: Processed in 0.004014517 sec. 2026.05.01 23:39:28.488447 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.488732 [ 267 ] {6943809e-cf11-414e-a0bd-dc5e5438da61} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.488853 [ 267 ] {6943809e-cf11-414e-a0bd-dc5e5438da61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.01 23:39:28.490873 [ 267 ] {6943809e-cf11-414e-a0bd-dc5e5438da61} oximeter.measurements_histogrami32 (7bff753b-9eb3-4a76-bd83-96c89efb186c): Loading data parts 2026.05.01 23:39:28.491014 [ 267 ] {6943809e-cf11-414e-a0bd-dc5e5438da61} oximeter.measurements_histogrami32 (7bff753b-9eb3-4a76-bd83-96c89efb186c): There are no data parts 2026.05.01 23:39:28.492355 [ 267 ] {6943809e-cf11-414e-a0bd-dc5e5438da61} TCPHandler: Processed in 0.003958305 sec. 2026.05.01 23:39:28.492568 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.492777 [ 267 ] {4f30feb4-308c-46cb-a8ac-d84b1df79338} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.492898 [ 267 ] {4f30feb4-308c-46cb-a8ac-d84b1df79338} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.01 23:39:28.494679 [ 267 ] {4f30feb4-308c-46cb-a8ac-d84b1df79338} oximeter.measurements_histogramu32 (f5feb94f-da4b-4463-b4af-19d44badc3fa): Loading data parts 2026.05.01 23:39:28.494851 [ 267 ] {4f30feb4-308c-46cb-a8ac-d84b1df79338} oximeter.measurements_histogramu32 (f5feb94f-da4b-4463-b4af-19d44badc3fa): There are no data parts 2026.05.01 23:39:28.496359 [ 267 ] {4f30feb4-308c-46cb-a8ac-d84b1df79338} TCPHandler: Processed in 0.003842323 sec. 2026.05.01 23:39:28.496505 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.496760 [ 267 ] {06d27058-789f-425a-b359-224fc3034970} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.496937 [ 267 ] {06d27058-789f-425a-b359-224fc3034970} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.01 23:39:28.499060 [ 267 ] {06d27058-789f-425a-b359-224fc3034970} oximeter.measurements_histogrami64 (02660ba1-6a1c-4d7b-be97-8a57eefd42a0): Loading data parts 2026.05.01 23:39:28.499212 [ 267 ] {06d27058-789f-425a-b359-224fc3034970} oximeter.measurements_histogrami64 (02660ba1-6a1c-4d7b-be97-8a57eefd42a0): There are no data parts 2026.05.01 23:39:28.500959 [ 267 ] {06d27058-789f-425a-b359-224fc3034970} TCPHandler: Processed in 0.004503457 sec. 2026.05.01 23:39:28.501180 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.501403 [ 267 ] {73da1c2c-2375-4d21-89d0-8ea2241139b6} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.501524 [ 267 ] {73da1c2c-2375-4d21-89d0-8ea2241139b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.01 23:39:28.503389 [ 267 ] {73da1c2c-2375-4d21-89d0-8ea2241139b6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Loading data parts 2026.05.01 23:39:28.503571 [ 267 ] {73da1c2c-2375-4d21-89d0-8ea2241139b6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): There are no data parts 2026.05.01 23:39:28.504870 [ 267 ] {73da1c2c-2375-4d21-89d0-8ea2241139b6} TCPHandler: Processed in 0.003739271 sec. 2026.05.01 23:39:28.505012 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.505266 [ 267 ] {cce9bd2e-bfda-4046-b14c-2e7a833f1a6e} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.505386 [ 267 ] {cce9bd2e-bfda-4046-b14c-2e7a833f1a6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.01 23:39:28.507675 [ 267 ] {cce9bd2e-bfda-4046-b14c-2e7a833f1a6e} oximeter.measurements_histogramf32 (302f14b8-6aae-4361-80ef-ecf446486e24): Loading data parts 2026.05.01 23:39:28.507815 [ 267 ] {cce9bd2e-bfda-4046-b14c-2e7a833f1a6e} oximeter.measurements_histogramf32 (302f14b8-6aae-4361-80ef-ecf446486e24): There are no data parts 2026.05.01 23:39:28.509191 [ 267 ] {cce9bd2e-bfda-4046-b14c-2e7a833f1a6e} TCPHandler: Processed in 0.004230142 sec. 2026.05.01 23:39:28.509403 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.509617 [ 267 ] {96d768a6-8aca-4ae4-a9f9-7e59c7f8040a} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.509742 [ 267 ] {96d768a6-8aca-4ae4-a9f9-7e59c7f8040a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.01 23:39:28.511760 [ 267 ] {96d768a6-8aca-4ae4-a9f9-7e59c7f8040a} oximeter.measurements_histogramf64 (2df0f33f-502a-4734-be34-8b1483f2a3e6): Loading data parts 2026.05.01 23:39:28.511918 [ 267 ] {96d768a6-8aca-4ae4-a9f9-7e59c7f8040a} oximeter.measurements_histogramf64 (2df0f33f-502a-4734-be34-8b1483f2a3e6): There are no data parts 2026.05.01 23:39:28.513222 [ 267 ] {96d768a6-8aca-4ae4-a9f9-7e59c7f8040a} TCPHandler: Processed in 0.003867283 sec. 2026.05.01 23:39:28.513370 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.513607 [ 267 ] {959b6099-85cf-4cd9-ba52-9e690f0715b5} executeQuery: (from [fd00:1122:3344:101::d]:39879) /* 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.01 23:39:28.513726 [ 267 ] {959b6099-85cf-4cd9-ba52-9e690f0715b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.01 23:39:28.515568 [ 267 ] {959b6099-85cf-4cd9-ba52-9e690f0715b5} oximeter.fields_bool (7e472798-4cee-445b-a951-b0c7ef241077): Loading data parts 2026.05.01 23:39:28.515709 [ 267 ] {959b6099-85cf-4cd9-ba52-9e690f0715b5} oximeter.fields_bool (7e472798-4cee-445b-a951-b0c7ef241077): There are no data parts 2026.05.01 23:39:28.517102 [ 267 ] {959b6099-85cf-4cd9-ba52-9e690f0715b5} TCPHandler: Processed in 0.003781481 sec. 2026.05.01 23:39:28.517245 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.517469 [ 267 ] {5b7406ca-4d6e-4433-a39c-b5886f8e4c0a} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.517577 [ 267 ] {5b7406ca-4d6e-4433-a39c-b5886f8e4c0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.01 23:39:28.519516 [ 267 ] {5b7406ca-4d6e-4433-a39c-b5886f8e4c0a} oximeter.fields_i8 (10ad645e-8049-4bf1-b7a6-1aac6aee4526): Loading data parts 2026.05.01 23:39:28.519653 [ 267 ] {5b7406ca-4d6e-4433-a39c-b5886f8e4c0a} oximeter.fields_i8 (10ad645e-8049-4bf1-b7a6-1aac6aee4526): There are no data parts 2026.05.01 23:39:28.520826 [ 267 ] {5b7406ca-4d6e-4433-a39c-b5886f8e4c0a} TCPHandler: Processed in 0.003630718 sec. 2026.05.01 23:39:28.520965 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.521117 [ 267 ] {870b0014-d068-4f80-8219-1c0dca72a72c} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.521229 [ 267 ] {870b0014-d068-4f80-8219-1c0dca72a72c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.01 23:39:28.523078 [ 267 ] {870b0014-d068-4f80-8219-1c0dca72a72c} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Loading data parts 2026.05.01 23:39:28.523224 [ 267 ] {870b0014-d068-4f80-8219-1c0dca72a72c} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): There are no data parts 2026.05.01 23:39:28.524371 [ 267 ] {870b0014-d068-4f80-8219-1c0dca72a72c} TCPHandler: Processed in 0.003454464 sec. 2026.05.01 23:39:28.524528 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.524753 [ 267 ] {cccfee63-3a1b-411b-94ae-d41d445b0daf} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.524871 [ 267 ] {cccfee63-3a1b-411b-94ae-d41d445b0daf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.01 23:39:28.526590 [ 267 ] {cccfee63-3a1b-411b-94ae-d41d445b0daf} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Loading data parts 2026.05.01 23:39:28.526728 [ 267 ] {cccfee63-3a1b-411b-94ae-d41d445b0daf} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): There are no data parts 2026.05.01 23:39:28.528274 [ 267 ] {cccfee63-3a1b-411b-94ae-d41d445b0daf} TCPHandler: Processed in 0.003804911 sec. 2026.05.01 23:39:28.528418 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.528572 [ 267 ] {f2eb5486-5905-425a-bf4c-768b65302a78} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.528743 [ 267 ] {f2eb5486-5905-425a-bf4c-768b65302a78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.01 23:39:28.530756 [ 267 ] {f2eb5486-5905-425a-bf4c-768b65302a78} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Loading data parts 2026.05.01 23:39:28.530899 [ 267 ] {f2eb5486-5905-425a-bf4c-768b65302a78} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): There are no data parts 2026.05.01 23:39:28.532059 [ 267 ] {f2eb5486-5905-425a-bf4c-768b65302a78} TCPHandler: Processed in 0.003691269 sec. 2026.05.01 23:39:28.532243 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.532433 [ 267 ] {35af521f-c0d9-493a-940d-f20d52c26ecc} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.532542 [ 267 ] {35af521f-c0d9-493a-940d-f20d52c26ecc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.01 23:39:28.534332 [ 267 ] {35af521f-c0d9-493a-940d-f20d52c26ecc} oximeter.fields_i32 (c682417c-4e06-4949-a711-b4acf421bb54): Loading data parts 2026.05.01 23:39:28.534464 [ 267 ] {35af521f-c0d9-493a-940d-f20d52c26ecc} oximeter.fields_i32 (c682417c-4e06-4949-a711-b4acf421bb54): There are no data parts 2026.05.01 23:39:28.535612 [ 267 ] {35af521f-c0d9-493a-940d-f20d52c26ecc} TCPHandler: Processed in 0.003417553 sec. 2026.05.01 23:39:28.535756 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.535908 [ 267 ] {22367519-82f3-485d-9b5f-140e76a4fc5c} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.536034 [ 267 ] {22367519-82f3-485d-9b5f-140e76a4fc5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.01 23:39:28.538078 [ 267 ] {22367519-82f3-485d-9b5f-140e76a4fc5c} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Loading data parts 2026.05.01 23:39:28.538228 [ 267 ] {22367519-82f3-485d-9b5f-140e76a4fc5c} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): There are no data parts 2026.05.01 23:39:28.539980 [ 267 ] {22367519-82f3-485d-9b5f-140e76a4fc5c} TCPHandler: Processed in 0.004273372 sec. 2026.05.01 23:39:28.540203 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.540357 [ 267 ] {ab4881fa-cc10-4e3d-8fcb-88d91e606b13} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.540473 [ 267 ] {ab4881fa-cc10-4e3d-8fcb-88d91e606b13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.01 23:39:28.542184 [ 267 ] {ab4881fa-cc10-4e3d-8fcb-88d91e606b13} oximeter.fields_i64 (5fbd7178-b27d-4917-a64f-52dc5b47e39b): Loading data parts 2026.05.01 23:39:28.542402 [ 267 ] {ab4881fa-cc10-4e3d-8fcb-88d91e606b13} oximeter.fields_i64 (5fbd7178-b27d-4917-a64f-52dc5b47e39b): There are no data parts 2026.05.01 23:39:28.543610 [ 267 ] {ab4881fa-cc10-4e3d-8fcb-88d91e606b13} TCPHandler: Processed in 0.003455935 sec. 2026.05.01 23:39:28.543756 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.544043 [ 267 ] {35cc2326-0b5f-4082-98e2-80bb4585c12d} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.544097 [ 267 ] {35cc2326-0b5f-4082-98e2-80bb4585c12d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.01 23:39:28.546385 [ 267 ] {35cc2326-0b5f-4082-98e2-80bb4585c12d} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Loading data parts 2026.05.01 23:39:28.546518 [ 267 ] {35cc2326-0b5f-4082-98e2-80bb4585c12d} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): There are no data parts 2026.05.01 23:39:28.547670 [ 267 ] {35cc2326-0b5f-4082-98e2-80bb4585c12d} TCPHandler: Processed in 0.003970685 sec. 2026.05.01 23:39:28.547885 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.548045 [ 267 ] {2a0480f3-33b6-4872-8274-71f5e63955f9} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.548152 [ 267 ] {2a0480f3-33b6-4872-8274-71f5e63955f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.01 23:39:28.549944 [ 267 ] {2a0480f3-33b6-4872-8274-71f5e63955f9} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Loading data parts 2026.05.01 23:39:28.550160 [ 267 ] {2a0480f3-33b6-4872-8274-71f5e63955f9} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): There are no data parts 2026.05.01 23:39:28.551406 [ 267 ] {2a0480f3-33b6-4872-8274-71f5e63955f9} TCPHandler: Processed in 0.003570707 sec. 2026.05.01 23:39:28.551551 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.551776 [ 267 ] {1257e59a-bdf2-4de1-9886-3a849f7bd378} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.551886 [ 267 ] {1257e59a-bdf2-4de1-9886-3a849f7bd378} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.01 23:39:28.553628 [ 267 ] {1257e59a-bdf2-4de1-9886-3a849f7bd378} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Loading data parts 2026.05.01 23:39:28.553757 [ 267 ] {1257e59a-bdf2-4de1-9886-3a849f7bd378} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): There are no data parts 2026.05.01 23:39:28.555339 [ 267 ] {1257e59a-bdf2-4de1-9886-3a849f7bd378} TCPHandler: Processed in 0.003836612 sec. 2026.05.01 23:39:28.555543 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.555694 [ 267 ] {e82305a1-9a6f-45d2-a894-d2c20a9e57d8} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:28.555862 [ 267 ] {e82305a1-9a6f-45d2-a894-d2c20a9e57d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.01 23:39:28.557857 [ 267 ] {e82305a1-9a6f-45d2-a894-d2c20a9e57d8} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Loading data parts 2026.05.01 23:39:28.558055 [ 267 ] {e82305a1-9a6f-45d2-a894-d2c20a9e57d8} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): There are no data parts 2026.05.01 23:39:28.559515 [ 267 ] {e82305a1-9a6f-45d2-a894-d2c20a9e57d8} TCPHandler: Processed in 0.004021816 sec. 2026.05.01 23:39:28.559676 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.559994 [ 267 ] {3172926e-46ca-4bbd-9236-2c759e04a7f8} executeQuery: (from [fd00:1122:3344:101::d]:39879) /* 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.01 23:39:28.560122 [ 267 ] {3172926e-46ca-4bbd-9236-2c759e04a7f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.01 23:39:28.561848 [ 267 ] {3172926e-46ca-4bbd-9236-2c759e04a7f8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): Loading data parts 2026.05.01 23:39:28.562072 [ 267 ] {3172926e-46ca-4bbd-9236-2c759e04a7f8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): There are no data parts 2026.05.01 23:39:28.564788 [ 267 ] {3172926e-46ca-4bbd-9236-2c759e04a7f8} TCPHandler: Processed in 0.005161771 sec. 2026.05.01 23:39:28.569015 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:28.569402 [ 268 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.01 23:39:28.570732 [ 268 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.01 23:39:28.588955 [ 276 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:28.589093 [ 276 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.01 23:39:28.593668 [ 276 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:28.594332 [ 276 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503): 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.01 23:39:28.594699 [ 268 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} executeQuery: Read 1 rows, 16.00 B in 0.025439 sec., 39.30972129407603 rows/sec., 628.96 B/sec. 2026.05.01 23:39:28.594985 [ 268 ] {7ae85eb8-3cc7-40c3-81e9-4681871fbc82} TCPHandler: Processed in 0.026077031 sec. 2026.05.01 23:39:29.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 126.36 MiB, peak 126.36 MiB, free memory in arenas 0.00 B, will set to 139.59 MiB (RSS), difference: 13.23 MiB 2026.05.01 23:39:34.809411 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.01 23:39:34.809528 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.01 23:39:34.810000 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.05.01 23:39:34.810270 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.01 23:39:34.813667 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Loading data parts 2026.05.01 23:39:34.813862 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): There are no data parts 2026.05.01 23:39:34.817620 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:34.817741 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.01 23:39:34.823499 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:34.824003 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:39:34.824230 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.05.01 23:39:34.825435 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Loading data parts 2026.05.01 23:39:34.825590 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): There are no data parts 2026.05.01 23:39:34.849631 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:34.849823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.01 23:39:34.855979 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:34.857131 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:39:34.860193 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.01 23:39:35.000143 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.79 MiB, peak 148.79 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.10 MiB 2026.05.01 23:39:37.309333 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.05.01 23:39:37.309702 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.01 23:39:37.314278 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Loading data parts 2026.05.01 23:39:37.314433 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): There are no data parts 2026.05.01 23:39:37.319857 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:37.320034 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:37.321690 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:37.322176 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:39:37.322493 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.05.01 23:39:38.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.30 MiB, peak 158.30 MiB, free memory in arenas 0.00 B, will set to 155.15 MiB (RSS), difference: -3.15 MiB 2026.05.01 23:39:42.278902 [ 48 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:39:42.278963 [ 48 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:39:42.324289 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.05.01 23:39:42.325140 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:42.325190 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:42.325866 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:42.326424 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:39:42.326601 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.01 23:39:42.360242 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.01 23:39:42.377838 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:42.377937 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:42.384399 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:42.385605 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:39:42.388449 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.01 23:39:43.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.87 MiB, peak 159.87 MiB, free memory in arenas 0.00 B, will set to 157.68 MiB (RSS), difference: 1.81 MiB 2026.05.01 23:39:45.151857 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54696 2026.05.01 23:39:45.152049 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.152090 [ 286 ] {} TCP-Session: 3fb4d7dd-4d33-4de7-bb3a-95486c034511 Authenticating user 'default' from [fd00:1122:3344:101::e]:54696 2026.05.01 23:39:45.152111 [ 286 ] {} TCP-Session: 3fb4d7dd-4d33-4de7-bb3a-95486c034511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.152169 [ 286 ] {} TCP-Session: 3fb4d7dd-4d33-4de7-bb3a-95486c034511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.152221 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 23:39:45.152245 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:45.152300 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 23:39:45.152980 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35837 2026.05.01 23:39:45.153053 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41867 2026.05.01 23:39:45.153121 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.153161 [ 287 ] {} TCP-Session: 1c610851-173d-4439-ba86-f3d245016a7b Authenticating user 'default' from [fd00:1122:3344:101::e]:35837 2026.05.01 23:39:45.153184 [ 287 ] {} TCP-Session: 1c610851-173d-4439-ba86-f3d245016a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.153198 [ 287 ] {} TCP-Session: 1c610851-173d-4439-ba86-f3d245016a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.153258 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.153287 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39785 2026.05.01 23:39:45.153300 [ 288 ] {} TCP-Session: cc0310de-bef2-4590-aaac-326033b4f52a Authenticating user 'default' from [fd00:1122:3344:101::e]:41867 2026.05.01 23:39:45.153339 [ 288 ] {} TCP-Session: cc0310de-bef2-4590-aaac-326033b4f52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.153353 [ 288 ] {} TCP-Session: cc0310de-bef2-4590-aaac-326033b4f52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.153354 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62576 2026.05.01 23:39:45.153390 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50219 2026.05.01 23:39:45.153489 [ 286 ] {} TCP-Session: 3fb4d7dd-4d33-4de7-bb3a-95486c034511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:45.153578 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.153586 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46817 2026.05.01 23:39:45.153732 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41609 2026.05.01 23:39:45.153849 [ 290 ] {} TCP-Session: 16f9cbff-b13f-424d-a264-9fc982c511df Authenticating user 'default' from [fd00:1122:3344:101::e]:39785 2026.05.01 23:39:45.153878 [ 290 ] {} TCP-Session: 16f9cbff-b13f-424d-a264-9fc982c511df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.153893 [ 290 ] {} TCP-Session: 16f9cbff-b13f-424d-a264-9fc982c511df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.153977 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.154042 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.154058 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63697 2026.05.01 23:39:45.154091 [ 289 ] {} TCP-Session: 773a03fd-e6d3-456f-afe6-1d8d1c27671d Authenticating user 'default' from [fd00:1122:3344:101::e]:62576 2026.05.01 23:39:45.154099 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.154120 [ 289 ] {} TCP-Session: 773a03fd-e6d3-456f-afe6-1d8d1c27671d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154063 [ 291 ] {} TCP-Session: ec7446ee-5539-4dc9-abf2-921d8fde8b45 Authenticating user 'default' from [fd00:1122:3344:101::e]:50219 2026.05.01 23:39:45.154138 [ 289 ] {} TCP-Session: 773a03fd-e6d3-456f-afe6-1d8d1c27671d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154162 [ 291 ] {} TCP-Session: ec7446ee-5539-4dc9-abf2-921d8fde8b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154138 [ 293 ] {} TCP-Session: 7bfaed2e-5feb-44fd-93c5-d63d6932088e Authenticating user 'default' from [fd00:1122:3344:101::e]:41609 2026.05.01 23:39:45.154186 [ 291 ] {} TCP-Session: ec7446ee-5539-4dc9-abf2-921d8fde8b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154203 [ 286 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} executeQuery: (from [fd00:1122:3344:101::e]:54696) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:39:45.154208 [ 293 ] {} TCP-Session: 7bfaed2e-5feb-44fd-93c5-d63d6932088e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154245 [ 293 ] {} TCP-Session: 7bfaed2e-5feb-44fd-93c5-d63d6932088e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154348 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.154387 [ 294 ] {} TCP-Session: 88624432-5fd3-40fc-9a67-c500302d4991 Authenticating user 'default' from [fd00:1122:3344:101::e]:63697 2026.05.01 23:39:45.154403 [ 294 ] {} TCP-Session: 88624432-5fd3-40fc-9a67-c500302d4991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154416 [ 294 ] {} TCP-Session: 88624432-5fd3-40fc-9a67-c500302d4991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154417 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:45.154499 [ 292 ] {} TCP-Session: 17fced69-afc1-40f5-a307-f8cf8b5609af Authenticating user 'default' from [fd00:1122:3344:101::e]:46817 2026.05.01 23:39:45.154528 [ 292 ] {} TCP-Session: 17fced69-afc1-40f5-a307-f8cf8b5609af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154545 [ 292 ] {} TCP-Session: 17fced69-afc1-40f5-a307-f8cf8b5609af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.154807 [ 286 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:39:45.155093 [ 286 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:39:45.155808 [ 286 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:39:45.161431 [ 297 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} AggregatingTransform: Aggregating 2026.05.01 23:39:45.161632 [ 297 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} Aggregator: Aggregation method: without_key 2026.05.01 23:39:45.162384 [ 297 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004532098 sec. (220.648 rows/sec., 8.62 KiB/sec.) 2026.05.01 23:39:45.162410 [ 297 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} Aggregator: Merging aggregated data 2026.05.01 23:39:45.162441 [ 297 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.01 23:39:45.163634 [ 286 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} executeQuery: Read 1 rows, 40.00 B in 0.010026 sec., 99.74067424695791 rows/sec., 3.90 KiB/sec. 2026.05.01 23:39:45.163765 [ 286 ] {0e041c7c-d907-48e1-9afd-7b57b5f3d029} TCPHandler: Processed in 0.010610289 sec. 2026.05.01 23:39:45.166707 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166732 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166756 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166763 [ 286 ] {} TCP-Session: 3fb4d7dd-4d33-4de7-bb3a-95486c034511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166774 [ 287 ] {} TCP-Session: 1c610851-173d-4439-ba86-f3d245016a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166795 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166828 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166845 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166861 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166862 [ 291 ] {} TCP-Session: ec7446ee-5539-4dc9-abf2-921d8fde8b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166912 [ 290 ] {} TCP-Session: 16f9cbff-b13f-424d-a264-9fc982c511df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166923 [ 289 ] {} TCP-Session: 773a03fd-e6d3-456f-afe6-1d8d1c27671d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166907 [ 293 ] {} TCP-Session: 7bfaed2e-5feb-44fd-93c5-d63d6932088e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166813 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.166802 [ 294 ] {} TCP-Session: 88624432-5fd3-40fc-9a67-c500302d4991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.166779 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:45.167025 [ 288 ] {} TCP-Session: cc0310de-bef2-4590-aaac-326033b4f52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:45.167065 [ 292 ] {} TCP-Session: 17fced69-afc1-40f5-a307-f8cf8b5609af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:46.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.95 MiB, peak 169.06 MiB, free memory in arenas 0.00 B, will set to 161.79 MiB (RSS), difference: 3.83 MiB 2026.05.01 23:39:47.322812 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 2 entries to flush up to offset 90 2026.05.01 23:39:47.324813 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:47.324868 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:47.326078 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:47.326653 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:39:47.326902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.01 23:39:48.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.79 MiB, peak 169.06 MiB, free memory in arenas 0.00 B, will set to 161.82 MiB (RSS), difference: 4.03 MiB 2026.05.01 23:39:48.637925 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.638175 [ 267 ] {d576c9e0-c2e2-4a77-b352-ed1e30b70a48} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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', '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.01 23:39:48.641129 [ 267 ] {d576c9e0-c2e2-4a77-b352-ed1e30b70a48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:39:48.641187 [ 267 ] {d576c9e0-c2e2-4a77-b352-ed1e30b70a48} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:39:48.641712 [ 267 ] {d576c9e0-c2e2-4a77-b352-ed1e30b70a48} TCPHandler: Processed in 0.003915185 sec. 2026.05.01 23:39:48.652836 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.652954 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 23:39:48.652996 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:39:48.655935 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.655988 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.656707 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.657114 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): 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.01 23:39:48.657261 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} executeQuery: Read 32 rows, 7.26 KiB in 0.004341 sec., 7371.5733701911995 rows/sec., 1.63 MiB/sec. 2026.05.01 23:39:48.657297 [ 267 ] {eecbd363-69b3-4da7-a0ca-d135c7bc5086} TCPHandler: Processed in 0.004515647 sec. 2026.05.01 23:39:48.657432 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.657531 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.657588 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:39:48.660291 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.660325 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.660807 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.661244 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:39:48.661375 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} executeQuery: Read 284 rows, 18.47 KiB in 0.003863 sec., 73517.99119855034 rows/sec., 4.67 MiB/sec. 2026.05.01 23:39:48.661411 [ 267 ] {8cf1ed5e-f9ac-4087-b3ae-a94c69ebd585} TCPHandler: Processed in 0.004030457 sec. 2026.05.01 23:39:48.661548 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.661643 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:39:48.661684 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:39:48.662100 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.662137 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.662541 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.663017 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:39:48.663148 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} executeQuery: Read 10 rows, 835.00 B in 0.001523 sec., 6565.988181221273 rows/sec., 535.41 KiB/sec. 2026.05.01 23:39:48.663183 [ 267 ] {d0942bd4-9ae8-4f60-b2dd-7ddcbe66251a} TCPHandler: Processed in 0.001685786 sec. 2026.05.01 23:39:48.663290 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.663384 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:39:48.663422 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:39:48.664272 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.664309 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.664824 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.665278 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:39:48.665410 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} executeQuery: Read 824 rows, 65.41 KiB in 0.002043 sec., 403328.4385707293 rows/sec., 31.27 MiB/sec. 2026.05.01 23:39:48.665445 [ 267 ] {49bea88d-7a04-488c-9d23-676668ce8535} TCPHandler: Processed in 0.002203268 sec. 2026.05.01 23:39:48.665559 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.665654 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.665693 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:39:48.666122 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.666159 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.666586 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.666997 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:39:48.667125 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} executeQuery: Read 163 rows, 10.07 KiB in 0.00149 sec., 109395.97315436242 rows/sec., 6.60 MiB/sec. 2026.05.01 23:39:48.667160 [ 267 ] {8dcba27c-94d5-447b-9bd7-be474e00525d} TCPHandler: Processed in 0.001649566 sec. 2026.05.01 23:39:48.667278 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.667371 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.667409 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:39:48.667868 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.667901 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.668301 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.668721 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:39:48.668846 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} executeQuery: Read 149 rows, 9.86 KiB in 0.001492 sec., 99865.95174262734 rows/sec., 6.45 MiB/sec. 2026.05.01 23:39:48.668882 [ 267 ] {1a78e2c1-6395-433b-8503-512f291ca362} TCPHandler: Processed in 0.001653446 sec. 2026.05.01 23:39:48.669000 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.669093 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.669133 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:39:48.669562 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.669607 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.670149 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.670621 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:39:48.670775 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} executeQuery: Read 148 rows, 8.62 KiB in 0.001699 sec., 87110.06474396704 rows/sec., 4.95 MiB/sec. 2026.05.01 23:39:48.670818 [ 267 ] {8de5f26c-ff38-4a0a-85e4-6660c73dd3b0} TCPHandler: Processed in 0.00186812 sec. 2026.05.01 23:39:48.671021 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.671126 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:39:48.671171 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:39:48.671945 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.671988 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.672582 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.673057 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:39:48.673187 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} executeQuery: Read 511 rows, 36.88 KiB in 0.002084 sec., 245201.53550863726 rows/sec., 17.28 MiB/sec. 2026.05.01 23:39:48.673225 [ 267 ] {acb35dd9-99f2-4679-b282-068ae463dcb2} TCPHandler: Processed in 0.002261088 sec. 2026.05.01 23:39:48.673360 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.673457 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:39:48.673497 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:39:48.673852 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.673889 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.674357 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.674766 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:39:48.674894 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. 2026.05.01 23:39:48.674930 [ 267 ] {d81e1dae-14a6-4d55-a784-f7b6cb17af8e} TCPHandler: Processed in 0.001620295 sec. 2026.05.01 23:39:48.675047 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.675141 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.675183 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:39:48.675629 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.675662 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.676087 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.676535 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:39:48.676660 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} executeQuery: Read 270 rows, 18.38 KiB in 0.001538 sec., 175552.66579973992 rows/sec., 11.67 MiB/sec. 2026.05.01 23:39:48.676696 [ 267 ] {b158f647-6bf2-4ba2-a152-e461e13137cd} TCPHandler: Processed in 0.001698127 sec. 2026.05.01 23:39:48.676817 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.676911 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.676952 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:39:48.677255 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.677291 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.677682 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.678113 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:39:48.678239 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. 2026.05.01 23:39:48.678275 [ 267 ] {2237ef49-c29e-4a79-8d94-e0d8dd17cb5d} TCPHandler: Processed in 0.001506872 sec. 2026.05.01 23:39:48.678384 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.678477 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.678529 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} 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.01 23:39:48.679271 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.679308 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.681790 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.682200 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:39:48.682332 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} executeQuery: Read 11 rows, 20.18 KiB in 0.003872 sec., 2840.909090909091 rows/sec., 5.09 MiB/sec. 2026.05.01 23:39:48.682379 [ 267 ] {f75a828c-3215-42f1-8a72-41dddcb2081c} TCPHandler: Processed in 0.004044057 sec. 2026.05.01 23:39:48.682502 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:48.682595 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:39:48.682635 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:39:48.682987 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:48.683024 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:48.683439 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:39:48.683949 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:39:48.684071 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} executeQuery: Read 90 rows, 5.77 KiB in 0.001495 sec., 60200.66889632107 rows/sec., 3.77 MiB/sec. 2026.05.01 23:39:48.684106 [ 267 ] {158ff02f-7634-43b1-9590-f6159196ac08} TCPHandler: Processed in 0.001653896 sec. 2026.05.01 23:39:49.826688 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 439 entries to flush up to offset 1415 2026.05.01 23:39:49.827188 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:49.827230 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:49.827848 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:49.828341 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:39:49.828495 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1415 2026.05.01 23:39:49.888527 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.01 23:39:49.905301 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:49.905369 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:49.912032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:49.913170 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:39:49.916231 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.01 23:39:50.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.20 MiB, peak 169.06 MiB, free memory in arenas 0.00 B, will set to 164.88 MiB (RSS), difference: 1.68 MiB 2026.05.01 23:39:52.284952 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51451 2026.05.01 23:39:52.285110 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.285151 [ 286 ] {} TCP-Session: 629b80d7-ac90-49c8-8faa-0898baa8bac6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51451 2026.05.01 23:39:52.285184 [ 286 ] {} TCP-Session: 629b80d7-ac90-49c8-8faa-0898baa8bac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285203 [ 286 ] {} TCP-Session: 629b80d7-ac90-49c8-8faa-0898baa8bac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285508 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44987 2026.05.01 23:39:52.285537 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47528 2026.05.01 23:39:52.285552 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45039 2026.05.01 23:39:52.285623 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42673 2026.05.01 23:39:52.285651 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48939 2026.05.01 23:39:52.285660 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.285712 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.285732 [ 286 ] {} TCP-Session: 629b80d7-ac90-49c8-8faa-0898baa8bac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:52.285752 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54539 2026.05.01 23:39:52.285763 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.285789 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.285819 [ 293 ] {} TCP-Session: 8598f795-4159-4083-9dc5-e58ae9e0f9a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42673 2026.05.01 23:39:52.285841 [ 294 ] {} TCP-Session: a96e5b82-9408-4b35-8d2f-3514ef84a8cf Authenticating user 'default' from [fd00:1122:3344:101::e]:48939 2026.05.01 23:39:52.285860 [ 293 ] {} TCP-Session: 8598f795-4159-4083-9dc5-e58ae9e0f9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285861 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.285876 [ 294 ] {} TCP-Session: a96e5b82-9408-4b35-8d2f-3514ef84a8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285890 [ 293 ] {} TCP-Session: 8598f795-4159-4083-9dc5-e58ae9e0f9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285912 [ 290 ] {} TCP-Session: d7f57802-e74d-46ef-9644-9897c46cb914 Authenticating user 'default' from [fd00:1122:3344:101::e]:54539 2026.05.01 23:39:52.285921 [ 294 ] {} TCP-Session: a96e5b82-9408-4b35-8d2f-3514ef84a8cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285946 [ 286 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} executeQuery: (from [fd00:1122:3344:101::e]:51451) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:39:52.285954 [ 290 ] {} TCP-Session: d7f57802-e74d-46ef-9644-9897c46cb914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285747 [ 287 ] {} TCP-Session: 448c27eb-38d8-4512-aedf-057156666ece Authenticating user 'default' from [fd00:1122:3344:101::e]:44987 2026.05.01 23:39:52.285983 [ 290 ] {} TCP-Session: d7f57802-e74d-46ef-9644-9897c46cb914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285726 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.286028 [ 287 ] {} TCP-Session: 448c27eb-38d8-4512-aedf-057156666ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285601 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40767 2026.05.01 23:39:52.286071 [ 287 ] {} TCP-Session: 448c27eb-38d8-4512-aedf-057156666ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286070 [ 291 ] {} TCP-Session: e58ed085-574f-4732-bbb4-28e3401dda72 Authenticating user 'default' from [fd00:1122:3344:101::e]:45039 2026.05.01 23:39:52.286170 [ 291 ] {} TCP-Session: e58ed085-574f-4732-bbb4-28e3401dda72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285760 [ 289 ] {} TCP-Session: 2eadb3d2-ff1c-498b-8f54-e53436faef03 Authenticating user 'default' from [fd00:1122:3344:101::e]:47528 2026.05.01 23:39:52.286193 [ 291 ] {} TCP-Session: e58ed085-574f-4732-bbb4-28e3401dda72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286233 [ 289 ] {} TCP-Session: 2eadb3d2-ff1c-498b-8f54-e53436faef03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286259 [ 289 ] {} TCP-Session: 2eadb3d2-ff1c-498b-8f54-e53436faef03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286290 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.286300 [ 286 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:39:52.286340 [ 292 ] {} TCP-Session: 69a04336-09ce-402b-a441-c85ca08a69f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40767 2026.05.01 23:39:52.286378 [ 292 ] {} TCP-Session: 69a04336-09ce-402b-a441-c85ca08a69f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286385 [ 286 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:39:52.286397 [ 292 ] {} TCP-Session: 69a04336-09ce-402b-a441-c85ca08a69f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.285517 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56559 2026.05.01 23:39:52.286624 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:52.286653 [ 288 ] {} TCP-Session: 4143bcdd-b378-4e59-ae95-c6b1f0ef6590 Authenticating user 'default' from [fd00:1122:3344:101::e]:56559 2026.05.01 23:39:52.286676 [ 288 ] {} TCP-Session: 4143bcdd-b378-4e59-ae95-c6b1f0ef6590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286693 [ 288 ] {} TCP-Session: 4143bcdd-b378-4e59-ae95-c6b1f0ef6590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.286754 [ 286 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:39:52.287816 [ 295 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} AggregatingTransform: Aggregating 2026.05.01 23:39:52.287869 [ 295 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} Aggregator: Aggregation method: without_key 2026.05.01 23:39:52.287911 [ 295 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001034132 sec. (966.995 rows/sec., 37.77 KiB/sec.) 2026.05.01 23:39:52.287932 [ 295 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} Aggregator: Merging aggregated data 2026.05.01 23:39:52.289285 [ 286 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} executeQuery: Read 1 rows, 40.00 B in 0.003415 sec., 292.82576866764276 rows/sec., 11.44 KiB/sec. 2026.05.01 23:39:52.289440 [ 286 ] {f3f3fec5-d101-40f2-8c09-b921abc6b432} TCPHandler: Processed in 0.003909855 sec. 2026.05.01 23:39:52.289574 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289607 [ 286 ] {} TCP-Session: 629b80d7-ac90-49c8-8faa-0898baa8bac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289608 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289631 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289653 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289675 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289692 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289708 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289724 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289750 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:52.289766 [ 291 ] {} TCP-Session: e58ed085-574f-4732-bbb4-28e3401dda72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289774 [ 287 ] {} TCP-Session: 448c27eb-38d8-4512-aedf-057156666ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289814 [ 293 ] {} TCP-Session: 8598f795-4159-4083-9dc5-e58ae9e0f9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289747 [ 289 ] {} TCP-Session: 2eadb3d2-ff1c-498b-8f54-e53436faef03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289715 [ 290 ] {} TCP-Session: d7f57802-e74d-46ef-9644-9897c46cb914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289704 [ 294 ] {} TCP-Session: a96e5b82-9408-4b35-8d2f-3514ef84a8cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289661 [ 288 ] {} TCP-Session: 4143bcdd-b378-4e59-ae95-c6b1f0ef6590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:52.289680 [ 292 ] {} TCP-Session: 69a04336-09ce-402b-a441-c85ca08a69f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.627848 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:53.628070 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:53.628410 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:39:53.628498 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} 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.01 23:39:53.628732 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:39:53.628805 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:39:53.628989 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:39:53.629056 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:39:53.629087 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:39:53.629105 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:39:53.629220 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:39:53.629244 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.05.01 23:39:53.633289 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} executeQuery: Read 32 rows, 7.26 KiB in 0.005306 sec., 6030.908405578591 rows/sec., 1.34 MiB/sec. 2026.05.01 23:39:53.633411 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} MemoryTracker: Peak memory usage (for query): 137.34 KiB. 2026.05.01 23:39:53.633427 [ 267 ] {0c1c61bf-29f9-4293-bd9f-b56a8fa8b7f2} TCPHandler: Processed in 0.005711703 sec. 2026.05.01 23:39:53.635676 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:53.635802 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:39:53.635848 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:39:53.636359 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:53.636406 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:53.637028 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:53.637624 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:39:53.637844 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} executeQuery: Read 56 rows, 4.41 KiB in 0.002056 sec., 27237.35408560311 rows/sec., 2.09 MiB/sec. 2026.05.01 23:39:53.637902 [ 267 ] {5c5c8e51-75fa-42c5-8b0f-02c9f01fba46} TCPHandler: Processed in 0.002272689 sec. 2026.05.01 23:39:53.638072 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:53.638199 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:39:53.638256 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:39:53.638811 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:53.638856 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:53.639329 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:53.639752 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:39:53.639903 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} executeQuery: Read 64 rows, 5.12 KiB in 0.001736 sec., 36866.35944700461 rows/sec., 2.88 MiB/sec. 2026.05.01 23:39:53.639943 [ 267 ] {6626b935-6fff-409e-a140-de0ecf1ecf67} TCPHandler: Processed in 0.001935801 sec. 2026.05.01 23:39:53.640078 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:53.640175 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:39:53.640220 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:39:53.640616 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:53.640650 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:53.641128 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:53.641527 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:39:53.641669 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. 2026.05.01 23:39:53.641706 [ 267 ] {6874975f-4be4-4846-8dd4-105960774c91} TCPHandler: Processed in 0.001678966 sec. 2026.05.01 23:39:53.641845 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:53.641938 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:39:53.641980 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:39:53.642335 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:53.642370 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:53.642802 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:53.643257 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:39:53.643396 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. 2026.05.01 23:39:53.643435 [ 267 ] {0914e011-6d15-4502-b2c0-dd0d195c1d63} TCPHandler: Processed in 0.001643635 sec. 2026.05.01 23:39:53.776391 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34587 2026.05.01 23:39:53.776501 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.776531 [ 286 ] {} TCP-Session: 9c6eef6e-e9ca-414a-a4b2-132b28bd03bb Authenticating user 'default' from [fd00:1122:3344:101::e]:34587 2026.05.01 23:39:53.776559 [ 286 ] {} TCP-Session: 9c6eef6e-e9ca-414a-a4b2-132b28bd03bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.776571 [ 286 ] {} TCP-Session: 9c6eef6e-e9ca-414a-a4b2-132b28bd03bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.776786 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52699 2026.05.01 23:39:53.776820 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42986 2026.05.01 23:39:53.776847 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62100 2026.05.01 23:39:53.776891 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35861 2026.05.01 23:39:53.776898 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56856 2026.05.01 23:39:53.776946 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.776913 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.776987 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.777002 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.777011 [ 287 ] {} TCP-Session: 38248cdc-8a0e-490b-b6d7-5e36e9d5bb12 Authenticating user 'default' from [fd00:1122:3344:101::e]:52699 2026.05.01 23:39:53.777034 [ 289 ] {} TCP-Session: 2af37590-9b32-4790-974d-23fd5b23d16d Authenticating user 'default' from [fd00:1122:3344:101::e]:62100 2026.05.01 23:39:53.777039 [ 294 ] {} TCP-Session: d835f03f-357c-4f0d-8ecd-bc60009a8da0 Authenticating user 'default' from [fd00:1122:3344:101::e]:56856 2026.05.01 23:39:53.777066 [ 287 ] {} TCP-Session: 38248cdc-8a0e-490b-b6d7-5e36e9d5bb12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777085 [ 294 ] {} TCP-Session: d835f03f-357c-4f0d-8ecd-bc60009a8da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777083 [ 289 ] {} TCP-Session: 2af37590-9b32-4790-974d-23fd5b23d16d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777097 [ 287 ] {} TCP-Session: 38248cdc-8a0e-490b-b6d7-5e36e9d5bb12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777142 [ 289 ] {} TCP-Session: 2af37590-9b32-4790-974d-23fd5b23d16d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.776989 [ 288 ] {} TCP-Session: dfe4a2b7-2b1c-4702-8029-2eb0455140c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:42986 2026.05.01 23:39:53.776986 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.777205 [ 288 ] {} TCP-Session: dfe4a2b7-2b1c-4702-8029-2eb0455140c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.776881 [ 286 ] {} TCP-Session: 9c6eef6e-e9ca-414a-a4b2-132b28bd03bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:53.777227 [ 293 ] {} TCP-Session: 499015a6-232b-4ad6-a039-699d7927f17f Authenticating user 'default' from [fd00:1122:3344:101::e]:35861 2026.05.01 23:39:53.777229 [ 288 ] {} TCP-Session: dfe4a2b7-2b1c-4702-8029-2eb0455140c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777268 [ 293 ] {} TCP-Session: 499015a6-232b-4ad6-a039-699d7927f17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.776864 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63503 2026.05.01 23:39:53.777297 [ 293 ] {} TCP-Session: 499015a6-232b-4ad6-a039-699d7927f17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.776856 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58647 2026.05.01 23:39:53.776845 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40735 2026.05.01 23:39:53.777396 [ 286 ] {551fa529-bad5-44d3-96c8-c775be636e60} executeQuery: (from [fd00:1122:3344:101::e]:34587) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:39:53.777373 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.777417 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.777452 [ 292 ] {} TCP-Session: 016a8646-6dbc-462d-befd-e37cb6c71b0c Authenticating user 'default' from [fd00:1122:3344:101::e]:63503 2026.05.01 23:39:53.777466 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:39:53.777482 [ 292 ] {} TCP-Session: 016a8646-6dbc-462d-befd-e37cb6c71b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777515 [ 290 ] {} TCP-Session: f75d68c4-27b7-4551-a04a-78b757eb5d93 Authenticating user 'default' from [fd00:1122:3344:101::e]:40735 2026.05.01 23:39:53.777516 [ 292 ] {} TCP-Session: 016a8646-6dbc-462d-befd-e37cb6c71b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777541 [ 290 ] {} TCP-Session: f75d68c4-27b7-4551-a04a-78b757eb5d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777468 [ 291 ] {} TCP-Session: bd5fa430-ec10-4e4a-8d8c-7e630e5e7ac1 Authenticating user 'default' from [fd00:1122:3344:101::e]:58647 2026.05.01 23:39:53.777569 [ 290 ] {} TCP-Session: f75d68c4-27b7-4551-a04a-78b757eb5d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777592 [ 291 ] {} TCP-Session: bd5fa430-ec10-4e4a-8d8c-7e630e5e7ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777134 [ 294 ] {} TCP-Session: d835f03f-357c-4f0d-8ecd-bc60009a8da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777618 [ 291 ] {} TCP-Session: bd5fa430-ec10-4e4a-8d8c-7e630e5e7ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.777689 [ 286 ] {551fa529-bad5-44d3-96c8-c775be636e60} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:39:53.777760 [ 286 ] {551fa529-bad5-44d3-96c8-c775be636e60} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:39:53.778125 [ 286 ] {551fa529-bad5-44d3-96c8-c775be636e60} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:39:53.779246 [ 277 ] {551fa529-bad5-44d3-96c8-c775be636e60} AggregatingTransform: Aggregating 2026.05.01 23:39:53.779298 [ 277 ] {551fa529-bad5-44d3-96c8-c775be636e60} Aggregator: Aggregation method: without_key 2026.05.01 23:39:53.779337 [ 277 ] {551fa529-bad5-44d3-96c8-c775be636e60} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001102934 sec. (906.673 rows/sec., 35.42 KiB/sec.) 2026.05.01 23:39:53.779357 [ 277 ] {551fa529-bad5-44d3-96c8-c775be636e60} Aggregator: Merging aggregated data 2026.05.01 23:39:53.780543 [ 286 ] {551fa529-bad5-44d3-96c8-c775be636e60} executeQuery: Read 1 rows, 40.00 B in 0.0032 sec., 312.5 rows/sec., 12.21 KiB/sec. 2026.05.01 23:39:53.780680 [ 286 ] {551fa529-bad5-44d3-96c8-c775be636e60} TCPHandler: Processed in 0.003921754 sec. 2026.05.01 23:39:53.780823 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.780853 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.780856 [ 286 ] {} TCP-Session: 9c6eef6e-e9ca-414a-a4b2-132b28bd03bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.780874 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.780900 [ 293 ] {} TCP-Session: 499015a6-232b-4ad6-a039-699d7927f17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.780922 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.780943 [ 287 ] {} TCP-Session: 38248cdc-8a0e-490b-b6d7-5e36e9d5bb12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.780954 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.780973 [ 289 ] {} TCP-Session: 2af37590-9b32-4790-974d-23fd5b23d16d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.780985 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.781006 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.781029 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.781040 [ 291 ] {} TCP-Session: bd5fa430-ec10-4e4a-8d8c-7e630e5e7ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.781059 [ 294 ] {} TCP-Session: d835f03f-357c-4f0d-8ecd-bc60009a8da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.781078 [ 292 ] {} TCP-Session: 016a8646-6dbc-462d-befd-e37cb6c71b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.781009 [ 288 ] {} TCP-Session: dfe4a2b7-2b1c-4702-8029-2eb0455140c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:53.780898 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:39:53.781161 [ 290 ] {} TCP-Session: f75d68c4-27b7-4551-a04a-78b757eb5d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:39:57.279207 [ 125 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:39:57.279274 [ 125 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:39:57.327001 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 132 2026.05.01 23:39:57.328582 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1927 2026.05.01 23:39:57.329090 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:57.329128 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. 2026.05.01 23:39:57.329477 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:57.329541 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. 2026.05.01 23:39:57.329824 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:39:57.330337 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:39:57.330492 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1927 2026.05.01 23:39:57.330964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:57.331551 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:39:57.331871 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 132 2026.05.01 23:39:57.416311 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.01 23:39:57.434185 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:57.434250 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. 2026.05.01 23:39:57.440607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:39:57.441673 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:39:57.444542 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.01 23:39:58.632068 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.632368 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:39:58.632708 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:39:58.632747 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} 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.01 23:39:58.632992 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:39:58.633064 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:39:58.633203 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:39:58.633241 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:39:58.633263 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:39:58.633279 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:39:58.633319 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:39:58.633339 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.05.01 23:39:58.634468 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} executeQuery: Read 32 rows, 7.26 KiB in 0.002209 sec., 14486.192847442282 rows/sec., 3.21 MiB/sec. 2026.05.01 23:39:58.634548 [ 267 ] {59e10ca8-2606-4871-8bc0-440d528453df} TCPHandler: Processed in 0.002617067 sec. 2026.05.01 23:39:58.639300 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.639418 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.639465 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:39:58.640015 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.640057 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.640568 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.641101 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:39:58.641252 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} executeQuery: Read 284 rows, 18.47 KiB in 0.001867 sec., 152115.6936261382 rows/sec., 9.66 MiB/sec. 2026.05.01 23:39:58.641292 [ 267 ] {0890b4b7-d986-4d77-b31c-82243763ec46} TCPHandler: Processed in 0.002048294 sec. 2026.05.01 23:39:58.641414 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.641515 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:39:58.641557 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:39:58.642241 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.642279 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.642758 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:58.643265 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:39:58.643410 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} executeQuery: Read 819 rows, 65.05 KiB in 0.001917 sec., 427230.0469483568 rows/sec., 33.14 MiB/sec. 2026.05.01 23:39:58.643448 [ 267 ] {b5260260-3734-40bc-96ad-bba3745b5943} TCPHandler: Processed in 0.002084916 sec. 2026.05.01 23:39:58.643563 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.643660 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.643700 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:39:58.644115 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.644153 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.644575 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.645043 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:39:58.645192 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} executeQuery: Read 153 rows, 9.37 KiB in 0.001551 sec., 98646.03481624757 rows/sec., 5.90 MiB/sec. 2026.05.01 23:39:58.645233 [ 267 ] {5b0b2a47-4c8c-4ee8-bc1d-59b9d38cb5c0} TCPHandler: Processed in 0.001721407 sec. 2026.05.01 23:39:58.645358 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.645455 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.645495 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:39:58.645963 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.646002 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.646526 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.647072 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:39:58.647218 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} executeQuery: Read 149 rows, 9.86 KiB in 0.001782 sec., 83613.91694725028 rows/sec., 5.40 MiB/sec. 2026.05.01 23:39:58.647257 [ 267 ] {e4075ba3-4f6b-4a92-b7dd-58f650c1f33b} TCPHandler: Processed in 0.001951762 sec. 2026.05.01 23:39:58.647372 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.647469 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.647509 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:39:58.647948 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.647988 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.648428 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.648905 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:39:58.649052 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} executeQuery: Read 148 rows, 8.62 KiB in 0.001603 sec., 92326.8870867124 rows/sec., 5.25 MiB/sec. 2026.05.01 23:39:58.649092 [ 267 ] {5dd649a5-00ca-44c4-9e27-a72a00a2e77d} TCPHandler: Processed in 0.001771058 sec. 2026.05.01 23:39:58.649209 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.649307 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:39:58.649348 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:39:58.649896 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.649935 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.653227 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:58.653759 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:39:58.653918 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} executeQuery: Read 501 rows, 36.06 KiB in 0.004628 sec., 108254.10544511667 rows/sec., 7.61 MiB/sec. 2026.05.01 23:39:58.653973 [ 267 ] {b8202c0d-a667-4b1d-b069-9aba858f894e} TCPHandler: Processed in 0.004814113 sec. 2026.05.01 23:39:58.654099 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.654202 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:39:58.654248 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:39:58.654581 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.654620 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.655048 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.655500 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:39:58.655649 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. 2026.05.01 23:39:58.655693 [ 267 ] {61c8cbaa-3a82-4992-8a3e-9e775cca9548} TCPHandler: Processed in 0.001652355 sec. 2026.05.01 23:39:58.655804 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.655900 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.655944 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:39:58.656371 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.656409 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.656856 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:58.657296 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:39:58.657437 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} executeQuery: Read 265 rows, 18.03 KiB in 0.001555 sec., 170418.00643086818 rows/sec., 11.32 MiB/sec. 2026.05.01 23:39:58.657476 [ 267 ] {c2bcea2a-7ccc-47e3-af5e-5a96c6a97f29} TCPHandler: Processed in 0.001722217 sec. 2026.05.01 23:39:58.657617 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.657739 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.657790 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:39:58.658165 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.658210 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.658683 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.659106 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:39:58.659252 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. 2026.05.01 23:39:58.659288 [ 267 ] {417124f7-34d1-4019-aea6-ce383796073b} TCPHandler: Processed in 0.001734948 sec. 2026.05.01 23:39:58.659391 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.659486 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.659540 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} 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.01 23:39:58.660319 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.660357 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.660997 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:39:58.661435 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:39:58.661594 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} executeQuery: Read 11 rows, 20.18 KiB in 0.002126 sec., 5174.035747883349 rows/sec., 9.27 MiB/sec. 2026.05.01 23:39:58.661654 [ 267 ] {ff3b861e-7ae2-4516-9c1f-8005c573920f} TCPHandler: Processed in 0.00231344 sec. 2026.05.01 23:39:58.661770 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:39:58.661864 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:39:58.661908 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:39:58.662250 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:39:58.662290 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.01 23:39:58.662719 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:39:58.663145 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:39:58.663277 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} executeQuery: Read 90 rows, 5.77 KiB in 0.001431 sec., 62893.08176100629 rows/sec., 3.94 MiB/sec. 2026.05.01 23:39:58.663314 [ 267 ] {60519225-459c-45ca-a13a-72467ca13366} TCPHandler: Processed in 0.001592814 sec. 2026.05.01 23:40:03.628712 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.628953 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 23:40:03.629305 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:03.629343 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 23:40:03.629571 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:03.629645 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:03.629786 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 23-element set) 2026.05.01 23:40:03.629824 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:03.629846 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:03.629862 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:03.629901 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 23:40:03.629923 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.05.01 23:40:03.630871 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} executeQuery: Read 32 rows, 7.26 KiB in 0.002009 sec., 15928.322548531609 rows/sec., 3.53 MiB/sec. 2026.05.01 23:40:03.630946 [ 267 ] {43a706f6-82d5-480d-8371-6a358ae3b611} TCPHandler: Processed in 0.002364761 sec. 2026.05.01 23:40:03.633188 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.633321 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 23:40:03.633376 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:03.633959 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.634009 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.634955 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:40:03.635481 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): 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.01 23:40:03.635652 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} executeQuery: Read 3 rows, 280.00 B in 0.002369 sec., 1266.357112705783 rows/sec., 115.42 KiB/sec. 2026.05.01 23:40:03.635693 [ 267 ] {a2d2065e-ef1e-4aa9-8653-7d2761c89f68} TCPHandler: Processed in 0.002568865 sec. 2026.05.01 23:40:03.635816 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.635918 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:40:03.635961 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:40:03.636381 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.636419 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.636868 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:40:03.637362 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:40:03.637509 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} executeQuery: Read 2 rows, 167.00 B in 0.001616 sec., 1237.6237623762377 rows/sec., 100.92 KiB/sec. 2026.05.01 23:40:03.637548 [ 267 ] {20f6f71c-3458-4ec0-9cab-d21f48baf28b} TCPHandler: Processed in 0.001782348 sec. 2026.05.01 23:40:03.637676 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.637780 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:03.637822 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:03.638280 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.638319 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.638768 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:03.639232 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:03.639380 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} executeQuery: Read 99 rows, 8.44 KiB in 0.001621 sec., 61073.41147439852 rows/sec., 5.08 MiB/sec. 2026.05.01 23:40:03.639421 [ 267 ] {2d117f04-5d75-496a-b3ab-47c53d140ca0} TCPHandler: Processed in 0.001796359 sec. 2026.05.01 23:40:03.639543 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.639640 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:03.639680 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:03.640247 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.640285 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.640742 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:03.641195 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:03.641346 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} executeQuery: Read 23 rows, 1.72 KiB in 0.001726 sec., 13325.60834298957 rows/sec., 995.80 KiB/sec. 2026.05.01 23:40:03.641385 [ 267 ] {dac56bde-254c-49fd-9926-9aafbab42ea2} TCPHandler: Processed in 0.001891251 sec. 2026.05.01 23:40:03.641511 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.641610 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:03.641651 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:03.642083 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.642121 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.642573 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:03.643028 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:03.643167 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} executeQuery: Read 97 rows, 7.77 KiB in 0.001577 sec., 61509.19467343056 rows/sec., 4.81 MiB/sec. 2026.05.01 23:40:03.643207 [ 267 ] {0c1bc82d-74ad-47cd-a991-910be97c39ae} TCPHandler: Processed in 0.001745207 sec. 2026.05.01 23:40:03.643328 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.643423 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:03.643465 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:03.643879 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.643920 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.644390 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:03.644848 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:03.644990 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} executeQuery: Read 161 rows, 11.48 KiB in 0.001586 sec., 101513.24085750316 rows/sec., 7.07 MiB/sec. 2026.05.01 23:40:03.645029 [ 267 ] {081ffee7-3890-493f-8fc3-a45a6416ecef} TCPHandler: Processed in 0.001749577 sec. 2026.05.01 23:40:03.645172 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.645266 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:03.645321 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} 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.01 23:40:03.646092 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.646131 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.646882 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:03.647334 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:03.647484 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} executeQuery: Read 21 rows, 38.53 KiB in 0.002236 sec., 9391.771019677995 rows/sec., 16.83 MiB/sec. 2026.05.01 23:40:03.647548 [ 267 ] {ef3c4d5e-1acf-43dc-bc7b-fb4961539764} TCPHandler: Processed in 0.002426613 sec. 2026.05.01 23:40:03.647680 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.647774 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.01 23:40:03.647816 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.01 23:40:03.648136 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.648174 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.648626 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:40:03.649112 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): 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.01 23:40:03.649243 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} executeQuery: Read 15 rows, 1.12 KiB in 0.001488 sec., 10080.645161290322 rows/sec., 750.14 KiB/sec. 2026.05.01 23:40:03.649287 [ 267 ] {d3495c81-b385-4c31-994a-dbd98f41a39e} TCPHandler: Processed in 0.001656746 sec. 2026.05.01 23:40:03.649405 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:03.649500 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:03.649546 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:03.649881 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:03.649918 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:03.650346 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:03.650801 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:03.650947 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. 2026.05.01 23:40:03.650990 [ 267 ] {41d14bdf-505d-4d82-bff0-7066983cccb4} TCPHandler: Processed in 0.001633106 sec. 2026.05.01 23:40:04.830581 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2375 2026.05.01 23:40:04.831340 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:04.831401 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:04.832198 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:04.832740 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:04.832927 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2375 2026.05.01 23:40:04.944601 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.01 23:40:04.961399 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:04.961442 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:04.967936 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:04.969107 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:04.971921 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.01 23:40:05.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.66 MiB, peak 173.67 MiB, free memory in arenas 0.00 B, will set to 170.11 MiB (RSS), difference: 1.44 MiB 2026.05.01 23:40:07.332022 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 176 2026.05.01 23:40:07.334359 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:07.334411 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:07.335699 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:07.336192 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:07.336498 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 176 2026.05.01 23:40:08.633183 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.633579 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:40:08.633940 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:08.633977 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} 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.01 23:40:08.634233 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:08.634302 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:08.634433 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:40:08.634540 [ 314 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:08.634606 [ 315 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:08.634740 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:08.634765 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:08.634809 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:08.634914 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.05.01 23:40:08.636005 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} executeQuery: Read 32 rows, 7.26 KiB in 0.002588 sec., 12364.760432766616 rows/sec., 2.74 MiB/sec. 2026.05.01 23:40:08.636104 [ 267 ] {96cdcc71-e82b-4a7c-b0ba-b66f44168780} TCPHandler: Processed in 0.003095367 sec. 2026.05.01 23:40:08.641180 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.641391 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.641442 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:40:08.642047 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.642092 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.642608 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:08.643033 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:40:08.643178 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} executeQuery: Read 284 rows, 18.47 KiB in 0.001823 sec., 155787.1640153593 rows/sec., 9.89 MiB/sec. 2026.05.01 23:40:08.643214 [ 267 ] {6d281430-a3bc-49bb-9487-d0ad3d6788a5} TCPHandler: Processed in 0.002094735 sec. 2026.05.01 23:40:08.643343 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.643435 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:08.643474 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:08.644214 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.644250 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.644687 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:08.645099 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:08.645246 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} executeQuery: Read 819 rows, 65.05 KiB in 0.001828 sec., 448030.63457330415 rows/sec., 34.75 MiB/sec. 2026.05.01 23:40:08.645283 [ 267 ] {bd7b4c2e-a57f-4d35-b4d3-d0f2f1ffd569} TCPHandler: Processed in 0.001986543 sec. 2026.05.01 23:40:08.645398 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.645489 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.645527 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:08.645964 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.645999 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.646391 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:08.646808 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:08.646934 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} executeQuery: Read 153 rows, 9.37 KiB in 0.001462 sec., 104651.16279069768 rows/sec., 6.26 MiB/sec. 2026.05.01 23:40:08.646969 [ 267 ] {c3f7c52e-f1a6-455b-8e3e-edaea3f3e35d} TCPHandler: Processed in 0.001617365 sec. 2026.05.01 23:40:08.647085 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.647176 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.647214 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:40:08.647649 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.647684 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.648093 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:08.648534 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:40:08.648671 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} executeQuery: Read 149 rows, 9.86 KiB in 0.001513 sec., 98479.84137475214 rows/sec., 6.36 MiB/sec. 2026.05.01 23:40:08.648707 [ 267 ] {5122ad83-2569-4028-bce7-4c9971951ce3} TCPHandler: Processed in 0.001668815 sec. 2026.05.01 23:40:08.648824 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.648915 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.648952 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:40:08.649378 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.649414 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.649834 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:08.650305 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:40:08.650435 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} executeQuery: Read 148 rows, 8.62 KiB in 0.001537 sec., 96291.4769030579 rows/sec., 5.48 MiB/sec. 2026.05.01 23:40:08.650471 [ 267 ] {8a1ed323-ae04-49b8-b0d4-f43992b3cc5c} TCPHandler: Processed in 0.001694206 sec. 2026.05.01 23:40:08.650588 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.650681 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:08.650719 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:08.651299 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.651334 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.651755 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:08.652165 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:08.652319 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} executeQuery: Read 501 rows, 36.06 KiB in 0.001656 sec., 302536.231884058 rows/sec., 21.26 MiB/sec. 2026.05.01 23:40:08.652357 [ 267 ] {f2278b1f-e1b9-4ec9-8314-b92882b6fcf0} TCPHandler: Processed in 0.001815949 sec. 2026.05.01 23:40:08.652473 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.652565 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:40:08.652606 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:40:08.652930 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.652964 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.653374 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:08.653814 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:40:08.653949 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. 2026.05.01 23:40:08.653984 [ 267 ] {5888db13-e51f-4cf3-b6f0-6aa36913f9b2} TCPHandler: Processed in 0.001558733 sec. 2026.05.01 23:40:08.654096 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.654194 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.654235 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:08.654644 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.654679 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.655111 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:08.655520 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:08.655675 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} executeQuery: Read 265 rows, 18.03 KiB in 0.001506 sec., 175962.81540504648 rows/sec., 11.69 MiB/sec. 2026.05.01 23:40:08.655713 [ 267 ] {ade2c9bf-b725-461a-89ea-949cd9c69dac} TCPHandler: Processed in 0.001663475 sec. 2026.05.01 23:40:08.655828 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.655919 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.655959 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:40:08.656262 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.656297 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.656688 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:08.657114 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:40:08.657260 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. 2026.05.01 23:40:08.657295 [ 267 ] {a2701639-c984-4be8-a15d-3c3f9915c9e5} TCPHandler: Processed in 0.001514572 sec. 2026.05.01 23:40:08.657435 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.657527 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.657579 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} 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.01 23:40:08.658351 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.658387 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.659017 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:08.659475 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:08.659618 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} executeQuery: Read 11 rows, 20.18 KiB in 0.002108 sec., 5218.216318785579 rows/sec., 9.35 MiB/sec. 2026.05.01 23:40:08.659665 [ 267 ] {058bafe5-6a13-4af0-91c9-78d2cce0ff16} TCPHandler: Processed in 0.002288339 sec. 2026.05.01 23:40:08.659796 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:08.659888 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:08.659928 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:08.660276 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:08.660311 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:08.660725 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:08.661143 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:08.661284 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} executeQuery: Read 90 rows, 5.77 KiB in 0.001413 sec., 63694.267515923566 rows/sec., 3.99 MiB/sec. 2026.05.01 23:40:08.661319 [ 267 ] {2b22151d-ad07-4b16-90ea-3b6c0b852f2b} TCPHandler: Processed in 0.001570484 sec. 2026.05.01 23:40:12.279522 [ 99 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:40:12.279571 [ 99 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:40:12.333016 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2887 2026.05.01 23:40:12.333565 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:12.333613 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:12.334297 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:12.334835 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:12.335008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2887 2026.05.01 23:40:12.335017 [ 98 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:12.335089 [ 98 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:12.335110 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:12.335328 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.337552 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:12.337654 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.337775 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.337836 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.337884 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.337941 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.338006 [ 195 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:12.370118 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2887 rows, containing 4 columns (4 merged, 0 gathered) in 0.034905392 sec., 82709.28457127769 rows/sec., 1.18 MiB/sec. 2026.05.01 23:40:12.371227 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:12.371767 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_6_1} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:12.371835 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_6_1} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:12.371941 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.05.01 23:40:12.472007 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.01 23:40:12.489864 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:12.489924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:12.496394 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:12.497482 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:12.497770 [ 98 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:12.497850 [ 98 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:12.497885 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:12.498011 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.500956 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.01 23:40:12.502085 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:12.503501 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.508091 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.512521 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.516726 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.523969 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.528598 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:12.590572 [ 195 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092598443 sec., 496.7686119733136 rows/sec., 2.57 MiB/sec. 2026.05.01 23:40:12.592624 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:12.594917 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_6_1} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:12.595022 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_6_1} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:12.596396 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. 2026.05.01 23:40:13.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.46 MiB, peak 180.99 MiB, free memory in arenas 0.00 B, will set to 181.18 MiB (RSS), difference: 9.72 MiB 2026.05.01 23:40:13.628463 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.628687 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:40:13.629000 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:13.629036 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} 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.01 23:40:13.629254 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:13.629322 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:13.629460 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 22-element set) 2026.05.01 23:40:13.629559 [ 302 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:13.629590 [ 319 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:13.629701 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.01 23:40:13.629726 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:13.631822 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:13.631850 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.01 23:40:13.631910 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} 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.01 23:40:13.631958 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} 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.01 23:40:13.633347 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} executeQuery: Read 35 rows, 7.54 KiB in 0.004748 sec., 7371.524852569503 rows/sec., 1.55 MiB/sec. 2026.05.01 23:40:13.633474 [ 267 ] {b50441c9-4dbf-4fbb-8124-3ea9b1daa586} TCPHandler: Processed in 0.00513551 sec. 2026.05.01 23:40:13.635703 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.635815 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:13.635859 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:13.636355 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.636399 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.636963 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:13.637634 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:13.637808 [ 93 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:13.637822 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} executeQuery: Read 108 rows, 9.30 KiB in 0.002037 sec., 53019.14580265095 rows/sec., 4.46 MiB/sec. 2026.05.01 23:40:13.637879 [ 93 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.637888 [ 267 ] {89d4770e-faf3-4d2c-8b2e-33ceab314036} TCPHandler: Processed in 0.002237269 sec. 2026.05.01 23:40:13.637909 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.638035 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.638066 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:13.638136 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:13.638184 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:13.638210 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:13.638259 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 824 rows starting from the beginning of the part 2026.05.01 23:40:13.638340 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:13.638392 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:13.638454 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 99 rows starting from the beginning of the part 2026.05.01 23:40:13.638512 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 819 rows starting from the beginning of the part 2026.05.01 23:40:13.638593 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 108 rows starting from the beginning of the part 2026.05.01 23:40:13.638641 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.638689 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.639277 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:13.639744 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:13.639942 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} executeQuery: Read 26 rows, 1.96 KiB in 0.001824 sec., 14254.38596491228 rows/sec., 1.05 MiB/sec. 2026.05.01 23:40:13.639983 [ 267 ] {8312a154-d643-43af-9ef6-44d6da3e403a} TCPHandler: Processed in 0.001997993 sec. 2026.05.01 23:40:13.640114 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.640145 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.002140776 sec., 1272902.9099728323 rows/sec., 104.14 MiB/sec. 2026.05.01 23:40:13.640208 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:13.640252 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:13.640419 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:13.640678 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.640721 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.640917 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:13.641001 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_6_1} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:13.641072 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.05.01 23:40:13.641200 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:13.641660 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:13.641775 [ 93 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:13.641800 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} executeQuery: Read 95 rows, 7.62 KiB in 0.001609 sec., 59042.88377874457 rows/sec., 4.62 MiB/sec. 2026.05.01 23:40:13.641812 [ 93 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.641842 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.641849 [ 267 ] {f15aa6e2-9a63-4f73-9d4e-a460135ab5e3} TCPHandler: Processed in 0.001783338 sec. 2026.05.01 23:40:13.641922 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:40:13.641978 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.642014 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:13.642046 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 511 rows starting from the beginning of the part 2026.05.01 23:40:13.642078 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:13.642120 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:40:13.642126 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:13.642181 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 501 rows starting from the beginning of the part 2026.05.01 23:40:13.642231 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 97 rows starting from the beginning of the part 2026.05.01 23:40:13.642277 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 501 rows starting from the beginning of the part 2026.05.01 23:40:13.642332 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 95 rows starting from the beginning of the part 2026.05.01 23:40:13.642565 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.642607 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.643068 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:13.643438 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546693 sec., 1143730.5270018033 rows/sec., 86.13 MiB/sec. 2026.05.01 23:40:13.643537 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:13.643652 [ 93 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:13.643684 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. 2026.05.01 23:40:13.643695 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:13.643687 [ 93 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.643729 [ 267 ] {1902e166-c3e8-494e-8ada-569d98dc6cd3} TCPHandler: Processed in 0.001801339 sec. 2026.05.01 23:40:13.643754 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.643845 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:13.643865 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.643956 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:13.643984 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:13.643989 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:13.644045 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} 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.01 23:40:13.644056 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:13.644107 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:13.644148 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2026.05.01 23:40:13.644184 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 265 rows starting from the beginning of the part 2026.05.01 23:40:13.644239 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:13.644255 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:13.644328 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_6_1} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:13.644401 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.05.01 23:40:13.644909 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.644950 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.645382 [ 191 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569994 sec., 815926.6850701341 rows/sec., 55.21 MiB/sec. 2026.05.01 23:40:13.645644 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:13.645696 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:13.646166 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:13.646225 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:13.646235 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_6_1} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:13.646304 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.05.01 23:40:13.646409 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} executeQuery: Read 26 rows, 47.71 KiB in 0.002443 sec., 10642.652476463365 rows/sec., 19.07 MiB/sec. 2026.05.01 23:40:13.646480 [ 267 ] {e7c3d507-3f91-43c6-a4a3-336671ca7f05} TCPHandler: Processed in 0.002665668 sec. 2026.05.01 23:40:13.646617 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.646791 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.01 23:40:13.646835 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.01 23:40:13.647187 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.647228 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.647681 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:40:13.648130 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): 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.01 23:40:13.648258 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} executeQuery: Read 6 rows, 463.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 302.85 KiB/sec. 2026.05.01 23:40:13.648294 [ 267 ] {87d45cfb-287f-486f-999e-09aee3b3871f} TCPHandler: Processed in 0.001728857 sec. 2026.05.01 23:40:13.648419 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:13.648510 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:13.648550 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:13.648889 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.648925 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.649320 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:13.649760 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:13.649858 [ 93 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:13.649888 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. 2026.05.01 23:40:13.649897 [ 93 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:13.649929 [ 267 ] {ec12b31e-1bbb-4c04-ab6c-b19efc46ae2a} TCPHandler: Processed in 0.001557374 sec. 2026.05.01 23:40:13.649930 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:13.650058 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:13.650182 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:13.650225 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:13.650310 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:13.650360 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:13.650406 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:13.650446 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 90 rows starting from the beginning of the part 2026.05.01 23:40:13.650488 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:13.651382 [ 199 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 4 columns (4 merged, 0 gathered) in 0.001371719 sec., 328055.5274075813 rows/sec., 21.16 MiB/sec. 2026.05.01 23:40:13.651640 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:13.652119 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_6_1} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:13.652189 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_6_1} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:13.652257 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.01 23:40:14.036469 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.036709 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:40:14.037062 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:14.037102 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} 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.01 23:40:14.037366 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:14.037438 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:14.037643 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.01 23:40:14.037786 [ 321 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:14.037793 [ 319 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:14.037972 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:14.038004 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:14.038060 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:14.038085 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.05.01 23:40:14.039347 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} executeQuery: Read 32 rows, 7.26 KiB in 0.00274 sec., 11678.832116788322 rows/sec., 2.59 MiB/sec. 2026.05.01 23:40:14.039453 [ 267 ] {02ccdb78-3ef5-4fd4-849b-bfc11605b29e} TCPHandler: Processed in 0.003108937 sec. 2026.05.01 23:40:14.060716 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.060940 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 23:40:14.060995 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:14.061569 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.061612 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.062153 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:14.062544 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): 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.01 23:40:14.062701 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} executeQuery: Read 9 rows, 1.88 KiB in 0.001826 sec., 4928.806133625411 rows/sec., 1.01 MiB/sec. 2026.05.01 23:40:14.062740 [ 267 ] {68b9aa9c-285c-4592-aae8-5e9ea0e1fcf7} TCPHandler: Processed in 0.002122495 sec. 2026.05.01 23:40:14.062877 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.062971 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.063013 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:40:14.063537 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.063580 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.064027 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:14.064461 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:40:14.064594 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} executeQuery: Read 284 rows, 18.47 KiB in 0.001641 sec., 173065.20414381474 rows/sec., 10.99 MiB/sec. 2026.05.01 23:40:14.064632 [ 267 ] {641207f7-ddfd-42a3-af05-313649ec234a} TCPHandler: Processed in 0.001805839 sec. 2026.05.01 23:40:14.064760 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.064855 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:40:14.064895 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:40:14.065302 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.065338 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.065752 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:14.066218 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:40:14.066361 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} executeQuery: Read 2 rows, 167.00 B in 0.001524 sec., 1312.3359580052493 rows/sec., 107.01 KiB/sec. 2026.05.01 23:40:14.066399 [ 267 ] {d8b8a8cb-e858-46f1-9d1c-4ffb8ea79373} TCPHandler: Processed in 0.001689386 sec. 2026.05.01 23:40:14.066517 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.066611 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:14.066651 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:14.068758 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.068796 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.069642 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:14.070100 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:14.070235 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} executeQuery: Read 3165 rows, 242.02 KiB in 0.003641 sec., 869266.6849766547 rows/sec., 64.91 MiB/sec. 2026.05.01 23:40:14.070273 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.01 23:40:14.070288 [ 267 ] {f399d14c-5a29-4655-bc6a-289cf65ee89e} TCPHandler: Processed in 0.003819992 sec. 2026.05.01 23:40:14.070409 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.070504 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.070544 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:14.071011 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.071050 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.071461 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:14.071950 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:14.072056 [ 90 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:14.072082 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} executeQuery: Read 163 rows, 10.11 KiB in 0.001597 sec., 102066.37445209769 rows/sec., 6.18 MiB/sec. 2026.05.01 23:40:14.072114 [ 90 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.072127 [ 267 ] {cf4959d2-07ad-4d7d-8f80-603034361c6c} TCPHandler: Processed in 0.001768318 sec. 2026.05.01 23:40:14.072142 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.072258 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.072273 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:40:14.072356 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.072387 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:14.072396 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:40:14.072431 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 163 rows starting from the beginning of the part 2026.05.01 23:40:14.072535 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:40:14.072597 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2026.05.01 23:40:14.072649 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 153 rows starting from the beginning of the part 2026.05.01 23:40:14.072700 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.05.01 23:40:14.072760 [ 196 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 163 rows starting from the beginning of the part 2026.05.01 23:40:14.073137 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.073175 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.073729 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:14.073734 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509062 sec., 451273.7051227849 rows/sec., 29.28 MiB/sec. 2026.05.01 23:40:14.074031 [ 199 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:14.074222 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:40:14.074375 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} executeQuery: Read 950 rows, 57.24 KiB in 0.002037 sec., 466372.1158566519 rows/sec., 27.44 MiB/sec. 2026.05.01 23:40:14.074415 [ 267 ] {da56a6ee-5799-4547-a1e3-45fddb850e87} TCPHandler: Processed in 0.002207507 sec. 2026.05.01 23:40:14.074546 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.074594 [ 199 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:14.074644 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.074680 [ 199 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_6_1} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:14.074690 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:40:14.074775 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.01 23:40:14.075088 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.075128 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.075672 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 23:40:14.076172 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:40:14.076332 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} executeQuery: Read 2 rows, 144.00 B in 0.001705 sec., 1173.0205278592375 rows/sec., 82.48 KiB/sec. 2026.05.01 23:40:14.076413 [ 267 ] {aa33db82-ced7-4536-a8d8-9938ad4b164f} TCPHandler: Processed in 0.001914431 sec. 2026.05.01 23:40:14.076599 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.076752 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.076808 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:40:14.077299 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.077337 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.077824 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:14.078289 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:40:14.078429 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} executeQuery: Read 148 rows, 8.62 KiB in 0.001701 sec., 87007.64256319811 rows/sec., 4.95 MiB/sec. 2026.05.01 23:40:14.078469 [ 267 ] {2ea4d4d0-8eed-4c04-8458-d5495e07a7e2} TCPHandler: Processed in 0.001926111 sec. 2026.05.01 23:40:14.078599 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.078696 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:14.078741 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:14.079787 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.079825 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.080456 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:14.080889 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:14.081037 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} executeQuery: Read 1726 rows, 118.98 KiB in 0.002359 sec., 731665.9601526071 rows/sec., 49.26 MiB/sec. 2026.05.01 23:40:14.081077 [ 267 ] {22dc2b30-a3f6-4b33-9788-b41e10056f73} TCPHandler: Processed in 0.002529605 sec. 2026.05.01 23:40:14.081236 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.081332 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:40:14.081373 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:40:14.081768 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.081814 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.082344 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:14.082833 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:40:14.082980 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} executeQuery: Read 6 rows, 321.00 B in 0.001666 sec., 3601.4405762304923 rows/sec., 188.16 KiB/sec. 2026.05.01 23:40:14.083018 [ 267 ] {acc8f208-7b72-45f9-baa3-01e693ea2087} TCPHandler: Processed in 0.001833249 sec. 2026.05.01 23:40:14.083145 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.083241 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.083282 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:14.084428 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.084465 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.085149 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:14.085584 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:14.085727 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} executeQuery: Read 3165 rows, 203.22 KiB in 0.002505 sec., 1263473.0538922157 rows/sec., 79.22 MiB/sec. 2026.05.01 23:40:14.085764 [ 267 ] {1d7e7e06-22a3-4699-b6d0-386cd9ab00f3} TCPHandler: Processed in 0.002669137 sec. 2026.05.01 23:40:14.085900 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.085994 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.086036 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:40:14.086380 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.086417 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.086841 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:14.087289 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:40:14.087430 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec. 2026.05.01 23:40:14.087467 [ 267 ] {a7bae625-5068-4059-99fe-b68bdf36eb25} TCPHandler: Processed in 0.001617845 sec. 2026.05.01 23:40:14.087586 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.087679 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.087731 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} 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.01 23:40:14.088526 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.088563 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.089214 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:14.089640 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:14.089743 [ 90 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:14.089786 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} executeQuery: Read 19 rows, 34.86 KiB in 0.002124 sec., 8945.386064030132 rows/sec., 16.03 MiB/sec. 2026.05.01 23:40:14.089795 [ 90 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.089843 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.089845 [ 267 ] {2326ca25-fea3-4ca9-b3a6-41a6d2e5e422} TCPHandler: Processed in 0.00230984 sec. 2026.05.01 23:40:14.089978 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:40:14.090006 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:14.090100 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:14.090140 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:14.090193 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:14.090250 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.05.01 23:40:14.090380 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:40:14.090482 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:14.090500 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part 2026.05.01 23:40:14.090519 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:14.090617 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.01 23:40:14.090727 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.05.01 23:40:14.090839 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 19 rows starting from the beginning of the part 2026.05.01 23:40:14.090929 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:14.091368 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:14.091498 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} executeQuery: Read 42 rows, 2.45 KiB in 0.001417 sec., 29640.084685956244 rows/sec., 1.69 MiB/sec. 2026.05.01 23:40:14.091534 [ 267 ] {9a296f27-05ac-42ca-9e81-bd704693b7ac} TCPHandler: Processed in 0.001577274 sec. 2026.05.01 23:40:14.092761 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 99 rows, containing 19 columns (19 merged, 0 gathered) in 0.002814181 sec., 35178.9739181666 rows/sec., 63.04 MiB/sec. 2026.05.01 23:40:14.093153 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:14.093661 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:14.093722 [ 196 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_6_1} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:14.093791 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.05.01 23:40:17.336690 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 246 2026.05.01 23:40:17.339513 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:17.339564 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:17.340923 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:17.341421 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:17.341750 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2026.05.01 23:40:18.626530 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:18.626800 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:40:18.627145 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:18.627179 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} 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.01 23:40:18.627395 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:18.627469 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:18.627633 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:40:18.627766 [ 321 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:18.627770 [ 302 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:18.627788 [ 299 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:18.627955 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:18.627983 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:18.628055 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:18.628077 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.05.01 23:40:18.628113 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:18.628156 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:18.629314 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} executeQuery: Read 41 rows, 7.57 KiB in 0.002613 sec., 15690.776884806737 rows/sec., 2.83 MiB/sec. 2026.05.01 23:40:18.629423 [ 267 ] {1fac6d7e-26d9-4578-8aa8-d094471b4a05} TCPHandler: Processed in 0.003030116 sec. 2026.05.01 23:40:18.630965 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:18.631097 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:18.631153 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:18.631733 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:18.631783 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:18.632292 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:18.632808 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:18.632962 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec. 2026.05.01 23:40:18.633004 [ 267 ] {f4e26492-5920-4162-9f71-b4c4f064caf2} TCPHandler: Processed in 0.002091315 sec. 2026.05.01 23:40:18.633146 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:18.633244 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:18.633287 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:18.633727 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:18.633767 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:18.634198 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:18.634666 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:18.634807 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} executeQuery: Read 64 rows, 5.12 KiB in 0.001583 sec., 40429.564118761846 rows/sec., 3.16 MiB/sec. 2026.05.01 23:40:18.634846 [ 267 ] {3e25567c-fb85-4a45-ba86-b258f8ea15a7} TCPHandler: Processed in 0.001751037 sec. 2026.05.01 23:40:18.634971 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:18.635069 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:18.635113 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:18.635493 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:18.635530 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:18.635994 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:18.636442 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:18.636578 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} executeQuery: Read 128 rows, 9.13 KiB in 0.001529 sec., 83714.84630477436 rows/sec., 5.83 MiB/sec. 2026.05.01 23:40:18.636617 [ 267 ] {0c030315-68f9-4532-8da6-d91c7c1ba5cb} TCPHandler: Processed in 0.001695806 sec. 2026.05.01 23:40:18.636740 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:18.636834 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:18.636876 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:18.637213 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:18.637251 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:18.637695 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:18.638239 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:18.638374 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} executeQuery: Read 48 rows, 3.31 KiB in 0.001558 sec., 30808.72913992298 rows/sec., 2.08 MiB/sec. 2026.05.01 23:40:18.638411 [ 267 ] {15b8b0ac-4047-478b-a7e0-93e88de15f6d} TCPHandler: Processed in 0.001722377 sec. 2026.05.01 23:40:19.835120 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3335 2026.05.01 23:40:19.835625 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:19.835672 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:19.836333 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:19.836904 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:19.837043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3335 2026.05.01 23:40:20.001054 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.01 23:40:20.019746 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:20.019807 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:20.025493 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:20.026650 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:20.029870 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.01 23:40:22.360459 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65077 2026.05.01 23:40:22.360573 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.360599 [ 286 ] {} TCP-Session: 58142236-8c25-4017-bcdf-de9671d0fd25 Authenticating user 'default' from [fd00:1122:3344:101::e]:65077 2026.05.01 23:40:22.360623 [ 286 ] {} TCP-Session: 58142236-8c25-4017-bcdf-de9671d0fd25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.360636 [ 286 ] {} TCP-Session: 58142236-8c25-4017-bcdf-de9671d0fd25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.360854 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55522 2026.05.01 23:40:22.360884 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35687 2026.05.01 23:40:22.360897 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60024 2026.05.01 23:40:22.360940 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36925 2026.05.01 23:40:22.360979 [ 286 ] {} TCP-Session: 58142236-8c25-4017-bcdf-de9671d0fd25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:22.360991 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361012 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.360947 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53856 2026.05.01 23:40:22.361045 [ 287 ] {} TCP-Session: a1684294-c975-46ab-9442-a52e3cc63439 Authenticating user 'default' from [fd00:1122:3344:101::e]:55522 2026.05.01 23:40:22.361059 [ 288 ] {} TCP-Session: 82af0b34-8d49-4819-845e-03f34a2eaa52 Authenticating user 'default' from [fd00:1122:3344:101::e]:35687 2026.05.01 23:40:22.361105 [ 287 ] {} TCP-Session: a1684294-c975-46ab-9442-a52e3cc63439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361124 [ 288 ] {} TCP-Session: 82af0b34-8d49-4819-845e-03f34a2eaa52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361133 [ 287 ] {} TCP-Session: a1684294-c975-46ab-9442-a52e3cc63439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361148 [ 288 ] {} TCP-Session: 82af0b34-8d49-4819-845e-03f34a2eaa52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361159 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} executeQuery: (from [fd00:1122:3344:101::e]:65077) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:40:22.360926 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49815 2026.05.01 23:40:22.360917 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61778 2026.05.01 23:40:22.360906 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59054 2026.05.01 23:40:22.361314 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361314 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361362 [ 293 ] {} TCP-Session: 1b6b9106-2c7a-40ef-a00d-8b6a64527206 Authenticating user 'default' from [fd00:1122:3344:101::e]:36925 2026.05.01 23:40:22.361384 [ 294 ] {} TCP-Session: 2394eb16-b92a-4ad8-8603-1a493eaf3d8d Authenticating user 'default' from [fd00:1122:3344:101::e]:53856 2026.05.01 23:40:22.361396 [ 293 ] {} TCP-Session: 1b6b9106-2c7a-40ef-a00d-8b6a64527206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361412 [ 294 ] {} TCP-Session: 2394eb16-b92a-4ad8-8603-1a493eaf3d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361419 [ 293 ] {} TCP-Session: 1b6b9106-2c7a-40ef-a00d-8b6a64527206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361432 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:40:22.361436 [ 294 ] {} TCP-Session: 2394eb16-b92a-4ad8-8603-1a493eaf3d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361503 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:22.361545 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361547 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361587 [ 291 ] {} TCP-Session: fef66c82-7ce1-4fe4-b653-89cfe1e31511 Authenticating user 'default' from [fd00:1122:3344:101::e]:61778 2026.05.01 23:40:22.361600 [ 290 ] {} TCP-Session: 67800dc7-45d3-4b39-ab1b-895847c95b51 Authenticating user 'default' from [fd00:1122:3344:101::e]:59054 2026.05.01 23:40:22.361619 [ 291 ] {} TCP-Session: fef66c82-7ce1-4fe4-b653-89cfe1e31511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361638 [ 290 ] {} TCP-Session: 67800dc7-45d3-4b39-ab1b-895847c95b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361651 [ 291 ] {} TCP-Session: fef66c82-7ce1-4fe4-b653-89cfe1e31511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361662 [ 290 ] {} TCP-Session: 67800dc7-45d3-4b39-ab1b-895847c95b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361701 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361728 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:22.361739 [ 289 ] {} TCP-Session: e8e178fe-2cd6-4d72-977c-aa18801acdc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60024 2026.05.01 23:40:22.361765 [ 292 ] {} TCP-Session: 5a9b3db3-3709-46a3-a9c0-059cdb890dc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:49815 2026.05.01 23:40:22.361775 [ 289 ] {} TCP-Session: e8e178fe-2cd6-4d72-977c-aa18801acdc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361777 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:40:22.361803 [ 289 ] {} TCP-Session: e8e178fe-2cd6-4d72-977c-aa18801acdc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361793 [ 292 ] {} TCP-Session: 5a9b3db3-3709-46a3-a9c0-059cdb890dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361851 [ 292 ] {} TCP-Session: 5a9b3db3-3709-46a3-a9c0-059cdb890dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.361881 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} Aggregator: Compile expression max()(UInt64) 0 2026.05.01 23:40:22.790563 [ 341 ] {4335ba71-9125-4421-89ad-a865349835db} AggregatingTransform: Aggregating 2026.05.01 23:40:22.790628 [ 341 ] {4335ba71-9125-4421-89ad-a865349835db} Aggregator: Aggregation method: without_key 2026.05.01 23:40:22.790660 [ 341 ] {4335ba71-9125-4421-89ad-a865349835db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00185648 sec. (538.654 rows/sec., 21.04 KiB/sec.) 2026.05.01 23:40:22.790676 [ 341 ] {4335ba71-9125-4421-89ad-a865349835db} Aggregator: Merging aggregated data 2026.05.01 23:40:22.791833 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} executeQuery: Read 1 rows, 40.00 B in 0.430725 sec., 2.321666956875036 rows/sec., 92.87 B/sec. 2026.05.01 23:40:22.791989 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.01 23:40:22.792004 [ 286 ] {4335ba71-9125-4421-89ad-a865349835db} TCPHandler: Processed in 0.431175865 sec. 2026.05.01 23:40:22.792141 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792171 [ 286 ] {} TCP-Session: 58142236-8c25-4017-bcdf-de9671d0fd25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792194 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792234 [ 294 ] {} TCP-Session: 2394eb16-b92a-4ad8-8603-1a493eaf3d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792240 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792263 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792240 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792315 [ 291 ] {} TCP-Session: fef66c82-7ce1-4fe4-b653-89cfe1e31511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792322 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792355 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792361 [ 287 ] {} TCP-Session: a1684294-c975-46ab-9442-a52e3cc63439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792388 [ 290 ] {} TCP-Session: 67800dc7-45d3-4b39-ab1b-895847c95b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792413 [ 293 ] {} TCP-Session: 1b6b9106-2c7a-40ef-a00d-8b6a64527206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792348 [ 288 ] {} TCP-Session: 82af0b34-8d49-4819-845e-03f34a2eaa52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792310 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792274 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:22.792492 [ 292 ] {} TCP-Session: 5a9b3db3-3709-46a3-a9c0-059cdb890dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:22.792521 [ 289 ] {} TCP-Session: e8e178fe-2cd6-4d72-977c-aa18801acdc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.000380 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.20 MiB, peak 195.31 MiB, free memory in arenas 0.00 B, will set to 204.73 MiB (RSS), difference: 19.53 MiB 2026.05.01 23:40:23.628656 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.628880 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} executeQuery: (from [fd00:1122:3344:101::d]:39879) 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.01 23:40:23.629224 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:23.629259 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} 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.01 23:40:23.629489 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:23.629559 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:23.629699 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:40:23.629827 [ 301 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:23.629843 [ 304 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:23.629842 [ 320 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:23.629986 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:23.630014 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:23.630084 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:23.630105 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.05.01 23:40:23.630142 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:23.630292 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:23.631547 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} executeQuery: Read 41 rows, 7.57 KiB in 0.002755 sec., 14882.032667876587 rows/sec., 2.68 MiB/sec. 2026.05.01 23:40:23.631700 [ 267 ] {b8856389-e5e1-4f88-b5ac-5b707a2fc8f6} TCPHandler: Processed in 0.003168998 sec. 2026.05.01 23:40:23.633851 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.633983 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:23.634035 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:23.634562 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:23.634611 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:23.635245 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:23.635748 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:23.635913 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} executeQuery: Read 108 rows, 9.30 KiB in 0.001968 sec., 54878.0487804878 rows/sec., 4.62 MiB/sec. 2026.05.01 23:40:23.635951 [ 267 ] {3688060d-1e68-40d8-a275-d334100870d8} TCPHandler: Processed in 0.002162507 sec. 2026.05.01 23:40:23.636084 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.636179 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:23.636219 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:23.636622 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:23.636659 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:23.637060 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:23.637490 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:23.637640 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} executeQuery: Read 26 rows, 1.96 KiB in 0.00148 sec., 17567.567567567567 rows/sec., 1.29 MiB/sec. 2026.05.01 23:40:23.637681 [ 267 ] {82116433-9f07-4321-8e61-a7f9b7710642} TCPHandler: Processed in 0.001646755 sec. 2026.05.01 23:40:23.637817 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.637912 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:23.637952 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:23.638367 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:23.638405 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:23.638840 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:23.639296 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:23.639438 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} executeQuery: Read 90 rows, 7.20 KiB in 0.001544 sec., 58290.155440414506 rows/sec., 4.55 MiB/sec. 2026.05.01 23:40:23.639476 [ 267 ] {139d239a-0427-4a64-912e-8bcf87aa90ca} TCPHandler: Processed in 0.001708417 sec. 2026.05.01 23:40:23.639619 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.639720 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:23.639766 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:23.640196 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:23.640237 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:23.640708 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:23.641162 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:23.641310 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. 2026.05.01 23:40:23.641348 [ 267 ] {c5abddf5-c7de-4b59-895f-3d4a400beb24} TCPHandler: Processed in 0.001786168 sec. 2026.05.01 23:40:23.641469 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.641565 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:23.641618 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} 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.01 23:40:23.642426 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:23.642464 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:23.643105 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:23.643532 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:23.643687 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} executeQuery: Read 26 rows, 47.71 KiB in 0.002141 sec., 12143.858010275571 rows/sec., 21.76 MiB/sec. 2026.05.01 23:40:23.643743 [ 267 ] {c81b33a8-0cda-42f4-90a5-14389ede7066} TCPHandler: Processed in 0.00232347 sec. 2026.05.01 23:40:23.643870 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.643966 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} executeQuery: (from [fd00:1122:3344:101::d]:39879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:23.644010 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:23.644366 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:23.644402 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:23.644810 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:23.645286 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:23.645420 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. 2026.05.01 23:40:23.645456 [ 267 ] {bf8c814f-0159-4fa6-950a-76b3964cde46} TCPHandler: Processed in 0.001635395 sec. 2026.05.01 23:40:23.671221 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53109 2026.05.01 23:40:23.671324 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.671352 [ 289 ] {} TCP-Session: b4402ea4-54a3-4a23-b717-2e895123b73b Authenticating user 'default' from [fd00:1122:3344:101::e]:53109 2026.05.01 23:40:23.671373 [ 289 ] {} TCP-Session: b4402ea4-54a3-4a23-b717-2e895123b73b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671386 [ 289 ] {} TCP-Session: b4402ea4-54a3-4a23-b717-2e895123b73b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671563 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39158 2026.05.01 23:40:23.671580 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42113 2026.05.01 23:40:23.671615 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62152 2026.05.01 23:40:23.671622 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32771 2026.05.01 23:40:23.671668 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63539 2026.05.01 23:40:23.671671 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.671704 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.671714 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.671731 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.671743 [ 291 ] {} TCP-Session: 6d53c2b9-d3b8-41b3-be72-85575cfcfe37 Authenticating user 'default' from [fd00:1122:3344:101::e]:42113 2026.05.01 23:40:23.671768 [ 293 ] {} TCP-Session: 82d5b059-9168-4268-b4d1-1143dfaa0df2 Authenticating user 'default' from [fd00:1122:3344:101::e]:32771 2026.05.01 23:40:23.671758 [ 292 ] {} TCP-Session: af0e62f5-4f2e-4fe4-a4a0-b89355c7de46 Authenticating user 'default' from [fd00:1122:3344:101::e]:62152 2026.05.01 23:40:23.671797 [ 293 ] {} TCP-Session: 82d5b059-9168-4268-b4d1-1143dfaa0df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671787 [ 289 ] {} TCP-Session: b4402ea4-54a3-4a23-b717-2e895123b73b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.671826 [ 293 ] {} TCP-Session: 82d5b059-9168-4268-b4d1-1143dfaa0df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671824 [ 292 ] {} TCP-Session: af0e62f5-4f2e-4fe4-a4a0-b89355c7de46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671730 [ 290 ] {} TCP-Session: 5f4f1dcb-f05c-4df2-ac00-df8769433277 Authenticating user 'default' from [fd00:1122:3344:101::e]:39158 2026.05.01 23:40:23.671892 [ 292 ] {} TCP-Session: af0e62f5-4f2e-4fe4-a4a0-b89355c7de46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671914 [ 290 ] {} TCP-Session: 5f4f1dcb-f05c-4df2-ac00-df8769433277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671677 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37160 2026.05.01 23:40:23.671938 [ 290 ] {} TCP-Session: 5f4f1dcb-f05c-4df2-ac00-df8769433277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671670 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37945 2026.05.01 23:40:23.671744 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.672008 [ 289 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} executeQuery: (from [fd00:1122:3344:101::e]:53109) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:40:23.672039 [ 286 ] {} TCP-Session: bbcc99d6-4b0e-4039-b809-001ea533fa78 Authenticating user 'default' from [fd00:1122:3344:101::e]:63539 2026.05.01 23:40:23.672050 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.672065 [ 286 ] {} TCP-Session: bbcc99d6-4b0e-4039-b809-001ea533fa78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672084 [ 287 ] {} TCP-Session: 529475db-ddfb-4f45-9d7e-b0d591208725 Authenticating user 'default' from [fd00:1122:3344:101::e]:37945 2026.05.01 23:40:23.672094 [ 286 ] {} TCP-Session: bbcc99d6-4b0e-4039-b809-001ea533fa78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672112 [ 287 ] {} TCP-Session: 529475db-ddfb-4f45-9d7e-b0d591208725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672007 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.672137 [ 287 ] {} TCP-Session: 529475db-ddfb-4f45-9d7e-b0d591208725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671789 [ 291 ] {} TCP-Session: 6d53c2b9-d3b8-41b3-be72-85575cfcfe37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672164 [ 288 ] {} TCP-Session: 5176222e-f259-4d73-b3f9-488b740593a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37160 2026.05.01 23:40:23.672186 [ 291 ] {} TCP-Session: 6d53c2b9-d3b8-41b3-be72-85575cfcfe37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672203 [ 288 ] {} TCP-Session: 5176222e-f259-4d73-b3f9-488b740593a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.671636 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63111 2026.05.01 23:40:23.672227 [ 288 ] {} TCP-Session: 5176222e-f259-4d73-b3f9-488b740593a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672302 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.672329 [ 294 ] {} TCP-Session: d22c8854-2e22-4c92-bfe9-cd7fbfbcab83 Authenticating user 'default' from [fd00:1122:3344:101::e]:63111 2026.05.01 23:40:23.672339 [ 289 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:40:23.672345 [ 294 ] {} TCP-Session: d22c8854-2e22-4c92-bfe9-cd7fbfbcab83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672380 [ 294 ] {} TCP-Session: d22c8854-2e22-4c92-bfe9-cd7fbfbcab83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.672409 [ 289 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:23.672733 [ 289 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:40:23.673758 [ 320 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} AggregatingTransform: Aggregating 2026.05.01 23:40:23.673793 [ 320 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} Aggregator: Aggregation method: without_key 2026.05.01 23:40:23.673822 [ 320 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000993001 sec. (1007.048 rows/sec., 39.34 KiB/sec.) 2026.05.01 23:40:23.673836 [ 320 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} Aggregator: Merging aggregated data 2026.05.01 23:40:23.675283 [ 289 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} executeQuery: Read 1 rows, 40.00 B in 0.003335 sec., 299.85007496251876 rows/sec., 11.71 KiB/sec. 2026.05.01 23:40:23.675424 [ 289 ] {f5e96fa1-0dfb-4f51-836b-28a2853df26f} TCPHandler: Processed in 0.003782182 sec. 2026.05.01 23:40:23.675552 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675579 [ 289 ] {} TCP-Session: b4402ea4-54a3-4a23-b717-2e895123b73b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675583 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675607 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675626 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675641 [ 290 ] {} TCP-Session: 5f4f1dcb-f05c-4df2-ac00-df8769433277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675660 [ 291 ] {} TCP-Session: 6d53c2b9-d3b8-41b3-be72-85575cfcfe37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675661 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675679 [ 293 ] {} TCP-Session: 82d5b059-9168-4268-b4d1-1143dfaa0df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675700 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675722 [ 287 ] {} TCP-Session: 529475db-ddfb-4f45-9d7e-b0d591208725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675732 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675746 [ 286 ] {} TCP-Session: bbcc99d6-4b0e-4039-b809-001ea533fa78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675680 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675780 [ 294 ] {} TCP-Session: d22c8854-2e22-4c92-bfe9-cd7fbfbcab83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675642 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.675821 [ 288 ] {} TCP-Session: 5176222e-f259-4d73-b3f9-488b740593a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.675855 [ 292 ] {} TCP-Session: af0e62f5-4f2e-4fe4-a4a0-b89355c7de46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.717917 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36781 2026.05.01 23:40:23.718015 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718040 [ 289 ] {} TCP-Session: 718c465e-d3eb-467a-9b04-a2c6f55fde20 Authenticating user 'default' from [fd00:1122:3344:101::e]:36781 2026.05.01 23:40:23.718061 [ 289 ] {} TCP-Session: 718c465e-d3eb-467a-9b04-a2c6f55fde20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718074 [ 289 ] {} TCP-Session: 718c465e-d3eb-467a-9b04-a2c6f55fde20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718264 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39133 2026.05.01 23:40:23.718302 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59776 2026.05.01 23:40:23.718330 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33981 2026.05.01 23:40:23.718340 [ 289 ] {} TCP-Session: 718c465e-d3eb-467a-9b04-a2c6f55fde20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:23.718345 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36333 2026.05.01 23:40:23.718389 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718406 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718433 [ 290 ] {} TCP-Session: 9a2e1217-c613-4809-a09d-4275fb0af5e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39133 2026.05.01 23:40:23.718443 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718445 [ 293 ] {} TCP-Session: b2ce6781-eb06-4a5e-a5de-18e7e081e972 Authenticating user 'default' from [fd00:1122:3344:101::e]:33981 2026.05.01 23:40:23.718460 [ 290 ] {} TCP-Session: 9a2e1217-c613-4809-a09d-4275fb0af5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718469 [ 294 ] {} TCP-Session: 890d681b-a32c-4d84-b061-c21ecd6305a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36333 2026.05.01 23:40:23.718483 [ 293 ] {} TCP-Session: b2ce6781-eb06-4a5e-a5de-18e7e081e972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718489 [ 290 ] {} TCP-Session: 9a2e1217-c613-4809-a09d-4275fb0af5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718502 [ 294 ] {} TCP-Session: 890d681b-a32c-4d84-b061-c21ecd6305a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718506 [ 289 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} executeQuery: (from [fd00:1122:3344:101::e]:36781) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:40:23.718529 [ 294 ] {} TCP-Session: 890d681b-a32c-4d84-b061-c21ecd6305a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718397 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718383 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43705 2026.05.01 23:40:23.718594 [ 292 ] {} TCP-Session: 18c687aa-444b-4a8d-b8f1-8e01fcdd5219 Authenticating user 'default' from [fd00:1122:3344:101::e]:59776 2026.05.01 23:40:23.718381 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37076 2026.05.01 23:40:23.718621 [ 292 ] {} TCP-Session: 18c687aa-444b-4a8d-b8f1-8e01fcdd5219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718644 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718663 [ 292 ] {} TCP-Session: 18c687aa-444b-4a8d-b8f1-8e01fcdd5219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718677 [ 288 ] {} TCP-Session: 2a7a536c-fa91-4225-937e-23db0fd313df Authenticating user 'default' from [fd00:1122:3344:101::e]:43705 2026.05.01 23:40:23.718350 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35323 2026.05.01 23:40:23.718698 [ 288 ] {} TCP-Session: 2a7a536c-fa91-4225-937e-23db0fd313df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718713 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718742 [ 288 ] {} TCP-Session: 2a7a536c-fa91-4225-937e-23db0fd313df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718758 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.718766 [ 287 ] {} TCP-Session: 86d27a8b-fedb-4eb9-b25d-edc49a38d946 Authenticating user 'default' from [fd00:1122:3344:101::e]:37076 2026.05.01 23:40:23.718795 [ 286 ] {} TCP-Session: d9764ac4-3010-4db9-ac31-39a6bcd3fecc Authenticating user 'default' from [fd00:1122:3344:101::e]:35323 2026.05.01 23:40:23.718763 [ 289 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:40:23.718824 [ 286 ] {} TCP-Session: d9764ac4-3010-4db9-ac31-39a6bcd3fecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718817 [ 287 ] {} TCP-Session: 86d27a8b-fedb-4eb9-b25d-edc49a38d946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718859 [ 286 ] {} TCP-Session: d9764ac4-3010-4db9-ac31-39a6bcd3fecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718881 [ 287 ] {} TCP-Session: 86d27a8b-fedb-4eb9-b25d-edc49a38d946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718875 [ 289 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:23.718513 [ 293 ] {} TCP-Session: b2ce6781-eb06-4a5e-a5de-18e7e081e972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.718303 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34551 2026.05.01 23:40:23.719004 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:40:23.719027 [ 291 ] {} TCP-Session: 6f82c7c0-6d2c-4e66-b2d2-ac8860d9da82 Authenticating user 'default' from [fd00:1122:3344:101::e]:34551 2026.05.01 23:40:23.719045 [ 291 ] {} TCP-Session: 6f82c7c0-6d2c-4e66-b2d2-ac8860d9da82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.719057 [ 291 ] {} TCP-Session: 6f82c7c0-6d2c-4e66-b2d2-ac8860d9da82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.719167 [ 289 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:40:23.720107 [ 317 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} AggregatingTransform: Aggregating 2026.05.01 23:40:23.720155 [ 317 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} Aggregator: Aggregation method: without_key 2026.05.01 23:40:23.720190 [ 317 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00092321 sec. (1083.177 rows/sec., 42.31 KiB/sec.) 2026.05.01 23:40:23.720209 [ 317 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} Aggregator: Merging aggregated data 2026.05.01 23:40:23.721670 [ 289 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} executeQuery: Read 1 rows, 40.00 B in 0.003214 sec., 311.1387678904792 rows/sec., 12.15 KiB/sec. 2026.05.01 23:40:23.721781 [ 289 ] {0134ac8f-9a47-4386-933e-4bf61fd872b8} TCPHandler: Processed in 0.003546846 sec. 2026.05.01 23:40:23.721909 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.721937 [ 289 ] {} TCP-Session: 718c465e-d3eb-467a-9b04-a2c6f55fde20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.721938 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.721955 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.721973 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.721994 [ 290 ] {} TCP-Session: 9a2e1217-c613-4809-a09d-4275fb0af5e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.722009 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.722025 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.722064 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.722075 [ 286 ] {} TCP-Session: d9764ac4-3010-4db9-ac31-39a6bcd3fecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.722092 [ 293 ] {} TCP-Session: b2ce6781-eb06-4a5e-a5de-18e7e081e972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.722103 [ 294 ] {} TCP-Session: 890d681b-a32c-4d84-b061-c21ecd6305a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.722019 [ 288 ] {} TCP-Session: 2a7a536c-fa91-4225-937e-23db0fd313df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.722041 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.722038 [ 291 ] {} TCP-Session: 6f82c7c0-6d2c-4e66-b2d2-ac8860d9da82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.721994 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:23.722204 [ 287 ] {} TCP-Session: 86d27a8b-fedb-4eb9-b25d-edc49a38d946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:23.722238 [ 292 ] {} TCP-Session: 18c687aa-444b-4a8d-b8f1-8e01fcdd5219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:27.279604 [ 66 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:40:27.279655 [ 66 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:40:27.337155 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3847 2026.05.01 23:40:27.337673 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:27.337723 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:27.338365 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:27.338847 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:27.338994 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3847 2026.05.01 23:40:27.341999 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 276 2026.05.01 23:40:27.344096 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:27.344147 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:27.345450 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:27.346095 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:27.346253 [ 66 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:27.346310 [ 66 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:27.346335 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:27.346434 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 276 2026.05.01 23:40:27.346442 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:40:27.346982 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:27.347137 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.05.01 23:40:27.347489 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:40:27.347853 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part 2026.05.01 23:40:27.348223 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part 2026.05.01 23:40:27.348592 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 70 rows starting from the beginning of the part 2026.05.01 23:40:27.348967 [ 196 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.05.01 23:40:27.355398 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 72 columns (72 merged, 0 gathered) in 0.009005924 sec., 30646.494462977924 rows/sec., 28.50 MiB/sec. 2026.05.01 23:40:27.356478 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:27.357421 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:27.357509 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_6_1} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:27.357771 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.05.01 23:40:27.529975 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.01 23:40:27.548662 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:27.548722 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:27.554940 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:27.556050 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:27.559475 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.01 23:40:28.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.73 MiB, peak 215.80 MiB, free memory in arenas 0.00 B, will set to 208.54 MiB (RSS), difference: 2.81 MiB 2026.05.01 23:40:28.229862 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:40:28.229920 [ 267 ] {} TCP-Session: f43b5b71-8172-494c-8d4e-57ffa8a3a01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:40:28.631496 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.631906 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:28.632453 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:28.632492 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} 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.01 23:40:28.632743 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:28.632810 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:28.632954 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:40:28.633105 [ 297 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:28.633125 [ 315 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:28.633135 [ 302 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:28.633420 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:28.633466 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:28.633551 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:28.633574 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.05.01 23:40:28.633618 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:28.633665 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:28.634945 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} executeQuery: Read 41 rows, 7.57 KiB in 0.003209 sec., 12776.565908382674 rows/sec., 2.30 MiB/sec. 2026.05.01 23:40:28.635075 [ 268 ] {802b854b-d110-4cfa-af4f-f5d2604978e1} TCPHandler: Processed in 0.003755821 sec. 2026.05.01 23:40:28.640121 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.640334 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.640435 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:40:28.641073 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.641121 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.641524 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:28.641765 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:40:28.641895 [ 63 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.01 23:40:28.641920 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} executeQuery: Read 284 rows, 18.47 KiB in 0.001648 sec., 172330.09708737864 rows/sec., 10.95 MiB/sec. 2026.05.01 23:40:28.641955 [ 63 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.641968 [ 268 ] {ade32614-e2fa-4bd7-a8f7-f7bf6bf0b5e8} TCPHandler: Processed in 0.001951282 sec. 2026.05.01 23:40:28.641992 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.642102 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::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.01 23:40:28.642106 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.642239 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:28.642243 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:28.642285 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::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.01 23:40:28.642302 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:28.642360 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::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.01 23:40:28.642410 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.05.01 23:40:28.642452 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.05.01 23:40:28.642491 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.05.01 23:40:28.643089 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.643133 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.643427 [ 197 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.00137121 sec., 1035581.7125020967 rows/sec., 69.72 MiB/sec. 2026.05.01 23:40:28.643574 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:28.643648 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.01 23:40:28.643846 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:28.643992 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} executeQuery: Read 819 rows, 65.05 KiB in 0.001767 sec., 463497.4533106961 rows/sec., 35.95 MiB/sec. 2026.05.01 23:40:28.643993 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:40:28.644032 [ 268 ] {a8ae7e7d-384a-4519-83f9-b010468772ff} TCPHandler: Processed in 0.001976793 sec. 2026.05.01 23:40:28.644086 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_5_1} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.01 23:40:28.644163 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.01 23:40:28.644174 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.644276 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.644316 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:28.644737 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.644774 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.645093 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:28.645305 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:28.645440 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} executeQuery: Read 153 rows, 9.37 KiB in 0.001183 sec., 129332.20625528318 rows/sec., 7.73 MiB/sec. 2026.05.01 23:40:28.645477 [ 268 ] {31c0a6cd-44d8-46ff-b8ce-0120a0df846a} TCPHandler: Processed in 0.001352879 sec. 2026.05.01 23:40:28.645598 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.645698 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.645737 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:40:28.646157 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.646194 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.646504 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:28.646718 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:40:28.646851 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} executeQuery: Read 149 rows, 9.86 KiB in 0.001172 sec., 127133.10580204778 rows/sec., 8.21 MiB/sec. 2026.05.01 23:40:28.646892 [ 268 ] {4086de17-bc85-43ba-b594-35627218a03b} TCPHandler: Processed in 0.001343759 sec. 2026.05.01 23:40:28.647013 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.647108 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.647148 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:40:28.647557 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.647593 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.647910 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:28.648122 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:40:28.648210 [ 57 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.01 23:40:28.648242 [ 57 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.648254 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} executeQuery: Read 148 rows, 8.62 KiB in 0.001163 sec., 127257.09372312984 rows/sec., 7.24 MiB/sec. 2026.05.01 23:40:28.648261 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.648291 [ 268 ] {fa489583-e7dc-4f33-b420-3f16ed448872} TCPHandler: Processed in 0.001326329 sec. 2026.05.01 23:40:28.648345 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::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.01 23:40:28.648426 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.648442 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:28.648477 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::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.01 23:40:28.648525 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::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.01 23:40:28.648531 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:28.648564 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.05.01 23:40:28.648580 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:28.648606 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.05.01 23:40:28.648645 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.05.01 23:40:28.649142 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.649184 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.649432 [ 194 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001115484 sec., 663389.1655998653 rows/sec., 40.26 MiB/sec. 2026.05.01 23:40:28.649558 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:28.649577 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.01 23:40:28.649914 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:40:28.649953 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:28.649983 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_5_1} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.01 23:40:28.650043 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.01 23:40:28.650132 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} executeQuery: Read 501 rows, 36.06 KiB in 0.001617 sec., 309833.0241187384 rows/sec., 21.78 MiB/sec. 2026.05.01 23:40:28.650182 [ 268 ] {74e5ff3b-e4f8-4be5-9fb3-0af9f13603fe} TCPHandler: Processed in 0.00180499 sec. 2026.05.01 23:40:28.650330 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.650429 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:40:28.650469 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:40:28.650852 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.650903 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.651285 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:28.651509 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:40:28.651648 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} executeQuery: Read 6 rows, 321.00 B in 0.001237 sec., 4850.444624090542 rows/sec., 253.42 KiB/sec. 2026.05.01 23:40:28.651686 [ 268 ] {9059262d-5680-48fc-8789-f3ec0e922816} TCPHandler: Processed in 0.001414751 sec. 2026.05.01 23:40:28.651806 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.651902 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.651944 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:28.652363 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.652398 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.652734 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:28.652943 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:28.653074 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} executeQuery: Read 265 rows, 18.03 KiB in 0.001192 sec., 222315.43624161076 rows/sec., 14.77 MiB/sec. 2026.05.01 23:40:28.653110 [ 268 ] {0fd88ae3-e4de-4e06-b4ba-465df5b1b987} TCPHandler: Processed in 0.00135393 sec. 2026.05.01 23:40:28.653227 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.653321 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.653364 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:40:28.653683 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.653718 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.653997 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:28.654201 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:40:28.654289 [ 57 ] {} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.01 23:40:28.654316 [ 57 ] {} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.654333 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.654338 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.05.01 23:40:28.654374 [ 268 ] {bdadf659-d6c3-44ce-bd42-f5e87188185b} TCPHandler: Processed in 0.001196256 sec. 2026.05.01 23:40:28.654414 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::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.01 23:40:28.654496 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.654526 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:28.654565 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.05.01 23:40:28.654588 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.654642 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} 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.01 23:40:28.654645 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::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.01 23:40:28.654712 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::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.01 23:40:28.654770 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::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.01 23:40:28.654817 [ 197 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::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.01 23:40:28.655420 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.655455 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.655583 [ 194 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001202356 sec., 4158.5021407969025 rows/sec., 280.21 KiB/sec. 2026.05.01 23:40:28.655804 [ 190 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.01 23:40:28.656023 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:28.656264 [ 190 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_5_1} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:40:28.656321 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:28.656364 [ 190 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_5_1} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.01 23:40:28.656461 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.01 23:40:28.656484 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} executeQuery: Read 11 rows, 20.18 KiB in 0.001913 sec., 5750.130684788291 rows/sec., 10.30 MiB/sec. 2026.05.01 23:40:28.656541 [ 268 ] {f28a301b-d3e3-44cd-8f63-7cca937cbd27} TCPHandler: Processed in 0.002093535 sec. 2026.05.01 23:40:28.656691 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:28.656786 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:28.656828 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:28.657174 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:28.657209 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:28.657511 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:28.657724 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:28.657845 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} executeQuery: Read 90 rows, 5.77 KiB in 0.001078 sec., 83487.94063079778 rows/sec., 5.22 MiB/sec. 2026.05.01 23:40:28.657879 [ 268 ] {aa5efa37-d394-4c4e-8bba-dbd04d39d0a4} TCPHandler: Processed in 0.001238177 sec. 2026.05.01 23:40:29.000278 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.48 MiB, peak 215.80 MiB, free memory in arenas 0.00 B, will set to 209.09 MiB (RSS), difference: 1.62 MiB 2026.05.01 23:40:33.634597 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.634989 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} executeQuery: (from [fd00:1122:3344:101::d]:48546) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link: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.01 23:40:33.635585 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:33.635650 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link: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.01 23:40:33.635906 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:33.635974 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:33.636114 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.01 23:40:33.636239 [ 315 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:33.636245 [ 302 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:33.636238 [ 311 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:33.636413 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:33.636442 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:33.636534 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:33.636556 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.05.01 23:40:33.636591 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link: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.01 23:40:33.636639 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link: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.01 23:40:33.636690 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link: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.01 23:40:33.638012 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} executeQuery: Read 44 rows, 7.84 KiB in 0.003185 sec., 13814.75667189953 rows/sec., 2.40 MiB/sec. 2026.05.01 23:40:33.638137 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} MemoryTracker: Peak memory usage (for query): 136.30 KiB. 2026.05.01 23:40:33.638153 [ 268 ] {4959d402-3b70-4a04-acba-37a9be48571f} TCPHandler: Processed in 0.00374707 sec. 2026.05.01 23:40:33.642079 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.642283 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 23:40:33.642363 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:33.643015 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.643051 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.643455 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:33.643657 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75): 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.01 23:40:33.643806 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} executeQuery: Read 7 rows, 2.95 KiB in 0.001584 sec., 4419.19191919192 rows/sec., 1.82 MiB/sec. 2026.05.01 23:40:33.643844 [ 268 ] {192f4348-0ef9-4290-8d0a-d17753023c23} TCPHandler: Processed in 0.00186376 sec. 2026.05.01 23:40:33.643952 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.644043 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.644083 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:40:33.644476 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.644511 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.644793 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:33.644996 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:40:33.645120 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} executeQuery: Read 24 rows, 2.04 KiB in 0.001123 sec., 21371.3268032057 rows/sec., 1.77 MiB/sec. 2026.05.01 23:40:33.645154 [ 268 ] {26ef7b78-2c97-452c-aa39-838815a0d06d} TCPHandler: Processed in 0.001279788 sec. 2026.05.01 23:40:33.645265 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.645373 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:40:33.645417 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:40:33.645864 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.645900 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.646213 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:40:33.646423 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:40:33.646558 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} executeQuery: Read 4 rows, 334.00 B in 0.001163 sec., 3439.3809114359415 rows/sec., 280.46 KiB/sec. 2026.05.01 23:40:33.646594 [ 268 ] {4f717667-9c6f-4e87-a4d2-1111c70caf85} TCPHandler: Processed in 0.001347889 sec. 2026.05.01 23:40:33.646691 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.646783 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:33.646820 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:33.647271 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.647305 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.647614 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:33.647827 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:33.647916 [ 37 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:33.647952 [ 37 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.647962 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} executeQuery: Read 241 rows, 21.98 KiB in 0.001197 sec., 201336.67502088557 rows/sec., 17.93 MiB/sec. 2026.05.01 23:40:33.647971 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.647999 [ 268 ] {29323628-2b2e-400c-bc13-716aceb093fe} TCPHandler: Processed in 0.001353629 sec. 2026.05.01 23:40:33.648072 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:33.648111 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.648196 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:33.648204 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.648229 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 877 rows starting from the beginning of the part 2026.05.01 23:40:33.648248 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:33.648289 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3165 rows starting from the beginning of the part 2026.05.01 23:40:33.648336 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:33.648381 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2026.05.01 23:40:33.648423 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 819 rows starting from the beginning of the part 2026.05.01 23:40:33.648468 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 241 rows starting from the beginning of the part 2026.05.01 23:40:33.648631 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.648666 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.648981 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:33.649202 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:33.649343 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} executeQuery: Read 47 rows, 3.57 KiB in 0.001156 sec., 40657.439446366785 rows/sec., 3.02 MiB/sec. 2026.05.01 23:40:33.649380 [ 268 ] {d3c60c4f-5b35-4773-943d-5a258683d6ed} TCPHandler: Processed in 0.001316559 sec. 2026.05.01 23:40:33.649486 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.649582 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.649621 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:40:33.650001 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.650035 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.650365 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:33.650583 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:40:33.650670 [ 37 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 23:40:33.650697 [ 37 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.650715 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.650717 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} executeQuery: Read 25 rows, 2.11 KiB in 0.001154 sec., 21663.77816291161 rows/sec., 1.78 MiB/sec. 2026.05.01 23:40:33.650759 [ 268 ] {b33e5b18-ef92-42a6-b7dd-5ce98703b8b9} TCPHandler: Processed in 0.001325109 sec. 2026.05.01 23:40:33.650820 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:40:33.650859 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.650951 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:33.650956 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.650993 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:40:33.651010 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:40:33.651090 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:40:33.651168 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.05.01 23:40:33.651223 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 950 rows starting from the beginning of the part 2026.05.01 23:40:33.651269 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.05.01 23:40:33.651315 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part 2026.05.01 23:40:33.651410 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.651449 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.651783 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:33.652009 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:40:33.652150 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} executeQuery: Read 12 rows, 960.00 B in 0.001211 sec., 9909.16597853014 rows/sec., 774.15 KiB/sec. 2026.05.01 23:40:33.652188 [ 268 ] {65583143-1573-4fd0-b57b-46335d657f01} TCPHandler: Processed in 0.00137808 sec. 2026.05.01 23:40:33.652288 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.652380 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:33.652418 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:33.652424 [ 194 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1571 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650215 sec., 951997.1640059022 rows/sec., 62.08 MiB/sec. 2026.05.01 23:40:33.652611 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 23:40:33.652873 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:40:33.652878 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.652925 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.652946 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_6_1} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 23:40:33.653017 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.05.01 23:40:33.653247 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:33.653455 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:33.653543 [ 37 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:33.653569 [ 37 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.653588 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.653588 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} executeQuery: Read 141 rows, 11.66 KiB in 0.001225 sec., 115102.04081632654 rows/sec., 9.30 MiB/sec. 2026.05.01 23:40:33.653631 [ 268 ] {f625e027-9fa0-4805-b5b5-a08391ef558b} TCPHandler: Processed in 0.00139035 sec. 2026.05.01 23:40:33.653711 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:40:33.653729 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.653831 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.653846 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:33.653873 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:33.653898 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 552 rows starting from the beginning of the part 2026.05.01 23:40:33.653986 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1726 rows starting from the beginning of the part 2026.05.01 23:40:33.654043 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:40:33.654097 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.05.01 23:40:33.654141 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 501 rows starting from the beginning of the part 2026.05.01 23:40:33.654191 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 141 rows starting from the beginning of the part 2026.05.01 23:40:33.654303 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.654343 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.654743 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:33.654984 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:33.655061 [ 194 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5266 rows, containing 5 columns (5 merged, 0 gathered) in 0.007040941 sec., 747911.3942298337 rows/sec., 60.15 MiB/sec. 2026.05.01 23:40:33.655077 [ 37 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:33.655109 [ 37 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.655116 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} executeQuery: Read 372 rows, 28.98 KiB in 0.001302 sec., 285714.28571428574 rows/sec., 21.74 MiB/sec. 2026.05.01 23:40:33.655126 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.655151 [ 268 ] {e99b5fa1-f8c2-4e59-9481-1ee6dc5b5247} TCPHandler: Processed in 0.001469211 sec. 2026.05.01 23:40:33.655197 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:33.655254 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.655299 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:33.655329 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1281 rows starting from the beginning of the part 2026.05.01 23:40:33.655347 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.655383 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3165 rows starting from the beginning of the part 2026.05.01 23:40:33.655388 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:40:33.655428 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:33.655476 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:33.655506 [ 194 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:33.655520 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 265 rows starting from the beginning of the part 2026.05.01 23:40:33.655573 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 372 rows starting from the beginning of the part 2026.05.01 23:40:33.655693 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.655730 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.655837 [ 202 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3074 rows, containing 5 columns (5 merged, 0 gathered) in 0.002175907 sec., 1412744.2027623423 rows/sec., 103.76 MiB/sec. 2026.05.01 23:40:33.655841 [ 194 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:33.655934 [ 194 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_11_2} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:33.656022 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.05.01 23:40:33.656070 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:40:33.656094 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:33.656414 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:40:33.656441 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:33.656529 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_11_2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:33.656561 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} executeQuery: Read 1 rows, 65.00 B in 0.001231 sec., 812.3476848090983 rows/sec., 51.57 KiB/sec. 2026.05.01 23:40:33.656604 [ 268 ] {af2e496e-232f-49fb-94c4-a7598265000c} TCPHandler: Processed in 0.00139593 sec. 2026.05.01 23:40:33.656605 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.01 23:40:33.656736 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.656858 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.656926 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} 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.01 23:40:33.657914 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.657956 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.658233 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5371 rows, containing 5 columns (5 merged, 0 gathered) in 0.003065546 sec., 1752053.3046967816 rows/sec., 114.53 MiB/sec. 2026.05.01 23:40:33.658700 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:33.658817 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:33.658999 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:33.659067 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:33.659132 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_11_2} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:33.659163 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} executeQuery: Read 31 rows, 56.88 KiB in 0.002328 sec., 13316.151202749139 rows/sec., 23.86 MiB/sec. 2026.05.01 23:40:33.659190 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.05.01 23:40:33.659222 [ 268 ] {97fb8ec6-cdf9-4dc6-af7a-a81812e6bc32} TCPHandler: Processed in 0.002549715 sec. 2026.05.01 23:40:33.659348 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.659462 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.659511 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.01 23:40:33.659826 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.659860 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.660147 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:40:33.660343 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} oximeter.measurements_i64 (db63638d-5b8f-4300-a13d-ff7df029051e): 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.01 23:40:33.660465 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} executeQuery: Read 6 rows, 434.00 B in 0.001028 sec., 5836.575875486381 rows/sec., 412.28 KiB/sec. 2026.05.01 23:40:33.660500 [ 268 ] {48a7fff1-4f25-45b2-96b7-f438bc1fe5fd} TCPHandler: Processed in 0.001210336 sec. 2026.05.01 23:40:33.660604 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:33.660698 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:33.660739 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:33.661055 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.661092 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.661397 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:33.661610 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:33.661712 [ 36 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:33.661741 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.05.01 23:40:33.661755 [ 36 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:33.661783 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:33.661783 [ 268 ] {b72f5266-2f4e-4eed-81bb-22c89e00db83} TCPHandler: Processed in 0.001228796 sec. 2026.05.01 23:40:33.661857 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:33.661954 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:33.661985 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 450 rows starting from the beginning of the part 2026.05.01 23:40:33.662037 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2026.05.01 23:40:33.662079 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:33.662117 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:33.662155 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.05.01 23:40:33.662194 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:33.663006 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 4 columns (4 merged, 0 gathered) in 0.001179995 sec., 635595.9135420065 rows/sec., 41.00 MiB/sec. 2026.05.01 23:40:33.663152 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:33.663386 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:33.663450 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_11_2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:33.663515 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.01 23:40:34.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.31 MiB, peak 219.59 MiB, free memory in arenas 0.00 B, will set to 211.65 MiB (RSS), difference: 1.33 MiB 2026.05.01 23:40:34.839134 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4295 2026.05.01 23:40:34.839643 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:34.839695 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:34.840211 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:34.840461 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:34.840616 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4295 2026.05.01 23:40:35.059600 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.01 23:40:35.075614 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:35.075673 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:35.081855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:35.082544 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:35.085363 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.01 23:40:36.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.17 MiB, peak 219.59 MiB, free memory in arenas 0.00 B, will set to 213.55 MiB (RSS), difference: 1.38 MiB 2026.05.01 23:40:37.346653 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 328 2026.05.01 23:40:37.349243 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:37.349302 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:37.350488 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:37.350771 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:37.351089 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2026.05.01 23:40:38.628090 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.628378 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:38.628768 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:38.628813 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} 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.01 23:40:38.629032 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:38.629099 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:38.629278 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:40:38.629411 [ 315 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:38.629420 [ 338 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:38.629417 [ 302 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:40:38.629411 [ 277 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:38.629617 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:38.629643 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:38.629752 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:38.629774 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:40:38.629808 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:38.629843 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:38.629875 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:38.631135 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} executeQuery: Read 48 rows, 7.91 KiB in 0.002869 sec., 16730.568142209828 rows/sec., 2.69 MiB/sec. 2026.05.01 23:40:38.631285 [ 268 ] {7e9d55b4-15d4-4da2-b8ef-f9c50c69a89f} TCPHandler: Processed in 0.003340851 sec. 2026.05.01 23:40:38.633165 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.633273 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:38.633314 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:38.633815 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:38.633856 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:38.634220 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:38.634443 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:38.634589 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} executeQuery: Read 78 rows, 6.61 KiB in 0.001349 sec., 57820.60785767235 rows/sec., 4.79 MiB/sec. 2026.05.01 23:40:38.634626 [ 268 ] {32172e8b-d432-4cf6-a192-42e9540e2d91} TCPHandler: Processed in 0.001508942 sec. 2026.05.01 23:40:38.634749 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.634842 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:38.634881 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:38.635270 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:38.635305 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:38.635580 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:38.635784 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:38.635911 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} executeQuery: Read 11 rows, 847.00 B in 0.001087 sec., 10119.595216191352 rows/sec., 760.95 KiB/sec. 2026.05.01 23:40:38.635947 [ 268 ] {0fff5591-82e5-4a1a-b3b7-c496b63830ce} TCPHandler: Processed in 0.001245547 sec. 2026.05.01 23:40:38.636057 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.636149 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:38.636188 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:38.636590 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:38.636626 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:38.636928 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:38.637136 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:38.637260 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} executeQuery: Read 75 rows, 6.00 KiB in 0.001128 sec., 66489.36170212766 rows/sec., 5.19 MiB/sec. 2026.05.01 23:40:38.637294 [ 268 ] {26c5c7a4-2ae7-468c-9ae5-422f4b9d01db} TCPHandler: Processed in 0.001283838 sec. 2026.05.01 23:40:38.637410 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.637501 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:38.637541 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:38.637941 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:38.637975 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:38.638294 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:38.638492 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:38.638618 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2026.05.01 23:40:38.638652 [ 268 ] {5b25d7f9-8caa-480c-a445-b595cd3893e8} TCPHandler: Processed in 0.001288368 sec. 2026.05.01 23:40:38.638755 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.638845 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:38.638899 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} 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.01 23:40:38.639598 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:38.639634 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:38.640119 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:38.640336 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:38.640470 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} executeQuery: Read 11 rows, 20.18 KiB in 0.001642 sec., 6699.147381242387 rows/sec., 12.00 MiB/sec. 2026.05.01 23:40:38.640517 [ 268 ] {bc93a11d-4f5f-450f-b6a1-9fa252dba81a} TCPHandler: Processed in 0.001809859 sec. 2026.05.01 23:40:38.640644 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:38.640735 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:38.640780 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:38.641118 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:38.641154 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:38.641448 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:38.641657 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:38.641780 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.05.01 23:40:38.641815 [ 268 ] {674d32d7-136b-4eba-b9b7-85c6f70982d2} TCPHandler: Processed in 0.001218836 sec. 2026.05.01 23:40:41.564280 [ 133 ] {} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.01 23:40:41.564352 [ 133 ] {} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:41.564376 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:41.564531 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::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.01 23:40:41.564682 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:41.564718 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.05.01 23:40:41.564805 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::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.01 23:40:41.564855 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.01 23:40:41.564896 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.05.01 23:40:41.564944 [ 202 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.05.01 23:40:41.565671 [ 197 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001213866 sec., 24714.424821191136 rows/sec., 1.26 MiB/sec. 2026.05.01 23:40:41.565827 [ 197 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.01 23:40:41.566111 [ 197 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:40:41.566179 [ 197 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_5_1} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.01 23:40:41.566259 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.01 23:40:42.279702 [ 133 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:40:42.279765 [ 133 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:40:42.340754 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4807 2026.05.01 23:40:42.341551 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:42.341626 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:42.342469 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:42.342712 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:42.342856 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4807 2026.05.01 23:40:42.585488 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.01 23:40:42.603043 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:42.603100 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:42.610054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:40:42.610981 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:42.614328 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.01 23:40:43.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 214.16 MiB, peak 219.59 MiB, free memory in arenas 0.00 B, will set to 215.50 MiB (RSS), difference: 1.35 MiB 2026.05.01 23:40:43.627944 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.628194 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:43.628576 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:43.628617 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} 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.01 23:40:43.628868 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:43.628946 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:43.629090 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:40:43.629209 [ 338 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:43.629223 [ 277 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:43.629215 [ 324 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:40:43.629209 [ 302 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:43.629404 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:43.629430 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:43.629514 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:43.629534 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:40:43.629568 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:43.629603 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:43.629645 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:43.630860 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} executeQuery: Read 48 rows, 7.91 KiB in 0.002769 sec., 17334.77789815818 rows/sec., 2.79 MiB/sec. 2026.05.01 23:40:43.630978 [ 268 ] {d749f87a-c985-4f6c-bfcd-b5818611bac3} TCPHandler: Processed in 0.003168098 sec. 2026.05.01 23:40:43.632996 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.633105 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:43.633148 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:43.633661 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.633703 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.634070 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:40:43.634288 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:43.634439 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} executeQuery: Read 118 rows, 10.28 KiB in 0.001365 sec., 86446.88644688645 rows/sec., 7.35 MiB/sec. 2026.05.01 23:40:43.634475 [ 268 ] {27f4f3c3-7274-42d5-9f57-ab7e8bc2f687} TCPHandler: Processed in 0.001529703 sec. 2026.05.01 23:40:43.634601 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.634693 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.634731 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:43.635137 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.635172 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.635447 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:43.635658 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:43.635778 [ 131 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:43.635793 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} executeQuery: Read 31 rows, 2.33 KiB in 0.001119 sec., 27703.30652368186 rows/sec., 2.03 MiB/sec. 2026.05.01 23:40:43.635845 [ 131 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.635854 [ 268 ] {e4c18b7d-3b1a-4b25-b89b-1f9a5d95e6dc} TCPHandler: Processed in 0.001300488 sec. 2026.05.01 23:40:43.635876 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.635982 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.636022 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:40:43.636079 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:43.636122 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:43.636145 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:43.636182 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2026.05.01 23:40:43.636244 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.05.01 23:40:43.636287 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 153 rows starting from the beginning of the part 2026.05.01 23:40:43.636337 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part 2026.05.01 23:40:43.636374 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.05.01 23:40:43.636414 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2026.05.01 23:40:43.636633 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.636675 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.637008 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:40:43.637239 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:43.637308 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 469 rows, containing 5 columns (5 merged, 0 gathered) in 0.001350909 sec., 347173.6438205682 rows/sec., 23.70 MiB/sec. 2026.05.01 23:40:43.637380 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} executeQuery: Read 95 rows, 7.60 KiB in 0.001318 sec., 72078.90743550834 rows/sec., 5.63 MiB/sec. 2026.05.01 23:40:43.637420 [ 268 ] {4a524b9d-e124-446b-9cce-70ea35bc7411} TCPHandler: Processed in 0.001485083 sec. 2026.05.01 23:40:43.637514 [ 189 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:43.637536 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.637628 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.637669 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:43.637822 [ 189 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:43.637900 [ 189 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_11_2} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:43.637979 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.01 23:40:43.638064 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.638098 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.638406 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:40:43.638612 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:43.638746 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2026.05.01 23:40:43.638781 [ 268 ] {efbe433b-f97b-43c4-a82e-944e2ce93a19} TCPHandler: Processed in 0.001292318 sec. 2026.05.01 23:40:43.638898 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.638990 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.639042 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} 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.01 23:40:43.639811 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.639847 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.640385 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:43.640599 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:43.640707 [ 131 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:43.640744 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} executeQuery: Read 31 rows, 56.88 KiB in 0.001772 sec., 17494.356659142213 rows/sec., 31.35 MiB/sec. 2026.05.01 23:40:43.640747 [ 131 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.640783 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.640800 [ 268 ] {23ba8c34-092f-4db7-964a-8b372c06b7f4} TCPHandler: Processed in 0.001949762 sec. 2026.05.01 23:40:43.640884 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:40:43.640943 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.641039 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.641080 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:43.641108 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:43.641163 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 99 rows starting from the beginning of the part 2026.05.01 23:40:43.641275 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.05.01 23:40:43.641384 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.05.01 23:40:43.641428 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.641468 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.641488 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2026.05.01 23:40:43.641591 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.05.01 23:40:43.641686 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2026.05.01 23:40:43.641791 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:40:43.642035 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:43.642168 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.05.01 23:40:43.642202 [ 268 ] {e757e3cd-5310-400f-9edc-4bc74b71f503} TCPHandler: Processed in 0.001307158 sec. 2026.05.01 23:40:43.644298 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 19 columns (19 merged, 0 gathered) in 0.003458845 sec., 60424.794982139996 rows/sec., 108.28 MiB/sec. 2026.05.01 23:40:43.644728 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:43.645025 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:43.645097 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_11_2} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:43.645176 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2026.05.01 23:40:43.884684 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.884941 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:43.885302 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:43.885343 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} 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.01 23:40:43.885588 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:43.885662 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:43.885821 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.01 23:40:43.885951 [ 312 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:43.885951 [ 324 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:43.885996 [ 338 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:40:43.885996 [ 302 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:43.886130 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:43.886170 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:43.886290 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:43.886319 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:40:43.886370 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:40:43.886421 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:40:43.886467 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:40:43.888159 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} executeQuery: Read 48 rows, 9.49 KiB in 0.003322 sec., 14449.127031908489 rows/sec., 2.79 MiB/sec. 2026.05.01 23:40:43.888355 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} MemoryTracker: Peak memory usage (for query): 137.88 KiB. 2026.05.01 23:40:43.888377 [ 268 ] {9d40acdd-0075-4885-bf67-ca99218a58a2} TCPHandler: Processed in 0.003846523 sec. 2026.05.01 23:40:43.901012 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.901154 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:40:43.901214 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:40:43.901783 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.901832 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.902225 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:40:43.902469 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:40:43.902639 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} executeQuery: Read 10 rows, 835.00 B in 0.001524 sec., 6561.679790026247 rows/sec., 535.06 KiB/sec. 2026.05.01 23:40:43.902683 [ 268 ] {eb3fd45e-5043-4012-94f1-2609ce4439d1} TCPHandler: Processed in 0.001774138 sec. 2026.05.01 23:40:43.902821 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.902919 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:43.902960 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:43.904581 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.904620 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.905091 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:40:43.905311 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:43.905449 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} executeQuery: Read 2428 rows, 183.90 KiB in 0.002551 sec., 951783.6142689142 rows/sec., 70.40 MiB/sec. 2026.05.01 23:40:43.905492 [ 268 ] {16d8882e-3d6e-4ef7-8bfb-67ec5c2f2fd1} TCPHandler: Processed in 0.002722078 sec. 2026.05.01 23:40:43.905625 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.905721 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.905762 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:43.906191 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.906228 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.906537 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:43.906756 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:43.906894 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} executeQuery: Read 30 rows, 2.20 KiB in 0.001192 sec., 25167.78523489933 rows/sec., 1.80 MiB/sec. 2026.05.01 23:40:43.906932 [ 268 ] {0ab870b8-5ba9-4017-bc8a-84915e404be8} TCPHandler: Processed in 0.001357269 sec. 2026.05.01 23:40:43.907062 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.907155 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.907194 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:40:43.907884 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.907921 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.908312 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:40:43.908659 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:40:43.908820 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} executeQuery: Read 801 rows, 47.38 KiB in 0.001684 sec., 475653.2066508314 rows/sec., 27.48 MiB/sec. 2026.05.01 23:40:43.908861 [ 268 ] {3e983e45-f964-46b7-9920-941d4e6d8e2e} TCPHandler: Processed in 0.0018483 sec. 2026.05.01 23:40:43.908990 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.909083 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.909124 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:40:43.909535 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.909572 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.909873 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 23:40:43.910088 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:40:43.910221 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} executeQuery: Read 1 rows, 72.00 B in 0.001156 sec., 865.0519031141869 rows/sec., 60.82 KiB/sec. 2026.05.01 23:40:43.910265 [ 268 ] {757f6ff7-9e6e-4be6-8591-de9d89c971b4} TCPHandler: Processed in 0.001325849 sec. 2026.05.01 23:40:43.910485 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.910585 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:43.910630 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:43.911644 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.911684 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.912144 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:40:43.912455 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:43.912629 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} executeQuery: Read 1309 rows, 89.65 KiB in 0.002065 sec., 633898.3050847457 rows/sec., 42.40 MiB/sec. 2026.05.01 23:40:43.912677 [ 268 ] {e63e8bf6-974d-4477-8616-89b26f9ccedb} TCPHandler: Processed in 0.002248769 sec. 2026.05.01 23:40:43.914861 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.915102 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.915189 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:43.916303 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.916351 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.916929 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:40:43.917175 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:43.917322 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} executeQuery: Read 1501 rows, 93.25 KiB in 0.002295 sec., 654030.5010893246 rows/sec., 39.68 MiB/sec. 2026.05.01 23:40:43.917388 [ 268 ] {3ee9b308-fbd0-42f7-a185-51b8576db29b} TCPHandler: Processed in 0.002735829 sec. 2026.05.01 23:40:43.917590 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.917707 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.917775 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} 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.01 23:40:43.918680 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.918720 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.919281 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:43.919546 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:43.919704 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} executeQuery: Read 20 rows, 36.70 KiB in 0.002028 sec., 9861.932938856016 rows/sec., 17.67 MiB/sec. 2026.05.01 23:40:43.919780 [ 268 ] {e44a1eb6-d756-44b6-89f0-065f85381792} TCPHandler: Processed in 0.002281109 sec. 2026.05.01 23:40:43.919920 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:43.920026 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:43.920072 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:43.920423 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:43.920461 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:43.920776 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:40:43.921005 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:43.921136 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} executeQuery: Read 12 rows, 848.00 B in 0.001133 sec., 10591.350397175642 rows/sec., 730.91 KiB/sec. 2026.05.01 23:40:43.921182 [ 268 ] {e698599e-e6ed-4d4d-a501-5b7ec2b609c2} TCPHandler: Processed in 0.001313168 sec. 2026.05.01 23:40:47.351317 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 376 2026.05.01 23:40:47.353814 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:47.353874 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:47.355082 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:40:47.355362 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:47.355692 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2026.05.01 23:40:48.626192 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:48.626443 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:48.626793 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:48.626830 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} 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.01 23:40:48.627062 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:48.627136 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:48.627285 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:40:48.627395 [ 312 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:48.627403 [ 324 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:48.627433 [ 302 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:48.627433 [ 338 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:40:48.627559 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:48.627589 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:48.627716 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:48.627753 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:40:48.627793 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:48.627838 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:48.627875 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:40:48.629242 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} executeQuery: Read 48 rows, 7.91 KiB in 0.002893 sec., 16591.77324576564 rows/sec., 2.67 MiB/sec. 2026.05.01 23:40:48.629420 [ 268 ] {a4e9c0fa-7a75-47ed-b74b-57b4bbecfdf8} TCPHandler: Processed in 0.003365442 sec. 2026.05.01 23:40:48.631607 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:48.631736 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:48.631788 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:48.632321 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:48.632366 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:48.632778 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:40:48.633012 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:48.633180 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} executeQuery: Read 56 rows, 4.41 KiB in 0.001483 sec., 37761.29467296022 rows/sec., 2.90 MiB/sec. 2026.05.01 23:40:48.633221 [ 268 ] {2bf0f42a-0eba-4f27-80b4-2f10a67f6262} TCPHandler: Processed in 0.001677186 sec. 2026.05.01 23:40:48.633373 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:48.633476 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:48.633519 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:48.633957 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:48.633994 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:48.634306 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:40:48.634529 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:48.634672 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2026.05.01 23:40:48.634712 [ 268 ] {947ae8a6-e735-4f99-bd7f-cd11757720ff} TCPHandler: Processed in 0.001390319 sec. 2026.05.01 23:40:48.634869 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:48.634973 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:48.635023 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:48.635536 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:48.635572 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:48.635918 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:40:48.636150 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:48.636303 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} executeQuery: Read 128 rows, 9.13 KiB in 0.001352 sec., 94674.55621301776 rows/sec., 6.59 MiB/sec. 2026.05.01 23:40:48.636358 [ 268 ] {0ab714c3-b833-4351-8a76-d8e133fa85bb} TCPHandler: Processed in 0.001539863 sec. 2026.05.01 23:40:48.636527 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:48.636655 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:48.636716 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:48.637147 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:48.637184 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:48.637513 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:40:48.637730 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:48.637863 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} executeQuery: Read 48 rows, 3.31 KiB in 0.001237 sec., 38803.556992724334 rows/sec., 2.62 MiB/sec. 2026.05.01 23:40:48.637900 [ 268 ] {92bc7c3a-1111-411c-a13b-628aceb40c55} TCPHandler: Processed in 0.001436561 sec. 2026.05.01 23:40:49.842988 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5255 2026.05.01 23:40:49.843502 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:49.843552 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:49.844126 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:49.844384 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:49.844526 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5255 2026.05.01 23:40:49.844526 [ 144 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:49.844603 [ 144 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:49.844626 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:49.844742 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.844871 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:49.844916 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.844986 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.845033 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.845078 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.845120 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.845159 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:40:49.846564 [ 187 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5255 rows, containing 4 columns (4 merged, 0 gathered) in 0.00186668 sec., 2815158.463153835 rows/sec., 40.27 MiB/sec. 2026.05.01 23:40:49.847261 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:49.847522 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_11_2} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:49.847596 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_11_2} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:49.847669 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.01 23:40:50.114449 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.01 23:40:50.132571 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:50.132624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:50.138554 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:40:50.139257 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:50.139540 [ 144 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:40:50.139578 [ 144 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:50.139596 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.01 23:40:50.139714 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.143031 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.01 23:40:50.143980 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:50.145568 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.150202 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.154375 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.158639 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.163591 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.168226 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:40:50.220132 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080466263 sec., 1031.4881902742272 rows/sec., 5.33 MiB/sec. 2026.05.01 23:40:50.222629 [ 191 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:40:50.224785 [ 191 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_11_2} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:50.224893 [ 191 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_11_2} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:40:50.227047 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.01 23:40:51.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 218.38 MiB, peak 228.26 MiB, free memory in arenas 0.00 B, will set to 225.56 MiB (RSS), difference: 7.18 MiB 2026.05.01 23:40:53.628612 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.628856 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:53.629187 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:53.629225 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} 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.01 23:40:53.629444 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:53.629515 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:53.629657 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:40:53.629779 [ 312 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:53.629785 [ 324 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:53.629813 [ 302 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:40:53.629779 [ 337 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:53.630006 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:53.630032 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:53.630117 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:53.630138 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:40:53.630174 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:53.630215 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:53.630250 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:53.631435 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} executeQuery: Read 48 rows, 7.91 KiB in 0.002672 sec., 17964.071856287424 rows/sec., 2.89 MiB/sec. 2026.05.01 23:40:53.631565 [ 268 ] {05dcb8b3-5a65-4f91-9d25-476fcda998cb} TCPHandler: Processed in 0.003087906 sec. 2026.05.01 23:40:53.633819 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.634026 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:53.634110 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:53.634774 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.634817 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.635215 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:40:53.635445 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:53.635574 [ 139 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:40:53.635595 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} executeQuery: Read 118 rows, 10.28 KiB in 0.001629 sec., 72437.07796193984 rows/sec., 6.16 MiB/sec. 2026.05.01 23:40:53.635626 [ 139 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.635642 [ 268 ] {33a3b945-e3ea-4305-b565-e20069889f19} TCPHandler: Processed in 0.001924171 sec. 2026.05.01 23:40:53.635656 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.635751 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:53.635781 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.635859 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:53.635880 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:53.635893 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3356 rows starting from the beginning of the part 2026.05.01 23:40:53.635930 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:53.635963 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 78 rows starting from the beginning of the part 2026.05.01 23:40:53.636015 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 118 rows starting from the beginning of the part 2026.05.01 23:40:53.636059 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2428 rows starting from the beginning of the part 2026.05.01 23:40:53.636100 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:40:53.636140 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 118 rows starting from the beginning of the part 2026.05.01 23:40:53.636338 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.636382 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.636845 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:40:53.637102 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:53.637252 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} executeQuery: Read 31 rows, 2.33 KiB in 0.00139 sec., 22302.158273381294 rows/sec., 1.64 MiB/sec. 2026.05.01 23:40:53.637289 [ 268 ] {cd78b05d-5fec-4bda-b985-867344193e9c} TCPHandler: Processed in 0.001558154 sec. 2026.05.01 23:40:53.637418 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.637512 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:53.637551 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:53.637976 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.638013 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.638358 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:40:53.638590 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:53.638700 [ 140 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:40:53.638728 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} executeQuery: Read 95 rows, 7.60 KiB in 0.001234 sec., 76985.41329011344 rows/sec., 6.01 MiB/sec. 2026.05.01 23:40:53.638760 [ 140 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.638773 [ 268 ] {716df000-22bd-4021-83cf-ed7fa17fec51} TCPHandler: Processed in 0.001403851 sec. 2026.05.01 23:40:53.638793 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.638872 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6154 rows, containing 5 columns (5 merged, 0 gathered) in 0.003154637 sec., 1950779.1229228592 rows/sec., 154.64 MiB/sec. 2026.05.01 23:40:53.638903 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:40:53.638906 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.639017 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:53.639042 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:53.639051 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1827 rows starting from the beginning of the part 2026.05.01 23:40:53.639094 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:53.639145 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 75 rows starting from the beginning of the part 2026.05.01 23:40:53.639203 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 95 rows starting from the beginning of the part 2026.05.01 23:40:53.639250 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1309 rows starting from the beginning of the part 2026.05.01 23:40:53.639259 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:40:53.639295 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:40:53.639346 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 95 rows starting from the beginning of the part 2026.05.01 23:40:53.639542 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:53.639558 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.639603 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.639614 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_16_3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:40:53.639691 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.01 23:40:53.639954 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:40:53.640168 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:53.640264 [ 140 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:40:53.640294 [ 140 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.640303 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} executeQuery: Read 160 rows, 11.41 KiB in 0.001307 sec., 122417.75057383321 rows/sec., 8.53 MiB/sec. 2026.05.01 23:40:53.640309 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.640345 [ 268 ] {b947475c-6d43-4665-947b-03114287b4fe} TCPHandler: Processed in 0.001519913 sec. 2026.05.01 23:40:53.640420 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:53.640470 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.640538 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:53.640562 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:53.640579 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5371 rows starting from the beginning of the part 2026.05.01 23:40:53.640619 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} 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.01 23:40:53.640645 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:53.640671 [ 198 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3465 rows, containing 5 columns (5 merged, 0 gathered) in 0.00186228 sec., 1860622.4627875506 rows/sec., 134.75 MiB/sec. 2026.05.01 23:40:53.640693 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:53.640785 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1501 rows starting from the beginning of the part 2026.05.01 23:40:53.640888 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:53.640929 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:40:53.641212 [ 198 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:40:53.641491 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.641536 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.641599 [ 198 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:53.641688 [ 198 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_16_3} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:40:53.641788 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.01 23:40:53.642124 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:40:53.642381 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:53.642525 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} executeQuery: Read 31 rows, 56.88 KiB in 0.001934 sec., 16028.955532574975 rows/sec., 28.72 MiB/sec. 2026.05.01 23:40:53.642575 [ 268 ] {6f90a7ed-a96e-42ef-bb3e-408c19fa0451} TCPHandler: Processed in 0.002117035 sec. 2026.05.01 23:40:53.642709 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:53.642802 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:53.642845 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:53.643187 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.643223 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.643553 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:40:53.643777 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:53.643877 [ 140 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:40:53.643908 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.05.01 23:40:53.643918 [ 191 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7480 rows, containing 5 columns (5 merged, 0 gathered) in 0.003519235 sec., 2125461.925674188 rows/sec., 137.68 MiB/sec. 2026.05.01 23:40:53.643950 [ 268 ] {88a6a361-5dbc-4655-a4f9-4b3e529c82e7} TCPHandler: Processed in 0.001290578 sec. 2026.05.01 23:40:53.643908 [ 140 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:53.643996 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:53.644102 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:53.644256 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:53.644307 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 750 rows starting from the beginning of the part 2026.05.01 23:40:53.644445 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:53.644465 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:40:53.644497 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:53.644544 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:53.644583 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:53.644641 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:40:53.644740 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:53.644812 [ 187 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_16_3} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:40:53.644878 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2026.05.01 23:40:53.645597 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 4 columns (4 merged, 0 gathered) in 0.001549383 sec., 638964.0263253178 rows/sec., 41.66 MiB/sec. 2026.05.01 23:40:53.645753 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:40:53.645996 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_16_3} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:53.646062 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_16_3} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:40:53.646120 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.05.01 23:40:54.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 226.16 MiB, peak 232.49 MiB, free memory in arenas 0.00 B, will set to 227.89 MiB (RSS), difference: 1.73 MiB 2026.05.01 23:40:54.648780 [ 137 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.01 23:40:54.648876 [ 137 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:54.648915 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:54.649076 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::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.01 23:40:54.649264 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:40:54.649309 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.05.01 23:40:54.649393 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.01 23:40:54.649462 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.05.01 23:40:54.649529 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.05.01 23:40:54.649578 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.05.01 23:40:54.650340 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001324128 sec., 21145.991928272797 rows/sec., 1.76 MiB/sec. 2026.05.01 23:40:54.650479 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.01 23:40:54.650721 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:40:54.650787 [ 187 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_5_1} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.01 23:40:54.650858 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:40:57.279812 [ 134 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:40:57.279869 [ 134 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:40:57.344684 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5767 2026.05.01 23:40:57.345523 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:57.345595 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:57.346094 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:57.346325 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:40:57.346456 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5767 2026.05.01 23:40:57.355940 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 400 2026.05.01 23:40:57.357981 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:57.358028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:57.359227 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:40:57.359508 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:40:57.359844 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 400 2026.05.01 23:40:57.643165 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.01 23:40:57.660328 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:57.660383 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:57.666522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:40:57.667255 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:40:57.670298 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.01 23:40:58.628303 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.628575 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:40:58.628946 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:40:58.628984 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} 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.01 23:40:58.629204 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:40:58.629272 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:40:58.629415 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:40:58.629522 [ 324 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:40:58.629539 [ 312 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:40:58.629550 [ 333 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:40:58.629548 [ 337 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:40:58.629696 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:40:58.629735 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:40:58.629854 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:40:58.629885 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:40:58.629936 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:58.629992 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:58.630048 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:40:58.631252 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} executeQuery: Read 48 rows, 7.91 KiB in 0.002777 sec., 17284.839755131437 rows/sec., 2.78 MiB/sec. 2026.05.01 23:40:58.631393 [ 268 ] {cab6fd9b-6fe7-4803-b23a-320b661083b8} TCPHandler: Processed in 0.00323465 sec. 2026.05.01 23:40:58.633336 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.633448 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:40:58.633491 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:40:58.633971 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:58.634012 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:58.634374 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:40:58.634589 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:40:58.634733 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} executeQuery: Read 78 rows, 6.61 KiB in 0.001318 sec., 59180.576631259486 rows/sec., 4.90 MiB/sec. 2026.05.01 23:40:58.634769 [ 268 ] {707c3e7c-2115-4f55-a491-1bf15ccf3931} TCPHandler: Processed in 0.001482622 sec. 2026.05.01 23:40:58.634892 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.634985 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:40:58.635023 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:40:58.635403 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:58.635438 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:58.635725 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:40:58.635927 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:40:58.636054 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} executeQuery: Read 11 rows, 847.00 B in 0.001088 sec., 10110.29411764706 rows/sec., 760.25 KiB/sec. 2026.05.01 23:40:58.636089 [ 268 ] {147208fa-bbbd-497e-b621-8c627bf16e14} TCPHandler: Processed in 0.001244037 sec. 2026.05.01 23:40:58.636201 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.636292 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:40:58.636329 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:40:58.636722 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:58.636758 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:58.637048 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:40:58.637253 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:40:58.637376 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} executeQuery: Read 75 rows, 6.00 KiB in 0.001102 sec., 68058.07622504538 rows/sec., 5.31 MiB/sec. 2026.05.01 23:40:58.637411 [ 268 ] {20aab0aa-928f-457c-a6c4-b4d274ddd55b} TCPHandler: Processed in 0.001256807 sec. 2026.05.01 23:40:58.637527 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.637619 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:58.637660 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:40:58.638098 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:58.638144 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:58.638538 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:40:58.638755 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:40:58.638888 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} executeQuery: Read 160 rows, 11.41 KiB in 0.001287 sec., 124320.12432012432 rows/sec., 8.66 MiB/sec. 2026.05.01 23:40:58.638924 [ 268 ] {8b283d9e-37a1-4b1d-ac60-c4e1956b0d6e} TCPHandler: Processed in 0.001443401 sec. 2026.05.01 23:40:58.639046 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.639139 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:40:58.639192 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} 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.01 23:40:58.639910 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:58.639947 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:58.640448 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:40:58.640662 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:40:58.640802 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} executeQuery: Read 11 rows, 20.18 KiB in 0.001681 sec., 6543.723973825104 rows/sec., 11.73 MiB/sec. 2026.05.01 23:40:58.640851 [ 268 ] {7614044d-6786-4849-9125-94e039d1e4a9} TCPHandler: Processed in 0.001853729 sec. 2026.05.01 23:40:58.640969 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:40:58.641062 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:40:58.641103 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:40:58.641436 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:40:58.641472 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:40:58.641762 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:40:58.641969 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:40:58.642094 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.05.01 23:40:58.642129 [ 268 ] {124252e9-e9ca-4c01-9813-e99f3f824cbb} TCPHandler: Processed in 0.001207916 sec. 2026.05.01 23:41:03.630539 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.630960 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:03.631331 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:03.631370 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} 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.01 23:41:03.631616 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:03.631691 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:03.631843 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:41:03.631969 [ 324 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:03.631973 [ 304 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:03.631973 [ 337 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:03.631973 [ 333 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:03.632169 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:03.632199 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:03.632290 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:03.632311 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:03.632348 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:41:03.632387 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:41:03.632421 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:41:03.633992 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} executeQuery: Read 48 rows, 10.51 KiB in 0.003208 sec., 14962.593516209477 rows/sec., 3.20 MiB/sec. 2026.05.01 23:41:03.634120 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} MemoryTracker: Peak memory usage (for query): 146.72 KiB. 2026.05.01 23:41:03.634136 [ 268 ] {b57c698d-735d-4420-bf41-0a21265beeff} TCPHandler: Processed in 0.003795101 sec. 2026.05.01 23:41:03.637028 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.637164 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.637220 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:41:03.637761 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.637810 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.638179 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:41:03.638411 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:41:03.638563 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} executeQuery: Read 24 rows, 2.04 KiB in 0.001438 sec., 16689.847009735742 rows/sec., 1.38 MiB/sec. 2026.05.01 23:41:03.638601 [ 268 ] {ee2f9d20-63cd-4524-88c3-6a550f30d5d3} TCPHandler: Processed in 0.001639386 sec. 2026.05.01 23:41:03.638729 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.638826 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:41:03.638867 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:41:03.639254 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.639291 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.639579 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:41:03.639793 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:41:03.639929 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} executeQuery: Read 2 rows, 167.00 B in 0.001121 sec., 1784.121320249777 rows/sec., 145.48 KiB/sec. 2026.05.01 23:41:03.639967 [ 268 ] {362c5c94-2d90-41ad-a34f-b2e1a67ee2c8} TCPHandler: Processed in 0.001287087 sec. 2026.05.01 23:41:03.640085 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.640186 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:03.640227 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:03.640738 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.640776 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.641133 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:03.641365 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:03.641513 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} executeQuery: Read 239 rows, 21.81 KiB in 0.001345 sec., 177695.16728624536 rows/sec., 15.84 MiB/sec. 2026.05.01 23:41:03.641552 [ 268 ] {1c13eca3-f861-4fa1-af8f-0d87a5f67c48} TCPHandler: Processed in 0.001517643 sec. 2026.05.01 23:41:03.641672 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.641769 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.641810 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:03.642226 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.642265 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.642571 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:41:03.642795 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:03.642929 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} executeQuery: Read 45 rows, 3.43 KiB in 0.001179 sec., 38167.938931297715 rows/sec., 2.84 MiB/sec. 2026.05.01 23:41:03.642969 [ 268 ] {2ae601a3-b89c-4e4c-8d69-baf28b5019eb} TCPHandler: Processed in 0.001347599 sec. 2026.05.01 23:41:03.643106 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.643228 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.643277 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:41:03.643756 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.643802 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.644118 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:41:03.644348 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:41:03.644483 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} executeQuery: Read 24 rows, 2.04 KiB in 0.00128 sec., 18750 rows/sec., 1.56 MiB/sec. 2026.05.01 23:41:03.644520 [ 268 ] {d57cdcbf-81ee-4178-aa9b-21fe8851ea42} TCPHandler: Processed in 0.001477142 sec. 2026.05.01 23:41:03.644638 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.644754 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.644802 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:41:03.645260 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.645305 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.645662 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:41:03.645911 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:41:03.646044 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} executeQuery: Read 12 rows, 960.00 B in 0.001314 sec., 9132.4200913242 rows/sec., 713.47 KiB/sec. 2026.05.01 23:41:03.646083 [ 268 ] {2725a575-681d-4744-b54f-13c80f9ec093} TCPHandler: Processed in 0.001505163 sec. 2026.05.01 23:41:03.646214 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.646334 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:03.646383 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:03.646893 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.646931 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.647259 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:03.647471 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:03.647605 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} executeQuery: Read 133 rows, 11.02 KiB in 0.001295 sec., 102702.7027027027 rows/sec., 8.31 MiB/sec. 2026.05.01 23:41:03.647644 [ 268 ] {ab9d3e67-994b-4688-b4fb-c4765920c624} TCPHandler: Processed in 0.001491062 sec. 2026.05.01 23:41:03.647756 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.647869 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.647920 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:03.648406 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.648449 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.648838 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:03.649048 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:03.649179 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} executeQuery: Read 197 rows, 14.47 KiB in 0.001334 sec., 147676.1619190405 rows/sec., 10.59 MiB/sec. 2026.05.01 23:41:03.649215 [ 268 ] {91d08e97-8de4-4611-b4aa-91ab177a5eb8} TCPHandler: Processed in 0.001507452 sec. 2026.05.01 23:41:03.649333 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.649425 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.649478 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} 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.01 23:41:03.650235 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.650272 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.650786 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:41:03.651000 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:03.651136 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} executeQuery: Read 31 rows, 56.88 KiB in 0.001729 sec., 17929.438982070562 rows/sec., 32.13 MiB/sec. 2026.05.01 23:41:03.651185 [ 268 ] {d81ec8e9-19e3-45c4-9499-aa8e299709e6} TCPHandler: Processed in 0.001899591 sec. 2026.05.01 23:41:03.651307 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:03.651399 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:03.651439 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:03.651773 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:03.651808 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:03.652099 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:03.652303 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:03.652430 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.05.01 23:41:03.652466 [ 268 ] {4af5230a-1618-458c-8bff-15cb5a335875} TCPHandler: Processed in 0.001206186 sec. 2026.05.01 23:41:04.846596 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6215 2026.05.01 23:41:04.847274 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:04.847350 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:04.848023 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:41:04.848254 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:04.848395 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6215 2026.05.01 23:41:05.170425 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.01 23:41:05.187315 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:05.187381 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:05.193133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:41:05.193809 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:05.196690 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.01 23:41:07.360034 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 436 2026.05.01 23:41:07.362316 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:07.362374 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:07.363568 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:41:07.363849 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:07.364190 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 436 2026.05.01 23:41:08.627712 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.627990 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:08.628323 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:08.628359 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} 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.01 23:41:08.628572 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:08.628642 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:08.628781 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:08.628902 [ 324 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:08.628907 [ 328 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:08.628914 [ 323 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:08.628903 [ 304 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:08.629084 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:08.629107 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:08.629192 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:08.629213 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:08.629247 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:08.629283 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:08.629315 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:08.630476 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} executeQuery: Read 48 rows, 7.91 KiB in 0.002591 sec., 18525.66576611347 rows/sec., 2.98 MiB/sec. 2026.05.01 23:41:08.630590 [ 268 ] {7732fdf3-78d6-474b-bf98-543da049db7d} TCPHandler: Processed in 0.003021396 sec. 2026.05.01 23:41:08.632448 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.632569 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:08.632617 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:08.633123 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.633169 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.633556 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:08.633793 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:08.633953 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} executeQuery: Read 78 rows, 6.61 KiB in 0.001417 sec., 55045.87155963302 rows/sec., 4.56 MiB/sec. 2026.05.01 23:41:08.633996 [ 268 ] {a843baf5-fe0f-4b9a-90bf-42641d29fa7c} TCPHandler: Processed in 0.001603765 sec. 2026.05.01 23:41:08.634123 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.634224 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:08.634265 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:08.634674 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.634712 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.635012 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:41:08.635237 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:08.635345 [ 38 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:41:08.635376 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} executeQuery: Read 11 rows, 847.00 B in 0.001175 sec., 9361.702127659573 rows/sec., 703.96 KiB/sec. 2026.05.01 23:41:08.635393 [ 38 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.635419 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.635422 [ 268 ] {ffbf0161-17bf-4324-8a2c-1ccf17174b7b} TCPHandler: Processed in 0.00135119 sec. 2026.05.01 23:41:08.635544 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.635559 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:41:08.635643 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:08.635687 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:08.635700 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:08.635747 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 222 rows starting from the beginning of the part 2026.05.01 23:41:08.635839 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.05.01 23:41:08.635887 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:08.635934 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:08.635973 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 45 rows starting from the beginning of the part 2026.05.01 23:41:08.636014 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:08.636114 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.636158 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.636587 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:08.636825 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:08.636934 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001432431 sec., 244339.8669813764 rows/sec., 17.39 MiB/sec. 2026.05.01 23:41:08.636968 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} executeQuery: Read 75 rows, 6.00 KiB in 0.001345 sec., 55762.08178438662 rows/sec., 4.35 MiB/sec. 2026.05.01 23:41:08.637020 [ 268 ] {8e508924-f6b0-4263-babc-6d957ffb5ff1} TCPHandler: Processed in 0.001525363 sec. 2026.05.01 23:41:08.637145 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.637174 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:41:08.637243 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:08.637294 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:08.637524 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:08.637616 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_16_3} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:41:08.637706 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.637719 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.01 23:41:08.637752 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.638115 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:08.638335 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:08.638476 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.05.01 23:41:08.638515 [ 268 ] {3229aba1-0605-4ffc-bb38-8f0a0423c80b} TCPHandler: Processed in 0.00142057 sec. 2026.05.01 23:41:08.638659 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.638754 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:08.638809 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} 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.01 23:41:08.639579 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.639617 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.640139 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:41:08.640372 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:08.640496 [ 38 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:41:08.640523 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} executeQuery: Read 11 rows, 20.18 KiB in 0.001787 sec., 6155.567991046447 rows/sec., 11.03 MiB/sec. 2026.05.01 23:41:08.640533 [ 38 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.640567 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.640592 [ 268 ] {2698edbf-d3c3-4d52-bd4f-df011a67f1cd} TCPHandler: Processed in 0.001984663 sec. 2026.05.01 23:41:08.640669 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:41:08.640724 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:08.640826 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:08.640869 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:08.640894 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:08.640955 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 209 rows starting from the beginning of the part 2026.05.01 23:41:08.641089 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part 2026.05.01 23:41:08.641195 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:08.641222 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:08.641262 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:08.641291 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:08.641386 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:08.641475 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:08.641588 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:08.641869 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:08.642013 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} executeQuery: Read 60 rows, 4.14 KiB in 0.001206 sec., 49751.24378109453 rows/sec., 3.35 MiB/sec. 2026.05.01 23:41:08.642052 [ 268 ] {14c538c9-6d7c-4698-a170-3ad16b616d07} TCPHandler: Processed in 0.00137846 sec. 2026.05.01 23:41:08.644894 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 313 rows, containing 19 columns (19 merged, 0 gathered) in 0.004272203 sec., 73264.30883551181 rows/sec., 131.29 MiB/sec. 2026.05.01 23:41:08.645472 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:41:08.645791 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:08.645862 [ 187 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_16_3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:41:08.645955 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2026.05.01 23:41:12.279908 [ 24 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:41:12.279958 [ 24 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:41:12.348525 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6727 2026.05.01 23:41:12.349285 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:12.349332 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:12.349816 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:41:12.350051 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:12.350186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6727 2026.05.01 23:41:12.696794 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.01 23:41:12.712656 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:12.712704 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:12.718035 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:41:12.718742 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:12.721453 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.01 23:41:13.628724 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.628972 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:13.629306 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:13.629344 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} 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.01 23:41:13.629569 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:13.629642 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:13.629790 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:13.629915 [ 343 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:13.629925 [ 328 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:13.629954 [ 304 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:13.629915 [ 323 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:13.630096 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:13.630123 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:13.630213 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:13.630234 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:13.630271 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:13.630309 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:13.630353 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:13.631431 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} executeQuery: Read 48 rows, 7.91 KiB in 0.002552 sec., 18808.777429467085 rows/sec., 3.03 MiB/sec. 2026.05.01 23:41:13.631550 [ 268 ] {a2c05858-462c-4cef-a000-5b6813a8c3bc} TCPHandler: Processed in 0.002966864 sec. 2026.05.01 23:41:13.633680 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.633812 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:13.633867 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:13.634430 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.634467 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.634861 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:13.635124 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:13.635280 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} executeQuery: Read 118 rows, 10.28 KiB in 0.001507 sec., 78301.2607830126 rows/sec., 6.66 MiB/sec. 2026.05.01 23:41:13.635321 [ 268 ] {e3bc3a63-ecb0-4bd7-b00c-ae7515b14974} TCPHandler: Processed in 0.001707296 sec. 2026.05.01 23:41:13.635454 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.635556 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.635599 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:13.636016 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.636052 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.636359 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:41:13.636572 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:13.636705 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} executeQuery: Read 31 rows, 2.33 KiB in 0.001172 sec., 26450.51194539249 rows/sec., 1.94 MiB/sec. 2026.05.01 23:41:13.636745 [ 268 ] {4aa3ef29-fad2-45da-b331-7eadbae8ef30} TCPHandler: Processed in 0.001342629 sec. 2026.05.01 23:41:13.636861 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.636958 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:13.636999 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:13.637424 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.637460 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.637762 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:13.637977 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:13.638109 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} executeQuery: Read 95 rows, 7.60 KiB in 0.00117 sec., 81196.58119658119 rows/sec., 6.34 MiB/sec. 2026.05.01 23:41:13.638147 [ 268 ] {7abfb144-8217-4676-b667-6c3b0188742c} TCPHandler: Processed in 0.001335538 sec. 2026.05.01 23:41:13.638263 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.638359 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.638403 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:13.638810 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.638845 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.639181 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:13.639414 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:13.639547 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.05.01 23:41:13.639584 [ 268 ] {81c9541b-915b-49ae-9a9a-c3792d035e1c} TCPHandler: Processed in 0.001371799 sec. 2026.05.01 23:41:13.639696 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.639792 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.639848 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} 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.01 23:41:13.640625 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.640660 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.641205 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:41:13.641437 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:13.641578 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} executeQuery: Read 31 rows, 56.88 KiB in 0.001805 sec., 17174.515235457064 rows/sec., 30.78 MiB/sec. 2026.05.01 23:41:13.641635 [ 268 ] {38d38f89-5f3b-4bea-9e84-4d84a877561f} TCPHandler: Processed in 0.001988453 sec. 2026.05.01 23:41:13.641772 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.641868 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.641909 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:13.642243 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.642278 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.642592 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:13.642808 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:13.642938 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.05.01 23:41:13.642974 [ 268 ] {2d8362e7-cd66-4b56-8357-fc9033475801} TCPHandler: Processed in 0.001252867 sec. 2026.05.01 23:41:13.874304 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.874609 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:13.875079 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:13.875146 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} 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.01 23:41:13.875391 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:13.875452 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:13.875574 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.01 23:41:13.875651 [ 304 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:13.875692 [ 323 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:13.875701 [ 343 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:13.875707 [ 276 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:13.875890 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:13.875917 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:13.875992 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:13.876011 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:13.876044 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:41:13.876078 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:41:13.876108 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:41:13.877255 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} executeQuery: Read 48 rows, 9.49 KiB in 0.002776 sec., 17291.06628242075 rows/sec., 3.34 MiB/sec. 2026.05.01 23:41:13.877390 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} MemoryTracker: Peak memory usage (for query): 137.90 KiB. 2026.05.01 23:41:13.877405 [ 268 ] {9fabc8d4-5f10-4b19-80e8-084ea9f579f0} TCPHandler: Processed in 0.00323039 sec. 2026.05.01 23:41:13.888625 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.888749 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:41:13.888799 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:41:13.889276 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.889314 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.889629 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:41:13.889852 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:41:13.889994 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} executeQuery: Read 2 rows, 167.00 B in 0.001273 sec., 1571.0919088766693 rows/sec., 128.11 KiB/sec. 2026.05.01 23:41:13.890031 [ 268 ] {5b86229f-3d77-4509-9d52-cc58336e23af} TCPHandler: Processed in 0.001468532 sec. 2026.05.01 23:41:13.890138 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.890233 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:13.890270 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:13.891492 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.891528 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.892010 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:41:13.892225 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:13.892317 [ 25 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:41:13.892352 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} executeQuery: Read 2424 rows, 183.61 KiB in 0.002137 sec., 1134300.4211511465 rows/sec., 83.91 MiB/sec. 2026.05.01 23:41:13.892354 [ 25 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.892382 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.892389 [ 268 ] {cd3492e7-a574-4e75-8bbc-4590be61c259} TCPHandler: Processed in 0.00229781 sec. 2026.05.01 23:41:13.892514 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.892523 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:41:13.892609 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.892654 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:13.892711 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:13.892769 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3359 rows starting from the beginning of the part 2026.05.01 23:41:13.892869 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 78 rows starting from the beginning of the part 2026.05.01 23:41:13.892945 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 239 rows starting from the beginning of the part 2026.05.01 23:41:13.893014 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 78 rows starting from the beginning of the part 2026.05.01 23:41:13.893040 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.893081 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 118 rows starting from the beginning of the part 2026.05.01 23:41:13.893084 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.893154 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2424 rows starting from the beginning of the part 2026.05.01 23:41:13.893421 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:13.893664 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:13.893800 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} executeQuery: Read 22 rows, 1.64 KiB in 0.001209 sec., 18196.856906534325 rows/sec., 1.33 MiB/sec. 2026.05.01 23:41:13.893837 [ 268 ] {53da850e-ec2b-400b-8b8a-d7851ca2f44c} TCPHandler: Processed in 0.00137147 sec. 2026.05.01 23:41:13.893942 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.894036 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.894076 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:41:13.894688 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.894725 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.895067 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:41:13.895289 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:41:13.895414 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} executeQuery: Read 801 rows, 47.38 KiB in 0.001396 sec., 573782.23495702 rows/sec., 33.14 MiB/sec. 2026.05.01 23:41:13.895451 [ 268 ] {f826313c-3a8c-450b-95ee-0e5df44de7ac} TCPHandler: Processed in 0.001557534 sec. 2026.05.01 23:41:13.895480 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6296 rows, containing 5 columns (5 merged, 0 gathered) in 0.003029295 sec., 2078371.370236309 rows/sec., 165.64 MiB/sec. 2026.05.01 23:41:13.895560 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.895655 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.895694 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:41:13.895768 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:41:13.896020 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:13.896062 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.896089 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_21_4} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:41:13.896105 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.896164 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.05.01 23:41:13.896411 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 23:41:13.896624 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:41:13.896747 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} executeQuery: Read 1 rows, 72.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 63.29 KiB/sec. 2026.05.01 23:41:13.896784 [ 268 ] {dcce081c-6ac9-40c2-9bc5-6f0a92bba87a} TCPHandler: Processed in 0.001271897 sec. 2026.05.01 23:41:13.896882 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.896975 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:13.897012 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:13.897784 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.897819 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.898198 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:41:13.898405 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:13.898512 [ 29 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:41:13.898531 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} executeQuery: Read 1301 rows, 89.00 KiB in 0.001574 sec., 826556.543837357 rows/sec., 55.22 MiB/sec. 2026.05.01 23:41:13.898545 [ 29 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.898567 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.898568 [ 268 ] {8d952bf4-2ddc-4ae1-81df-81a01f669d60} TCPHandler: Processed in 0.001732988 sec. 2026.05.01 23:41:13.898680 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:41:13.898687 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.898822 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.898841 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:13.898864 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:13.898896 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1830 rows starting from the beginning of the part 2026.05.01 23:41:13.898991 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 75 rows starting from the beginning of the part 2026.05.01 23:41:13.899062 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 133 rows starting from the beginning of the part 2026.05.01 23:41:13.899128 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part 2026.05.01 23:41:13.899192 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part 2026.05.01 23:41:13.899253 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1301 rows starting from the beginning of the part 2026.05.01 23:41:13.899490 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.899529 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.899973 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:41:13.900197 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:13.900292 [ 29 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:41:13.900320 [ 29 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.900325 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} executeQuery: Read 1497 rows, 92.97 KiB in 0.001522 sec., 983574.2444152432 rows/sec., 59.65 MiB/sec. 2026.05.01 23:41:13.900339 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.900364 [ 268 ] {cf8e2182-9a0a-4bff-87ee-7d35b20f1b2f} TCPHandler: Processed in 0.001725067 sec. 2026.05.01 23:41:13.900411 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:13.900474 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.900474 [ 194 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3509 rows, containing 5 columns (5 merged, 0 gathered) in 0.00184972 sec., 1897043.8769111 rows/sec., 137.81 MiB/sec. 2026.05.01 23:41:13.900499 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:13.900537 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7480 rows starting from the beginning of the part 2026.05.01 23:41:13.900577 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.900583 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:13.900636 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} 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.01 23:41:13.900637 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:13.900690 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:13.900724 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:13.900731 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:41:13.900760 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:13.901038 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:13.901109 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_21_4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:41:13.901182 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.05.01 23:41:13.901351 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.901386 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.901917 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:13.902144 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:13.902288 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} executeQuery: Read 20 rows, 36.70 KiB in 0.00173 sec., 11560.693641618498 rows/sec., 20.72 MiB/sec. 2026.05.01 23:41:13.902339 [ 268 ] {76af89e0-89e4-4036-b2d1-54d221f4cb4b} TCPHandler: Processed in 0.001913191 sec. 2026.05.01 23:41:13.902445 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:13.902539 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:13.902578 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:13.902877 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.902912 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.903204 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:41:13.903297 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9654 rows, containing 5 columns (5 merged, 0 gathered) in 0.002915862 sec., 3310856.275091208 rows/sec., 213.61 MiB/sec. 2026.05.01 23:41:13.903411 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:13.903499 [ 29 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:41:13.903522 [ 29 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:13.903528 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:41:13.903539 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:13.903536 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} executeQuery: Read 12 rows, 848.00 B in 0.001015 sec., 11822.660098522167 rows/sec., 815.89 KiB/sec. 2026.05.01 23:41:13.903581 [ 268 ] {d929e23f-0c5a-4442-9dff-20aca1d36914} TCPHandler: Processed in 0.001183075 sec. 2026.05.01 23:41:13.903611 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:13.903708 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:13.903739 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 990 rows starting from the beginning of the part 2026.05.01 23:41:13.903815 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_21_4} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:13.903818 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:13.903879 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:13.903892 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_21_4} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:41:13.903925 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:13.903966 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:13.903968 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. 2026.05.01 23:41:13.904008 [ 193 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:13.904843 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1242 rows, containing 4 columns (4 merged, 0 gathered) in 0.001267797 sec., 979652.105187187 rows/sec., 64.31 MiB/sec. 2026.05.01 23:41:13.904990 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:41:13.905219 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_21_4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:13.905276 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_21_4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:41:13.905352 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.05.01 23:41:17.364395 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 484 2026.05.01 23:41:17.366936 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:17.366993 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:17.368239 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:41:17.368517 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:17.368678 [ 41 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:41:17.368749 [ 41 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:17.368768 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:17.368860 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 484 2026.05.01 23:41:17.368893 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:41:17.369509 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:17.369660 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part 2026.05.01 23:41:17.370038 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part 2026.05.01 23:41:17.370384 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:41:17.370719 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:41:17.371048 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:41:17.371383 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:41:17.377174 [ 194 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 72 columns (72 merged, 0 gathered) in 0.008328829 sec., 58111.41037953835 rows/sec., 51.10 MiB/sec. 2026.05.01 23:41:17.378035 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:41:17.378610 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:17.378685 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_11_2} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:41:17.378813 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2026.05.01 23:41:18.626351 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:18.626629 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:18.627023 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:18.627065 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} 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.01 23:41:18.627318 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:18.627399 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:18.627547 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:41:18.627673 [ 304 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:18.627680 [ 276 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:18.627695 [ 343 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:18.627679 [ 329 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:18.627860 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:18.627887 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:18.627973 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:18.627993 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:18.628028 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:41:18.628064 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:41:18.628101 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:41:18.629262 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} executeQuery: Read 48 rows, 7.91 KiB in 0.002738 sec., 17531.044558071586 rows/sec., 2.82 MiB/sec. 2026.05.01 23:41:18.629398 [ 268 ] {8e85899e-bd89-4603-bb25-97990b9fa8ab} TCPHandler: Processed in 0.003199549 sec. 2026.05.01 23:41:18.630942 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:18.631058 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:18.631102 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:18.631605 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:18.631650 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:18.632032 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:41:18.632269 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:18.632417 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} executeQuery: Read 56 rows, 4.41 KiB in 0.001393 sec., 40201.00502512563 rows/sec., 3.09 MiB/sec. 2026.05.01 23:41:18.632456 [ 268 ] {1fb99816-3968-4c24-88f8-1f92a5df448b} TCPHandler: Processed in 0.001568244 sec. 2026.05.01 23:41:18.632585 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:18.632683 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:18.632723 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:18.633148 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:18.633186 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:18.633510 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:41:18.633724 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:18.633856 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2026.05.01 23:41:18.633894 [ 268 ] {3fdb5fbe-8a37-4e51-9790-7371946ec01e} TCPHandler: Processed in 0.001359819 sec. 2026.05.01 23:41:18.634039 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:18.634135 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:18.634177 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:18.634561 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:18.634597 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:18.634921 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:41:18.635132 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:18.635263 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} executeQuery: Read 128 rows, 9.13 KiB in 0.001148 sec., 111498.25783972126 rows/sec., 7.77 MiB/sec. 2026.05.01 23:41:18.635301 [ 268 ] {3bcae7ad-173e-4506-830a-25d0bb4327ad} TCPHandler: Processed in 0.001318558 sec. 2026.05.01 23:41:18.635441 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:18.635545 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:18.635587 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:18.635929 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:18.635966 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:18.636283 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:41:18.636490 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:18.636618 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} executeQuery: Read 48 rows, 3.31 KiB in 0.001092 sec., 43956.043956043955 rows/sec., 2.96 MiB/sec. 2026.05.01 23:41:18.636654 [ 268 ] {6954f4a5-bbd5-4961-9cd0-ff80bd6f8da2} TCPHandler: Processed in 0.001269367 sec. 2026.05.01 23:41:19.850323 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7175 2026.05.01 23:41:19.850911 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:19.850957 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:19.851511 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:41:19.851757 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:19.851891 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7175 2026.05.01 23:41:20.221580 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.05.01 23:41:20.237829 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:20.237885 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:20.243900 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:41:20.244613 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:20.247263 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.05.01 23:41:21.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 231.75 MiB, peak 238.39 MiB, free memory in arenas 0.00 B, will set to 232.76 MiB (RSS), difference: 1.01 MiB 2026.05.01 23:41:22.257404 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37292 2026.05.01 23:41:22.257513 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.257539 [ 289 ] {} TCP-Session: 3df69c8f-5601-432b-92ef-613e574bdd68 Authenticating user 'default' from [fd00:1122:3344:101::e]:37292 2026.05.01 23:41:22.257561 [ 289 ] {} TCP-Session: 3df69c8f-5601-432b-92ef-613e574bdd68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.257574 [ 289 ] {} TCP-Session: 3df69c8f-5601-432b-92ef-613e574bdd68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.257767 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63804 2026.05.01 23:41:22.257822 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63731 2026.05.01 23:41:22.257833 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46688 2026.05.01 23:41:22.257885 [ 289 ] {} TCP-Session: 3df69c8f-5601-432b-92ef-613e574bdd68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:22.257907 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.257902 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52815 2026.05.01 23:41:22.257962 [ 290 ] {} TCP-Session: 2281ee54-b703-42d5-bb12-37efddb14144 Authenticating user 'default' from [fd00:1122:3344:101::e]:63804 2026.05.01 23:41:22.257884 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59266 2026.05.01 23:41:22.258014 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.258016 [ 290 ] {} TCP-Session: 2281ee54-b703-42d5-bb12-37efddb14144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258053 [ 292 ] {} TCP-Session: c07656f6-3153-4cea-a4b5-eb2c258cbb5e Authenticating user 'default' from [fd00:1122:3344:101::e]:63731 2026.05.01 23:41:22.258068 [ 290 ] {} TCP-Session: 2281ee54-b703-42d5-bb12-37efddb14144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258083 [ 289 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} executeQuery: (from [fd00:1122:3344:101::e]:37292) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:41:22.258092 [ 292 ] {} TCP-Session: c07656f6-3153-4cea-a4b5-eb2c258cbb5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.257856 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41041 2026.05.01 23:41:22.258126 [ 292 ] {} TCP-Session: c07656f6-3153-4cea-a4b5-eb2c258cbb5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.257827 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47157 2026.05.01 23:41:22.258192 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.258228 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.257871 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33332 2026.05.01 23:41:22.258270 [ 291 ] {} TCP-Session: 74a6a550-f0c5-4818-a4c8-80e1079e522b Authenticating user 'default' from [fd00:1122:3344:101::e]:46688 2026.05.01 23:41:22.258282 [ 287 ] {} TCP-Session: d899eeb1-b30e-4601-aa47-cf3331ca0026 Authenticating user 'default' from [fd00:1122:3344:101::e]:52815 2026.05.01 23:41:22.258327 [ 291 ] {} TCP-Session: 74a6a550-f0c5-4818-a4c8-80e1079e522b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258332 [ 287 ] {} TCP-Session: d899eeb1-b30e-4601-aa47-cf3331ca0026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258353 [ 291 ] {} TCP-Session: 74a6a550-f0c5-4818-a4c8-80e1079e522b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258366 [ 287 ] {} TCP-Session: d899eeb1-b30e-4601-aa47-cf3331ca0026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258362 [ 289 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:41:22.258335 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.258444 [ 289 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:22.258460 [ 286 ] {} TCP-Session: c3ecd8ff-ac1d-4089-b848-1e0dfb985c88 Authenticating user 'default' from [fd00:1122:3344:101::e]:59266 2026.05.01 23:41:22.258493 [ 286 ] {} TCP-Session: c3ecd8ff-ac1d-4089-b848-1e0dfb985c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258509 [ 286 ] {} TCP-Session: c3ecd8ff-ac1d-4089-b848-1e0dfb985c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258559 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.258560 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.258595 [ 293 ] {} TCP-Session: 4c51025a-73a2-4e57-ac0b-54b9da082ca1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47157 2026.05.01 23:41:22.258619 [ 267 ] {} TCP-Session: d2b5f957-f11a-4a24-a4a4-b3b920f5d4e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33332 2026.05.01 23:41:22.258627 [ 293 ] {} TCP-Session: 4c51025a-73a2-4e57-ac0b-54b9da082ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258644 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:22.258645 [ 267 ] {} TCP-Session: d2b5f957-f11a-4a24-a4a4-b3b920f5d4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258653 [ 293 ] {} TCP-Session: 4c51025a-73a2-4e57-ac0b-54b9da082ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258680 [ 267 ] {} TCP-Session: d2b5f957-f11a-4a24-a4a4-b3b920f5d4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258680 [ 294 ] {} TCP-Session: 0d1a394e-9d56-48e0-9e62-b4a5fbf91967 Authenticating user 'default' from [fd00:1122:3344:101::e]:41041 2026.05.01 23:41:22.258713 [ 294 ] {} TCP-Session: 0d1a394e-9d56-48e0-9e62-b4a5fbf91967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258725 [ 294 ] {} TCP-Session: 0d1a394e-9d56-48e0-9e62-b4a5fbf91967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.258730 [ 289 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:41:22.259767 [ 276 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} AggregatingTransform: Aggregating 2026.05.01 23:41:22.259808 [ 276 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} Aggregator: Aggregation method: without_key 2026.05.01 23:41:22.259844 [ 276 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001013322 sec. (986.853 rows/sec., 38.55 KiB/sec.) 2026.05.01 23:41:22.259862 [ 276 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} Aggregator: Merging aggregated data 2026.05.01 23:41:22.261044 [ 289 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} executeQuery: Read 1 rows, 40.00 B in 0.003018 sec., 331.3452617627568 rows/sec., 12.94 KiB/sec. 2026.05.01 23:41:22.261179 [ 289 ] {08bba870-ea7b-480b-a6c6-2533388a8d8b} TCPHandler: Processed in 0.003404554 sec. 2026.05.01 23:41:22.261311 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261338 [ 289 ] {} TCP-Session: 3df69c8f-5601-432b-92ef-613e574bdd68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261341 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261363 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261391 [ 290 ] {} TCP-Session: 2281ee54-b703-42d5-bb12-37efddb14144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261392 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261402 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261420 [ 287 ] {} TCP-Session: d899eeb1-b30e-4601-aa47-cf3331ca0026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261445 [ 267 ] {} TCP-Session: d2b5f957-f11a-4a24-a4a4-b3b920f5d4e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261464 [ 291 ] {} TCP-Session: 74a6a550-f0c5-4818-a4c8-80e1079e522b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261457 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261483 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261521 [ 293 ] {} TCP-Session: 4c51025a-73a2-4e57-ac0b-54b9da082ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261432 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261543 [ 286 ] {} TCP-Session: c3ecd8ff-ac1d-4089-b848-1e0dfb985c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261409 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:22.261572 [ 294 ] {} TCP-Session: 0d1a394e-9d56-48e0-9e62-b4a5fbf91967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:22.261615 [ 292 ] {} TCP-Session: c07656f6-3153-4cea-a4b5-eb2c258cbb5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.630618 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.630880 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:23.631233 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:23.631269 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} 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.01 23:41:23.631495 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:23.631565 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:23.631710 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:23.631841 [ 347 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:23.631857 [ 323 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:23.631858 [ 311 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:23.631841 [ 301 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:23.632041 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:23.632068 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:23.632157 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:23.632178 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:23.632214 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:23.632253 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:23.632288 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:23.633509 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} executeQuery: Read 48 rows, 7.91 KiB in 0.002726 sec., 17608.21716801174 rows/sec., 2.83 MiB/sec. 2026.05.01 23:41:23.633658 [ 268 ] {e3c5ea7c-76f9-4ff0-86bb-1b4a9c563eff} TCPHandler: Processed in 0.003178598 sec. 2026.05.01 23:41:23.635782 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.635892 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:23.635936 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:23.636440 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:23.636486 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:23.636887 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:41:23.637122 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:23.637276 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} executeQuery: Read 118 rows, 10.28 KiB in 0.001415 sec., 83392.22614840989 rows/sec., 7.09 MiB/sec. 2026.05.01 23:41:23.637314 [ 268 ] {ebbb8707-18b4-4aaa-9b1d-0249e1833412} TCPHandler: Processed in 0.001581964 sec. 2026.05.01 23:41:23.637439 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.637534 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:23.637576 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:23.637996 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:23.638030 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:23.638322 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:23.638550 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:23.638684 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} executeQuery: Read 31 rows, 2.33 KiB in 0.001167 sec., 26563.838903170523 rows/sec., 1.95 MiB/sec. 2026.05.01 23:41:23.638721 [ 268 ] {6a75fa9a-c095-4cdb-afa1-b5fd4ab4784c} TCPHandler: Processed in 0.001330349 sec. 2026.05.01 23:41:23.638837 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.638949 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:23.639002 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:23.639434 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:23.639469 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:23.639773 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:41:23.639987 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:23.640118 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} executeQuery: Read 95 rows, 7.60 KiB in 0.001194 sec., 79564.4891122278 rows/sec., 6.21 MiB/sec. 2026.05.01 23:41:23.640156 [ 268 ] {77a3a05d-048a-4e1d-8fe4-17c60d731197} TCPHandler: Processed in 0.00136673 sec. 2026.05.01 23:41:23.640281 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.640376 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:23.640421 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:23.640846 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:23.640882 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:23.641209 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:41:23.641420 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:23.641551 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.05.01 23:41:23.641588 [ 268 ] {fdddab40-38ae-404a-9fc1-d78dc57d2cb7} TCPHandler: Processed in 0.001355729 sec. 2026.05.01 23:41:23.641704 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.641800 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:23.641855 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} 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.01 23:41:23.642619 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:23.642654 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:23.643205 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:23.643442 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:23.643584 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} executeQuery: Read 31 rows, 56.88 KiB in 0.001802 sec., 17203.1076581576 rows/sec., 30.83 MiB/sec. 2026.05.01 23:41:23.643635 [ 268 ] {a468ad0b-0bb4-4869-8e49-a03980827b49} TCPHandler: Processed in 0.001979023 sec. 2026.05.01 23:41:23.643761 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.643856 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:23.643898 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:23.644244 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:23.644281 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:23.644592 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:41:23.644800 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:23.644931 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.05.01 23:41:23.644966 [ 268 ] {1b848e01-83dc-42a4-9b66-529042c0ac8a} TCPHandler: Processed in 0.001252727 sec. 2026.05.01 23:41:23.657522 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52390 2026.05.01 23:41:23.657613 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.657641 [ 287 ] {} TCP-Session: ad4fe965-db87-406e-80bf-2f85f3d68055 Authenticating user 'default' from [fd00:1122:3344:101::e]:52390 2026.05.01 23:41:23.657663 [ 287 ] {} TCP-Session: ad4fe965-db87-406e-80bf-2f85f3d68055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.657676 [ 287 ] {} TCP-Session: ad4fe965-db87-406e-80bf-2f85f3d68055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.657872 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57445 2026.05.01 23:41:23.657917 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46035 2026.05.01 23:41:23.657930 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40347 2026.05.01 23:41:23.657978 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37131 2026.05.01 23:41:23.657969 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45276 2026.05.01 23:41:23.658019 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658019 [ 287 ] {} TCP-Session: ad4fe965-db87-406e-80bf-2f85f3d68055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.658079 [ 289 ] {} TCP-Session: 15b55f1b-337d-4a83-87f1-18ff1f9ca8a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46035 2026.05.01 23:41:23.658076 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658115 [ 289 ] {} TCP-Session: 15b55f1b-337d-4a83-87f1-18ff1f9ca8a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658091 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658151 [ 289 ] {} TCP-Session: 15b55f1b-337d-4a83-87f1-18ff1f9ca8a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658140 [ 290 ] {} TCP-Session: eddaf4ec-6c93-4279-8d6f-16a935e5815e Authenticating user 'default' from [fd00:1122:3344:101::e]:40347 2026.05.01 23:41:23.658177 [ 294 ] {} TCP-Session: 6a67f968-a29a-429a-ac6a-10a07ab62ac1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45276 2026.05.01 23:41:23.658071 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658219 [ 290 ] {} TCP-Session: eddaf4ec-6c93-4279-8d6f-16a935e5815e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658218 [ 294 ] {} TCP-Session: 6a67f968-a29a-429a-ac6a-10a07ab62ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658238 [ 290 ] {} TCP-Session: eddaf4ec-6c93-4279-8d6f-16a935e5815e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658239 [ 267 ] {} TCP-Session: 364dd57a-699b-4470-80fe-17058556c9f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:37131 2026.05.01 23:41:23.658249 [ 294 ] {} TCP-Session: 6a67f968-a29a-429a-ac6a-10a07ab62ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658259 [ 287 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} executeQuery: (from [fd00:1122:3344:101::e]:52390) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:41:23.658268 [ 267 ] {} TCP-Session: 364dd57a-699b-4470-80fe-17058556c9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.657964 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658306 [ 267 ] {} TCP-Session: 364dd57a-699b-4470-80fe-17058556c9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658356 [ 288 ] {} TCP-Session: 12f92c62-623e-4e97-9720-9c31707673ab Authenticating user 'default' from [fd00:1122:3344:101::e]:57445 2026.05.01 23:41:23.657955 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62156 2026.05.01 23:41:23.658396 [ 288 ] {} TCP-Session: 12f92c62-623e-4e97-9720-9c31707673ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.657943 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46652 2026.05.01 23:41:23.658447 [ 288 ] {} TCP-Session: 12f92c62-623e-4e97-9720-9c31707673ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.657933 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43670 2026.05.01 23:41:23.658491 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658504 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658538 [ 293 ] {} TCP-Session: e79aa210-760f-4053-9a87-42fc39beab87 Authenticating user 'default' from [fd00:1122:3344:101::e]:62156 2026.05.01 23:41:23.658546 [ 292 ] {} TCP-Session: 6714d01f-e625-45b0-b3e6-4eb2c9c52dc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46652 2026.05.01 23:41:23.658555 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.658576 [ 293 ] {} TCP-Session: e79aa210-760f-4053-9a87-42fc39beab87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658591 [ 287 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:41:23.658621 [ 293 ] {} TCP-Session: e79aa210-760f-4053-9a87-42fc39beab87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658584 [ 292 ] {} TCP-Session: 6714d01f-e625-45b0-b3e6-4eb2c9c52dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658601 [ 291 ] {} TCP-Session: dd36f791-76fb-436a-83ba-134373a0bc70 Authenticating user 'default' from [fd00:1122:3344:101::e]:43670 2026.05.01 23:41:23.658675 [ 287 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:23.658679 [ 292 ] {} TCP-Session: 6714d01f-e625-45b0-b3e6-4eb2c9c52dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658701 [ 291 ] {} TCP-Session: dd36f791-76fb-436a-83ba-134373a0bc70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.658732 [ 291 ] {} TCP-Session: dd36f791-76fb-436a-83ba-134373a0bc70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.659007 [ 287 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:41:23.659966 [ 301 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} AggregatingTransform: Aggregating 2026.05.01 23:41:23.660014 [ 301 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} Aggregator: Aggregation method: without_key 2026.05.01 23:41:23.660052 [ 301 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00094404 sec. (1059.277 rows/sec., 41.38 KiB/sec.) 2026.05.01 23:41:23.660071 [ 301 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} Aggregator: Merging aggregated data 2026.05.01 23:41:23.661755 [ 287 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} executeQuery: Read 1 rows, 40.00 B in 0.003556 sec., 281.214848143982 rows/sec., 10.98 KiB/sec. 2026.05.01 23:41:23.661961 [ 287 ] {3eb99969-1984-47d1-8520-5c8c17fdee92} TCPHandler: Processed in 0.004107398 sec. 2026.05.01 23:41:23.662120 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662163 [ 287 ] {} TCP-Session: ad4fe965-db87-406e-80bf-2f85f3d68055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662171 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662209 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662231 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662264 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662284 [ 291 ] {} TCP-Session: dd36f791-76fb-436a-83ba-134373a0bc70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662290 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662323 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662330 [ 267 ] {} TCP-Session: 364dd57a-699b-4470-80fe-17058556c9f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662358 [ 292 ] {} TCP-Session: 6714d01f-e625-45b0-b3e6-4eb2c9c52dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662374 [ 290 ] {} TCP-Session: eddaf4ec-6c93-4279-8d6f-16a935e5815e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662372 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662340 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.662468 [ 294 ] {} TCP-Session: 6a67f968-a29a-429a-ac6a-10a07ab62ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662495 [ 293 ] {} TCP-Session: e79aa210-760f-4053-9a87-42fc39beab87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662233 [ 288 ] {} TCP-Session: 12f92c62-623e-4e97-9720-9c31707673ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.662270 [ 289 ] {} TCP-Session: 15b55f1b-337d-4a83-87f1-18ff1f9ca8a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.863930 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45772 2026.05.01 23:41:23.864042 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864076 [ 287 ] {} TCP-Session: 49f6ddb9-9ee6-4529-b951-a662ff157fa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:45772 2026.05.01 23:41:23.864100 [ 287 ] {} TCP-Session: 49f6ddb9-9ee6-4529-b951-a662ff157fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864113 [ 287 ] {} TCP-Session: 49f6ddb9-9ee6-4529-b951-a662ff157fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864316 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41107 2026.05.01 23:41:23.864354 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61181 2026.05.01 23:41:23.864366 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57518 2026.05.01 23:41:23.864414 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42460 2026.05.01 23:41:23.864422 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43645 2026.05.01 23:41:23.864438 [ 287 ] {} TCP-Session: 49f6ddb9-9ee6-4529-b951-a662ff157fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:23.864470 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864496 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864521 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864527 [ 289 ] {} TCP-Session: f68ad87f-a9c3-459a-9f4c-43ac8f1e516d Authenticating user 'default' from [fd00:1122:3344:101::e]:61181 2026.05.01 23:41:23.864541 [ 290 ] {} TCP-Session: 7ea88610-9388-418c-8a51-47b2f8c9fed6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57518 2026.05.01 23:41:23.864550 [ 267 ] {} TCP-Session: f0f678ce-df37-4339-95bb-ab7cd2e935f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43645 2026.05.01 23:41:23.864567 [ 289 ] {} TCP-Session: f68ad87f-a9c3-459a-9f4c-43ac8f1e516d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864578 [ 290 ] {} TCP-Session: 7ea88610-9388-418c-8a51-47b2f8c9fed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864582 [ 267 ] {} TCP-Session: f0f678ce-df37-4339-95bb-ab7cd2e935f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864593 [ 289 ] {} TCP-Session: f68ad87f-a9c3-459a-9f4c-43ac8f1e516d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864603 [ 290 ] {} TCP-Session: 7ea88610-9388-418c-8a51-47b2f8c9fed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864611 [ 267 ] {} TCP-Session: f0f678ce-df37-4339-95bb-ab7cd2e935f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864496 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864432 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864668 [ 294 ] {} TCP-Session: 6eede8c6-c06a-4f5c-9014-780c91a6c357 Authenticating user 'default' from [fd00:1122:3344:101::e]:42460 2026.05.01 23:41:23.864667 [ 287 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} executeQuery: (from [fd00:1122:3344:101::e]:45772) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:41:23.864704 [ 288 ] {} TCP-Session: 2d09d139-6ec3-47a1-8c41-859494d7a449 Authenticating user 'default' from [fd00:1122:3344:101::e]:41107 2026.05.01 23:41:23.864712 [ 294 ] {} TCP-Session: 6eede8c6-c06a-4f5c-9014-780c91a6c357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864742 [ 288 ] {} TCP-Session: 2d09d139-6ec3-47a1-8c41-859494d7a449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864754 [ 294 ] {} TCP-Session: 6eede8c6-c06a-4f5c-9014-780c91a6c357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864773 [ 288 ] {} TCP-Session: 2d09d139-6ec3-47a1-8c41-859494d7a449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864396 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44141 2026.05.01 23:41:23.864373 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52506 2026.05.01 23:41:23.864367 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37487 2026.05.01 23:41:23.864889 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864951 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864953 [ 293 ] {} TCP-Session: cbc96289-401e-44c4-a22e-2a058f1c3f75 Authenticating user 'default' from [fd00:1122:3344:101::e]:44141 2026.05.01 23:41:23.864985 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:41:23.864995 [ 293 ] {} TCP-Session: cbc96289-401e-44c4-a22e-2a058f1c3f75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.865024 [ 291 ] {} TCP-Session: 868882ad-0b41-4421-977f-84d9c857af92 Authenticating user 'default' from [fd00:1122:3344:101::e]:37487 2026.05.01 23:41:23.865036 [ 293 ] {} TCP-Session: cbc96289-401e-44c4-a22e-2a058f1c3f75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.865060 [ 287 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:41:23.865061 [ 291 ] {} TCP-Session: 868882ad-0b41-4421-977f-84d9c857af92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.864989 [ 292 ] {} TCP-Session: b23ce44a-242c-43e6-8555-0fdc886bd348 Authenticating user 'default' from [fd00:1122:3344:101::e]:52506 2026.05.01 23:41:23.865103 [ 291 ] {} TCP-Session: 868882ad-0b41-4421-977f-84d9c857af92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.865132 [ 287 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:23.865138 [ 292 ] {} TCP-Session: b23ce44a-242c-43e6-8555-0fdc886bd348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.865172 [ 292 ] {} TCP-Session: b23ce44a-242c-43e6-8555-0fdc886bd348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.865452 [ 287 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:41:23.866342 [ 306 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} AggregatingTransform: Aggregating 2026.05.01 23:41:23.866419 [ 306 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} Aggregator: Aggregation method: without_key 2026.05.01 23:41:23.866463 [ 306 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00090376 sec. (1106.488 rows/sec., 43.22 KiB/sec.) 2026.05.01 23:41:23.866483 [ 306 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} Aggregator: Merging aggregated data 2026.05.01 23:41:23.867726 [ 287 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} executeQuery: Read 1 rows, 40.00 B in 0.003125 sec., 320 rows/sec., 12.50 KiB/sec. 2026.05.01 23:41:23.867870 [ 287 ] {cdfe31f8-961e-4deb-898d-6f7fc3b42026} TCPHandler: Processed in 0.003569417 sec. 2026.05.01 23:41:23.867986 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868015 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868024 [ 287 ] {} TCP-Session: 49f6ddb9-9ee6-4529-b951-a662ff157fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868036 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868068 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868064 [ 288 ] {} TCP-Session: 2d09d139-6ec3-47a1-8c41-859494d7a449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868095 [ 267 ] {} TCP-Session: f0f678ce-df37-4339-95bb-ab7cd2e935f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868105 [ 290 ] {} TCP-Session: 7ea88610-9388-418c-8a51-47b2f8c9fed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868106 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868167 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868192 [ 293 ] {} TCP-Session: cbc96289-401e-44c4-a22e-2a058f1c3f75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868214 [ 294 ] {} TCP-Session: 6eede8c6-c06a-4f5c-9014-780c91a6c357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868091 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868053 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868279 [ 291 ] {} TCP-Session: 868882ad-0b41-4421-977f-84d9c857af92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868122 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:41:23.868307 [ 289 ] {} TCP-Session: f68ad87f-a9c3-459a-9f4c-43ac8f1e516d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:23.868344 [ 292 ] {} TCP-Session: b23ce44a-242c-43e6-8555-0fdc886bd348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:41:27.280004 [ 56 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:41:27.280081 [ 56 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:41:27.352010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7687 2026.05.01 23:41:27.352817 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:27.352902 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:27.353505 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:41:27.353729 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:27.353865 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7687 2026.05.01 23:41:27.353891 [ 56 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:41:27.353955 [ 56 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:27.353979 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:27.354086 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.354186 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:27.354219 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.354283 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.354333 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.354379 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.354423 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.354464 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:41:27.355795 [ 194 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7687 rows, containing 4 columns (4 merged, 0 gathered) in 0.001752837 sec., 4385461.968226367 rows/sec., 62.73 MiB/sec. 2026.05.01 23:41:27.356399 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:41:27.356634 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_16_3} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:27.356691 [ 197 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_16_3} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:41:27.356751 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.01 23:41:27.369134 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 514 2026.05.01 23:41:27.371401 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:27.371461 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:27.372675 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:41:27.372963 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:27.373305 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 514 2026.05.01 23:41:27.747355 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.05.01 23:41:27.762712 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:27.762766 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:27.769261 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:41:27.769940 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:27.770234 [ 60 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:41:27.770272 [ 60 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:27.770290 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:27.770409 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.772971 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.01 23:41:27.774674 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:27.776059 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.780596 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.784876 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.789266 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.793630 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.797750 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:41:27.850242 [ 197 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.07987944 sec., 1514.7827776459126 rows/sec., 7.83 MiB/sec. 2026.05.01 23:41:27.852811 [ 188 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:41:27.854967 [ 188 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_16_3} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:27.855040 [ 188 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_16_3} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:41:27.857102 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.05.01 23:41:28.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 234.02 MiB, peak 244.00 MiB, free memory in arenas 0.00 B, will set to 244.01 MiB (RSS), difference: 9.99 MiB 2026.05.01 23:41:28.001226 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000810768 sec. 2026.05.01 23:41:28.628355 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.628579 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:28.628903 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:28.628937 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} 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.01 23:41:28.629152 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:28.629221 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:28.629361 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:28.629491 [ 305 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:28.629516 [ 303 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:28.629491 [ 301 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:28.629491 [ 319 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:28.629708 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:28.629736 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:28.629823 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:28.629843 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:28.629881 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:28.629918 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:28.629973 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:28.631183 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} executeQuery: Read 48 rows, 7.91 KiB in 0.002691 sec., 17837.23522853958 rows/sec., 2.87 MiB/sec. 2026.05.01 23:41:28.631346 [ 268 ] {dc4b457f-8ae0-4fbc-8ede-f0ea1c2766cb} TCPHandler: Processed in 0.003122048 sec. 2026.05.01 23:41:28.633202 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.633333 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:28.633385 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:28.633953 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:28.633992 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:28.634386 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:41:28.634605 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:28.634756 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} executeQuery: Read 78 rows, 6.61 KiB in 0.001463 sec., 53315.10594668489 rows/sec., 4.42 MiB/sec. 2026.05.01 23:41:28.634793 [ 268 ] {85cc66a8-c2cb-4519-9873-8a773223aeba} TCPHandler: Processed in 0.001651216 sec. 2026.05.01 23:41:28.634916 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.635013 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:28.635053 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:28.635458 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:28.635492 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:28.635808 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:28.636028 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:28.636161 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} executeQuery: Read 11 rows, 847.00 B in 0.00117 sec., 9401.709401709402 rows/sec., 706.96 KiB/sec. 2026.05.01 23:41:28.636198 [ 268 ] {a1682c30-c0e0-4709-a049-48e080e2d61f} TCPHandler: Processed in 0.001328848 sec. 2026.05.01 23:41:28.636313 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.636404 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:28.636466 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:28.636939 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:28.636976 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:28.637296 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:41:28.637518 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:28.637653 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} executeQuery: Read 75 rows, 6.00 KiB in 0.001266 sec., 59241.706161137445 rows/sec., 4.63 MiB/sec. 2026.05.01 23:41:28.637689 [ 268 ] {f6aee4f2-eab0-444c-970a-91551b57c4ce} TCPHandler: Processed in 0.00142314 sec. 2026.05.01 23:41:28.637809 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.637904 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:28.637946 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:28.638376 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:28.638414 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:28.638772 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:41:28.638990 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:28.639130 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2026.05.01 23:41:28.639168 [ 268 ] {82f837b9-60fd-4f0d-872a-846c171fcc97} TCPHandler: Processed in 0.00140861 sec. 2026.05.01 23:41:28.639288 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.639382 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:28.639437 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} 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.01 23:41:28.640189 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:28.640224 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:28.640744 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:28.640970 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:28.641115 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} executeQuery: Read 11 rows, 20.18 KiB in 0.00175 sec., 6285.714285714285 rows/sec., 11.26 MiB/sec. 2026.05.01 23:41:28.641170 [ 268 ] {b21d1063-fd81-4c8b-a3ce-941a7ac663ec} TCPHandler: Processed in 0.001930951 sec. 2026.05.01 23:41:28.641293 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:28.641387 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:28.641429 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:28.641757 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:28.641792 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:28.642111 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:41:28.642327 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:28.642455 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.05.01 23:41:28.642490 [ 268 ] {8175f3fa-a990-4ef8-9f25-d580753543da} TCPHandler: Processed in 0.001245127 sec. 2026.05.01 23:41:33.630662 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.630937 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:33.631339 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:33.631384 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} 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.01 23:41:33.631659 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:33.631735 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:33.631874 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:41:33.631996 [ 305 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:33.632003 [ 301 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:33.632020 [ 319 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:33.632018 [ 303 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:33.632229 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:33.632258 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:33.632343 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:33.632362 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:33.632397 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:41:33.632434 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:41:33.632467 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:41:33.633754 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} executeQuery: Read 48 rows, 10.51 KiB in 0.002927 sec., 16399.043389135633 rows/sec., 3.51 MiB/sec. 2026.05.01 23:41:33.633908 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} MemoryTracker: Peak memory usage (for query): 147.03 KiB. 2026.05.01 23:41:33.633924 [ 268 ] {136ee845-b6e1-4e42-a43d-f31f223c04c7} TCPHandler: Processed in 0.003394253 sec. 2026.05.01 23:41:33.636800 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.636908 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.636950 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:41:33.637401 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.637446 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.637806 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:41:33.638025 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:41:33.638180 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} executeQuery: Read 24 rows, 2.04 KiB in 0.001304 sec., 18404.907975460123 rows/sec., 1.53 MiB/sec. 2026.05.01 23:41:33.638218 [ 268 ] {0e430380-d078-4473-8ac1-770407291cb3} TCPHandler: Processed in 0.001466592 sec. 2026.05.01 23:41:33.638345 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.638444 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:41:33.638484 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:41:33.638861 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.638897 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.639174 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:41:33.639380 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:41:33.639513 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} executeQuery: Read 4 rows, 334.00 B in 0.001086 sec., 3683.241252302026 rows/sec., 300.34 KiB/sec. 2026.05.01 23:41:33.639550 [ 268 ] {32693905-8321-4921-9ff6-40721f7a42af} TCPHandler: Processed in 0.001251257 sec. 2026.05.01 23:41:33.639670 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.639784 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:33.639824 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:33.640294 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.640331 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.640687 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:41:33.640898 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:33.641048 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} executeQuery: Read 240 rows, 21.89 KiB in 0.001282 sec., 187207.48829953198 rows/sec., 16.67 MiB/sec. 2026.05.01 23:41:33.641087 [ 268 ] {cc4ce61b-74b4-49d0-9925-31a0cf9341f0} TCPHandler: Processed in 0.001477272 sec. 2026.05.01 23:41:33.641197 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.641291 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.641330 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:33.641721 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.641758 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.642084 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:41:33.642296 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:33.642400 [ 122 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:41:33.642434 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} executeQuery: Read 47 rows, 3.57 KiB in 0.00116 sec., 40517.24137931035 rows/sec., 3.01 MiB/sec. 2026.05.01 23:41:33.642448 [ 122 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.642478 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.642479 [ 268 ] {e0f57c69-1b5c-47ca-85c4-4e6762fd86fa} TCPHandler: Processed in 0.001330888 sec. 2026.05.01 23:41:33.642580 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:41:33.642599 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.642660 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:33.642687 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 225 rows starting from the beginning of the part 2026.05.01 23:41:33.642705 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.642746 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:33.642758 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:41:33.642795 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part 2026.05.01 23:41:33.642841 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:33.642884 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:33.642927 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 47 rows starting from the beginning of the part 2026.05.01 23:41:33.643238 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.643282 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.643773 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:41:33.643772 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 5 columns (5 merged, 0 gathered) in 0.001223626 sec., 299928.24604903784 rows/sec., 21.45 MiB/sec. 2026.05.01 23:41:33.643991 [ 199 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:41:33.644027 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:41:33.644183 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} executeQuery: Read 24 rows, 2.04 KiB in 0.001496 sec., 16042.780748663103 rows/sec., 1.33 MiB/sec. 2026.05.01 23:41:33.644226 [ 268 ] {30d67505-09ec-40cf-8f09-6f3edf61fc53} TCPHandler: Processed in 0.001678766 sec. 2026.05.01 23:41:33.644312 [ 199 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:33.644340 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.644402 [ 199 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_21_4} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:41:33.644442 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.644488 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:41:33.644500 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.01 23:41:33.644879 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.644922 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.645237 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:41:33.645454 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:41:33.645589 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} executeQuery: Read 12 rows, 960.00 B in 0.001164 sec., 10309.278350515464 rows/sec., 805.41 KiB/sec. 2026.05.01 23:41:33.645629 [ 268 ] {96bc0ac2-dd19-46de-8172-efc6c01faac6} TCPHandler: Processed in 0.001339779 sec. 2026.05.01 23:41:33.645738 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.645833 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:33.645875 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:33.646320 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.646358 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.646676 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:41:33.646899 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:33.647039 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} executeQuery: Read 135 rows, 11.18 KiB in 0.001223 sec., 110384.30089942765 rows/sec., 8.93 MiB/sec. 2026.05.01 23:41:33.647078 [ 268 ] {2fe30b58-b0cf-42d0-891b-82170a0b50f8} TCPHandler: Processed in 0.001388619 sec. 2026.05.01 23:41:33.647191 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.647306 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.647357 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:33.647794 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.647830 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.648168 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:41:33.648371 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:33.648503 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} executeQuery: Read 198 rows, 14.54 KiB in 0.001222 sec., 162029.45990180032 rows/sec., 11.62 MiB/sec. 2026.05.01 23:41:33.648539 [ 268 ] {769d2380-bd90-4afe-8efb-9f9f53927035} TCPHandler: Processed in 0.001405791 sec. 2026.05.01 23:41:33.648651 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.648743 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.648796 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} 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.01 23:41:33.649522 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.649557 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.650091 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:41:33.650314 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:33.650417 [ 122 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:41:33.650446 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} executeQuery: Read 31 rows, 56.88 KiB in 0.00172 sec., 18023.25581395349 rows/sec., 32.30 MiB/sec. 2026.05.01 23:41:33.650451 [ 122 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.650485 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.650502 [ 268 ] {afe7e2e4-801e-4135-8c11-3fe3fab51184} TCPHandler: Processed in 0.001897421 sec. 2026.05.01 23:41:33.650570 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:41:33.650617 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:33.650708 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:33.650749 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:33.650768 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:33.650823 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 313 rows starting from the beginning of the part 2026.05.01 23:41:33.650940 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:33.651047 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part 2026.05.01 23:41:33.651075 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:33.651111 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:33.651148 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:33.651246 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:33.651342 [ 197 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:33.651430 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:41:33.651669 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:33.651800 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.05.01 23:41:33.651835 [ 268 ] {d2df5959-5705-4b3d-9c39-c22188200612} TCPHandler: Processed in 0.001265187 sec. 2026.05.01 23:41:33.655127 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 437 rows, containing 19 columns (19 merged, 0 gathered) in 0.004589969 sec., 95207.61469195108 rows/sec., 170.61 MiB/sec. 2026.05.01 23:41:33.656213 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:41:33.656589 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:33.656671 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_21_4} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:41:33.656810 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2026.05.01 23:41:34.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.05 MiB, peak 250.24 MiB, free memory in arenas 0.00 B, will set to 246.55 MiB (RSS), difference: 1.49 MiB 2026.05.01 23:41:34.854744 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8135 2026.05.01 23:41:34.855577 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:34.855645 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:34.856189 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:41:34.856443 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:34.856570 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8135 2026.05.01 23:41:35.273831 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.05.01 23:41:35.288705 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:35.288773 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:35.294212 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:41:35.294892 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:35.297405 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.05.01 23:41:37.374249 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 550 2026.05.01 23:41:37.376720 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:37.376780 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:37.377981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:41:37.378259 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:37.378609 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 550 2026.05.01 23:41:38.629191 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.629435 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:38.629771 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:38.629808 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} 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.01 23:41:38.630031 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:38.630103 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:38.630246 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:38.630387 [ 276 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:38.630395 [ 303 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:38.630434 [ 319 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:38.630385 [ 305 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:38.630588 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:38.630617 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:38.630705 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:38.630726 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:38.630761 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:38.630798 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:38.630832 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:38.632002 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} executeQuery: Read 48 rows, 7.91 KiB in 0.002658 sec., 18058.69074492099 rows/sec., 2.91 MiB/sec. 2026.05.01 23:41:38.632163 [ 268 ] {b561320d-84e0-4a63-a8da-f136f6b8beb2} TCPHandler: Processed in 0.003106417 sec. 2026.05.01 23:41:38.634054 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.634188 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:38.634240 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:38.634810 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.634859 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.635243 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:41:38.635466 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:38.635598 [ 121 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:41:38.635612 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} executeQuery: Read 78 rows, 6.61 KiB in 0.001466 sec., 53206.002728512954 rows/sec., 4.41 MiB/sec. 2026.05.01 23:41:38.635643 [ 121 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.635660 [ 268 ] {217cc09c-24a4-404d-80ce-c8ac45bf053d} TCPHandler: Processed in 0.001667426 sec. 2026.05.01 23:41:38.635667 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.635772 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:41:38.635787 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.635892 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:38.635898 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:38.635934 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3359 rows starting from the beginning of the part 2026.05.01 23:41:38.635954 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:38.636004 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:41:38.636059 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 118 rows starting from the beginning of the part 2026.05.01 23:41:38.636111 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2026.05.01 23:41:38.636157 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 240 rows starting from the beginning of the part 2026.05.01 23:41:38.636200 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 78 rows starting from the beginning of the part 2026.05.01 23:41:38.636354 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.636395 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.636719 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:41:38.636936 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:38.637075 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} executeQuery: Read 11 rows, 847.00 B in 0.001199 sec., 9174.311926605506 rows/sec., 689.87 KiB/sec. 2026.05.01 23:41:38.637111 [ 268 ] {d754ba23-1880-4307-a729-1c8a8458401b} TCPHandler: Processed in 0.00137306 sec. 2026.05.01 23:41:38.637246 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.637338 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:38.637378 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:38.637790 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.637825 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.637825 [ 200 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3929 rows, containing 5 columns (5 merged, 0 gathered) in 0.002090005 sec., 1879899.8088521322 rows/sec., 152.06 MiB/sec. 2026.05.01 23:41:38.638134 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:41:38.638145 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:41:38.638445 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:38.638461 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:38.638540 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_26_5} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:41:38.638547 [ 121 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:41:38.638579 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} executeQuery: Read 75 rows, 6.00 KiB in 0.001258 sec., 59618.441971383145 rows/sec., 4.65 MiB/sec. 2026.05.01 23:41:38.638584 [ 121 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.638611 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.638617 [ 268 ] {d8d82517-4741-4e52-bb7d-a3172ce66837} TCPHandler: Processed in 0.00142219 sec. 2026.05.01 23:41:38.638618 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.05.01 23:41:38.638723 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:41:38.638749 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.638821 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:38.638848 [ 268 ] {26673649-420a-426a-902c-c4467633d584} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:38.638851 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1830 rows starting from the beginning of the part 2026.05.01 23:41:38.638900 [ 268 ] {26673649-420a-426a-902c-c4467633d584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:38.638924 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:41:38.638971 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 95 rows starting from the beginning of the part 2026.05.01 23:41:38.639012 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 75 rows starting from the beginning of the part 2026.05.01 23:41:38.639050 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 135 rows starting from the beginning of the part 2026.05.01 23:41:38.639095 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 75 rows starting from the beginning of the part 2026.05.01 23:41:38.639326 [ 268 ] {26673649-420a-426a-902c-c4467633d584} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.639366 [ 268 ] {26673649-420a-426a-902c-c4467633d584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.639714 [ 268 ] {26673649-420a-426a-902c-c4467633d584} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:41:38.639933 [ 268 ] {26673649-420a-426a-902c-c4467633d584} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:38.640037 [ 121 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:41:38.640066 [ 121 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.640073 [ 268 ] {26673649-420a-426a-902c-c4467633d584} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2026.05.01 23:41:38.640083 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.640098 [ 191 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2274 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141125 sec., 1611337.4667847652 rows/sec., 119.36 MiB/sec. 2026.05.01 23:41:38.640111 [ 268 ] {26673649-420a-426a-902c-c4467633d584} TCPHandler: Processed in 0.00140841 sec. 2026.05.01 23:41:38.640156 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:38.640243 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.640255 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:38.640294 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9654 rows starting from the beginning of the part 2026.05.01 23:41:38.640342 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:38.640344 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:38.640364 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:41:38.640384 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:38.640414 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} 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.01 23:41:38.640426 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:38.640485 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 198 rows starting from the beginning of the part 2026.05.01 23:41:38.640523 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:38.640757 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:38.640855 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_26_5} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:41:38.640951 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.05.01 23:41:38.641179 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.641220 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.641752 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:41:38.642038 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:38.642189 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} executeQuery: Read 11 rows, 20.18 KiB in 0.001863 sec., 5904.455179817498 rows/sec., 10.58 MiB/sec. 2026.05.01 23:41:38.642242 [ 268 ] {378b0f51-6e96-402a-8d5a-23e1eadafcc6} TCPHandler: Processed in 0.002047564 sec. 2026.05.01 23:41:38.642360 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:38.642455 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:38.642498 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:38.642850 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.642884 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.643221 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:41:38.643420 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 10460 rows, containing 5 columns (5 merged, 0 gathered) in 0.003293531 sec., 3175922.740669512 rows/sec., 206.29 MiB/sec. 2026.05.01 23:41:38.643435 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:38.643542 [ 121 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:41:38.643569 [ 121 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:38.643577 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.05.01 23:41:38.643586 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:38.643613 [ 268 ] {5ab4c0e1-5192-49b4-a6c4-d52b692b8a4f} TCPHandler: Processed in 0.001300778 sec. 2026.05.01 23:41:38.643667 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:38.643754 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:38.643761 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:41:38.643781 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1242 rows starting from the beginning of the part 2026.05.01 23:41:38.643833 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:38.643867 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:38.643902 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:38.643935 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:38.643970 [ 191 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:38.644079 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:38.644161 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_26_5} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:41:38.644241 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2026.05.01 23:41:38.644789 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 4 columns (4 merged, 0 gathered) in 0.001151185 sec., 1329065.267528677 rows/sec., 87.69 MiB/sec. 2026.05.01 23:41:38.644980 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:41:38.645224 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_26_5} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:38.645287 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_26_5} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:41:38.645353 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.01 23:41:42.280323 [ 87 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:41:42.280372 [ 87 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:41:42.357542 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8647 2026.05.01 23:41:42.358065 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:42.358113 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:42.358614 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:42.358854 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:42.358995 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8647 2026.05.01 23:41:42.798369 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.05.01 23:41:42.813061 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:42.813105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:42.818580 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:41:42.819306 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:42.821853 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.01 23:41:43.629494 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.629741 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:43.630073 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:43.630108 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} 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.01 23:41:43.630325 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:43.630395 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:43.630538 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:43.630675 [ 276 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:43.630677 [ 319 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:43.630675 [ 303 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:43.630676 [ 305 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:43.630869 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:43.630896 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:43.630981 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:43.631002 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:43.631037 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:43.631074 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:43.631108 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:43.632404 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} executeQuery: Read 48 rows, 7.91 KiB in 0.002754 sec., 17429.193899782134 rows/sec., 2.80 MiB/sec. 2026.05.01 23:41:43.632557 [ 268 ] {b1274c99-21de-4992-be10-36a5fbe6925c} TCPHandler: Processed in 0.003199689 sec. 2026.05.01 23:41:43.634758 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.634878 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:43.634924 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:43.635439 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.635484 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.635882 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:41:43.636117 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:43.636292 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} executeQuery: Read 118 rows, 10.28 KiB in 0.001448 sec., 81491.71270718232 rows/sec., 6.93 MiB/sec. 2026.05.01 23:41:43.636331 [ 268 ] {2cb4ab7a-824a-4dc1-ac4b-209c2d022d30} TCPHandler: Processed in 0.001624685 sec. 2026.05.01 23:41:43.636485 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.636580 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.636620 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:43.637021 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.637057 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.637358 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:41:43.637583 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:43.637723 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} executeQuery: Read 31 rows, 2.33 KiB in 0.001161 sec., 26701.11972437554 rows/sec., 1.96 MiB/sec. 2026.05.01 23:41:43.637761 [ 268 ] {3603ea04-d47e-460a-8a71-7cc8df37a4f0} TCPHandler: Processed in 0.001323479 sec. 2026.05.01 23:41:43.637888 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.637982 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:43.638021 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:43.638436 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.638472 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.638775 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:41:43.638986 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:43.639128 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} executeQuery: Read 95 rows, 7.60 KiB in 0.001164 sec., 81615.12027491408 rows/sec., 6.37 MiB/sec. 2026.05.01 23:41:43.639165 [ 268 ] {559aca8c-8d07-4cd4-bf35-6aebce4068d6} TCPHandler: Processed in 0.001324948 sec. 2026.05.01 23:41:43.639302 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.639395 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.639438 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:43.639846 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.639883 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.640227 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:41:43.640440 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:43.640578 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.05.01 23:41:43.640614 [ 268 ] {1e553e2c-7de8-496e-8444-638c6a340d3a} TCPHandler: Processed in 0.0013594 sec. 2026.05.01 23:41:43.640737 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.640830 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.640884 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} 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.01 23:41:43.641682 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.641719 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.642288 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:41:43.642514 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:43.642666 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} executeQuery: Read 31 rows, 56.88 KiB in 0.001855 sec., 16711.590296495957 rows/sec., 29.95 MiB/sec. 2026.05.01 23:41:43.642719 [ 268 ] {abc9cc18-8e6a-4078-8ec5-60cd168699c2} TCPHandler: Processed in 0.002030404 sec. 2026.05.01 23:41:43.642840 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.642935 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.642977 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:43.643321 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.643358 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.643663 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:41:43.643870 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:43.644000 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.05.01 23:41:43.644034 [ 268 ] {59f22560-a8c5-4439-b329-e450d779cdeb} TCPHandler: Processed in 0.001242636 sec. 2026.05.01 23:41:43.872115 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.872271 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:43.872517 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:43.872553 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} 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.01 23:41:43.872743 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:43.872800 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:43.872916 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.01 23:41:43.873035 [ 303 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:43.873046 [ 305 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:43.873046 [ 276 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:43.873043 [ 340 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:43.873234 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:43.873256 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:43.873331 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:43.873351 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:43.873384 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:41:43.873416 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:41:43.873445 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:41:43.874569 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} executeQuery: Read 48 rows, 9.49 KiB in 0.00236 sec., 20338.983050847455 rows/sec., 3.93 MiB/sec. 2026.05.01 23:41:43.874698 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} MemoryTracker: Peak memory usage (for query): 138.19 KiB. 2026.05.01 23:41:43.874714 [ 268 ] {1a4cfc0c-230d-49ad-815c-adb63a0a148d} TCPHandler: Processed in 0.002658597 sec. 2026.05.01 23:41:43.885735 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.885927 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:41:43.886006 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:41:43.886756 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.886828 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.887190 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:41:43.887409 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:41:43.887557 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} executeQuery: Read 10 rows, 835.00 B in 0.001677 sec., 5963.029218843172 rows/sec., 486.24 KiB/sec. 2026.05.01 23:41:43.887595 [ 268 ] {f96bdceb-7860-481b-acf2-de9c26f78cce} TCPHandler: Processed in 0.001959082 sec. 2026.05.01 23:41:43.887711 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.887815 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:43.887854 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:43.889078 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.889115 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.889573 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:41:43.889784 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:43.889922 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} executeQuery: Read 2428 rows, 183.90 KiB in 0.002124 sec., 1143126.177024482 rows/sec., 84.55 MiB/sec. 2026.05.01 23:41:43.889961 [ 268 ] {0cf3168c-5203-4752-8ee2-648fcf90ad2b} TCPHandler: Processed in 0.002296619 sec. 2026.05.01 23:41:43.890077 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.890181 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.890219 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:43.890642 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.890680 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.890987 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:41:43.891199 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:43.891336 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} executeQuery: Read 30 rows, 2.20 KiB in 0.001173 sec., 25575.447570332482 rows/sec., 1.83 MiB/sec. 2026.05.01 23:41:43.891373 [ 268 ] {894c9e8d-1882-4083-8a91-0a5e24caa25b} TCPHandler: Processed in 0.001344629 sec. 2026.05.01 23:41:43.891483 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.891584 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.891623 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:41:43.892229 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.892265 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.892610 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:41:43.892823 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:41:43.892938 [ 124 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 23:41:43.892952 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} executeQuery: Read 801 rows, 47.38 KiB in 0.001386 sec., 577922.0779220778 rows/sec., 33.38 MiB/sec. 2026.05.01 23:41:43.893044 [ 124 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.893049 [ 268 ] {87080b6f-7e36-4d0c-965f-c255fe1fe3e3} TCPHandler: Processed in 0.001613215 sec. 2026.05.01 23:41:43.893090 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.893184 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.893220 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:41:43.893295 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.893338 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:41:43.893343 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:43.893383 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 975 rows starting from the beginning of the part 2026.05.01 23:41:43.893440 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 801 rows starting from the beginning of the part 2026.05.01 23:41:43.893486 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.01 23:41:43.893529 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:41:43.893568 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:41:43.893608 [ 191 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 801 rows starting from the beginning of the part 2026.05.01 23:41:43.893727 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.893770 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:43.894084 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 23:41:43.894307 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:41:43.894437 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} executeQuery: Read 1 rows, 72.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 60.51 KiB/sec. 2026.05.01 23:41:43.894475 [ 268 ] {f26ec991-fb17-4ad8-8fef-f29c4b103414} TCPHandler: Processed in 0.001338239 sec. 2026.05.01 23:41:43.894583 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.894689 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:43.894729 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:43.894952 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3426 rows, containing 5 columns (5 merged, 0 gathered) in 0.001772928 sec., 1932396.577864414 rows/sec., 120.60 MiB/sec. 2026.05.01 23:41:43.895163 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 23:41:43.895484 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:41:43.895524 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.895568 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:43.895578 [ 190 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_11_2} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 23:41:43.895681 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.05.01 23:41:43.895956 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:41:43.896169 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:43.896309 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} executeQuery: Read 1309 rows, 89.65 KiB in 0.001638 sec., 799145.2991452992 rows/sec., 53.45 MiB/sec. 2026.05.01 23:41:43.896348 [ 268 ] {d213a7ba-b4f9-40d7-9fe0-67b6c403a83e} TCPHandler: Processed in 0.001815409 sec. 2026.05.01 23:41:43.896467 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.896570 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.896611 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:43.897211 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.897247 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.897652 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:41:43.897861 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:43.897991 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} executeQuery: Read 1501 rows, 93.25 KiB in 0.001439 sec., 1043085.4760250174 rows/sec., 63.29 MiB/sec. 2026.05.01 23:41:43.898029 [ 268 ] {532299b6-a026-4e7f-9b66-00d5ee9787a7} TCPHandler: Processed in 0.001613394 sec. 2026.05.01 23:41:43.898145 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.898249 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.898298 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} 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.01 23:41:43.898994 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.899031 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.899520 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:41:43.899744 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:43.899881 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} executeQuery: Read 20 rows, 36.70 KiB in 0.00165 sec., 12121.212121212122 rows/sec., 21.72 MiB/sec. 2026.05.01 23:41:43.899933 [ 268 ] {f88f80ef-8652-47ee-bef4-cd2922590cbf} TCPHandler: Processed in 0.001837589 sec. 2026.05.01 23:41:43.900047 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:43.900150 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:43.900190 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:43.900496 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:43.900532 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:43.900823 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:41:43.901040 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:43.901165 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} executeQuery: Read 12 rows, 848.00 B in 0.001033 sec., 11616.650532429816 rows/sec., 801.67 KiB/sec. 2026.05.01 23:41:43.901200 [ 268 ] {a26996c1-716b-4434-a07c-4ec0ba7246f0} TCPHandler: Processed in 0.001201786 sec. 2026.05.01 23:41:44.001149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.64 MiB, peak 253.54 MiB, free memory in arenas 0.00 B, will set to 247.62 MiB (RSS), difference: -1.02 MiB 2026.05.01 23:41:47.379567 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 598 2026.05.01 23:41:47.382135 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:47.382193 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.01 23:41:47.383410 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:41:47.383687 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:47.384032 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 598 2026.05.01 23:41:48.626904 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:48.627219 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:48.627599 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:48.627641 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} 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.01 23:41:48.627892 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:48.627972 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:48.628117 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:41:48.628217 [ 340 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:48.628254 [ 276 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:48.628275 [ 306 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:48.628270 [ 303 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:48.628456 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:48.628482 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:48.628568 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:48.628589 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:48.628623 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:41:48.628665 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:41:48.628701 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:41:48.629943 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} executeQuery: Read 48 rows, 7.91 KiB in 0.002827 sec., 16979.129819596747 rows/sec., 2.73 MiB/sec. 2026.05.01 23:41:48.630088 [ 268 ] {372ad3f7-73f7-4b6e-b613-dac8644e8c4a} TCPHandler: Processed in 0.003374303 sec. 2026.05.01 23:41:48.631451 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:48.631559 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:48.631602 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:48.632053 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:48.632090 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:48.632478 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:41:48.632711 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:48.632857 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} executeQuery: Read 56 rows, 4.41 KiB in 0.00133 sec., 42105.26315789473 rows/sec., 3.23 MiB/sec. 2026.05.01 23:41:48.632895 [ 268 ] {a80b78fd-8bc4-4b08-b18c-55022f1da420} TCPHandler: Processed in 0.001495773 sec. 2026.05.01 23:41:48.633008 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:48.633104 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:48.633142 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:48.633527 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:48.633562 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:48.633858 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:41:48.634075 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:48.634202 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} executeQuery: Read 64 rows, 5.12 KiB in 0.001117 sec., 57296.32945389437 rows/sec., 4.47 MiB/sec. 2026.05.01 23:41:48.634238 [ 268 ] {2cc464bb-e7a2-4797-b544-1d4aacd88c34} TCPHandler: Processed in 0.001280147 sec. 2026.05.01 23:41:48.634346 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:48.634439 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:48.634482 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:48.634841 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:48.634876 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:48.635201 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:41:48.635426 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:48.635560 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} executeQuery: Read 128 rows, 9.13 KiB in 0.001138 sec., 112478.03163444641 rows/sec., 7.83 MiB/sec. 2026.05.01 23:41:48.635608 [ 268 ] {5b82332a-ac31-4c12-b5b4-f38404e3143e} TCPHandler: Processed in 0.001311108 sec. 2026.05.01 23:41:48.635737 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:48.635833 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:48.635873 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:48.636178 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:48.636212 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:48.636510 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:41:48.636726 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:48.636856 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} executeQuery: Read 48 rows, 3.31 KiB in 0.001042 sec., 46065.25911708253 rows/sec., 3.10 MiB/sec. 2026.05.01 23:41:48.636890 [ 268 ] {079a0420-916f-4bb7-9e24-c89cccee35c1} TCPHandler: Processed in 0.001203126 sec. 2026.05.01 23:41:49.859959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9095 2026.05.01 23:41:49.860675 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:49.860720 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:49.861215 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:49.861439 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:49.861569 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9095 2026.05.01 23:41:50.322810 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.01 23:41:50.338783 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:50.338837 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:50.345271 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:41:50.346001 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:50.348668 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.01 23:41:53.629825 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.630080 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:53.630417 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:53.630454 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} 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.01 23:41:53.630682 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:53.630756 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:53.630906 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:53.631041 [ 331 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:53.631061 [ 306 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:53.631057 [ 276 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:53.631041 [ 303 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:53.631263 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:53.631294 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:53.631384 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:53.631405 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:53.631439 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:53.631480 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:53.631515 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:53.632709 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} executeQuery: Read 48 rows, 7.91 KiB in 0.002724 sec., 17621.14537444934 rows/sec., 2.84 MiB/sec. 2026.05.01 23:41:53.632875 [ 268 ] {85046f57-33dc-4be4-ae86-85724f00c154} TCPHandler: Processed in 0.003188079 sec. 2026.05.01 23:41:53.635038 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.635159 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:53.635213 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:53.635802 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:53.635855 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:53.636275 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:41:53.636504 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:53.636669 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} executeQuery: Read 118 rows, 10.28 KiB in 0.001551 sec., 76079.94842037394 rows/sec., 6.47 MiB/sec. 2026.05.01 23:41:53.636709 [ 268 ] {89010fbe-86ab-4406-8276-e775ee1e9a8f} TCPHandler: Processed in 0.001724807 sec. 2026.05.01 23:41:53.636831 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.636930 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:53.636972 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:53.637369 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:53.637407 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:53.637698 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:41:53.637908 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:53.638065 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} executeQuery: Read 31 rows, 2.33 KiB in 0.001157 sec., 26793.43128781331 rows/sec., 1.97 MiB/sec. 2026.05.01 23:41:53.638104 [ 268 ] {f1bdb724-df49-4888-8856-33535f455b1d} TCPHandler: Processed in 0.001323778 sec. 2026.05.01 23:41:53.638205 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.638297 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:53.638337 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:53.638741 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:53.638779 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:53.639076 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:41:53.639310 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:53.639446 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} executeQuery: Read 95 rows, 7.60 KiB in 0.001165 sec., 81545.0643776824 rows/sec., 6.37 MiB/sec. 2026.05.01 23:41:53.639483 [ 268 ] {e3ee11e3-0c0a-4644-aca1-7af6ca67f420} TCPHandler: Processed in 0.001327469 sec. 2026.05.01 23:41:53.639592 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.639685 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:53.639730 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:53.640112 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:53.640148 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:53.640488 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:41:53.640698 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:53.640837 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.05.01 23:41:53.640875 [ 268 ] {42f25d1c-09c6-4a19-948e-83e154f8acc4} TCPHandler: Processed in 0.001331549 sec. 2026.05.01 23:41:53.640997 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.641122 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:53.641190 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} 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.01 23:41:53.642137 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:53.642176 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:53.642776 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:41:53.643020 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:53.643177 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} executeQuery: Read 31 rows, 56.88 KiB in 0.002081 sec., 14896.684286400769 rows/sec., 26.69 MiB/sec. 2026.05.01 23:41:53.643235 [ 268 ] {93747e24-28b5-4de8-9104-bb243abd7966} TCPHandler: Processed in 0.00230017 sec. 2026.05.01 23:41:53.643350 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:53.643444 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:53.643487 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:53.643826 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:53.643864 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:53.644187 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:41:53.644416 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:53.644545 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.05.01 23:41:53.644581 [ 268 ] {3fb6c647-9a6e-4b54-b26e-6bb25efdc78f} TCPHandler: Processed in 0.001281398 sec. 2026.05.01 23:41:54.965304 [ 128 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.01 23:41:54.965374 [ 128 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:54.965400 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:54.965568 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::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.01 23:41:54.965778 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:54.965837 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.05.01 23:41:54.965945 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.05.01 23:41:54.966024 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.05.01 23:41:54.966095 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.05.01 23:41:54.966167 [ 198 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.05.01 23:41:54.966998 [ 190 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510152 sec., 25163.029946654377 rows/sec., 2.10 MiB/sec. 2026.05.01 23:41:54.967194 [ 191 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.01 23:41:54.967581 [ 191 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:41:54.967674 [ 191 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_9_2} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.01 23:41:54.967775 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:41:57.280460 [ 117 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:41:57.280538 [ 117 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:41:57.361645 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9607 2026.05.01 23:41:57.362189 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:57.362231 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:57.362736 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:57.362979 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:41:57.363119 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9607 2026.05.01 23:41:57.384259 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 622 2026.05.01 23:41:57.386769 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:57.386830 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:57.388062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:41:57.388375 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:41:57.388734 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2026.05.01 23:41:57.848739 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.01 23:41:57.866161 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:57.866223 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:57.872550 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:41:57.873343 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:41:57.876477 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.01 23:41:58.628897 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.629169 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:41:58.629512 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:41:58.629547 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} 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.01 23:41:58.629763 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:41:58.629830 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:41:58.629968 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:41:58.630090 [ 303 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:41:58.630110 [ 276 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:41:58.630102 [ 306 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:41:58.630090 [ 331 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:41:58.630302 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:41:58.630329 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:41:58.630413 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:41:58.630433 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:41:58.630468 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:58.630597 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:58.630632 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:41:58.631968 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} executeQuery: Read 48 rows, 7.91 KiB in 0.002901 sec., 16546.018614270943 rows/sec., 2.66 MiB/sec. 2026.05.01 23:41:58.632115 [ 268 ] {e28a500e-82d9-43c5-905d-98ef1b9d1e59} TCPHandler: Processed in 0.003353212 sec. 2026.05.01 23:41:58.633896 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.634009 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:41:58.634051 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:41:58.634506 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.634546 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.634924 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:41:58.635147 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:58.635289 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} executeQuery: Read 78 rows, 6.61 KiB in 0.001312 sec., 59451.21951219512 rows/sec., 4.92 MiB/sec. 2026.05.01 23:41:58.635299 [ 114 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:41:58.635326 [ 268 ] {bd1700a3-b273-4755-ab8c-fa689c98cda9} TCPHandler: Processed in 0.001480643 sec. 2026.05.01 23:41:58.635350 [ 114 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.635375 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.635452 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.635498 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:41:58.635549 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:41:58.635593 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:41:58.635625 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:58.635664 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3359 rows starting from the beginning of the part 2026.05.01 23:41:58.635726 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 118 rows starting from the beginning of the part 2026.05.01 23:41:58.635775 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2428 rows starting from the beginning of the part 2026.05.01 23:41:58.635820 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:41:58.635864 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 118 rows starting from the beginning of the part 2026.05.01 23:41:58.635906 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 78 rows starting from the beginning of the part 2026.05.01 23:41:58.636072 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.636113 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.636539 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:41:58.636762 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:58.636876 [ 114 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:41:58.636897 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} executeQuery: Read 11 rows, 847.00 B in 0.001365 sec., 8058.608058608059 rows/sec., 605.97 KiB/sec. 2026.05.01 23:41:58.636910 [ 114 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.636936 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.636939 [ 268 ] {4ab185ec-863b-47af-81a6-bfb47c76a27f} TCPHandler: Processed in 0.001542093 sec. 2026.05.01 23:41:58.637020 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:41:58.637059 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.637121 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:58.637152 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 225 rows starting from the beginning of the part 2026.05.01 23:41:58.637156 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:41:58.637203 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:41:58.637205 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:58.637259 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:58.637297 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.05.01 23:41:58.637334 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:58.637371 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:58.637618 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.637658 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.637924 [ 190 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6157 rows, containing 5 columns (5 merged, 0 gathered) in 0.002471103 sec., 2491599.9049817026 rows/sec., 197.52 MiB/sec. 2026.05.01 23:41:58.638079 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:41:58.638093 [ 190 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 339 rows, containing 5 columns (5 merged, 0 gathered) in 0.001109994 sec., 305407.05625435815 rows/sec., 21.62 MiB/sec. 2026.05.01 23:41:58.638225 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:41:58.638227 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:41:58.638439 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:58.638564 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:41:58.638575 [ 189 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:41:58.638583 [ 114 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:41:58.638598 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} executeQuery: Read 75 rows, 6.00 KiB in 0.001459 sec., 51405.071967100754 rows/sec., 4.01 MiB/sec. 2026.05.01 23:41:58.638645 [ 114 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.638651 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_31_6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:41:58.638675 [ 189 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_26_5} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:41:58.638680 [ 268 ] {8e0e9209-d8f9-4c38-9f81-7f7d071b225d} TCPHandler: Processed in 0.001667506 sec. 2026.05.01 23:41:58.638682 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.638743 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.01 23:41:58.638784 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.01 23:41:58.638822 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.638865 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:41:58.638922 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:58.638941 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:58.638965 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:41:58.638968 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1830 rows starting from the beginning of the part 2026.05.01 23:41:58.639039 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 95 rows starting from the beginning of the part 2026.05.01 23:41:58.639084 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1309 rows starting from the beginning of the part 2026.05.01 23:41:58.639124 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:41:58.639160 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 95 rows starting from the beginning of the part 2026.05.01 23:41:58.639198 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 75 rows starting from the beginning of the part 2026.05.01 23:41:58.639366 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.639400 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.639761 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:41:58.639972 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:58.640079 [ 114 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:41:58.640100 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.05.01 23:41:58.640108 [ 114 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.640138 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.640142 [ 268 ] {09bfb8f1-4dac-435b-bd2e-3fa4ae030873} TCPHandler: Processed in 0.001366869 sec. 2026.05.01 23:41:58.640224 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:58.640270 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.640346 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:58.640374 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:41:58.640384 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 10460 rows starting from the beginning of the part 2026.05.01 23:41:58.640434 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} 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.01 23:41:58.640447 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001612285 sec., 2150984.472348251 rows/sec., 155.80 MiB/sec. 2026.05.01 23:41:58.640457 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:58.640515 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1501 rows starting from the beginning of the part 2026.05.01 23:41:58.640556 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:58.640593 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:58.640630 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:41:58.640728 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:41:58.641063 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:41:58.641146 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_31_6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:41:58.641152 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.641190 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.641221 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.01 23:41:58.641719 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:41:58.641956 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:58.642064 [ 114 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:41:58.642093 [ 114 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.642097 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} executeQuery: Read 11 rows, 20.18 KiB in 0.001741 sec., 6318.207926479035 rows/sec., 11.32 MiB/sec. 2026.05.01 23:41:58.642110 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.642157 [ 268 ] {83af8443-a281-48f7-a0f4-65246ea51653} TCPHandler: Processed in 0.001935412 sec. 2026.05.01 23:41:58.642187 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:41:58.642275 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:41:58.642372 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:41:58.642393 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:58.642412 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:41:58.642452 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 437 rows starting from the beginning of the part 2026.05.01 23:41:58.642578 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:58.642693 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:58.642780 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.642802 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part 2026.05.01 23:41:58.642822 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.642924 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2026.05.01 23:41:58.643043 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2026.05.01 23:41:58.643158 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:41:58.643392 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:58.643502 [ 114 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:41:58.643528 [ 114 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:41:58.643532 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.05.01 23:41:58.643545 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:41:58.643577 [ 268 ] {24d0d8b2-1138-478f-94b0-7034565a251a} TCPHandler: Processed in 0.001352089 sec. 2026.05.01 23:41:58.643628 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:58.643709 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:41:58.643734 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1530 rows starting from the beginning of the part 2026.05.01 23:41:58.643785 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:58.643827 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:58.643865 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:58.643903 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:58.643945 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:41:58.644140 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 12569 rows, containing 5 columns (5 merged, 0 gathered) in 0.003954445 sec., 3178448.5559920543 rows/sec., 205.55 MiB/sec. 2026.05.01 23:41:58.644524 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:41:58.644790 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:41:58.644873 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_31_6} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:41:58.644941 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.05.01 23:41:58.645177 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1770 rows, containing 4 columns (4 merged, 0 gathered) in 0.001578494 sec., 1121321.9689146744 rows/sec., 74.19 MiB/sec. 2026.05.01 23:41:58.645435 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:41:58.645690 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_31_6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:41:58.645754 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_31_6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:41:58.645817 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.05.01 23:41:58.658903 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 19 columns (19 merged, 0 gathered) in 0.016744931 sec., 32308.28481765616 rows/sec., 57.89 MiB/sec. 2026.05.01 23:41:58.659469 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:41:58.659805 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:41:58.659871 [ 190 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_26_5} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:41:58.659968 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.05.01 23:41:59.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.54 MiB, peak 260.98 MiB, free memory in arenas 0.00 B, will set to 251.79 MiB (RSS), difference: 1.25 MiB 2026.05.01 23:42:03.631499 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.631899 [ 268 ] {59573936-f702-4631-9413-da501054b071} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:03.632462 [ 268 ] {59573936-f702-4631-9413-da501054b071} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:03.632535 [ 268 ] {59573936-f702-4631-9413-da501054b071} 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.01 23:42:03.632789 [ 268 ] {59573936-f702-4631-9413-da501054b071} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:03.632860 [ 268 ] {59573936-f702-4631-9413-da501054b071} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:03.633008 [ 268 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:42:03.633131 [ 337 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:03.633149 [ 306 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:03.633186 [ 303 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:03.633131 [ 276 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:03.633358 [ 268 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:03.633386 [ 268 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:03.633473 [ 268 ] {59573936-f702-4631-9413-da501054b071} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:03.633496 [ 268 ] {59573936-f702-4631-9413-da501054b071} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:03.633531 [ 268 ] {59573936-f702-4631-9413-da501054b071} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:42:03.633569 [ 268 ] {59573936-f702-4631-9413-da501054b071} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:42:03.633604 [ 268 ] {59573936-f702-4631-9413-da501054b071} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:42:03.634839 [ 268 ] {59573936-f702-4631-9413-da501054b071} executeQuery: Read 48 rows, 10.51 KiB in 0.003103 sec., 15468.901063486948 rows/sec., 3.31 MiB/sec. 2026.05.01 23:42:03.634997 [ 268 ] {59573936-f702-4631-9413-da501054b071} MemoryTracker: Peak memory usage (for query): 147.01 KiB. 2026.05.01 23:42:03.635014 [ 268 ] {59573936-f702-4631-9413-da501054b071} TCPHandler: Processed in 0.003701479 sec. 2026.05.01 23:42:03.638070 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.638199 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.638250 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:42:03.638790 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.638828 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.639211 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:42:03.639444 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:03.639588 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} executeQuery: Read 24 rows, 2.04 KiB in 0.001427 sec., 16818.500350385424 rows/sec., 1.40 MiB/sec. 2026.05.01 23:42:03.639628 [ 268 ] {841bd9f6-6277-454d-a647-5f19d0c523ba} TCPHandler: Processed in 0.001618995 sec. 2026.05.01 23:42:03.639752 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.639849 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:42:03.639889 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:42:03.640279 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.640315 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.640603 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:42:03.640816 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:42:03.640944 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} executeQuery: Read 2 rows, 167.00 B in 0.001115 sec., 1793.7219730941702 rows/sec., 146.27 KiB/sec. 2026.05.01 23:42:03.640982 [ 268 ] {a256fdf2-52d9-4e6e-a068-1e04db5d69e8} TCPHandler: Processed in 0.001278668 sec. 2026.05.01 23:42:03.641089 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.641182 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:03.641222 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:03.641727 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.641763 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.642088 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:42:03.642306 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:03.642434 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} executeQuery: Read 239 rows, 21.81 KiB in 0.00127 sec., 188188.97637795276 rows/sec., 16.77 MiB/sec. 2026.05.01 23:42:03.642471 [ 268 ] {f1756f87-dabc-43bd-9fa6-8413fb98ada3} TCPHandler: Processed in 0.001430591 sec. 2026.05.01 23:42:03.642590 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.642684 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.642724 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:03.643129 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.643165 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.643465 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:42:03.643684 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:03.643813 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} executeQuery: Read 45 rows, 3.43 KiB in 0.001147 sec., 39232.781168265035 rows/sec., 2.92 MiB/sec. 2026.05.01 23:42:03.643851 [ 268 ] {91b55f16-4046-4125-be2d-3e5be527e4dc} TCPHandler: Processed in 0.001309179 sec. 2026.05.01 23:42:03.643993 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.644114 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.644161 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:42:03.644621 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.644658 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.644959 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:42:03.645173 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:03.645302 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} executeQuery: Read 24 rows, 2.04 KiB in 0.001212 sec., 19801.980198019803 rows/sec., 1.64 MiB/sec. 2026.05.01 23:42:03.645339 [ 268 ] {e5dd778e-0cc5-4663-9a71-a04bc1463ade} TCPHandler: Processed in 0.001405401 sec. 2026.05.01 23:42:03.645482 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.645605 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.645657 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:42:03.646137 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.646183 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.646546 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:42:03.646778 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:03.646919 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} executeQuery: Read 12 rows, 960.00 B in 0.001338 sec., 8968.609865470851 rows/sec., 700.67 KiB/sec. 2026.05.01 23:42:03.646961 [ 268 ] {9395a489-8faf-49a2-8d9e-0b2eec79a840} TCPHandler: Processed in 0.001550204 sec. 2026.05.01 23:42:03.647081 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.647178 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:03.647219 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:03.647689 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.647729 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.648051 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:42:03.648277 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:03.648411 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} executeQuery: Read 133 rows, 11.02 KiB in 0.001251 sec., 106314.94804156675 rows/sec., 8.60 MiB/sec. 2026.05.01 23:42:03.648451 [ 268 ] {76aa69a2-46fb-44d6-acda-7ea5d4320bb4} TCPHandler: Processed in 0.001420511 sec. 2026.05.01 23:42:03.648571 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.648666 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.648711 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:03.649122 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.649159 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.649492 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:42:03.649714 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:03.649843 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} executeQuery: Read 197 rows, 14.47 KiB in 0.001195 sec., 164853.55648535563 rows/sec., 11.82 MiB/sec. 2026.05.01 23:42:03.649881 [ 268 ] {6611296d-a033-4693-9e4f-99c7120bbf58} TCPHandler: Processed in 0.001359169 sec. 2026.05.01 23:42:03.650004 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.650099 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.650153 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} 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.01 23:42:03.650954 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.650992 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.651512 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:42:03.651738 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:03.651878 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} executeQuery: Read 31 rows, 56.88 KiB in 0.001797 sec., 17250.973845297718 rows/sec., 30.91 MiB/sec. 2026.05.01 23:42:03.651931 [ 268 ] {50ca8b94-3d4f-43d5-a4d5-a6785398edb5} TCPHandler: Processed in 0.001977793 sec. 2026.05.01 23:42:03.652048 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:03.652143 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:03.652185 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:03.652525 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:03.652562 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:03.652866 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:42:03.653079 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:03.653210 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.05.01 23:42:03.653247 [ 268 ] {0cad4a7a-c181-4c01-89b6-729953c0da3a} TCPHandler: Processed in 0.001249127 sec. 2026.05.01 23:42:04.863212 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10055 2026.05.01 23:42:04.863741 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:04.863789 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:04.864321 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:42:04.864579 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:04.864707 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10055 2026.05.01 23:42:04.864714 [ 106 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:42:04.864782 [ 106 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:04.864801 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:04.864908 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.865022 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:04.865058 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.865120 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.865162 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.865200 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.865233 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.865273 [ 202 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:04.867150 [ 201 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10055 rows, containing 4 columns (4 merged, 0 gathered) in 0.002286839 sec., 4396898.9509099675 rows/sec., 62.90 MiB/sec. 2026.05.01 23:42:04.867474 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:42:04.867810 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_21_4} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:04.867892 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_21_4} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:42:04.867996 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.05.01 23:42:05.376552 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.01 23:42:05.393559 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:05.393607 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:05.399115 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:42:05.399856 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:05.400156 [ 106 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:42:05.400225 [ 106 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:05.400250 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:05.400358 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.403091 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.01 23:42:05.404350 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:05.405744 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.410233 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.414557 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.418615 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.422802 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.426824 [ 202 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:05.482431 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.082111008 sec., 1936.4029729119877 rows/sec., 10.01 MiB/sec. 2026.05.01 23:42:05.485053 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:42:05.487056 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_21_4} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:05.487170 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_21_4} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:42:05.489680 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.01 23:42:06.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.24 MiB, peak 263.80 MiB, free memory in arenas 0.00 B, will set to 257.85 MiB (RSS), difference: 4.61 MiB 2026.05.01 23:42:07.388894 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 658 2026.05.01 23:42:07.391267 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:07.391320 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:07.392522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:42:07.392814 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:07.392951 [ 104 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:42:07.393023 [ 104 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:07.393046 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:07.393162 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 658 2026.05.01 23:42:07.393186 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:42:07.393807 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:07.393982 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 484 rows starting from the beginning of the part 2026.05.01 23:42:07.394379 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.05.01 23:42:07.394722 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.05.01 23:42:07.395079 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part 2026.05.01 23:42:07.395426 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:42:07.395759 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:42:07.401964 [ 188 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 72 columns (72 merged, 0 gathered) in 0.00884108 sec., 74425.29645699395 rows/sec., 64.28 MiB/sec. 2026.05.01 23:42:07.403228 [ 188 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:42:07.403858 [ 188 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:07.403945 [ 188 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_16_3} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:42:07.404313 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.05.01 23:42:08.628588 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.628862 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:08.629243 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:08.629284 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} 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.01 23:42:08.629542 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:08.629621 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:08.629771 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:42:08.629891 [ 325 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:08.629891 [ 276 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:08.629941 [ 306 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:08.629942 [ 303 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:08.630174 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:08.630203 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:08.630287 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:08.630308 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:08.630343 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:08.630380 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:08.630414 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:08.631607 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} executeQuery: Read 48 rows, 7.91 KiB in 0.002852 sec., 16830.29453015428 rows/sec., 2.71 MiB/sec. 2026.05.01 23:42:08.631761 [ 268 ] {1f26bda5-7ecf-42f9-b6b2-1b581ab28679} TCPHandler: Processed in 0.003317121 sec. 2026.05.01 23:42:08.633896 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.634111 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:08.634192 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:08.635001 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:08.635049 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:08.635417 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:42:08.635643 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:08.635790 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} executeQuery: Read 78 rows, 6.61 KiB in 0.001738 sec., 44879.17146144994 rows/sec., 3.72 MiB/sec. 2026.05.01 23:42:08.635829 [ 268 ] {211b3b6e-f7ca-4704-9ccd-68e0e41684d2} TCPHandler: Processed in 0.002039033 sec. 2026.05.01 23:42:08.635962 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.636057 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:08.636097 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:08.636494 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:08.636530 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:08.636841 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:42:08.637044 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:08.637172 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} executeQuery: Read 11 rows, 847.00 B in 0.001133 sec., 9708.737864077671 rows/sec., 730.05 KiB/sec. 2026.05.01 23:42:08.637208 [ 268 ] {3483f27a-dd0f-47dd-841a-6c412302e53d} TCPHandler: Processed in 0.001294238 sec. 2026.05.01 23:42:08.637320 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.637412 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:08.637451 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:08.637859 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:08.637895 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:08.638196 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:42:08.638397 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:08.638519 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} executeQuery: Read 75 rows, 6.00 KiB in 0.001124 sec., 66725.97864768683 rows/sec., 5.21 MiB/sec. 2026.05.01 23:42:08.638555 [ 268 ] {32d74721-4727-409a-a56d-6e38f1fe0274} TCPHandler: Processed in 0.001282957 sec. 2026.05.01 23:42:08.638671 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.638768 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:08.638817 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:08.639227 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:08.639262 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:08.639580 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:42:08.639797 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:08.639925 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.05.01 23:42:08.639963 [ 268 ] {f0dacb97-6138-480f-acd0-6501dfae2abb} TCPHandler: Processed in 0.001337388 sec. 2026.05.01 23:42:08.640082 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.640175 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:08.640229 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} 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.01 23:42:08.640962 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:08.640998 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:08.641528 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:42:08.641749 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:08.641888 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} executeQuery: Read 11 rows, 20.18 KiB in 0.001731 sec., 6354.70826112074 rows/sec., 11.39 MiB/sec. 2026.05.01 23:42:08.641938 [ 268 ] {6f3e5669-1773-4c82-8b2a-add0b21debc9} TCPHandler: Processed in 0.001909151 sec. 2026.05.01 23:42:08.642067 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:08.642160 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:08.642201 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:08.642525 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:08.642561 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:08.642863 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:42:08.643066 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:08.643191 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.05.01 23:42:08.643226 [ 268 ] {f3f126ea-968e-4c81-bb22-c7288251b3cd} TCPHandler: Processed in 0.001206266 sec. 2026.05.01 23:42:12.280578 [ 95 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:42:12.280626 [ 95 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:42:12.364824 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10567 2026.05.01 23:42:12.365413 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:12.365462 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:12.366099 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:42:12.366338 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:12.366481 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10567 2026.05.01 23:42:12.903220 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.05.01 23:42:12.919177 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:12.919244 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:12.925205 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:42:12.926280 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:12.929212 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.05.01 23:42:13.628980 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.629208 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:13.629545 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:13.629579 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} 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.01 23:42:13.629799 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:13.629877 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:13.630020 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:42:13.630146 [ 325 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:13.630159 [ 346 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:13.630155 [ 344 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:13.630146 [ 276 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:13.630346 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:13.630373 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:13.630456 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:13.630476 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:13.630513 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:13.630551 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:13.630586 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:13.631740 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} executeQuery: Read 48 rows, 7.91 KiB in 0.002625 sec., 18285.714285714286 rows/sec., 2.94 MiB/sec. 2026.05.01 23:42:13.631864 [ 268 ] {076a3551-9be7-452b-b7a1-1db3071dca46} TCPHandler: Processed in 0.003024485 sec. 2026.05.01 23:42:13.633993 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.634112 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:13.634159 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:13.634703 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.634746 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.635180 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:42:13.635403 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:13.635549 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} executeQuery: Read 118 rows, 10.28 KiB in 0.001457 sec., 80988.33218943034 rows/sec., 6.89 MiB/sec. 2026.05.01 23:42:13.635586 [ 268 ] {b959da32-f503-4a9f-9bc1-f34f0e5c9131} TCPHandler: Processed in 0.001643955 sec. 2026.05.01 23:42:13.635729 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.635823 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.635863 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:13.636266 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.636300 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.636586 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:42:13.636794 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:13.636919 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} executeQuery: Read 31 rows, 2.33 KiB in 0.001114 sec., 27827.648114901258 rows/sec., 2.04 MiB/sec. 2026.05.01 23:42:13.636954 [ 268 ] {97277cca-dc32-4ad5-9bdc-e4e16456a46a} TCPHandler: Processed in 0.001274507 sec. 2026.05.01 23:42:13.637066 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.637159 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:13.637197 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:13.637610 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.637643 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.637936 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:42:13.638140 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:13.638262 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} executeQuery: Read 95 rows, 7.60 KiB in 0.001121 sec., 84745.7627118644 rows/sec., 6.62 MiB/sec. 2026.05.01 23:42:13.638297 [ 268 ] {8024b88f-5315-43e1-bd8b-ea41c7ded221} TCPHandler: Processed in 0.001278277 sec. 2026.05.01 23:42:13.638411 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.638504 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.638545 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:13.639013 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.639047 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.639360 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:42:13.639561 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:13.639684 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.05.01 23:42:13.639720 [ 268 ] {35c8a163-7211-4894-8ab9-305a45509187} TCPHandler: Processed in 0.001356499 sec. 2026.05.01 23:42:13.639849 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.639944 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.639997 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} 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.01 23:42:13.640806 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.640841 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.641377 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:42:13.641598 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:13.641731 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} executeQuery: Read 31 rows, 56.88 KiB in 0.001805 sec., 17174.515235457064 rows/sec., 30.78 MiB/sec. 2026.05.01 23:42:13.641782 [ 268 ] {be9d470c-cfd7-4ae9-84f2-93f40f869fb5} TCPHandler: Processed in 0.001981063 sec. 2026.05.01 23:42:13.641899 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.641993 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.642034 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:13.642372 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.642405 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.642699 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:42:13.642903 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:13.643028 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.05.01 23:42:13.643062 [ 268 ] {0f7e54f3-0b9e-429a-a3c1-495ed4204a46} TCPHandler: Processed in 0.001211286 sec. 2026.05.01 23:42:13.876507 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.876887 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:13.877264 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:13.877302 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} 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.01 23:42:13.877570 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:13.877641 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:13.877785 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.01 23:42:13.877881 [ 344 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:13.877921 [ 325 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:13.877961 [ 315 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:13.877966 [ 295 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:13.878170 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:13.878199 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:13.878286 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:13.878307 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:13.878346 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:13.878386 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:13.878424 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:13.879741 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} executeQuery: Read 48 rows, 9.49 KiB in 0.003027 sec., 15857.284440039643 rows/sec., 3.06 MiB/sec. 2026.05.01 23:42:13.879886 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} MemoryTracker: Peak memory usage (for query): 142.34 KiB. 2026.05.01 23:42:13.879902 [ 268 ] {a627f370-e80f-4b7a-9ae9-a7e6c580f1e4} TCPHandler: Processed in 0.003575346 sec. 2026.05.01 23:42:13.895430 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.895654 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.895738 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:42:13.896405 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.896446 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.896825 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:42:13.897052 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:13.897176 [ 89 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.01 23:42:13.897202 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} executeQuery: Read 284 rows, 18.47 KiB in 0.001618 sec., 175525.33992583436 rows/sec., 11.15 MiB/sec. 2026.05.01 23:42:13.897215 [ 89 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.897236 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.897241 [ 268 ] {b2a66d7e-7090-493c-a719-622989c9f690} TCPHandler: Processed in 0.001915921 sec. 2026.05.01 23:42:13.897355 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.05.01 23:42:13.897372 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.897494 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:42:13.897500 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:13.897538 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:42:13.897547 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.05.01 23:42:13.897628 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.05.01 23:42:13.897678 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.01 23:42:13.897725 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.01 23:42:13.897771 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.05.01 23:42:13.897812 [ 196 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.05.01 23:42:13.897940 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.897982 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.898373 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:42:13.898616 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:42:13.898753 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} executeQuery: Read 2 rows, 167.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 127.21 KiB/sec. 2026.05.01 23:42:13.898788 [ 201 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001490532 sec., 445478.5271299107 rows/sec., 31.25 MiB/sec. 2026.05.01 23:42:13.898791 [ 268 ] {40c1806e-6cd0-4650-8f50-61c370a0c1d4} TCPHandler: Processed in 0.001467311 sec. 2026.05.01 23:42:13.898922 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.898980 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.01 23:42:13.899018 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:13.899060 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:13.899320 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:13.899408 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_10_2} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.01 23:42:13.899492 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.01 23:42:13.900831 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.900873 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.901547 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:42:13.901761 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:13.901900 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} executeQuery: Read 3165 rows, 242.04 KiB in 0.002901 sec., 1091003.1023784901 rows/sec., 81.48 MiB/sec. 2026.05.01 23:42:13.901939 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.01 23:42:13.901952 [ 268 ] {c7f5af29-4cdc-4e40-9ce5-1de8ca001f34} TCPHandler: Processed in 0.003076636 sec. 2026.05.01 23:42:13.902083 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.902178 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.902217 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:13.902663 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.902697 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.903011 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:42:13.903289 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:13.903421 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} executeQuery: Read 164 rows, 10.19 KiB in 0.001262 sec., 129952.4564183835 rows/sec., 7.88 MiB/sec. 2026.05.01 23:42:13.903457 [ 268 ] {d52d8dcf-aa13-4e2e-b543-913eff443f80} TCPHandler: Processed in 0.001422541 sec. 2026.05.01 23:42:13.903574 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.903667 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.903706 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:42:13.904339 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.904373 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.904793 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:42:13.905023 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:13.905148 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} executeQuery: Read 950 rows, 57.24 KiB in 0.001499 sec., 633755.8372248166 rows/sec., 37.29 MiB/sec. 2026.05.01 23:42:13.905184 [ 268 ] {0cac8ae0-e4f5-43cf-a91a-7e36b36b7faa} TCPHandler: Processed in 0.001658296 sec. 2026.05.01 23:42:13.905300 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.905393 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.905431 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:42:13.905799 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.905833 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.906112 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 23:42:13.906322 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:42:13.906449 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} executeQuery: Read 1 rows, 72.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 65.47 KiB/sec. 2026.05.01 23:42:13.906485 [ 268 ] {330068f1-3263-4f2b-a0d8-2755682ea496} TCPHandler: Processed in 0.001233047 sec. 2026.05.01 23:42:13.906597 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.906689 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.906727 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:42:13.907153 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.907187 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.907490 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:42:13.907707 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:13.907801 [ 89 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.01 23:42:13.907836 [ 89 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.907841 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} executeQuery: Read 148 rows, 8.62 KiB in 0.001169 sec., 126603.93498716853 rows/sec., 7.20 MiB/sec. 2026.05.01 23:42:13.907858 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.907956 [ 268 ] {0bd61d04-3ea3-43a2-9239-5d5e904abcc2} TCPHandler: Processed in 0.00140546 sec. 2026.05.01 23:42:13.907970 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.05.01 23:42:13.908090 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:13.908122 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.05.01 23:42:13.908136 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.908178 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.05.01 23:42:13.908233 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.05.01 23:42:13.908259 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:13.908275 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.05.01 23:42:13.908316 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:13.908327 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.05.01 23:42:13.908380 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.05.01 23:42:13.909296 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001360719 sec., 252807.52308154732 rows/sec., 16.03 MiB/sec. 2026.05.01 23:42:13.909471 [ 195 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.01 23:42:13.909641 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.909683 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.909808 [ 195 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:13.909896 [ 195 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_10_2} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.01 23:42:13.910005 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.01 23:42:13.910176 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:42:13.910400 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:13.910535 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} executeQuery: Read 1727 rows, 119.06 KiB in 0.002301 sec., 750543.2420686658 rows/sec., 50.53 MiB/sec. 2026.05.01 23:42:13.910573 [ 268 ] {6e44af93-6418-439c-8dde-ce5e8c2eb4e4} TCPHandler: Processed in 0.002500394 sec. 2026.05.01 23:42:13.910695 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.910789 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:42:13.910830 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:42:13.911168 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.911202 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.911507 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:42:13.911737 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:42:13.911866 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} executeQuery: Read 6 rows, 321.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 286.28 KiB/sec. 2026.05.01 23:42:13.911903 [ 268 ] {75edf507-fe15-4b77-b780-781f8a7a8d87} TCPHandler: Processed in 0.001258297 sec. 2026.05.01 23:42:13.912012 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.912105 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.912160 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:13.912911 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.912946 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.913379 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:42:13.913585 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:13.913714 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} executeQuery: Read 1602 rows, 99.59 KiB in 0.001628 sec., 984029.484029484 rows/sec., 59.74 MiB/sec. 2026.05.01 23:42:13.913751 [ 268 ] {f4f17b98-070a-4947-bad2-6dd81afd1d99} TCPHandler: Processed in 0.001787158 sec. 2026.05.01 23:42:13.913856 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.913948 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.913991 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:42:13.914313 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.914350 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.914644 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:42:13.914859 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:42:13.914991 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2026.05.01 23:42:13.915028 [ 268 ] {511d287a-5d33-4499-828c-b5692a0986d6} TCPHandler: Processed in 0.001222367 sec. 2026.05.01 23:42:13.915158 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.915250 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.915304 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} 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.01 23:42:13.919633 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.919678 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.920253 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:42:13.920505 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:13.920684 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} executeQuery: Read 20 rows, 36.70 KiB in 0.00545 sec., 3669.7247706422017 rows/sec., 6.58 MiB/sec. 2026.05.01 23:42:13.920761 [ 268 ] {42d2d743-bddd-4b9b-92f1-02fb174f6cda} TCPHandler: Processed in 0.005652771 sec. 2026.05.01 23:42:13.920904 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:13.921008 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:13.921053 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:13.921420 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:13.921456 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:13.921782 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:42:13.922013 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:13.922149 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} executeQuery: Read 42 rows, 2.45 KiB in 0.001162 sec., 36144.57831325301 rows/sec., 2.06 MiB/sec. 2026.05.01 23:42:13.922185 [ 268 ] {a262b33b-fb0c-4431-913f-07d658db30c5} TCPHandler: Processed in 0.001339139 sec. 2026.05.01 23:42:14.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.20 MiB, peak 263.80 MiB, free memory in arenas 0.00 B, will set to 259.06 MiB (RSS), difference: -1.14 MiB 2026.05.01 23:42:17.393459 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 714 2026.05.01 23:42:17.396539 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:17.396598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:17.397835 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:42:17.398114 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:17.398458 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 714 2026.05.01 23:42:18.627647 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:18.627925 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:18.628288 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:18.628324 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} 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.01 23:42:18.628543 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:18.628614 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:18.628759 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:42:18.628855 [ 296 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:18.628880 [ 325 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:18.628919 [ 295 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:18.628882 [ 309 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:18.629078 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:18.629107 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:18.629192 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:18.629223 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:18.629279 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:18.629327 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:18.629376 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:18.630761 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} executeQuery: Read 48 rows, 7.91 KiB in 0.002941 sec., 16320.979258755526 rows/sec., 2.63 MiB/sec. 2026.05.01 23:42:18.630916 [ 268 ] {d9785278-4ba8-4623-96ca-e69bf86ed334} TCPHandler: Processed in 0.003409343 sec. 2026.05.01 23:42:18.632293 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:18.632402 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:18.632446 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:18.632922 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.632960 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.633347 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:42:18.633574 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:18.633717 [ 81 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:42:18.633729 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} executeQuery: Read 56 rows, 4.41 KiB in 0.001359 sec., 41206.76968359088 rows/sec., 3.17 MiB/sec. 2026.05.01 23:42:18.633762 [ 81 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.633780 [ 268 ] {be117cbf-76cb-4998-b72a-b7ef7a9f00f6} TCPHandler: Processed in 0.001537073 sec. 2026.05.01 23:42:18.633799 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.633882 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:42:18.633907 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:18.633971 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:18.633998 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3359 rows starting from the beginning of the part 2026.05.01 23:42:18.634011 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:18.634051 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:18.634051 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 239 rows starting from the beginning of the part 2026.05.01 23:42:18.634104 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 78 rows starting from the beginning of the part 2026.05.01 23:42:18.634151 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 118 rows starting from the beginning of the part 2026.05.01 23:42:18.634195 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 3165 rows starting from the beginning of the part 2026.05.01 23:42:18.634237 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:42:18.634472 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.634508 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.634863 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:42:18.635097 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:18.635222 [ 81 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:42:18.635240 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} executeQuery: Read 64 rows, 5.12 KiB in 0.001248 sec., 51282.05128205128 rows/sec., 4.00 MiB/sec. 2026.05.01 23:42:18.635255 [ 81 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.635274 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.635278 [ 268 ] {6fc0b97c-063b-4f84-9de6-f5b5d8788cb6} TCPHandler: Processed in 0.00142529 sec. 2026.05.01 23:42:18.635369 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:42:18.635415 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:18.635482 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:18.635518 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1830 rows starting from the beginning of the part 2026.05.01 23:42:18.635522 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:18.635574 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:18.635575 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 133 rows starting from the beginning of the part 2026.05.01 23:42:18.635630 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 75 rows starting from the beginning of the part 2026.05.01 23:42:18.635670 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 95 rows starting from the beginning of the part 2026.05.01 23:42:18.635707 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1727 rows starting from the beginning of the part 2026.05.01 23:42:18.635753 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:42:18.635967 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.636009 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.636441 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:42:18.636685 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:18.636725 [ 196 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 7015 rows, containing 5 columns (5 merged, 0 gathered) in 0.002870772 sec., 2443593.569952612 rows/sec., 194.87 MiB/sec. 2026.05.01 23:42:18.636804 [ 83 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:42:18.636822 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} executeQuery: Read 128 rows, 9.13 KiB in 0.001327 sec., 96458.17633760361 rows/sec., 6.72 MiB/sec. 2026.05.01 23:42:18.636876 [ 83 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.636897 [ 268 ] {1144c5d0-8e73-4bb7-8685-c8d7ab5d4946} TCPHandler: Processed in 0.001535393 sec. 2026.05.01 23:42:18.636905 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.637037 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:18.637062 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:18.637075 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:42:18.637142 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:18.637185 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:18.637207 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:18.637251 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 12569 rows starting from the beginning of the part 2026.05.01 23:42:18.637273 [ 193 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3924 rows, containing 5 columns (5 merged, 0 gathered) in 0.001950052 sec., 2012254.032200167 rows/sec., 146.15 MiB/sec. 2026.05.01 23:42:18.637321 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 197 rows starting from the beginning of the part 2026.05.01 23:42:18.637351 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:18.637378 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:18.637420 [ 201 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_36_7} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:42:18.637430 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:18.637482 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.05.01 23:42:18.637485 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:18.637517 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.637536 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:42:18.637550 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:18.637562 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.637836 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:18.637935 [ 195 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_36_7} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:42:18.637970 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:42:18.638022 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.05.01 23:42:18.638203 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:18.638321 [ 83 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:42:18.638358 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} executeQuery: Read 48 rows, 3.31 KiB in 0.001242 sec., 38647.34299516908 rows/sec., 2.60 MiB/sec. 2026.05.01 23:42:18.638374 [ 83 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:18.638400 [ 268 ] {fe3312fa-028d-45b5-bd5c-57eb18e030d6} TCPHandler: Processed in 0.001411381 sec. 2026.05.01 23:42:18.638404 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:18.638521 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:18.638612 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:18.638636 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1770 rows starting from the beginning of the part 2026.05.01 23:42:18.638683 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:18.638720 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:18.638752 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:18.638785 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:18.638817 [ 201 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:18.639770 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 4 columns (4 merged, 0 gathered) in 0.001275977 sec., 1598774.8995475625 rows/sec., 105.71 MiB/sec. 2026.05.01 23:42:18.640049 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:42:18.640317 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_36_7} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:18.640389 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_36_7} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:42:18.640472 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.01 23:42:18.642238 [ 191 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 14816 rows, containing 5 columns (5 merged, 0 gathered) in 0.005227893 sec., 2834028.92905421 rows/sec., 182.76 MiB/sec. 2026.05.01 23:42:18.642626 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:42:18.642881 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:18.642952 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_36_7} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:42:18.643023 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. 2026.05.01 23:42:19.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.55 MiB, peak 266.85 MiB, free memory in arenas 0.00 B, will set to 261.39 MiB (RSS), difference: 1.84 MiB 2026.05.01 23:42:19.866633 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11015 2026.05.01 23:42:19.867134 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:19.867182 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:19.867697 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:42:19.867946 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:19.868089 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11015 2026.05.01 23:42:20.429343 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.05.01 23:42:20.447053 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:20.447117 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:20.452969 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:42:20.453685 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:20.456472 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.05.01 23:42:22.047071 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41395 2026.05.01 23:42:22.047186 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.047214 [ 287 ] {} TCP-Session: e1d581e5-854e-4dab-8d23-ee8778d76a89 Authenticating user 'default' from [fd00:1122:3344:101::e]:41395 2026.05.01 23:42:22.047241 [ 287 ] {} TCP-Session: e1d581e5-854e-4dab-8d23-ee8778d76a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047257 [ 287 ] {} TCP-Session: e1d581e5-854e-4dab-8d23-ee8778d76a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047450 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64352 2026.05.01 23:42:22.047497 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34190 2026.05.01 23:42:22.047526 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55589 2026.05.01 23:42:22.047565 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.047545 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63888 2026.05.01 23:42:22.047606 [ 288 ] {} TCP-Session: c418a3bf-14e2-4092-9e7e-a095caa84ddf Authenticating user 'default' from [fd00:1122:3344:101::e]:64352 2026.05.01 23:42:22.047538 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36163 2026.05.01 23:42:22.047644 [ 287 ] {} TCP-Session: e1d581e5-854e-4dab-8d23-ee8778d76a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:22.047659 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.047656 [ 288 ] {} TCP-Session: c418a3bf-14e2-4092-9e7e-a095caa84ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047734 [ 289 ] {} TCP-Session: e32fc407-3a84-4d91-b5b0-fd232b5e8b07 Authenticating user 'default' from [fd00:1122:3344:101::e]:34190 2026.05.01 23:42:22.047745 [ 288 ] {} TCP-Session: c418a3bf-14e2-4092-9e7e-a095caa84ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047770 [ 289 ] {} TCP-Session: e32fc407-3a84-4d91-b5b0-fd232b5e8b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047779 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.047804 [ 289 ] {} TCP-Session: e32fc407-3a84-4d91-b5b0-fd232b5e8b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047780 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.047829 [ 294 ] {} TCP-Session: f89302de-5666-492d-a7d1-a67b87951247 Authenticating user 'default' from [fd00:1122:3344:101::e]:36163 2026.05.01 23:42:22.047513 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51654 2026.05.01 23:42:22.047875 [ 294 ] {} TCP-Session: f89302de-5666-492d-a7d1-a67b87951247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047870 [ 267 ] {} TCP-Session: 73d34aac-6f25-4d31-abea-22f5b739e8f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:63888 2026.05.01 23:42:22.047905 [ 294 ] {} TCP-Session: f89302de-5666-492d-a7d1-a67b87951247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047866 [ 287 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} executeQuery: (from [fd00:1122:3344:101::e]:41395) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:42:22.047919 [ 267 ] {} TCP-Session: 73d34aac-6f25-4d31-abea-22f5b739e8f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047503 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46921 2026.05.01 23:42:22.047958 [ 267 ] {} TCP-Session: 73d34aac-6f25-4d31-abea-22f5b739e8f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.047504 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61022 2026.05.01 23:42:22.047655 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.048018 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.048053 [ 293 ] {} TCP-Session: 3bcd25d7-57f2-4d11-b3c7-1f40a8a2471d Authenticating user 'default' from [fd00:1122:3344:101::e]:55589 2026.05.01 23:42:22.048069 [ 292 ] {} TCP-Session: 747c6e30-47bf-4f1a-8641-b44eb898c899 Authenticating user 'default' from [fd00:1122:3344:101::e]:51654 2026.05.01 23:42:22.048077 [ 293 ] {} TCP-Session: 3bcd25d7-57f2-4d11-b3c7-1f40a8a2471d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048096 [ 292 ] {} TCP-Session: 747c6e30-47bf-4f1a-8641-b44eb898c899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048102 [ 293 ] {} TCP-Session: 3bcd25d7-57f2-4d11-b3c7-1f40a8a2471d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048118 [ 292 ] {} TCP-Session: 747c6e30-47bf-4f1a-8641-b44eb898c899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048123 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.048167 [ 290 ] {} TCP-Session: ac859657-70e6-4848-9d95-a0dfdbd63580 Authenticating user 'default' from [fd00:1122:3344:101::e]:46921 2026.05.01 23:42:22.048184 [ 290 ] {} TCP-Session: ac859657-70e6-4848-9d95-a0dfdbd63580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048195 [ 290 ] {} TCP-Session: ac859657-70e6-4848-9d95-a0dfdbd63580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048236 [ 287 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:42:22.048300 [ 287 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:22.048325 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:22.048354 [ 291 ] {} TCP-Session: 101756c6-2a59-4978-8044-5fcfd4321a14 Authenticating user 'default' from [fd00:1122:3344:101::e]:61022 2026.05.01 23:42:22.048374 [ 291 ] {} TCP-Session: 101756c6-2a59-4978-8044-5fcfd4321a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048386 [ 291 ] {} TCP-Session: 101756c6-2a59-4978-8044-5fcfd4321a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.048597 [ 287 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:42:22.049523 [ 313 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} AggregatingTransform: Aggregating 2026.05.01 23:42:22.049572 [ 313 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} Aggregator: Aggregation method: without_key 2026.05.01 23:42:22.049613 [ 313 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00091623 sec. (1091.429 rows/sec., 42.63 KiB/sec.) 2026.05.01 23:42:22.049635 [ 313 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} Aggregator: Merging aggregated data 2026.05.01 23:42:22.050974 [ 287 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} executeQuery: Read 1 rows, 40.00 B in 0.003174 sec., 315.05986137366097 rows/sec., 12.31 KiB/sec. 2026.05.01 23:42:22.051106 [ 287 ] {dcc8c5df-84bf-41f1-b944-e8b3f642f813} TCPHandler: Processed in 0.003589358 sec. 2026.05.01 23:42:22.051234 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051262 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051264 [ 287 ] {} TCP-Session: e1d581e5-854e-4dab-8d23-ee8778d76a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051287 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051308 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051309 [ 267 ] {} TCP-Session: 73d34aac-6f25-4d31-abea-22f5b739e8f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051333 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051343 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051362 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051386 [ 290 ] {} TCP-Session: ac859657-70e6-4848-9d95-a0dfdbd63580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051387 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051419 [ 294 ] {} TCP-Session: f89302de-5666-492d-a7d1-a67b87951247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051404 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:22.051448 [ 291 ] {} TCP-Session: 101756c6-2a59-4978-8044-5fcfd4321a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051402 [ 289 ] {} TCP-Session: e32fc407-3a84-4d91-b5b0-fd232b5e8b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051484 [ 293 ] {} TCP-Session: 3bcd25d7-57f2-4d11-b3c7-1f40a8a2471d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051348 [ 292 ] {} TCP-Session: 747c6e30-47bf-4f1a-8641-b44eb898c899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:22.051346 [ 288 ] {} TCP-Session: c418a3bf-14e2-4092-9e7e-a095caa84ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620216 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36087 2026.05.01 23:42:23.620344 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.620372 [ 287 ] {} TCP-Session: 7f29a3f1-dc28-478e-a957-a3c0f662a662 Authenticating user 'default' from [fd00:1122:3344:101::e]:36087 2026.05.01 23:42:23.620395 [ 287 ] {} TCP-Session: 7f29a3f1-dc28-478e-a957-a3c0f662a662 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620408 [ 287 ] {} TCP-Session: 7f29a3f1-dc28-478e-a957-a3c0f662a662 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620594 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43550 2026.05.01 23:42:23.620639 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42005 2026.05.01 23:42:23.620717 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.620720 [ 287 ] {} TCP-Session: 7f29a3f1-dc28-478e-a957-a3c0f662a662 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.620752 [ 288 ] {} TCP-Session: be5de2d4-3912-4eab-8833-f93708188973 Authenticating user 'default' from [fd00:1122:3344:101::e]:43550 2026.05.01 23:42:23.620759 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.620788 [ 288 ] {} TCP-Session: be5de2d4-3912-4eab-8833-f93708188973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620803 [ 289 ] {} TCP-Session: 874d2737-b131-4f12-a916-8e7dc3f5bbcb Authenticating user 'default' from [fd00:1122:3344:101::e]:42005 2026.05.01 23:42:23.620809 [ 288 ] {} TCP-Session: be5de2d4-3912-4eab-8833-f93708188973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620837 [ 289 ] {} TCP-Session: 874d2737-b131-4f12-a916-8e7dc3f5bbcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620855 [ 289 ] {} TCP-Session: 874d2737-b131-4f12-a916-8e7dc3f5bbcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.620920 [ 287 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} executeQuery: (from [fd00:1122:3344:101::e]:36087) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:42:23.621225 [ 287 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:42:23.621286 [ 287 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:23.621584 [ 287 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:42:23.622493 [ 325 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} AggregatingTransform: Aggregating 2026.05.01 23:42:23.622539 [ 325 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} Aggregator: Aggregation method: without_key 2026.05.01 23:42:23.622575 [ 325 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000891389 sec. (1121.845 rows/sec., 43.82 KiB/sec.) 2026.05.01 23:42:23.622593 [ 325 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} Aggregator: Merging aggregated data 2026.05.01 23:42:23.623651 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37079 2026.05.01 23:42:23.623676 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40791 2026.05.01 23:42:23.623688 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51287 2026.05.01 23:42:23.623695 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43351 2026.05.01 23:42:23.623754 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.623762 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.623783 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.623790 [ 290 ] {} TCP-Session: 7ae22eba-5975-4a0f-abb2-d0dc5ea93254 Authenticating user 'default' from [fd00:1122:3344:101::e]:37079 2026.05.01 23:42:23.623810 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.623831 [ 294 ] {} TCP-Session: b25fcfc1-a987-4503-b708-f36a52f81a6a Authenticating user 'default' from [fd00:1122:3344:101::e]:51287 2026.05.01 23:42:23.623845 [ 290 ] {} TCP-Session: 7ae22eba-5975-4a0f-abb2-d0dc5ea93254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623849 [ 267 ] {} TCP-Session: 3afb213a-9957-4243-bb38-fde5510ec015 Authenticating user 'default' from [fd00:1122:3344:101::e]:43351 2026.05.01 23:42:23.623858 [ 294 ] {} TCP-Session: b25fcfc1-a987-4503-b708-f36a52f81a6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623870 [ 290 ] {} TCP-Session: 7ae22eba-5975-4a0f-abb2-d0dc5ea93254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623882 [ 294 ] {} TCP-Session: b25fcfc1-a987-4503-b708-f36a52f81a6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623876 [ 267 ] {} TCP-Session: 3afb213a-9957-4243-bb38-fde5510ec015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623814 [ 293 ] {} TCP-Session: d2d4dffe-dd5c-41c4-b2c9-2af4a5315b66 Authenticating user 'default' from [fd00:1122:3344:101::e]:40791 2026.05.01 23:42:23.623912 [ 267 ] {} TCP-Session: 3afb213a-9957-4243-bb38-fde5510ec015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623940 [ 293 ] {} TCP-Session: d2d4dffe-dd5c-41c4-b2c9-2af4a5315b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623659 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55439 2026.05.01 23:42:23.623963 [ 293 ] {} TCP-Session: d2d4dffe-dd5c-41c4-b2c9-2af4a5315b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.623658 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34016 2026.05.01 23:42:23.624052 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.624084 [ 292 ] {} TCP-Session: ad32d78e-c79d-4351-b065-c3c47bf6b925 Authenticating user 'default' from [fd00:1122:3344:101::e]:55439 2026.05.01 23:42:23.624087 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.624103 [ 292 ] {} TCP-Session: ad32d78e-c79d-4351-b065-c3c47bf6b925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624132 [ 292 ] {} TCP-Session: ad32d78e-c79d-4351-b065-c3c47bf6b925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624132 [ 291 ] {} TCP-Session: 7e18882b-7015-42de-8e7d-88dd8c8f2547 Authenticating user 'default' from [fd00:1122:3344:101::e]:34016 2026.05.01 23:42:23.624172 [ 291 ] {} TCP-Session: 7e18882b-7015-42de-8e7d-88dd8c8f2547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624191 [ 291 ] {} TCP-Session: 7e18882b-7015-42de-8e7d-88dd8c8f2547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624564 [ 287 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} executeQuery: Read 1 rows, 40.00 B in 0.003709 sec., 269.61445133459154 rows/sec., 10.53 KiB/sec. 2026.05.01 23:42:23.624702 [ 287 ] {383f4f08-058e-4cd8-8fac-9bd7e5db5327} TCPHandler: Processed in 0.004110478 sec. 2026.05.01 23:42:23.624827 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624830 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624846 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624860 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624885 [ 267 ] {} TCP-Session: 3afb213a-9957-4243-bb38-fde5510ec015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624897 [ 290 ] {} TCP-Session: 7ae22eba-5975-4a0f-abb2-d0dc5ea93254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624897 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624924 [ 292 ] {} TCP-Session: ad32d78e-c79d-4351-b065-c3c47bf6b925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624924 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624960 [ 288 ] {} TCP-Session: be5de2d4-3912-4eab-8833-f93708188973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624865 [ 287 ] {} TCP-Session: 7f29a3f1-dc28-478e-a957-a3c0f662a662 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624987 [ 293 ] {} TCP-Session: d2d4dffe-dd5c-41c4-b2c9-2af4a5315b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624912 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.624936 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.625059 [ 289 ] {} TCP-Session: 874d2737-b131-4f12-a916-8e7dc3f5bbcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.624882 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.625083 [ 291 ] {} TCP-Session: 7e18882b-7015-42de-8e7d-88dd8c8f2547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.625126 [ 294 ] {} TCP-Session: b25fcfc1-a987-4503-b708-f36a52f81a6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.630626 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.630831 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:23.631181 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:23.631218 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} 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.01 23:42:23.631447 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:23.631522 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:23.631672 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:42:23.631765 [ 301 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:23.631778 [ 319 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:23.631776 [ 316 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:23.631768 [ 332 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:23.631907 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:23.631932 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:23.632022 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:23.632045 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:23.632080 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:23.632121 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:23.632156 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:23.633379 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} executeQuery: Read 48 rows, 7.91 KiB in 0.002638 sec., 18195.602729340408 rows/sec., 2.93 MiB/sec. 2026.05.01 23:42:23.633518 [ 268 ] {66514365-0a72-4887-9936-7d7b1c0c72da} TCPHandler: Processed in 0.003010245 sec. 2026.05.01 23:42:23.635861 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.635984 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:23.636031 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:23.636676 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.636726 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.637182 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:42:23.637418 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:23.637581 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} executeQuery: Read 118 rows, 10.28 KiB in 0.001633 sec., 72259.64482547459 rows/sec., 6.15 MiB/sec. 2026.05.01 23:42:23.637624 [ 268 ] {469ed0f9-9b38-49bb-b89b-a6df84aaa98d} TCPHandler: Processed in 0.001814219 sec. 2026.05.01 23:42:23.637771 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.637873 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:23.637915 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:23.638351 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.638388 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.638685 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:42:23.638890 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:23.639011 [ 78 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:42:23.639026 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} executeQuery: Read 31 rows, 2.33 KiB in 0.001177 sec., 26338.147833474934 rows/sec., 1.93 MiB/sec. 2026.05.01 23:42:23.639060 [ 78 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.639077 [ 268 ] {fc313e72-7cb6-49a5-8fc8-355219a437d5} TCPHandler: Processed in 0.00135555 sec. 2026.05.01 23:42:23.639087 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.639193 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:42:23.639209 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.639295 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:23.639313 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:23.639324 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 225 rows starting from the beginning of the part 2026.05.01 23:42:23.639353 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:23.639378 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 45 rows starting from the beginning of the part 2026.05.01 23:42:23.639425 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2026.05.01 23:42:23.639467 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:23.639507 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 164 rows starting from the beginning of the part 2026.05.01 23:42:23.639546 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:23.639794 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.639830 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.640146 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:42:23.640355 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:23.640420 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001265878 sec., 400512.529643457 rows/sec., 27.63 MiB/sec. 2026.05.01 23:42:23.640485 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} executeQuery: Read 95 rows, 7.60 KiB in 0.001191 sec., 79764.9034424853 rows/sec., 6.23 MiB/sec. 2026.05.01 23:42:23.640527 [ 268 ] {a62a84e2-03fd-4062-82c1-d4bae673ce40} TCPHandler: Processed in 0.001366979 sec. 2026.05.01 23:42:23.640568 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:42:23.640648 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.640743 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:23.640787 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:23.640827 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:23.640894 [ 193 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_31_6} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:42:23.640960 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.01 23:42:23.641196 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.641231 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.641559 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:42:23.641780 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:23.641912 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.05.01 23:42:23.641949 [ 268 ] {482b103f-a74f-4554-bcda-11135c10a781} TCPHandler: Processed in 0.00134898 sec. 2026.05.01 23:42:23.642072 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.642165 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:23.642221 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} 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.01 23:42:23.643036 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.643073 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.643600 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:42:23.643823 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:23.643963 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} executeQuery: Read 31 rows, 56.88 KiB in 0.001815 sec., 17079.889807162534 rows/sec., 30.61 MiB/sec. 2026.05.01 23:42:23.643964 [ 76 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:42:23.644018 [ 268 ] {58eadde0-179a-493a-a15c-21e28989ccdd} TCPHandler: Processed in 0.001993633 sec. 2026.05.01 23:42:23.644026 [ 76 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.644061 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.644151 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:42:23.644161 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.644271 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:23.644313 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:23.644350 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:23.644400 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 541 rows starting from the beginning of the part 2026.05.01 23:42:23.644511 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:23.644617 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2026.05.01 23:42:23.644677 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:23.644714 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:23.644738 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:23.644873 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part 2026.05.01 23:42:23.645009 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:23.645030 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:42:23.645250 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:23.645382 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.05.01 23:42:23.645419 [ 268 ] {dcc85a2e-04d3-4290-b77f-234c6a722569} TCPHandler: Processed in 0.001306078 sec. 2026.05.01 23:42:23.651312 [ 193 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 19 columns (19 merged, 0 gathered) in 0.007198055 sec., 92386.06818091832 rows/sec., 165.55 MiB/sec. 2026.05.01 23:42:23.652877 [ 198 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:42:23.653434 [ 198 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:23.653555 [ 198 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_31_6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:42:23.653736 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. 2026.05.01 23:42:23.870902 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41929 2026.05.01 23:42:23.871045 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871086 [ 291 ] {} TCP-Session: 630904a8-6db8-4f1a-a244-8c0063bcc940 Authenticating user 'default' from [fd00:1122:3344:101::e]:41929 2026.05.01 23:42:23.871116 [ 291 ] {} TCP-Session: 630904a8-6db8-4f1a-a244-8c0063bcc940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871130 [ 291 ] {} TCP-Session: 630904a8-6db8-4f1a-a244-8c0063bcc940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871373 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37106 2026.05.01 23:42:23.871404 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37774 2026.05.01 23:42:23.871424 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36076 2026.05.01 23:42:23.871446 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38044 2026.05.01 23:42:23.871438 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35305 2026.05.01 23:42:23.871532 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871544 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871557 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871579 [ 267 ] {} TCP-Session: 3e9638a7-bd26-47a0-902c-76e44e0b85a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37774 2026.05.01 23:42:23.871603 [ 290 ] {} TCP-Session: 00e10b9f-c386-42a1-9201-7657de3d4a9f Authenticating user 'default' from [fd00:1122:3344:101::e]:38044 2026.05.01 23:42:23.871614 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871631 [ 290 ] {} TCP-Session: 00e10b9f-c386-42a1-9201-7657de3d4a9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871625 [ 267 ] {} TCP-Session: 3e9638a7-bd26-47a0-902c-76e44e0b85a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871654 [ 290 ] {} TCP-Session: 00e10b9f-c386-42a1-9201-7657de3d4a9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871665 [ 267 ] {} TCP-Session: 3e9638a7-bd26-47a0-902c-76e44e0b85a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871653 [ 289 ] {} TCP-Session: a996c47c-4e10-4f63-aeaf-ed2bddba5714 Authenticating user 'default' from [fd00:1122:3344:101::e]:35305 2026.05.01 23:42:23.871591 [ 287 ] {} TCP-Session: d64fb947-a0a3-4969-bc69-89d92588be04 Authenticating user 'default' from [fd00:1122:3344:101::e]:36076 2026.05.01 23:42:23.871737 [ 289 ] {} TCP-Session: a996c47c-4e10-4f63-aeaf-ed2bddba5714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871753 [ 287 ] {} TCP-Session: d64fb947-a0a3-4969-bc69-89d92588be04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871765 [ 289 ] {} TCP-Session: a996c47c-4e10-4f63-aeaf-ed2bddba5714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871779 [ 287 ] {} TCP-Session: d64fb947-a0a3-4969-bc69-89d92588be04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871428 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57956 2026.05.01 23:42:23.871392 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43109 2026.05.01 23:42:23.871574 [ 291 ] {} TCP-Session: 630904a8-6db8-4f1a-a244-8c0063bcc940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:23.871544 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871932 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871914 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.871973 [ 292 ] {} TCP-Session: 8d5989c9-e2e1-40b7-bc2a-ca082b8706c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37106 2026.05.01 23:42:23.871976 [ 293 ] {} TCP-Session: f6819777-f21d-494e-ac17-8d9996ee1421 Authenticating user 'default' from [fd00:1122:3344:101::e]:43109 2026.05.01 23:42:23.872009 [ 288 ] {} TCP-Session: b5e5285b-f864-4c23-a6fa-9d5cf8cd2b9d Authenticating user 'default' from [fd00:1122:3344:101::e]:57956 2026.05.01 23:42:23.872022 [ 292 ] {} TCP-Session: 8d5989c9-e2e1-40b7-bc2a-ca082b8706c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872038 [ 293 ] {} TCP-Session: f6819777-f21d-494e-ac17-8d9996ee1421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872061 [ 292 ] {} TCP-Session: 8d5989c9-e2e1-40b7-bc2a-ca082b8706c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872074 [ 293 ] {} TCP-Session: f6819777-f21d-494e-ac17-8d9996ee1421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872053 [ 288 ] {} TCP-Session: b5e5285b-f864-4c23-a6fa-9d5cf8cd2b9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872114 [ 291 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} executeQuery: (from [fd00:1122:3344:101::e]:41929) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:42:23.872127 [ 288 ] {} TCP-Session: b5e5285b-f864-4c23-a6fa-9d5cf8cd2b9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.871400 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40808 2026.05.01 23:42:23.872378 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:42:23.872408 [ 294 ] {} TCP-Session: 8d9015fc-1a54-4801-a569-a7a93f1ab926 Authenticating user 'default' from [fd00:1122:3344:101::e]:40808 2026.05.01 23:42:23.872430 [ 294 ] {} TCP-Session: 8d9015fc-1a54-4801-a569-a7a93f1ab926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872451 [ 294 ] {} TCP-Session: 8d9015fc-1a54-4801-a569-a7a93f1ab926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.872524 [ 291 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:42:23.872603 [ 291 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:23.872963 [ 291 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:42:23.874016 [ 326 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} AggregatingTransform: Aggregating 2026.05.01 23:42:23.874059 [ 326 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} Aggregator: Aggregation method: without_key 2026.05.01 23:42:23.874100 [ 326 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001030483 sec. (970.419 rows/sec., 37.91 KiB/sec.) 2026.05.01 23:42:23.874122 [ 326 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} Aggregator: Merging aggregated data 2026.05.01 23:42:23.875382 [ 291 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} executeQuery: Read 1 rows, 40.00 B in 0.003346 sec., 298.86431560071725 rows/sec., 11.67 KiB/sec. 2026.05.01 23:42:23.875530 [ 291 ] {74ae55d5-89e0-4c3b-9464-973f19346fc6} TCPHandler: Processed in 0.004105609 sec. 2026.05.01 23:42:23.875671 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875698 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875700 [ 291 ] {} TCP-Session: 630904a8-6db8-4f1a-a244-8c0063bcc940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875720 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875739 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875776 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875780 [ 294 ] {} TCP-Session: 8d9015fc-1a54-4801-a569-a7a93f1ab926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875811 [ 293 ] {} TCP-Session: f6819777-f21d-494e-ac17-8d9996ee1421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875831 [ 289 ] {} TCP-Session: a996c47c-4e10-4f63-aeaf-ed2bddba5714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875819 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875798 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875913 [ 288 ] {} TCP-Session: b5e5285b-f864-4c23-a6fa-9d5cf8cd2b9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875760 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.875940 [ 287 ] {} TCP-Session: d64fb947-a0a3-4969-bc69-89d92588be04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875748 [ 292 ] {} TCP-Session: 8d5989c9-e2e1-40b7-bc2a-ca082b8706c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875992 [ 290 ] {} TCP-Session: 00e10b9f-c386-42a1-9201-7657de3d4a9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:23.875749 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:42:23.876055 [ 267 ] {} TCP-Session: 3e9638a7-bd26-47a0-902c-76e44e0b85a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:42:24.000322 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.69 MiB, peak 272.81 MiB, free memory in arenas 0.00 B, will set to 264.75 MiB (RSS), difference: 2.06 MiB 2026.05.01 23:42:24.858120 [ 75 ] {} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.01 23:42:24.858195 [ 75 ] {} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:24.858224 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:24.858375 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:42:24.858562 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:24.858606 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:42:24.858693 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:42:24.858751 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:42:24.858804 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:42:24.858859 [ 193 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:42:24.859873 [ 198 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569404 sec., 3823.107370696137 rows/sec., 283.75 KiB/sec. 2026.05.01 23:42:24.860060 [ 194 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.01 23:42:24.860403 [ 194 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_5_1} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:42:24.860484 [ 194 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_5_1} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.01 23:42:24.860591 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:42:27.280684 [ 73 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:42:27.280745 [ 73 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:42:27.368193 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11527 2026.05.01 23:42:27.368718 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:27.368753 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:27.369265 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:42:27.369517 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:27.369662 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11527 2026.05.01 23:42:27.398792 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 744 2026.05.01 23:42:27.401371 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:27.401434 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:27.402652 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:42:27.402947 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:27.403322 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2026.05.01 23:42:27.956557 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.05.01 23:42:27.973958 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:27.974015 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:27.980042 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:42:27.980753 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:27.984090 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.05.01 23:42:28.633557 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.633820 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:28.634220 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:28.634264 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} 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.01 23:42:28.634536 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:28.634601 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:28.634750 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:42:28.634902 [ 312 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:28.634909 [ 297 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:28.634909 [ 306 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:28.634909 [ 346 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:28.635143 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:28.635170 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:28.635259 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:28.635279 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:28.635313 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:28.635350 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:28.635385 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:28.636738 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} executeQuery: Read 48 rows, 7.91 KiB in 0.003031 sec., 15836.35763774332 rows/sec., 2.55 MiB/sec. 2026.05.01 23:42:28.636901 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} MemoryTracker: Peak memory usage (for query): 133.55 KiB. 2026.05.01 23:42:28.636924 [ 268 ] {7f7b0c69-ecd7-43e4-900d-1581b9ee553c} TCPHandler: Processed in 0.003562437 sec. 2026.05.01 23:42:28.641735 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.641847 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.641888 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:42:28.642489 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.642533 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.642908 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:42:28.643140 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:28.643287 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} executeQuery: Read 284 rows, 18.47 KiB in 0.001473 sec., 192803.80176510525 rows/sec., 12.25 MiB/sec. 2026.05.01 23:42:28.643324 [ 268 ] {d70a2ff7-7595-4ea9-ad11-9c9f9e970e81} TCPHandler: Processed in 0.001638916 sec. 2026.05.01 23:42:28.643444 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.643537 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:28.643584 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:28.644360 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.644396 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.644735 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:42:28.644945 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:28.645077 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} executeQuery: Read 819 rows, 65.05 KiB in 0.001559 sec., 525336.7543296985 rows/sec., 40.74 MiB/sec. 2026.05.01 23:42:28.645113 [ 268 ] {ad47e858-ca08-43e3-bd10-1c6d4abcf8bb} TCPHandler: Processed in 0.001716227 sec. 2026.05.01 23:42:28.645228 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.645336 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.645374 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:28.645801 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.645837 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.646134 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:42:28.646341 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:28.646476 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} executeQuery: Read 153 rows, 9.37 KiB in 0.001158 sec., 132124.35233160623 rows/sec., 7.90 MiB/sec. 2026.05.01 23:42:28.646511 [ 268 ] {98e6588f-c2c8-48e6-861d-a2edb26b067c} TCPHandler: Processed in 0.001329928 sec. 2026.05.01 23:42:28.646637 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.646736 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.646773 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:42:28.647206 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.647242 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.647532 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:42:28.647741 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:28.647864 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} executeQuery: Read 149 rows, 9.86 KiB in 0.001146 sec., 130017.45200698079 rows/sec., 8.40 MiB/sec. 2026.05.01 23:42:28.647900 [ 268 ] {85523798-c45f-48e6-b35a-d021e9e7d869} TCPHandler: Processed in 0.001314878 sec. 2026.05.01 23:42:28.648017 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.648116 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.648153 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:42:28.648583 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.648619 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.648916 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:42:28.649124 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:28.649248 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} executeQuery: Read 148 rows, 8.62 KiB in 0.001149 sec., 128807.65883376848 rows/sec., 7.33 MiB/sec. 2026.05.01 23:42:28.649284 [ 268 ] {b190c514-2f57-467c-b844-574f1af46a00} TCPHandler: Processed in 0.001313818 sec. 2026.05.01 23:42:28.649423 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.649518 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:28.649556 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:28.650122 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.650158 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.650477 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:42:28.650692 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:28.650828 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} executeQuery: Read 501 rows, 36.06 KiB in 0.001327 sec., 377543.3308214016 rows/sec., 26.54 MiB/sec. 2026.05.01 23:42:28.650888 [ 268 ] {69d821fd-163a-4dc4-bbbb-f934da2f3fed} TCPHandler: Processed in 0.001511723 sec. 2026.05.01 23:42:28.650995 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.651096 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:42:28.651138 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:42:28.651473 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.651509 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.651890 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:42:28.652170 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:42:28.652315 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} executeQuery: Read 6 rows, 321.00 B in 0.001237 sec., 4850.444624090542 rows/sec., 253.42 KiB/sec. 2026.05.01 23:42:28.652352 [ 268 ] {6a962a17-cc8b-43a2-8475-eb76e8dacc67} TCPHandler: Processed in 0.00140624 sec. 2026.05.01 23:42:28.652472 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.652563 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.652605 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:28.653014 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.653050 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.653382 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:42:28.653587 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:28.653716 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} executeQuery: Read 265 rows, 18.03 KiB in 0.001172 sec., 226109.21501706482 rows/sec., 15.03 MiB/sec. 2026.05.01 23:42:28.653752 [ 268 ] {3a197092-0890-467f-8bb9-62f4ab46077d} TCPHandler: Processed in 0.001330159 sec. 2026.05.01 23:42:28.653868 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.653959 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.654001 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:42:28.654313 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.654348 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.654627 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:42:28.654829 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:42:28.654951 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} executeQuery: Read 1 rows, 69.00 B in 0.00101 sec., 990.09900990099 rows/sec., 66.72 KiB/sec. 2026.05.01 23:42:28.654991 [ 268 ] {ed2033b0-d67f-4a3b-945e-80a7b791a89f} TCPHandler: Processed in 0.001171655 sec. 2026.05.01 23:42:28.655121 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.655213 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.655265 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} 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.01 23:42:28.656036 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.656072 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.656569 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:42:28.656790 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:28.656923 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} executeQuery: Read 11 rows, 20.18 KiB in 0.001728 sec., 6365.740740740741 rows/sec., 11.41 MiB/sec. 2026.05.01 23:42:28.656974 [ 268 ] {a5cd36d1-3094-42f3-97ca-2d1c74dbdce2} TCPHandler: Processed in 0.001900291 sec. 2026.05.01 23:42:28.657085 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:28.657177 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:28.657216 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:28.657557 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:28.657592 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:28.657889 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:42:28.658094 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:28.658221 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} executeQuery: Read 90 rows, 5.77 KiB in 0.001062 sec., 84745.7627118644 rows/sec., 5.30 MiB/sec. 2026.05.01 23:42:28.658255 [ 268 ] {5a04b207-3243-487d-95dc-39d22b9a2647} TCPHandler: Processed in 0.001216406 sec. 2026.05.01 23:42:33.629251 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.629518 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} executeQuery: (from [fd00:1122:3344:101::d]:48546) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 23:42:33.629862 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:33.629896 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 23:42:33.630115 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:33.630184 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:33.630328 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.01 23:42:33.630424 [ 312 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:33.630432 [ 296 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:33.630457 [ 305 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:33.630456 [ 329 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:33.630588 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:33.630614 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:33.630697 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:33.630718 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:33.630753 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 23:42:33.630792 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 23:42:33.630825 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 23:42:33.632192 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} executeQuery: Read 48 rows, 7.91 KiB in 0.002779 sec., 17272.40014393667 rows/sec., 2.78 MiB/sec. 2026.05.01 23:42:33.632326 [ 268 ] {c5f7fdd4-0956-4fdd-8b06-e36408d73792} TCPHandler: Processed in 0.003213529 sec. 2026.05.01 23:42:33.634521 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.634635 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:42:33.634718 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:42:33.635506 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.635574 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.636018 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:42:33.636237 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:42:33.636378 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} executeQuery: Read 4 rows, 334.00 B in 0.00178 sec., 2247.191011235955 rows/sec., 183.24 KiB/sec. 2026.05.01 23:42:33.636416 [ 268 ] {ba1d0648-4337-46a2-99aa-f27bf5f64578} TCPHandler: Processed in 0.001950101 sec. 2026.05.01 23:42:33.636536 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.636630 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:33.636670 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:33.637097 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.637131 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.637424 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:42:33.637632 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:33.637760 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} executeQuery: Read 120 rows, 10.43 KiB in 0.001148 sec., 104529.61672473868 rows/sec., 8.87 MiB/sec. 2026.05.01 23:42:33.637797 [ 268 ] {94941020-6680-4d26-9207-434ec4ce7437} TCPHandler: Processed in 0.001309578 sec. 2026.05.01 23:42:33.637913 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.638007 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:33.638046 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:33.638439 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.638475 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.638776 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:42:33.638988 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:33.639123 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} executeQuery: Read 35 rows, 2.61 KiB in 0.001134 sec., 30864.197530864196 rows/sec., 2.25 MiB/sec. 2026.05.01 23:42:33.639161 [ 268 ] {6b0e1a9f-0931-46ac-9aea-794bf4ac4567} TCPHandler: Processed in 0.001295528 sec. 2026.05.01 23:42:33.639277 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.639370 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:33.639408 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:33.639809 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.639845 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.640157 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:42:33.640364 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:33.640490 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} executeQuery: Read 99 rows, 7.92 KiB in 0.001136 sec., 87147.88732394365 rows/sec., 6.81 MiB/sec. 2026.05.01 23:42:33.640527 [ 268 ] {fb06a3dc-53da-439c-a565-b7284f5b8526} TCPHandler: Processed in 0.001298008 sec. 2026.05.01 23:42:33.640646 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.640740 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:33.640782 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:33.641172 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.641209 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.641529 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:42:33.641737 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:33.641866 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} executeQuery: Read 162 rows, 11.55 KiB in 0.001144 sec., 141608.3916083916 rows/sec., 9.86 MiB/sec. 2026.05.01 23:42:33.641903 [ 268 ] {c54b43ab-052e-4eca-86ba-5936dc04f031} TCPHandler: Processed in 0.001305028 sec. 2026.05.01 23:42:33.642027 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.642149 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:33.642217 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} 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.01 23:42:33.643091 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.643130 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.643712 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:42:33.643958 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:33.644106 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} executeQuery: Read 31 rows, 56.88 KiB in 0.001982 sec., 15640.766902119072 rows/sec., 28.03 MiB/sec. 2026.05.01 23:42:33.644163 [ 268 ] {11671acb-911f-4dd2-92c9-78522e3fb743} TCPHandler: Processed in 0.002198957 sec. 2026.05.01 23:42:33.644288 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:33.644384 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:33.644427 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:33.644762 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:33.644800 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:33.645123 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:42:33.645349 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:33.645483 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.05.01 23:42:33.645521 [ 268 ] {f680c8e2-1916-48c1-8128-5e0faa6c81a6} TCPHandler: Processed in 0.001283458 sec. 2026.05.01 23:42:34.869750 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11975 2026.05.01 23:42:34.870302 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:34.870350 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:34.870867 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:42:34.871108 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:34.871243 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11975 2026.05.01 23:42:35.484160 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.05.01 23:42:35.502275 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:35.502327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:35.508097 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:42:35.508826 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:35.511931 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.05.01 23:42:37.403507 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 784 2026.05.01 23:42:37.405997 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:37.406047 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:37.407272 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:42:37.407547 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:37.407902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 784 2026.05.01 23:42:38.633556 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.633937 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:38.634295 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:38.634335 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} 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.01 23:42:38.634583 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:38.634653 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:38.634800 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:42:38.634926 [ 296 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:38.634937 [ 329 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:38.634981 [ 311 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:38.634935 [ 305 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:38.635151 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:38.635179 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:38.635265 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:38.635288 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:38.635325 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:38.635363 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:38.635398 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:38.636632 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} executeQuery: Read 48 rows, 7.91 KiB in 0.00283 sec., 16961.13074204947 rows/sec., 2.73 MiB/sec. 2026.05.01 23:42:38.636774 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} MemoryTracker: Peak memory usage (for query): 133.48 KiB. 2026.05.01 23:42:38.636790 [ 268 ] {81f2d5b2-0fc9-4c30-b68c-12e19767229d} TCPHandler: Processed in 0.003428054 sec. 2026.05.01 23:42:38.641793 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.641975 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.642020 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:42:38.642606 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.642648 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.643037 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:42:38.643264 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:38.643409 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} executeQuery: Read 284 rows, 18.47 KiB in 0.001467 sec., 193592.3653715065 rows/sec., 12.30 MiB/sec. 2026.05.01 23:42:38.643448 [ 268 ] {a855329a-04f3-4501-8a16-cdc6aaaf456a} TCPHandler: Processed in 0.001791008 sec. 2026.05.01 23:42:38.643588 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.643693 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:38.643733 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:38.644502 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.644538 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.644893 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:42:38.645111 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:38.645244 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} executeQuery: Read 819 rows, 65.05 KiB in 0.001573 sec., 520661.1570247934 rows/sec., 40.38 MiB/sec. 2026.05.01 23:42:38.645282 [ 268 ] {b07ccc3b-cd39-41f2-a7bd-9979752b4960} TCPHandler: Processed in 0.001755098 sec. 2026.05.01 23:42:38.645401 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.645503 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.645544 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:38.645987 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.646023 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.646326 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:42:38.646552 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:38.646680 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} executeQuery: Read 153 rows, 9.37 KiB in 0.001196 sec., 127926.42140468227 rows/sec., 7.65 MiB/sec. 2026.05.01 23:42:38.646718 [ 268 ] {4068aaa3-bd18-413b-9322-c8dc82a260b3} TCPHandler: Processed in 0.001372589 sec. 2026.05.01 23:42:38.646841 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.646946 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.646984 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:42:38.647426 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.647469 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.647762 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:42:38.647967 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:38.648091 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} executeQuery: Read 149 rows, 9.86 KiB in 0.001164 sec., 128006.87285223366 rows/sec., 8.27 MiB/sec. 2026.05.01 23:42:38.648129 [ 268 ] {faab4915-41a4-4cb8-a436-f863d3c72f88} TCPHandler: Processed in 0.001337589 sec. 2026.05.01 23:42:38.648244 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.648343 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.648382 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:42:38.648812 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.648849 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.649145 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:42:38.649348 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:38.649477 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} executeQuery: Read 148 rows, 8.62 KiB in 0.001151 sec., 128583.84013900957 rows/sec., 7.31 MiB/sec. 2026.05.01 23:42:38.649515 [ 268 ] {30bbb5f8-24ae-414a-8ae0-e823bdccb0d6} TCPHandler: Processed in 0.001319369 sec. 2026.05.01 23:42:38.649629 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.649729 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:38.649768 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:38.650342 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.650379 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.650699 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:42:38.650913 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:38.651043 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} executeQuery: Read 501 rows, 36.06 KiB in 0.001332 sec., 376126.1261261261 rows/sec., 26.44 MiB/sec. 2026.05.01 23:42:38.651081 [ 268 ] {ed3a7aa4-3962-4fa3-8efa-a8a3f39454af} TCPHandler: Processed in 0.001499842 sec. 2026.05.01 23:42:38.651224 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.651346 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:42:38.651395 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:42:38.651779 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.651823 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.652139 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:42:38.652355 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:42:38.652484 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} executeQuery: Read 6 rows, 321.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 270.01 KiB/sec. 2026.05.01 23:42:38.652520 [ 268 ] {c48d7eb3-aacf-4bbc-9a67-eeaf01ddcc1f} TCPHandler: Processed in 0.0013624 sec. 2026.05.01 23:42:38.652654 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.652788 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.652841 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:38.653331 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.653376 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.653800 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:42:38.654028 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:38.654163 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} executeQuery: Read 265 rows, 18.03 KiB in 0.001401 sec., 189150.60670949324 rows/sec., 12.57 MiB/sec. 2026.05.01 23:42:38.654202 [ 268 ] {c44a4f44-c119-4ea2-84ac-22307b72eb3f} TCPHandler: Processed in 0.001610535 sec. 2026.05.01 23:42:38.654321 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.654419 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.654462 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:42:38.654778 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.654815 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.655129 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:42:38.655351 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:42:38.655480 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} executeQuery: Read 1 rows, 69.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 62.33 KiB/sec. 2026.05.01 23:42:38.655519 [ 268 ] {910ac8f1-a170-485b-8c93-395b5a511d29} TCPHandler: Processed in 0.001248777 sec. 2026.05.01 23:42:38.655658 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.655777 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.655841 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} 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.01 23:42:38.656717 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.656760 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.657282 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:42:38.657499 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:38.657637 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} executeQuery: Read 11 rows, 20.18 KiB in 0.001884 sec., 5838.64118895966 rows/sec., 10.46 MiB/sec. 2026.05.01 23:42:38.657688 [ 268 ] {60d0d63b-6d31-45c7-9b99-218a86e35eb0} TCPHandler: Processed in 0.002088315 sec. 2026.05.01 23:42:38.657800 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:38.657894 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:38.657936 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:38.658270 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:38.658305 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:38.658608 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:42:38.658813 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:38.658939 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} executeQuery: Read 90 rows, 5.77 KiB in 0.001062 sec., 84745.7627118644 rows/sec., 5.30 MiB/sec. 2026.05.01 23:42:38.658974 [ 268 ] {364bba2a-5fc2-48de-9643-28a1f2f6fb57} TCPHandler: Processed in 0.001221437 sec. 2026.05.01 23:42:42.280797 [ 67 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:42:42.280842 [ 67 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:42:42.371405 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12487 2026.05.01 23:42:42.372264 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:42.372353 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:42.372845 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:42:42.373164 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:42.373307 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12487 2026.05.01 23:42:42.373319 [ 67 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:42:42.373370 [ 67 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:42.373393 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:42.373503 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.373623 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:42.373659 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.373726 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.373778 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.373823 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.373867 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.373908 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:42:42.375749 [ 198 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12487 rows, containing 4 columns (4 merged, 0 gathered) in 0.00229218 sec., 5447652.453123228 rows/sec., 77.93 MiB/sec. 2026.05.01 23:42:42.376214 [ 190 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:42:42.376562 [ 190 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_26_5} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:42.376655 [ 190 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_26_5} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:42:42.376771 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.05.01 23:42:43.012074 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.05.01 23:42:43.030016 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.030079 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.036119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:42:43.036841 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:43.037156 [ 97 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:42:43.037260 [ 97 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.037298 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.037469 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.040065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.05.01 23:42:43.041641 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.043191 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.047920 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.052536 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.057158 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.061754 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.065928 [ 190 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:42:43.116815 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.07940256 sec., 2468.4342671067534 rows/sec., 12.76 MiB/sec. 2026.05.01 23:42:43.119903 [ 197 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:42:43.122245 [ 197 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_26_5} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:43.122358 [ 197 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_26_5} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:42:43.125558 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.05.01 23:42:43.629224 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.629479 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:43.629881 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:43.629923 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} 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.01 23:42:43.630155 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:43.630219 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:43.630352 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:42:43.630475 [ 296 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:43.630475 [ 305 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:43.630486 [ 311 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:43.630475 [ 341 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:43.630666 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:43.630691 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:43.630770 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:43.630789 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:43.630822 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:43.630868 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:43.630909 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:43.632461 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} executeQuery: Read 48 rows, 7.91 KiB in 0.003086 sec., 15554.115359688916 rows/sec., 2.50 MiB/sec. 2026.05.01 23:42:43.632611 [ 268 ] {a2ff660b-89bb-40fa-9ffc-edf0da3f2ae6} TCPHandler: Processed in 0.003542646 sec. 2026.05.01 23:42:43.634683 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.634884 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:43.634963 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:43.635570 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.635610 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.635998 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:42:43.636238 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:43.636366 [ 118 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:42:43.636380 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} executeQuery: Read 118 rows, 10.28 KiB in 0.001554 sec., 75933.07593307593 rows/sec., 6.46 MiB/sec. 2026.05.01 23:42:43.636420 [ 118 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.636433 [ 268 ] {a0854e31-7d7c-4b41-afbf-6c4e76f478bb} TCPHandler: Processed in 0.00184613 sec. 2026.05.01 23:42:43.636448 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.636549 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:42:43.636560 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.636673 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.636674 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.636715 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3359 rows starting from the beginning of the part 2026.05.01 23:42:43.636733 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:43.636789 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 118 rows starting from the beginning of the part 2026.05.01 23:42:43.636844 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 819 rows starting from the beginning of the part 2026.05.01 23:42:43.636893 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 120 rows starting from the beginning of the part 2026.05.01 23:42:43.636937 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 819 rows starting from the beginning of the part 2026.05.01 23:42:43.636982 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 118 rows starting from the beginning of the part 2026.05.01 23:42:43.637208 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.637248 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.637586 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:42:43.637813 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:43.637950 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} executeQuery: Read 31 rows, 2.33 KiB in 0.001294 sec., 23956.723338485317 rows/sec., 1.76 MiB/sec. 2026.05.01 23:42:43.637986 [ 268 ] {984e64dd-b624-4b24-9bbf-8ec08506da1b} TCPHandler: Processed in 0.001473252 sec. 2026.05.01 23:42:43.638095 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.638188 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:43.638226 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:43.638661 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.638696 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.639000 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:42:43.639013 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5353 rows, containing 5 columns (5 merged, 0 gathered) in 0.002505434 sec., 2136555.9819177035 rows/sec., 172.39 MiB/sec. 2026.05.01 23:42:43.639215 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:43.639327 [ 118 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:42:43.639350 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} executeQuery: Read 95 rows, 7.60 KiB in 0.00118 sec., 80508.47457627118 rows/sec., 6.29 MiB/sec. 2026.05.01 23:42:43.639359 [ 118 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.639391 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.639394 [ 268 ] {d57b427e-4a69-46bf-899f-401dbcbf6e98} TCPHandler: Processed in 0.001346049 sec. 2026.05.01 23:42:43.639409 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:42:43.639491 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:42:43.639538 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.639589 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.639624 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1830 rows starting from the beginning of the part 2026.05.01 23:42:43.639637 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.639680 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 95 rows starting from the beginning of the part 2026.05.01 23:42:43.639686 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:43.639729 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 501 rows starting from the beginning of the part 2026.05.01 23:42:43.639750 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:43.639771 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 99 rows starting from the beginning of the part 2026.05.01 23:42:43.639809 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 501 rows starting from the beginning of the part 2026.05.01 23:42:43.639845 [ 199 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_41_8} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:42:43.639852 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 95 rows starting from the beginning of the part 2026.05.01 23:42:43.639941 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.05.01 23:42:43.640107 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.640149 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.640495 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:42:43.640718 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:43.640817 [ 118 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:42:43.640848 [ 118 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.640851 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.05.01 23:42:43.640866 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.640898 [ 268 ] {592f74cf-3d50-4fb4-a877-d6ae5c692514} TCPHandler: Processed in 0.001407601 sec. 2026.05.01 23:42:43.640934 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:43.641022 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.641049 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.641080 [ 202 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3121 rows, containing 5 columns (5 merged, 0 gathered) in 0.001639065 sec., 1904134.3692898084 rows/sec., 140.10 MiB/sec. 2026.05.01 23:42:43.641054 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 14816 rows starting from the beginning of the part 2026.05.01 23:42:43.641161 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:43.641188 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.641200 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:43.641249 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part 2026.05.01 23:42:43.641264 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} 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.01 23:42:43.641285 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 265 rows starting from the beginning of the part 2026.05.01 23:42:43.641325 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:42:43.641378 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:42:43.641796 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:43.641893 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_41_8} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:42:43.642011 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.01 23:42:43.642211 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.642257 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.642909 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:42:43.643157 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:43.643320 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} executeQuery: Read 31 rows, 56.88 KiB in 0.002157 sec., 14371.812702828001 rows/sec., 25.75 MiB/sec. 2026.05.01 23:42:43.643382 [ 268 ] {ba55738b-ca46-4c2c-8c9b-967ec61ec9e9} TCPHandler: Processed in 0.002397681 sec. 2026.05.01 23:42:43.643522 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.643618 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.643664 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:43.644012 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.644049 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.644383 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:42:43.644619 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:43.644725 [ 118 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:42:43.644753 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.05.01 23:42:43.644755 [ 118 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.644794 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.644800 [ 268 ] {a72e3b9e-e023-4702-9da6-b3843d54e690} TCPHandler: Processed in 0.001328219 sec. 2026.05.01 23:42:43.644861 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:43.644952 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.644975 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2040 rows starting from the beginning of the part 2026.05.01 23:42:43.645019 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:43.645054 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:43.645086 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:43.645119 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 90 rows starting from the beginning of the part 2026.05.01 23:42:43.645154 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:42:43.645352 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 15828 rows, containing 5 columns (5 merged, 0 gathered) in 0.004442226 sec., 3563078.5106385853 rows/sec., 230.56 MiB/sec. 2026.05.01 23:42:43.646160 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 4 columns (4 merged, 0 gathered) in 0.001325699 sec., 1810365.7014148762 rows/sec., 119.39 MiB/sec. 2026.05.01 23:42:43.646252 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:42:43.646476 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:42:43.646538 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:43.646615 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_41_8} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:42:43.646700 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2026.05.01 23:42:43.646735 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:43.646819 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_41_8} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:42:43.646884 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.01 23:42:43.880197 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.880482 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:43.880896 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:43.880940 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} 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.01 23:42:43.881210 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:43.881279 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:43.881433 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.01 23:42:43.881557 [ 324 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:43.881557 [ 296 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:43.881601 [ 305 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:43.881565 [ 311 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:43.881751 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:43.881777 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:43.881871 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:43.881895 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:43.881932 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:43.881975 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:43.882011 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:43.883268 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} executeQuery: Read 48 rows, 9.49 KiB in 0.002913 sec., 16477.8578784758 rows/sec., 3.18 MiB/sec. 2026.05.01 23:42:43.883406 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} MemoryTracker: Peak memory usage (for query): 141.98 KiB. 2026.05.01 23:42:43.883426 [ 268 ] {26b1d9d8-4357-41ec-85d0-2e6b38f68626} TCPHandler: Processed in 0.003379513 sec. 2026.05.01 23:42:43.898021 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.898133 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.898178 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:42:43.898738 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.898782 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.899204 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:42:43.899451 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:43.899603 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} executeQuery: Read 284 rows, 18.47 KiB in 0.001503 sec., 188955.42248835662 rows/sec., 12.00 MiB/sec. 2026.05.01 23:42:43.899642 [ 268 ] {177097e2-e8e4-4511-a0f2-a9447b4538d2} TCPHandler: Processed in 0.001670836 sec. 2026.05.01 23:42:43.899764 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.899859 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:42:43.899900 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:42:43.900291 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.900327 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.900634 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:42:43.900854 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:42:43.900991 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} executeQuery: Read 10 rows, 835.00 B in 0.001153 sec., 8673.026886383348 rows/sec., 707.22 KiB/sec. 2026.05.01 23:42:43.901030 [ 268 ] {9c0f9059-e8fc-4ebc-a0c2-1a4c1ee9663d} TCPHandler: Processed in 0.001314578 sec. 2026.05.01 23:42:43.901145 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.901239 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:43.901280 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:43.903193 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.903235 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.903829 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:42:43.904063 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:43.904205 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} executeQuery: Read 3169 rows, 242.33 KiB in 0.002982 sec., 1062709.590878605 rows/sec., 79.36 MiB/sec. 2026.05.01 23:42:43.904244 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.01 23:42:43.904258 [ 268 ] {1d0c2284-3f7c-4b80-9e00-485a220e4b6c} TCPHandler: Processed in 0.003161938 sec. 2026.05.01 23:42:43.904372 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.904466 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.904506 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:43.904947 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.904984 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.905291 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:42:43.905502 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:43.905623 [ 94 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:42:43.905635 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} executeQuery: Read 172 rows, 10.74 KiB in 0.001186 sec., 145025.29510961214 rows/sec., 8.85 MiB/sec. 2026.05.01 23:42:43.905674 [ 94 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.905691 [ 268 ] {e127ce70-4306-466d-909f-3aef45f8c473} TCPHandler: Processed in 0.00136804 sec. 2026.05.01 23:42:43.905699 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.905811 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.905841 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:42:43.905908 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.905955 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:42:43.906006 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.906049 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 225 rows starting from the beginning of the part 2026.05.01 23:42:43.906122 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 153 rows starting from the beginning of the part 2026.05.01 23:42:43.906168 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part 2026.05.01 23:42:43.906210 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 153 rows starting from the beginning of the part 2026.05.01 23:42:43.906249 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:43.906287 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 172 rows starting from the beginning of the part 2026.05.01 23:42:43.906671 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.906712 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.907137 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:42:43.907210 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001431401 sec., 537235.8968590912 rows/sec., 35.59 MiB/sec. 2026.05.01 23:42:43.907368 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:43.907401 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:42:43.907488 [ 94 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.01 23:42:43.907510 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} executeQuery: Read 950 rows, 57.24 KiB in 0.001619 sec., 586781.964175417 rows/sec., 34.52 MiB/sec. 2026.05.01 23:42:43.907525 [ 94 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.907555 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.907565 [ 268 ] {3cd5a9bf-fada-4ad3-bef7-6c80dd5369c7} TCPHandler: Processed in 0.001802069 sec. 2026.05.01 23:42:43.907628 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:42:43.907720 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.907745 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 975 rows starting from the beginning of the part 2026.05.01 23:42:43.907751 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:43.907748 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.907790 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.05.01 23:42:43.907832 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 950 rows starting from the beginning of the part 2026.05.01 23:42:43.907846 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_36_7} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:42:43.907866 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.05.01 23:42:43.907866 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.907904 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.05.01 23:42:43.907922 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:42:43.907933 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.01 23:42:43.907957 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 950 rows starting from the beginning of the part 2026.05.01 23:42:43.908308 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.908349 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.908652 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 23:42:43.908880 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:42:43.909008 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} executeQuery: Read 1 rows, 72.00 B in 0.00116 sec., 862.0689655172414 rows/sec., 60.61 KiB/sec. 2026.05.01 23:42:43.909047 [ 268 ] {9a45f992-38c9-4cc7-8b51-879749c4083c} TCPHandler: Processed in 0.001348269 sec. 2026.05.01 23:42:43.909166 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.909258 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.909298 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:42:43.909554 [ 192 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3197 rows, containing 5 columns (5 merged, 0 gathered) in 0.001952712 sec., 1637210.1979196114 rows/sec., 104.05 MiB/sec. 2026.05.01 23:42:43.909701 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.01 23:42:43.909760 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.909804 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.909962 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:43.910036 [ 188 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_16_3} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.01 23:42:43.910098 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.05.01 23:42:43.910146 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:42:43.910364 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:43.910581 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} executeQuery: Read 148 rows, 8.62 KiB in 0.00134 sec., 110447.76119402985 rows/sec., 6.28 MiB/sec. 2026.05.01 23:42:43.910619 [ 268 ] {0b6094bc-dbd2-46b7-bd27-f6df522e286b} TCPHandler: Processed in 0.001500773 sec. 2026.05.01 23:42:43.910739 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.910831 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:43.910869 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:43.911968 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.912006 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.912393 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:42:43.912683 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:43.912815 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} executeQuery: Read 1735 rows, 119.71 KiB in 0.002001 sec., 867066.4667666166 rows/sec., 58.43 MiB/sec. 2026.05.01 23:42:43.912852 [ 268 ] {43e61faa-9f4a-486d-917d-86bbf8ff4d7b} TCPHandler: Processed in 0.002160787 sec. 2026.05.01 23:42:43.912967 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.913059 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:42:43.913100 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:42:43.913426 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.913460 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.913762 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:42:43.913993 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:42:43.914134 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2026.05.01 23:42:43.914171 [ 268 ] {94e25e2d-3a29-436c-bfff-82e2a29268bb} TCPHandler: Processed in 0.001252547 sec. 2026.05.01 23:42:43.914284 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.914380 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.914423 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:43.915197 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.915234 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.915689 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:42:43.915920 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:43.916056 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} executeQuery: Read 1606 rows, 99.88 KiB in 0.001694 sec., 948051.9480519481 rows/sec., 57.58 MiB/sec. 2026.05.01 23:42:43.916093 [ 268 ] {0090bc6f-b286-40cf-89c3-cbcfcf04010a} TCPHandler: Processed in 0.00185785 sec. 2026.05.01 23:42:43.916208 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.916304 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.916346 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:42:43.916669 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.916706 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.917006 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:42:43.917239 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:42:43.917336 [ 94 ] {} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.01 23:42:43.917370 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} executeQuery: Read 1 rows, 69.00 B in 0.001087 sec., 919.963201471941 rows/sec., 61.99 KiB/sec. 2026.05.01 23:42:43.917373 [ 94 ] {} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.917411 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.917414 [ 268 ] {6c7b4a25-8bab-495b-a57f-67510e1da7b4} TCPHandler: Processed in 0.001255987 sec. 2026.05.01 23:42:43.917503 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.05.01 23:42:43.917549 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.917634 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.917666 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.917668 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.05.01 23:42:43.917737 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} 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.01 23:42:43.917741 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.05.01 23:42:43.917799 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.05.01 23:42:43.917838 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.05.01 23:42:43.917874 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.05.01 23:42:43.917909 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.05.01 23:42:43.918613 [ 192 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001148335 sec., 8708.260220231901 rows/sec., 583.39 KiB/sec. 2026.05.01 23:42:43.918625 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.918671 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.918729 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.01 23:42:43.919015 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:42:43.919085 [ 196 ] {aec3166a-552a-4d9e-8a5f-cef510c2fc6f::all_1_10_2} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.01 23:42:43.919144 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:42:43.919255 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:42:43.919493 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:43.919608 [ 94 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:42:43.919640 [ 94 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.919640 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} executeQuery: Read 20 rows, 36.70 KiB in 0.001997 sec., 10015.0225338007 rows/sec., 17.95 MiB/sec. 2026.05.01 23:42:43.919659 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.919718 [ 268 ] {ac3f391b-b806-432c-961f-4ce4995d3849} TCPHandler: Processed in 0.002227248 sec. 2026.05.01 23:42:43.919769 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:42:43.919841 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:43.919936 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:43.919945 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:43.919977 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:43.920002 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 665 rows starting from the beginning of the part 2026.05.01 23:42:43.920115 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part 2026.05.01 23:42:43.920228 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:43.920338 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2026.05.01 23:42:43.920444 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2026.05.01 23:42:43.920471 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:43.920509 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:43.920545 [ 201 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part 2026.05.01 23:42:43.920816 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:42:43.921033 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:43.921163 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} executeQuery: Read 42 rows, 2.45 KiB in 0.001245 sec., 33734.93975903615 rows/sec., 1.92 MiB/sec. 2026.05.01 23:42:43.921199 [ 268 ] {26697755-a85e-4cb2-adf4-c6e8fe7204c4} TCPHandler: Processed in 0.001406241 sec. 2026.05.01 23:42:43.925146 [ 195 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 19 columns (19 merged, 0 gathered) in 0.005423176 sec., 141798.82784552817 rows/sec., 254.10 MiB/sec. 2026.05.01 23:42:43.926560 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:42:43.926940 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:43.927019 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_36_7} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:42:43.927178 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2026.05.01 23:42:44.001204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 267.95 MiB, peak 276.66 MiB, free memory in arenas 0.00 B, will set to 276.29 MiB (RSS), difference: 8.34 MiB 2026.05.01 23:42:47.408215 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 850 2026.05.01 23:42:47.411193 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:47.411252 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.01 23:42:47.412554 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:42:47.412834 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:47.413198 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 850 2026.05.01 23:42:48.628697 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:48.628940 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:48.629293 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:48.629328 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} 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.01 23:42:48.629541 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:48.629608 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:48.629748 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:42:48.629873 [ 296 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:48.629875 [ 324 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:48.629889 [ 311 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:48.629879 [ 305 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:48.630062 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:48.630089 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:48.630180 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:48.630200 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:48.630234 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:48.630270 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:48.630304 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:48.631558 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} executeQuery: Read 48 rows, 7.91 KiB in 0.002711 sec., 17705.643673921062 rows/sec., 2.85 MiB/sec. 2026.05.01 23:42:48.631723 [ 268 ] {b8d81bcc-c936-444f-8cd3-c763eb214f34} TCPHandler: Processed in 0.003165589 sec. 2026.05.01 23:42:48.633243 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:48.633358 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:48.633401 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:48.633940 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:48.633985 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:48.634373 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:42:48.634606 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:48.634752 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} executeQuery: Read 56 rows, 4.41 KiB in 0.001427 sec., 39243.167484232654 rows/sec., 3.01 MiB/sec. 2026.05.01 23:42:48.634791 [ 268 ] {103e8d4d-d3ef-44f4-9e98-7af24f270ca6} TCPHandler: Processed in 0.001598935 sec. 2026.05.01 23:42:48.634932 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:48.635024 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:48.635063 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:48.635472 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:48.635509 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:48.635799 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:42:48.636002 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:48.636129 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} executeQuery: Read 64 rows, 5.12 KiB in 0.001123 sec., 56990.20480854853 rows/sec., 4.45 MiB/sec. 2026.05.01 23:42:48.636166 [ 268 ] {019ea647-839b-46c5-adfb-1a38a94c13bb} TCPHandler: Processed in 0.001281307 sec. 2026.05.01 23:42:48.636289 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:48.636382 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:48.636424 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:48.636782 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:48.636818 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:48.637133 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:42:48.637338 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:48.637463 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} executeQuery: Read 128 rows, 9.13 KiB in 0.001099 sec., 116469.5177434031 rows/sec., 8.11 MiB/sec. 2026.05.01 23:42:48.637499 [ 268 ] {21532253-ad34-42aa-a37c-946a3fc6b278} TCPHandler: Processed in 0.001257307 sec. 2026.05.01 23:42:48.637618 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:48.637710 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:48.637750 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:48.638068 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:48.638103 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:48.638404 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:42:48.638617 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:48.638748 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} executeQuery: Read 48 rows, 3.31 KiB in 0.001055 sec., 45497.63033175356 rows/sec., 3.07 MiB/sec. 2026.05.01 23:42:48.638783 [ 268 ] {15dea30a-198a-453a-8eb7-0a49ae30907a} TCPHandler: Processed in 0.001213356 sec. 2026.05.01 23:42:49.873494 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12935 2026.05.01 23:42:49.874050 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:49.874096 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:49.874596 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:42:49.874814 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:49.874941 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12935 2026.05.01 23:42:50.540218 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.05.01 23:42:50.555938 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:50.555992 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:50.561559 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:42:50.562561 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:50.565423 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.05.01 23:42:53.629725 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.629976 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:53.630320 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:53.630357 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} 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.01 23:42:53.630582 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:53.630654 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:53.630801 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:42:53.630920 [ 296 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:53.630931 [ 311 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:53.630940 [ 305 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:53.630933 [ 295 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:53.631100 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:53.631129 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:53.631215 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:53.631238 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:53.631273 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:53.631310 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:53.631346 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:42:53.632455 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} executeQuery: Read 48 rows, 7.91 KiB in 0.002573 sec., 18655.2662261951 rows/sec., 3.00 MiB/sec. 2026.05.01 23:42:53.632587 [ 268 ] {7facdadb-29f7-4a14-8815-f8e83ec47326} TCPHandler: Processed in 0.003003295 sec. 2026.05.01 23:42:53.634825 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.635035 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:53.635118 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:53.635813 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:53.635856 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:53.636246 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:42:53.636474 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:53.636625 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} executeQuery: Read 118 rows, 10.28 KiB in 0.00165 sec., 71515.15151515152 rows/sec., 6.08 MiB/sec. 2026.05.01 23:42:53.636664 [ 268 ] {b35d00df-efed-45a4-ad7b-996e9fd36e11} TCPHandler: Processed in 0.001944181 sec. 2026.05.01 23:42:53.636792 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.636889 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:53.636930 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:53.637429 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:53.637475 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:53.637883 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:42:53.638142 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:53.638284 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} executeQuery: Read 31 rows, 2.33 KiB in 0.001414 sec., 21923.620933521925 rows/sec., 1.61 MiB/sec. 2026.05.01 23:42:53.638324 [ 268 ] {75f784e2-1213-4cb8-8007-43acdbeaca6e} TCPHandler: Processed in 0.001582284 sec. 2026.05.01 23:42:53.638464 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.638561 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:53.638602 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:53.639042 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:53.639079 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:53.639396 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:42:53.639621 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:53.639756 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} executeQuery: Read 95 rows, 7.60 KiB in 0.001213 sec., 78318.21929101401 rows/sec., 6.12 MiB/sec. 2026.05.01 23:42:53.639795 [ 268 ] {3701d458-35bd-4aeb-bbf8-ea2d2d3d1cf6} TCPHandler: Processed in 0.00138153 sec. 2026.05.01 23:42:53.639917 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.640013 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:53.640057 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:53.640469 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:53.640505 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:53.640847 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:42:53.641069 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:53.641203 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.05.01 23:42:53.641241 [ 268 ] {6f6b6a26-cd2a-4b8e-8cf1-c681fea91afb} TCPHandler: Processed in 0.001372899 sec. 2026.05.01 23:42:53.641365 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.641462 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:53.641523 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} 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.01 23:42:53.642341 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:53.642378 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:53.642946 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:42:53.643198 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:53.643341 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} executeQuery: Read 31 rows, 56.88 KiB in 0.001898 sec., 16332.982086406744 rows/sec., 29.27 MiB/sec. 2026.05.01 23:42:53.643397 [ 268 ] {5418a9ad-a537-42c8-820e-a53a305cbf0c} TCPHandler: Processed in 0.002083135 sec. 2026.05.01 23:42:53.643518 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:53.643614 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:53.643658 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:53.644002 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:53.644039 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:53.644356 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:42:53.644576 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:53.644709 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.05.01 23:42:53.644745 [ 268 ] {bf7bf69e-9516-4f9d-b812-f20471806a3f} TCPHandler: Processed in 0.001276457 sec. 2026.05.01 23:42:55.116330 [ 145 ] {} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.01 23:42:55.116405 [ 145 ] {} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:55.116430 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:55.116600 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::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.01 23:42:55.116832 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:55.116893 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.05.01 23:42:55.116999 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.01 23:42:55.117072 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.05.01 23:42:55.117141 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.05.01 23:42:55.117201 [ 196 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.05.01 23:42:55.118084 [ 195 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.001562023 sec., 34570.55369863312 rows/sec., 1.76 MiB/sec. 2026.05.01 23:42:55.118279 [ 191 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.01 23:42:55.118603 [ 191 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:42:55.118684 [ 191 ] {9f804ddb-d399-48ef-96c6-574320f62102::all_1_9_2} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.01 23:42:55.118787 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:42:56.117154 [ 145 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.01 23:42:56.117226 [ 145 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:56.117254 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:56.117371 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::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.01 23:42:56.117499 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:56.117536 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.05.01 23:42:56.117609 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.05.01 23:42:56.117660 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.05.01 23:42:56.117709 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.05.01 23:42:56.117754 [ 189 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.05.01 23:42:56.118615 [ 191 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288078 sec., 29501.31901950037 rows/sec., 2.46 MiB/sec. 2026.05.01 23:42:56.118815 [ 195 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.01 23:42:56.119167 [ 195 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:42:56.119265 [ 195 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_13_3} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.01 23:42:56.119384 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:42:57.280882 [ 144 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:42:57.280935 [ 144 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:42:57.375032 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13447 2026.05.01 23:42:57.375922 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:57.376003 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:57.376538 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:42:57.376802 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:42:57.376936 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13447 2026.05.01 23:42:57.413501 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 874 2026.05.01 23:42:57.415651 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:57.415707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:57.416923 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:42:57.417210 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:57.417386 [ 144 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:42:57.417476 [ 144 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:57.417513 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:57.417561 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 874 2026.05.01 23:42:57.417652 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:42:57.418555 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:42:57.418722 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 658 rows starting from the beginning of the part 2026.05.01 23:42:57.419077 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:42:57.419427 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2026.05.01 23:42:57.419752 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.05.01 23:42:57.420085 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part 2026.05.01 23:42:57.420435 [ 189 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:42:57.426793 [ 191 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 874 rows, containing 72 columns (72 merged, 0 gathered) in 0.009209319 sec., 94903.86857052079 rows/sec., 80.80 MiB/sec. 2026.05.01 23:42:57.428174 [ 194 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:42:57.428788 [ 194 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:42:57.428864 [ 194 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_21_4} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:42:57.429207 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. 2026.05.01 23:42:58.065489 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.05.01 23:42:58.082492 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.082556 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.088982 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:42:58.089719 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:42:58.093003 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.05.01 23:42:58.633344 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.633608 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:42:58.633966 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:42:58.634002 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} 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.01 23:42:58.634241 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:42:58.634308 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:42:58.634448 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:42:58.634593 [ 311 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:42:58.634593 [ 276 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:42:58.634594 [ 305 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:42:58.634593 [ 295 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:42:58.634801 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:42:58.634827 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:42:58.634910 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:42:58.634930 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:42:58.634965 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:58.635003 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:58.635039 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:42:58.636279 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} executeQuery: Read 48 rows, 7.91 KiB in 0.002784 sec., 17241.379310344826 rows/sec., 2.77 MiB/sec. 2026.05.01 23:42:58.636413 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} MemoryTracker: Peak memory usage (for query): 133.89 KiB. 2026.05.01 23:42:58.636428 [ 268 ] {86c14af5-5a02-4f9d-a185-020c1205e765} TCPHandler: Processed in 0.003224029 sec. 2026.05.01 23:42:58.641531 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.641663 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.641713 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:42:58.642397 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.642446 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.642852 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:42:58.643074 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:42:58.643234 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} executeQuery: Read 284 rows, 18.47 KiB in 0.001608 sec., 176616.91542288556 rows/sec., 11.22 MiB/sec. 2026.05.01 23:42:58.643283 [ 268 ] {86f79a77-b424-4115-916e-973eba65a1d3} TCPHandler: Processed in 0.001813929 sec. 2026.05.01 23:42:58.643418 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.643511 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:42:58.643550 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:42:58.644353 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.644388 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.644742 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.01 23:42:58.644964 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:42:58.645096 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} executeQuery: Read 819 rows, 65.05 KiB in 0.001603 sec., 510917.03056768555 rows/sec., 39.63 MiB/sec. 2026.05.01 23:42:58.645130 [ 268 ] {3cfe0d51-f207-4456-829e-98eb711e22e6} TCPHandler: Processed in 0.001760837 sec. 2026.05.01 23:42:58.645238 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.645332 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.645371 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:42:58.645829 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.645864 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.646155 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:42:58.646364 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:42:58.646492 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} executeQuery: Read 153 rows, 9.37 KiB in 0.001178 sec., 129881.1544991511 rows/sec., 7.77 MiB/sec. 2026.05.01 23:42:58.646527 [ 268 ] {8e3fd432-60df-4b1a-b708-1d3d1083217e} TCPHandler: Processed in 0.001336359 sec. 2026.05.01 23:42:58.646638 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.646730 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.646767 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:42:58.647216 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.647249 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.647536 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:42:58.647743 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:42:58.647865 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} executeQuery: Read 149 rows, 9.86 KiB in 0.001153 sec., 129228.10060711189 rows/sec., 8.35 MiB/sec. 2026.05.01 23:42:58.647901 [ 268 ] {510345a2-3cfe-48db-89b2-59b22198202f} TCPHandler: Processed in 0.001309748 sec. 2026.05.01 23:42:58.648011 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.648102 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.648140 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:42:58.648594 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.648627 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.648918 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:42:58.649120 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:42:58.649244 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} executeQuery: Read 148 rows, 8.62 KiB in 0.001159 sec., 127696.28990509058 rows/sec., 7.26 MiB/sec. 2026.05.01 23:42:58.649278 [ 268 ] {fb22c704-3e5a-4f68-83de-3e04eb6be40a} TCPHandler: Processed in 0.001313818 sec. 2026.05.01 23:42:58.649389 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.649480 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:42:58.649517 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:42:58.650146 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.650179 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.650500 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.01 23:42:58.650703 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:42:58.650830 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} executeQuery: Read 501 rows, 36.06 KiB in 0.001368 sec., 366228.0701754386 rows/sec., 25.74 MiB/sec. 2026.05.01 23:42:58.650865 [ 268 ] {8498a714-c391-4936-9ed1-48641e4970c6} TCPHandler: Processed in 0.001522313 sec. 2026.05.01 23:42:58.650980 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.651098 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:42:58.651147 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:42:58.651528 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.651569 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.651885 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:42:58.652099 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:42:58.652227 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} executeQuery: Read 6 rows, 321.00 B in 0.001153 sec., 5203.816131830009 rows/sec., 271.88 KiB/sec. 2026.05.01 23:42:58.652262 [ 268 ] {1e7db804-965b-4ac9-9165-577ad3f743cb} TCPHandler: Processed in 0.001340309 sec. 2026.05.01 23:42:58.652365 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.652469 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.652514 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:42:58.652965 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.652999 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.653354 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.01 23:42:58.653581 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:42:58.653720 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} executeQuery: Read 265 rows, 18.03 KiB in 0.001269 sec., 208825.84712371946 rows/sec., 13.88 MiB/sec. 2026.05.01 23:42:58.653761 [ 268 ] {7ece437a-2d97-4279-af89-e188a6d6186f} TCPHandler: Processed in 0.001445011 sec. 2026.05.01 23:42:58.653875 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.653973 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.654015 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:42:58.654369 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.654407 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.654724 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:42:58.654928 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:42:58.655054 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} executeQuery: Read 1 rows, 69.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 61.31 KiB/sec. 2026.05.01 23:42:58.655088 [ 268 ] {da31b4d4-fc1c-4a14-bd61-3aef00c68c9e} TCPHandler: Processed in 0.001262147 sec. 2026.05.01 23:42:58.655194 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.655286 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.655338 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} 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.01 23:42:58.656066 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.656099 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.656589 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:42:58.656803 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:42:58.656940 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} executeQuery: Read 11 rows, 20.18 KiB in 0.001672 sec., 6578.9473684210525 rows/sec., 11.79 MiB/sec. 2026.05.01 23:42:58.656990 [ 268 ] {7a628c4c-74e2-4df7-bac0-66e4d4a3e127} TCPHandler: Processed in 0.00184289 sec. 2026.05.01 23:42:58.657118 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:42:58.657210 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:42:58.657250 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:42:58.657589 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:42:58.657622 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:42:58.657925 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.01 23:42:58.658126 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:42:58.658251 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} executeQuery: Read 90 rows, 5.77 KiB in 0.001059 sec., 84985.83569405098 rows/sec., 5.32 MiB/sec. 2026.05.01 23:42:58.658285 [ 268 ] {47e278e2-0a34-43a9-a298-5deeb2797d1b} TCPHandler: Processed in 0.001214106 sec. 2026.05.01 23:43:03.632302 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.632690 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:03.633080 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:03.633116 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} 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.01 23:43:03.633348 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:03.633414 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:03.633556 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:43:03.633657 [ 344 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:03.633686 [ 305 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:03.633724 [ 311 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:03.633739 [ 295 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:03.633918 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:03.633955 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:03.634043 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:03.634063 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:03.634099 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:43:03.634137 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:43:03.634172 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:43:03.635469 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} executeQuery: Read 48 rows, 10.51 KiB in 0.002938 sec., 16337.644656228727 rows/sec., 3.49 MiB/sec. 2026.05.01 23:43:03.635608 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} MemoryTracker: Peak memory usage (for query): 146.03 KiB. 2026.05.01 23:43:03.635623 [ 268 ] {1962860d-9433-48b6-bb33-ae97f4d11dbc} TCPHandler: Processed in 0.003503786 sec. 2026.05.01 23:43:03.638705 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.638904 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.638981 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:43:03.639845 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.639890 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.640251 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:43:03.640470 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:43:03.640596 [ 135 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.05.01 23:43:03.640617 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} executeQuery: Read 24 rows, 2.04 KiB in 0.001771 sec., 13551.665725578769 rows/sec., 1.12 MiB/sec. 2026.05.01 23:43:03.640653 [ 135 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.640666 [ 268 ] {d4a7bf02-d0c4-4cfd-b38e-0d5526f2e1a9} TCPHandler: Processed in 0.002058285 sec. 2026.05.01 23:43:03.640684 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.640788 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.640789 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::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.01 23:43:03.640891 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:43:03.640918 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:03.640934 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:43:03.640951 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 308 rows starting from the beginning of the part 2026.05.01 23:43:03.641017 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.05.01 23:43:03.641060 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.05.01 23:43:03.641100 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.05.01 23:43:03.641140 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.05.01 23:43:03.641193 [ 191 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.05.01 23:43:03.641363 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.641404 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.641817 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.01 23:43:03.642040 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:43:03.642167 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} executeQuery: Read 2 rows, 167.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 125.94 KiB/sec. 2026.05.01 23:43:03.642199 [ 194 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443912 sec., 1016682.4571026488 rows/sec., 69.10 MiB/sec. 2026.05.01 23:43:03.642204 [ 268 ] {5ef6889f-a38f-4b96-a439-ebf76b2be937} TCPHandler: Processed in 0.001463662 sec. 2026.05.01 23:43:03.642336 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.642374 [ 193 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.05.01 23:43:03.642426 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:03.642464 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:03.642677 [ 193 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:43:03.642754 [ 193 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_15_3} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.05.01 23:43:03.642834 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.05.01 23:43:03.643013 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.643047 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.643366 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.01 23:43:03.643580 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:03.643685 [ 135 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.01 23:43:03.643706 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} executeQuery: Read 239 rows, 21.81 KiB in 0.001297 sec., 184271.39552814187 rows/sec., 16.42 MiB/sec. 2026.05.01 23:43:03.643717 [ 135 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.643745 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.643749 [ 268 ] {bc0b595b-c275-47c5-9a76-b27f32be7529} TCPHandler: Processed in 0.001459812 sec. 2026.05.01 23:43:03.643811 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:43:03.643878 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.643902 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:03.643931 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3359 rows starting from the beginning of the part 2026.05.01 23:43:03.643975 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 3169 rows starting from the beginning of the part 2026.05.01 23:43:03.643975 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.644011 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:43:03.644026 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:03.644050 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 118 rows starting from the beginning of the part 2026.05.01 23:43:03.644088 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 819 rows starting from the beginning of the part 2026.05.01 23:43:03.644121 [ 191 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 239 rows starting from the beginning of the part 2026.05.01 23:43:03.644448 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.644487 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.644785 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:43:03.645006 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:03.645138 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} executeQuery: Read 45 rows, 3.43 KiB in 0.00118 sec., 38135.59322033898 rows/sec., 2.84 MiB/sec. 2026.05.01 23:43:03.645174 [ 268 ] {0d7b95c9-eeec-46f1-9fc6-d1dfef24a291} TCPHandler: Processed in 0.001342379 sec. 2026.05.01 23:43:03.645288 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.645378 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.645416 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:43:03.645805 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.645839 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.646120 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:43:03.646331 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:43:03.646410 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7760 rows, containing 5 columns (5 merged, 0 gathered) in 0.002618566 sec., 2963454.043167138 rows/sec., 236.62 MiB/sec. 2026.05.01 23:43:03.646465 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} executeQuery: Read 24 rows, 2.04 KiB in 0.001103 sec., 21758.839528558477 rows/sec., 1.81 MiB/sec. 2026.05.01 23:43:03.646506 [ 268 ] {810f8fb2-b5de-46b8-a10c-80884f6c4c8a} TCPHandler: Processed in 0.001265337 sec. 2026.05.01 23:43:03.646613 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.646704 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.646741 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:43:03.646965 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.01 23:43:03.647120 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.647160 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.647267 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:03.647348 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_46_9} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.01 23:43:03.647450 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2026.05.01 23:43:03.647467 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:43:03.647688 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:43:03.647781 [ 135 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.05.01 23:43:03.647814 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.05.01 23:43:03.647815 [ 135 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.647857 [ 268 ] {974ca76a-6f18-46dd-8844-c018f78f8332} TCPHandler: Processed in 0.001289948 sec. 2026.05.01 23:43:03.647857 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.647953 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::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.01 23:43:03.647982 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.648040 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:03.648070 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 160 rows starting from the beginning of the part 2026.05.01 23:43:03.648090 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:03.648120 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.05.01 23:43:03.648136 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:03.648170 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.05.01 23:43:03.648215 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.05.01 23:43:03.648252 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.05.01 23:43:03.648289 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.05.01 23:43:03.648631 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.648674 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.649030 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.01 23:43:03.649069 [ 202 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 5 columns (5 merged, 0 gathered) in 0.001151414 sec., 663531.9702557031 rows/sec., 40.67 MiB/sec. 2026.05.01 23:43:03.649233 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.05.01 23:43:03.649277 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:03.649394 [ 135 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.01 23:43:03.649422 [ 135 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.649427 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} executeQuery: Read 133 rows, 11.02 KiB in 0.001356 sec., 98082.5958702065 rows/sec., 7.94 MiB/sec. 2026.05.01 23:43:03.649440 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.649477 [ 268 ] {07fb5b85-d41a-4dca-bfb6-0b0ce58517b9} TCPHandler: Processed in 0.001555253 sec. 2026.05.01 23:43:03.649505 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:43:03.649563 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:43:03.649604 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.649579 [ 199 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_15_3} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.05.01 23:43:03.649704 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.01 23:43:03.649713 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.649722 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:03.649765 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:03.649774 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1830 rows starting from the beginning of the part 2026.05.01 23:43:03.649870 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1735 rows starting from the beginning of the part 2026.05.01 23:43:03.649918 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:43:03.649962 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 95 rows starting from the beginning of the part 2026.05.01 23:43:03.650003 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 501 rows starting from the beginning of the part 2026.05.01 23:43:03.650043 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 133 rows starting from the beginning of the part 2026.05.01 23:43:03.650213 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.650256 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.650620 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.01 23:43:03.650850 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:03.650960 [ 135 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.01 23:43:03.650987 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} executeQuery: Read 233 rows, 17.46 KiB in 0.001293 sec., 180201.08275328693 rows/sec., 13.19 MiB/sec. 2026.05.01 23:43:03.650990 [ 135 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.651028 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.651032 [ 268 ] {8bb9d5be-9f7c-4aad-8734-00ec1d67c11b} TCPHandler: Processed in 0.001478852 sec. 2026.05.01 23:43:03.651104 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:03.651161 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.651210 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:03.651244 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 15828 rows starting from the beginning of the part 2026.05.01 23:43:03.651260 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.651301 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1606 rows starting from the beginning of the part 2026.05.01 23:43:03.651320 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} 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.01 23:43:03.651349 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:03.651423 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:03.651471 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part 2026.05.01 23:43:03.651512 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 233 rows starting from the beginning of the part 2026.05.01 23:43:03.651564 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4358 rows, containing 5 columns (5 merged, 0 gathered) in 0.002056354 sec., 2119284.909115843 rows/sec., 153.98 MiB/sec. 2026.05.01 23:43:03.651765 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.01 23:43:03.652037 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:03.652108 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_46_9} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.01 23:43:03.652123 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.652170 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.652207 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.05.01 23:43:03.652779 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:43:03.653050 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:03.653202 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} executeQuery: Read 31 rows, 56.88 KiB in 0.001959 sec., 15824.400204185811 rows/sec., 28.36 MiB/sec. 2026.05.01 23:43:03.653258 [ 268 ] {81a86e58-2820-441d-8be9-81828be52500} TCPHandler: Processed in 0.002148046 sec. 2026.05.01 23:43:03.653388 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:03.653495 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:03.653538 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:03.653875 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.653912 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.654226 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.01 23:43:03.654456 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:03.654594 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.05.01 23:43:03.654594 [ 134 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.01 23:43:03.654632 [ 268 ] {826daeb1-f2ff-4d7a-b406-fa64b60f7eaa} TCPHandler: Processed in 0.001294138 sec. 2026.05.01 23:43:03.654654 [ 134 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:03.654680 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:03.654765 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:03.654861 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:03.654886 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2400 rows starting from the beginning of the part 2026.05.01 23:43:03.654933 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part 2026.05.01 23:43:03.654972 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:03.655009 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:03.655043 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2026.05.01 23:43:03.655078 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:03.656284 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.001552424 sec., 1739215.575126383 rows/sec., 114.42 MiB/sec. 2026.05.01 23:43:03.656665 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.01 23:43:03.656946 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:03.657019 [ 188 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_46_9} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.01 23:43:03.657021 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 18220 rows, containing 5 columns (5 merged, 0 gathered) in 0.005950158 sec., 3062103.5609474573 rows/sec., 197.72 MiB/sec. 2026.05.01 23:43:03.657097 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.01 23:43:03.657270 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.01 23:43:03.657512 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:03.657576 [ 202 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_46_9} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.01 23:43:03.657641 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. 2026.05.01 23:43:04.877008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13895 2026.05.01 23:43:04.877559 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:04.877616 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:04.878146 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:43:04.878393 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:04.878549 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13895 2026.05.01 23:43:05.593052 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.05.01 23:43:05.610068 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:05.610129 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:05.616353 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:43:05.617048 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:05.619907 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.05.01 23:43:07.417681 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 920 2026.05.01 23:43:07.420315 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:07.420374 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:07.421755 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:43:07.422121 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:07.422525 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 920 2026.05.01 23:43:08.629963 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.630243 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:08.630636 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:08.630678 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} 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.01 23:43:08.630931 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:08.630999 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:08.631140 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:08.631263 [ 342 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:08.631282 [ 320 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:08.631316 [ 322 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:08.631263 [ 311 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:08.631505 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:08.631541 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:08.631637 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:08.631657 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:08.631693 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:08.631730 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:08.631765 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:08.633044 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} executeQuery: Read 48 rows, 7.91 KiB in 0.002912 sec., 16483.516483516483 rows/sec., 2.65 MiB/sec. 2026.05.01 23:43:08.633189 [ 268 ] {f2bafbf2-08fe-451e-984b-d4232b2629a2} TCPHandler: Processed in 0.003364243 sec. 2026.05.01 23:43:08.635059 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.635275 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:08.635356 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:08.636110 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:08.636147 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:08.636521 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.01 23:43:08.636744 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:08.636897 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} executeQuery: Read 78 rows, 6.61 KiB in 0.001682 sec., 46373.36504161712 rows/sec., 3.84 MiB/sec. 2026.05.01 23:43:08.636934 [ 268 ] {70bd1147-25eb-4139-8b8f-4b696837a72a} TCPHandler: Processed in 0.001980963 sec. 2026.05.01 23:43:08.637062 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.637167 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:08.637212 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:08.637616 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:08.637651 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:08.637934 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:43:08.638158 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:08.638287 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} executeQuery: Read 11 rows, 847.00 B in 0.001138 sec., 9666.080843585238 rows/sec., 726.84 KiB/sec. 2026.05.01 23:43:08.638323 [ 268 ] {ea4af6ce-f3b0-4735-84b3-177d5bcf6375} TCPHandler: Processed in 0.001309008 sec. 2026.05.01 23:43:08.638446 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.638545 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:08.638583 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:08.639002 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:08.639037 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:08.639333 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.01 23:43:08.639541 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:08.639664 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} executeQuery: Read 75 rows, 6.00 KiB in 0.001136 sec., 66021.12676056338 rows/sec., 5.15 MiB/sec. 2026.05.01 23:43:08.639707 [ 268 ] {70625717-e5cb-42bd-a1d3-d8857c44f743} TCPHandler: Processed in 0.001308988 sec. 2026.05.01 23:43:08.639825 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.639917 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:08.639959 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:08.640380 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:08.640423 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:08.640832 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.01 23:43:08.641078 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:08.641213 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} executeQuery: Read 160 rows, 11.41 KiB in 0.001313 sec., 121858.33968012186 rows/sec., 8.49 MiB/sec. 2026.05.01 23:43:08.641251 [ 268 ] {18473365-3e80-4979-b0b4-2fe84b607f26} TCPHandler: Processed in 0.001474201 sec. 2026.05.01 23:43:08.641370 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.641500 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:08.641565 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} 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.01 23:43:08.642362 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:08.642398 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:08.642914 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:43:08.643142 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:08.643286 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} executeQuery: Read 11 rows, 20.18 KiB in 0.00181 sec., 6077.348066298343 rows/sec., 10.89 MiB/sec. 2026.05.01 23:43:08.643346 [ 268 ] {3005019c-55d3-445d-8602-5892c0a77b88} TCPHandler: Processed in 0.002033844 sec. 2026.05.01 23:43:08.643457 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:08.643550 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:08.643591 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:08.643921 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:08.643966 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:08.644269 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.01 23:43:08.644479 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:08.644603 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.05.01 23:43:08.644638 [ 268 ] {3e0975c6-92dc-4977-8c97-8707c8056729} TCPHandler: Processed in 0.001228266 sec. 2026.05.01 23:43:12.281173 [ 32 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:43:12.281225 [ 32 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:43:12.378660 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14407 2026.05.01 23:43:12.379244 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:12.379291 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:12.379791 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:43:12.380024 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:12.380156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14407 2026.05.01 23:43:13.120013 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.05.01 23:43:13.137588 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.137648 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.143236 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:43:13.143954 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:13.146823 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.05.01 23:43:13.629850 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.630110 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:13.630461 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:13.630500 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} 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.01 23:43:13.630727 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:13.630799 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:13.630946 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:13.631071 [ 332 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:13.631074 [ 323 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:13.631087 [ 348 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:13.631074 [ 342 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:13.631317 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:13.631346 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:13.631444 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:13.631467 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:13.631505 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:13.631542 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:13.631575 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:13.632863 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} executeQuery: Read 48 rows, 7.91 KiB in 0.002857 sec., 16800.8400420021 rows/sec., 2.70 MiB/sec. 2026.05.01 23:43:13.633031 [ 268 ] {3482f4c4-25fc-40ff-8bf2-503506ffd837} TCPHandler: Processed in 0.003326982 sec. 2026.05.01 23:43:13.635878 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.635996 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:13.636043 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:13.636603 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.636646 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.637048 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.01 23:43:13.637284 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:13.637441 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} executeQuery: Read 118 rows, 10.28 KiB in 0.00148 sec., 79729.72972972973 rows/sec., 6.78 MiB/sec. 2026.05.01 23:43:13.637481 [ 268 ] {26a89307-2b5c-4ad5-8901-27a317d51c00} TCPHandler: Processed in 0.001658366 sec. 2026.05.01 23:43:13.637613 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.637715 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.637758 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:13.638187 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.638222 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.638526 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:43:13.638751 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:13.638865 [ 7 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:43:13.638898 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} executeQuery: Read 31 rows, 2.33 KiB in 0.001206 sec., 25704.80928689884 rows/sec., 1.89 MiB/sec. 2026.05.01 23:43:13.638903 [ 7 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.638931 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.638937 [ 268 ] {f2e2e310-ef71-4090-9d4e-31b194b41cb1} TCPHandler: Processed in 0.00137475 sec. 2026.05.01 23:43:13.639041 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:43:13.639060 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.639128 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:13.639156 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 225 rows starting from the beginning of the part 2026.05.01 23:43:13.639160 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:13.639205 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:13.639216 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:13.639263 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 153 rows starting from the beginning of the part 2026.05.01 23:43:13.639305 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 45 rows starting from the beginning of the part 2026.05.01 23:43:13.639342 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:13.639380 [ 197 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:13.639657 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.639693 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.640015 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.01 23:43:13.640116 [ 202 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001108964 sec., 447264.29352079955 rows/sec., 30.79 MiB/sec. 2026.05.01 23:43:13.640246 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:13.640317 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:43:13.640397 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} executeQuery: Read 95 rows, 7.60 KiB in 0.001258 sec., 75516.69316375199 rows/sec., 5.90 MiB/sec. 2026.05.01 23:43:13.640441 [ 268 ] {78ac9653-b09c-41d1-89eb-27b7971292c2} TCPHandler: Processed in 0.001429991 sec. 2026.05.01 23:43:13.640571 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.640642 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:13.640669 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.640718 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:13.640732 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_41_8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:43:13.640863 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.01 23:43:13.641127 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.641167 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.641506 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.01 23:43:13.641715 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:13.641849 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.05.01 23:43:13.641886 [ 268 ] {7527a2f1-2583-4823-9560-5ca7753fa2c2} TCPHandler: Processed in 0.001365499 sec. 2026.05.01 23:43:13.642003 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.642097 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.642153 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} 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.01 23:43:13.642942 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.642977 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.643531 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:43:13.643760 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:13.643875 [ 10 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:43:13.643900 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} executeQuery: Read 31 rows, 56.88 KiB in 0.00182 sec., 17032.967032967033 rows/sec., 30.52 MiB/sec. 2026.05.01 23:43:13.643911 [ 10 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.643932 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.643955 [ 268 ] {8cd3c2d8-368a-4133-8193-a3f143d88324} TCPHandler: Processed in 0.002002703 sec. 2026.05.01 23:43:13.644029 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:43:13.644101 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.644201 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.644244 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:13.644283 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:13.644357 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 769 rows starting from the beginning of the part 2026.05.01 23:43:13.644490 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:13.644593 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.644602 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:13.644635 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.644735 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:13.644846 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:13.644957 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:13.644970 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.01 23:43:13.645202 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:13.645342 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2026.05.01 23:43:13.645378 [ 268 ] {86157375-0658-47d2-94e9-f95c8e728743} TCPHandler: Processed in 0.001327639 sec. 2026.05.01 23:43:13.658929 [ 202 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 19 columns (19 merged, 0 gathered) in 0.014947322 sec., 59141.028740800524 rows/sec., 105.98 MiB/sec. 2026.05.01 23:43:13.659975 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:43:13.660300 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:13.660372 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_41_8} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:43:13.660465 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. 2026.05.01 23:43:13.877119 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.877391 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:13.877803 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:13.877848 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} 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.01 23:43:13.878133 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:13.878209 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:13.878357 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.01 23:43:13.878486 [ 332 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:13.878493 [ 323 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:13.878507 [ 348 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:13.878493 [ 342 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:13.878678 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:13.878706 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:13.878797 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:13.878819 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:13.878856 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:43:13.878896 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:43:13.878933 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:43:13.880244 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} executeQuery: Read 48 rows, 9.49 KiB in 0.002967 sec., 16177.957532861476 rows/sec., 3.12 MiB/sec. 2026.05.01 23:43:13.880416 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} MemoryTracker: Peak memory usage (for query): 138.20 KiB. 2026.05.01 23:43:13.880431 [ 268 ] {c7e99b68-82b4-4b7f-b272-a5bf37ac2026} TCPHandler: Processed in 0.003448164 sec. 2026.05.01 23:43:13.892537 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.892650 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:43:13.892697 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:43:13.893153 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.893199 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.893566 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.01 23:43:13.893800 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:43:13.893959 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} executeQuery: Read 2 rows, 167.00 B in 0.001343 sec., 1489.2032762472077 rows/sec., 121.43 KiB/sec. 2026.05.01 23:43:13.893997 [ 268 ] {c6517b3f-3fc1-47da-b805-159f7d3d806d} TCPHandler: Processed in 0.001512023 sec. 2026.05.01 23:43:13.894115 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.894212 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:13.894254 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:13.895649 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.895684 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.896154 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.01 23:43:13.896374 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:13.896511 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} executeQuery: Read 2424 rows, 183.61 KiB in 0.00232 sec., 1044827.5862068966 rows/sec., 77.29 MiB/sec. 2026.05.01 23:43:13.896548 [ 268 ] {acf9ada0-fa15-4441-8d4e-000027b4e709} TCPHandler: Processed in 0.002480574 sec. 2026.05.01 23:43:13.896673 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.896769 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.896810 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:13.897194 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.897227 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.897527 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:43:13.897751 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:13.897883 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} executeQuery: Read 22 rows, 1.64 KiB in 0.001134 sec., 19400.352733686068 rows/sec., 1.42 MiB/sec. 2026.05.01 23:43:13.897920 [ 268 ] {2a1d5823-d6ee-4602-bc06-faf134fa7c92} TCPHandler: Processed in 0.001295008 sec. 2026.05.01 23:43:13.898018 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.898109 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.898148 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:43:13.898775 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.898809 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.899140 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:43:13.899359 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:43:13.899487 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} executeQuery: Read 801 rows, 47.38 KiB in 0.001395 sec., 574193.5483870967 rows/sec., 33.17 MiB/sec. 2026.05.01 23:43:13.899522 [ 268 ] {3d8a830e-fe6e-4a52-b075-9da882e49829} TCPHandler: Processed in 0.001551474 sec. 2026.05.01 23:43:13.899652 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.899770 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.899817 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:43:13.900239 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.900275 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.900564 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 23:43:13.900771 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:43:13.900897 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} executeQuery: Read 1 rows, 72.00 B in 0.001151 sec., 868.8097306689835 rows/sec., 61.09 KiB/sec. 2026.05.01 23:43:13.900934 [ 268 ] {e092cabc-8470-4339-8252-3f15e7c1f525} TCPHandler: Processed in 0.001341789 sec. 2026.05.01 23:43:13.901046 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.901137 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:13.901176 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:13.902012 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.902048 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.902410 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.01 23:43:13.902619 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:13.902743 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} executeQuery: Read 1301 rows, 89.00 KiB in 0.001624 sec., 801108.3743842364 rows/sec., 53.52 MiB/sec. 2026.05.01 23:43:13.902779 [ 268 ] {28a66e85-53e3-431e-9145-a157736cd777} TCPHandler: Processed in 0.001781199 sec. 2026.05.01 23:43:13.902891 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.902983 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.903024 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:13.903745 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.903778 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.904196 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.01 23:43:13.904408 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:13.904535 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} executeQuery: Read 1497 rows, 92.97 KiB in 0.001571 sec., 952896.2444302993 rows/sec., 57.79 MiB/sec. 2026.05.01 23:43:13.904571 [ 268 ] {c261c55a-9b4d-46ba-adc6-a211b38c6227} TCPHandler: Processed in 0.001727757 sec. 2026.05.01 23:43:13.904682 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.904773 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.904826 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} 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.01 23:43:13.905580 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.905614 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.906121 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:43:13.906341 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:13.906482 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} executeQuery: Read 20 rows, 36.70 KiB in 0.001726 sec., 11587.485515643104 rows/sec., 20.76 MiB/sec. 2026.05.01 23:43:13.906532 [ 268 ] {8a3c9243-f537-483e-9f83-e33831bfc54c} TCPHandler: Processed in 0.001898811 sec. 2026.05.01 23:43:13.906642 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:13.906735 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:13.906775 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:13.907072 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:13.907107 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:13.907400 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.01 23:43:13.907604 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:13.907727 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} executeQuery: Read 12 rows, 848.00 B in 0.001011 sec., 11869.436201780416 rows/sec., 819.11 KiB/sec. 2026.05.01 23:43:13.907760 [ 268 ] {dec65b8a-b5c3-4f26-a360-558e0335d2db} TCPHandler: Processed in 0.001165815 sec. 2026.05.01 23:43:17.422864 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 968 2026.05.01 23:43:17.425748 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:17.425814 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:17.427047 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:43:17.427333 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:17.427683 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 968 2026.05.01 23:43:18.628094 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:18.628352 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:18.628706 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:18.628742 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} 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.01 23:43:18.628970 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:18.629044 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:18.629195 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:43:18.629318 [ 336 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:18.629322 [ 332 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:18.629334 [ 337 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:18.629355 [ 348 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:18.629479 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:18.629510 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:18.629598 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:18.629619 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:18.629655 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:43:18.629694 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:43:18.629734 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:43:18.631050 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} executeQuery: Read 48 rows, 7.91 KiB in 0.002798 sec., 17155.11079342387 rows/sec., 2.76 MiB/sec. 2026.05.01 23:43:18.631202 [ 268 ] {05db40c3-307f-4e1c-a7e6-3e29404fa610} TCPHandler: Processed in 0.00325851 sec. 2026.05.01 23:43:18.632666 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:18.632780 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:18.632826 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:18.633312 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:18.633357 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:18.633759 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.01 23:43:18.633989 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:18.634148 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} executeQuery: Read 56 rows, 4.41 KiB in 0.001402 sec., 39942.93865905848 rows/sec., 3.07 MiB/sec. 2026.05.01 23:43:18.634189 [ 268 ] {d90080df-e0c0-4929-8668-4c63f8fc87f5} TCPHandler: Processed in 0.001577784 sec. 2026.05.01 23:43:18.634312 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:18.634411 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:18.634452 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:18.634876 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:18.634915 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:18.635232 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.01 23:43:18.635454 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:18.635588 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. 2026.05.01 23:43:18.635626 [ 268 ] {1c5094ba-cbe1-4043-ac3b-ec2a735897bd} TCPHandler: Processed in 0.001365349 sec. 2026.05.01 23:43:18.635742 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:18.635839 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:18.635884 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:18.636278 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:18.636315 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:18.636657 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.01 23:43:18.636876 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:18.637006 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} executeQuery: Read 128 rows, 9.13 KiB in 0.001186 sec., 107925.80101180439 rows/sec., 7.52 MiB/sec. 2026.05.01 23:43:18.637044 [ 268 ] {e904eb57-8ca4-437c-aeda-d4c23923195e} TCPHandler: Processed in 0.001352589 sec. 2026.05.01 23:43:18.637160 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:18.637256 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:18.637298 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:18.637634 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:18.637672 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:18.637981 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.01 23:43:18.638199 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:18.638333 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} executeQuery: Read 48 rows, 3.31 KiB in 0.001094 sec., 43875.68555758684 rows/sec., 2.96 MiB/sec. 2026.05.01 23:43:18.638370 [ 268 ] {9735121a-1013-4c12-8865-9871410a1dd4} TCPHandler: Processed in 0.001260107 sec. 2026.05.01 23:43:19.880325 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14855 2026.05.01 23:43:19.881164 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:19.881230 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:19.881828 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:43:19.882057 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:19.882180 [ 25 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:43:19.882185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14855 2026.05.01 23:43:19.882219 [ 25 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:19.882241 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:19.882412 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.882618 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:19.882680 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.882783 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.882855 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.882922 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.882983 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.883046 [ 188 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:19.884880 [ 200 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14855 rows, containing 4 columns (4 merged, 0 gathered) in 0.002556445 sec., 5810803.674634111 rows/sec., 83.12 MiB/sec. 2026.05.01 23:43:19.885301 [ 190 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:43:19.885637 [ 190 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_31_6} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:19.885726 [ 190 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_31_6} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:43:19.885854 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.01 23:43:20.646957 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.05.01 23:43:20.664327 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:20.664394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:20.670114 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:43:20.670887 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:20.671222 [ 25 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:43:20.671298 [ 25 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:20.671324 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:20.671436 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.674572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.05.01 23:43:20.675250 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:20.676658 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.681175 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.685663 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.690048 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.694480 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.698550 [ 201 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:20.756953 [ 200 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.085564133 sec., 2734.7907563090716 rows/sec., 14.14 MiB/sec. 2026.05.01 23:43:20.759656 [ 196 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:43:20.761812 [ 196 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_31_6} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:20.761914 [ 196 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_31_6} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:43:20.764499 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.01 23:43:21.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.28 MiB, peak 293.82 MiB, free memory in arenas 0.00 B, will set to 287.54 MiB (RSS), difference: 4.25 MiB 2026.05.01 23:43:22.068018 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57939 2026.05.01 23:43:22.068134 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.068163 [ 291 ] {} TCP-Session: fdc7127c-2c18-4ec4-9c00-6c9923c94fc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57939 2026.05.01 23:43:22.068185 [ 291 ] {} TCP-Session: fdc7127c-2c18-4ec4-9c00-6c9923c94fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.068198 [ 291 ] {} TCP-Session: fdc7127c-2c18-4ec4-9c00-6c9923c94fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.068387 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46827 2026.05.01 23:43:22.068413 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62747 2026.05.01 23:43:22.068430 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56908 2026.05.01 23:43:22.068453 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55390 2026.05.01 23:43:22.068491 [ 291 ] {} TCP-Session: fdc7127c-2c18-4ec4-9c00-6c9923c94fc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:22.068424 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38227 2026.05.01 23:43:22.068418 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41823 2026.05.01 23:43:22.068418 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42613 2026.05.01 23:43:22.068460 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63737 2026.05.01 23:43:22.068636 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.068683 [ 292 ] {} TCP-Session: 905a9d7d-73a3-47cb-9f8d-1da7f3e9fed1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46827 2026.05.01 23:43:22.068706 [ 291 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} executeQuery: (from [fd00:1122:3344:101::e]:57939) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:43:22.068720 [ 292 ] {} TCP-Session: 905a9d7d-73a3-47cb-9f8d-1da7f3e9fed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.068751 [ 292 ] {} TCP-Session: 905a9d7d-73a3-47cb-9f8d-1da7f3e9fed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069000 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.069021 [ 291 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:43:22.069036 [ 287 ] {} TCP-Session: 1a5aebf2-4800-4751-8949-ba8ad116bc8d Authenticating user 'default' from [fd00:1122:3344:101::e]:38227 2026.05.01 23:43:22.069056 [ 287 ] {} TCP-Session: 1a5aebf2-4800-4751-8949-ba8ad116bc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069072 [ 287 ] {} TCP-Session: 1a5aebf2-4800-4751-8949-ba8ad116bc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069081 [ 291 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:22.069117 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.069168 [ 267 ] {} TCP-Session: 2b3caaf8-2f20-4a47-a646-45c63f024fdc Authenticating user 'default' from [fd00:1122:3344:101::e]:41823 2026.05.01 23:43:22.069200 [ 267 ] {} TCP-Session: 2b3caaf8-2f20-4a47-a646-45c63f024fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069216 [ 267 ] {} TCP-Session: 2b3caaf8-2f20-4a47-a646-45c63f024fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069391 [ 291 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:43:22.069507 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.069549 [ 294 ] {} TCP-Session: 520ab10a-645e-44e1-952c-b8ec1edefe53 Authenticating user 'default' from [fd00:1122:3344:101::e]:42613 2026.05.01 23:43:22.069566 [ 294 ] {} TCP-Session: 520ab10a-645e-44e1-952c-b8ec1edefe53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069579 [ 294 ] {} TCP-Session: 520ab10a-645e-44e1-952c-b8ec1edefe53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069645 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.069689 [ 288 ] {} TCP-Session: 924cc934-6379-4272-a777-3b1b7fc60533 Authenticating user 'default' from [fd00:1122:3344:101::e]:56908 2026.05.01 23:43:22.069714 [ 288 ] {} TCP-Session: 924cc934-6379-4272-a777-3b1b7fc60533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069738 [ 288 ] {} TCP-Session: 924cc934-6379-4272-a777-3b1b7fc60533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.069999 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.070055 [ 293 ] {} TCP-Session: 855fc550-d8c7-4f31-806e-6a3d67228209 Authenticating user 'default' from [fd00:1122:3344:101::e]:62747 2026.05.01 23:43:22.070076 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.070089 [ 293 ] {} TCP-Session: 855fc550-d8c7-4f31-806e-6a3d67228209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.070108 [ 289 ] {} TCP-Session: 84e9d722-9e33-4266-b66c-27bc618ffe1d Authenticating user 'default' from [fd00:1122:3344:101::e]:55390 2026.05.01 23:43:22.070115 [ 293 ] {} TCP-Session: 855fc550-d8c7-4f31-806e-6a3d67228209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.070128 [ 289 ] {} TCP-Session: 84e9d722-9e33-4266-b66c-27bc618ffe1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.070142 [ 289 ] {} TCP-Session: 84e9d722-9e33-4266-b66c-27bc618ffe1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.070313 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:22.070357 [ 290 ] {} TCP-Session: 6f66a902-ba1f-48e3-9b99-bbbf0af5b034 Authenticating user 'default' from [fd00:1122:3344:101::e]:63737 2026.05.01 23:43:22.070375 [ 290 ] {} TCP-Session: 6f66a902-ba1f-48e3-9b99-bbbf0af5b034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.070393 [ 290 ] {} TCP-Session: 6f66a902-ba1f-48e3-9b99-bbbf0af5b034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.070647 [ 332 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} AggregatingTransform: Aggregating 2026.05.01 23:43:22.070687 [ 332 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} Aggregator: Aggregation method: without_key 2026.05.01 23:43:22.070722 [ 332 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001216576 sec. (821.979 rows/sec., 32.11 KiB/sec.) 2026.05.01 23:43:22.070746 [ 332 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} Aggregator: Merging aggregated data 2026.05.01 23:43:22.072265 [ 291 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} executeQuery: Read 1 rows, 40.00 B in 0.003625 sec., 275.8620689655172 rows/sec., 10.78 KiB/sec. 2026.05.01 23:43:22.072406 [ 291 ] {b4656740-42d0-412e-9677-2bd5066ccb1d} TCPHandler: Processed in 0.004051997 sec. 2026.05.01 23:43:22.072549 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072578 [ 291 ] {} TCP-Session: fdc7127c-2c18-4ec4-9c00-6c9923c94fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072577 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072595 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072613 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072638 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072651 [ 289 ] {} TCP-Session: 84e9d722-9e33-4266-b66c-27bc618ffe1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072669 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072684 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072705 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072725 [ 293 ] {} TCP-Session: 855fc550-d8c7-4f31-806e-6a3d67228209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072739 [ 267 ] {} TCP-Session: 2b3caaf8-2f20-4a47-a646-45c63f024fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072755 [ 294 ] {} TCP-Session: 520ab10a-645e-44e1-952c-b8ec1edefe53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072693 [ 288 ] {} TCP-Session: 924cc934-6379-4272-a777-3b1b7fc60533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072673 [ 290 ] {} TCP-Session: 6f66a902-ba1f-48e3-9b99-bbbf0af5b034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072652 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:22.072629 [ 292 ] {} TCP-Session: 905a9d7d-73a3-47cb-9f8d-1da7f3e9fed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:22.072860 [ 287 ] {} TCP-Session: 1a5aebf2-4800-4751-8949-ba8ad116bc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.630158 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.630455 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:23.630849 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:23.630890 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} 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.01 23:43:23.631123 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:23.631200 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:23.631350 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:23.631476 [ 333 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:23.631504 [ 327 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:23.631503 [ 307 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:23.631501 [ 296 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:23.631692 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:23.631719 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:23.631810 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:23.631831 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:23.631868 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:23.631908 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:23.631944 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:23.633277 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} executeQuery: Read 48 rows, 7.91 KiB in 0.002938 sec., 16337.644656228727 rows/sec., 2.63 MiB/sec. 2026.05.01 23:43:23.633439 [ 268 ] {6edf406f-3419-4d2b-8ed1-10d5bf1662ea} TCPHandler: Processed in 0.003433524 sec. 2026.05.01 23:43:23.635608 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.635730 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:23.635780 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:23.636342 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.636389 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.636822 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.01 23:43:23.637084 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:23.637252 [ 41 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.01 23:43:23.637269 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} executeQuery: Read 118 rows, 10.28 KiB in 0.001576 sec., 74873.09644670051 rows/sec., 6.37 MiB/sec. 2026.05.01 23:43:23.637296 [ 41 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.637317 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.637319 [ 268 ] {e68fcfb9-c487-42b9-9056-62127b84e6bb} TCPHandler: Processed in 0.001769158 sec. 2026.05.01 23:43:23.637420 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:43:23.637460 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.637546 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:23.637569 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:23.637584 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3359 rows starting from the beginning of the part 2026.05.01 23:43:23.637619 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:23.637653 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 78 rows starting from the beginning of the part 2026.05.01 23:43:23.637704 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 118 rows starting from the beginning of the part 2026.05.01 23:43:23.637747 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2424 rows starting from the beginning of the part 2026.05.01 23:43:23.637787 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:43:23.637829 [ 195 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 118 rows starting from the beginning of the part 2026.05.01 23:43:23.638100 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.638143 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.638358 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40031 2026.05.01 23:43:23.638436 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.638463 [ 291 ] {} TCP-Session: 4f8ccb9a-0c58-4b6d-9182-4d2da2c39805 Authenticating user 'default' from [fd00:1122:3344:101::e]:40031 2026.05.01 23:43:23.638481 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:43:23.638488 [ 291 ] {} TCP-Session: 4f8ccb9a-0c58-4b6d-9182-4d2da2c39805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.638517 [ 291 ] {} TCP-Session: 4f8ccb9a-0c58-4b6d-9182-4d2da2c39805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.638716 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49384 2026.05.01 23:43:23.638731 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:23.638760 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36036 2026.05.01 23:43:23.638777 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61030 2026.05.01 23:43:23.638816 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47610 2026.05.01 23:43:23.638840 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.638838 [ 291 ] {} TCP-Session: 4f8ccb9a-0c58-4b6d-9182-4d2da2c39805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.638873 [ 293 ] {} TCP-Session: b976bda1-05a3-4062-87e4-55a0fc320380 Authenticating user 'default' from [fd00:1122:3344:101::e]:36036 2026.05.01 23:43:23.638887 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.639022 [ 291 ] {a0077014-c510-4c16-9fbd-f7106132d14d} executeQuery: (from [fd00:1122:3344:101::e]:40031) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:43:23.638910 [ 293 ] {} TCP-Session: b976bda1-05a3-4062-87e4-55a0fc320380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639050 [ 294 ] {} TCP-Session: 0c154aa3-99ca-4f3a-9426-ed67dbd03046 Authenticating user 'default' from [fd00:1122:3344:101::e]:61030 2026.05.01 23:43:23.639077 [ 293 ] {} TCP-Session: b976bda1-05a3-4062-87e4-55a0fc320380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.638895 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.639098 [ 294 ] {} TCP-Session: 0c154aa3-99ca-4f3a-9426-ed67dbd03046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.638824 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46273 2026.05.01 23:43:23.639133 [ 294 ] {} TCP-Session: 0c154aa3-99ca-4f3a-9426-ed67dbd03046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639128 [ 289 ] {} TCP-Session: 5f8dc704-ea72-4d39-a6fa-cd5d204bf9a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47610 2026.05.01 23:43:23.638809 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.639197 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.638799 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33252 2026.05.01 23:43:23.638789 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59379 2026.05.01 23:43:23.638782 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56465 2026.05.01 23:43:23.639292 [ 291 ] {a0077014-c510-4c16-9fbd-f7106132d14d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:43:23.639292 [ 289 ] {} TCP-Session: 5f8dc704-ea72-4d39-a6fa-cd5d204bf9a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639342 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.639394 [ 290 ] {} TCP-Session: e6f773c4-20ce-4a9f-b41c-5c77b4bb75c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46273 2026.05.01 23:43:23.639400 [ 291 ] {a0077014-c510-4c16-9fbd-f7106132d14d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:23.639417 [ 287 ] {} TCP-Session: 6fa27c5b-6b11-40b9-80ed-de82129f5a9e Authenticating user 'default' from [fd00:1122:3344:101::e]:59379 2026.05.01 23:43:23.639427 [ 290 ] {} TCP-Session: e6f773c4-20ce-4a9f-b41c-5c77b4bb75c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639449 [ 292 ] {} TCP-Session: d90aead2-dd4b-4317-9bd8-36a31749e119 Authenticating user 'default' from [fd00:1122:3344:101::e]:49384 2026.05.01 23:43:23.639465 [ 290 ] {} TCP-Session: e6f773c4-20ce-4a9f-b41c-5c77b4bb75c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639462 [ 287 ] {} TCP-Session: 6fa27c5b-6b11-40b9-80ed-de82129f5a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639490 [ 292 ] {} TCP-Session: d90aead2-dd4b-4317-9bd8-36a31749e119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639507 [ 287 ] {} TCP-Session: 6fa27c5b-6b11-40b9-80ed-de82129f5a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639518 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.639522 [ 292 ] {} TCP-Session: d90aead2-dd4b-4317-9bd8-36a31749e119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639560 [ 267 ] {} TCP-Session: fd085ecd-b718-4a44-a469-d1e851543e1a Authenticating user 'default' from [fd00:1122:3344:101::e]:56465 2026.05.01 23:43:23.639398 [ 289 ] {} TCP-Session: 5f8dc704-ea72-4d39-a6fa-cd5d204bf9a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639587 [ 267 ] {} TCP-Session: fd085ecd-b718-4a44-a469-d1e851543e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.638911 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} executeQuery: Read 31 rows, 2.33 KiB in 0.001366 sec., 22693.997071742313 rows/sec., 1.67 MiB/sec. 2026.05.01 23:43:23.639619 [ 267 ] {} TCP-Session: fd085ecd-b718-4a44-a469-d1e851543e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639677 [ 268 ] {06297e0d-569b-4edc-9179-e464ae2ffa3c} TCPHandler: Processed in 0.002267829 sec. 2026.05.01 23:43:23.639745 [ 291 ] {a0077014-c510-4c16-9fbd-f7106132d14d} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:43:23.639831 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.639926 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.639941 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:23.639957 [ 288 ] {} TCP-Session: d5479c43-29b8-4362-8927-29d19c042ec6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33252 2026.05.01 23:43:23.639976 [ 288 ] {} TCP-Session: d5479c43-29b8-4362-8927-29d19c042ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.639984 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:23.639991 [ 288 ] {} TCP-Session: d5479c43-29b8-4362-8927-29d19c042ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.640451 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.640498 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.640596 [ 200 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6153 rows, containing 5 columns (5 merged, 0 gathered) in 0.00321882 sec., 1911570.0784759633 rows/sec., 151.55 MiB/sec. 2026.05.01 23:43:23.640748 [ 307 ] {a0077014-c510-4c16-9fbd-f7106132d14d} AggregatingTransform: Aggregating 2026.05.01 23:43:23.640785 [ 307 ] {a0077014-c510-4c16-9fbd-f7106132d14d} Aggregator: Aggregation method: without_key 2026.05.01 23:43:23.640818 [ 307 ] {a0077014-c510-4c16-9fbd-f7106132d14d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000968431 sec. (1032.598 rows/sec., 40.34 KiB/sec.) 2026.05.01 23:43:23.640840 [ 307 ] {a0077014-c510-4c16-9fbd-f7106132d14d} Aggregator: Merging aggregated data 2026.05.01 23:43:23.641250 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.01 23:43:23.641289 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.01 23:43:23.641541 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:23.641643 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:23.641690 [ 41 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.01 23:43:23.641727 [ 41 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.641730 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} executeQuery: Read 95 rows, 7.60 KiB in 0.00181 sec., 52486.187845303866 rows/sec., 4.10 MiB/sec. 2026.05.01 23:43:23.641750 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_51_10} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.01 23:43:23.641748 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.641793 [ 268 ] {cdd49c02-54f6-4e4e-8b07-48e170f0f2d2} TCPHandler: Processed in 0.002013034 sec. 2026.05.01 23:43:23.641864 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.05.01 23:43:23.641915 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:43:23.641944 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.642016 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:23.642053 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:23.642059 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1830 rows starting from the beginning of the part 2026.05.01 23:43:23.642105 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:23.642141 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 75 rows starting from the beginning of the part 2026.05.01 23:43:23.642213 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 95 rows starting from the beginning of the part 2026.05.01 23:43:23.642218 [ 291 ] {a0077014-c510-4c16-9fbd-f7106132d14d} executeQuery: Read 1 rows, 40.00 B in 0.003253 sec., 307.40854595757764 rows/sec., 12.01 KiB/sec. 2026.05.01 23:43:23.642281 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1301 rows starting from the beginning of the part 2026.05.01 23:43:23.642346 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:43:23.642359 [ 291 ] {a0077014-c510-4c16-9fbd-f7106132d14d} TCPHandler: Processed in 0.003638908 sec. 2026.05.01 23:43:23.642388 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 95 rows starting from the beginning of the part 2026.05.01 23:43:23.642517 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642548 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642552 [ 291 ] {} TCP-Session: 4f8ccb9a-0c58-4b6d-9182-4d2da2c39805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642570 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642597 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642618 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642626 [ 290 ] {} TCP-Session: e6f773c4-20ce-4a9f-b41c-5c77b4bb75c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642644 [ 294 ] {} TCP-Session: 0c154aa3-99ca-4f3a-9426-ed67dbd03046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642667 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642688 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642674 [ 293 ] {} TCP-Session: b976bda1-05a3-4062-87e4-55a0fc320380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642726 [ 289 ] {} TCP-Session: 5f8dc704-ea72-4d39-a6fa-cd5d204bf9a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642737 [ 267 ] {} TCP-Session: fd085ecd-b718-4a44-a469-d1e851543e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642724 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642643 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.642589 [ 292 ] {} TCP-Session: d90aead2-dd4b-4317-9bd8-36a31749e119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642818 [ 288 ] {} TCP-Session: d5479c43-29b8-4362-8927-29d19c042ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642836 [ 287 ] {} TCP-Session: 6fa27c5b-6b11-40b9-80ed-de82129f5a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.642577 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.642914 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.643313 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.01 23:43:23.643551 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:23.643671 [ 41 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.01 23:43:23.643692 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. 2026.05.01 23:43:23.643708 [ 41 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.643730 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.643732 [ 268 ] {ea22da91-5e16-413a-a1b7-cdad40de8276} TCPHandler: Processed in 0.001844879 sec. 2026.05.01 23:43:23.643812 [ 200 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.001999073 sec., 1730802.2268321365 rows/sec., 125.32 MiB/sec. 2026.05.01 23:43:23.643828 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:23.643871 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.643957 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:23.643973 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:23.643999 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 18220 rows starting from the beginning of the part 2026.05.01 23:43:23.644038 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} 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.01 23:43:23.644057 [ 194 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.01 23:43:23.644061 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:23.644126 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:23.644178 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:23.644223 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:23.644283 [ 199 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:23.644379 [ 194 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:23.644479 [ 194 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_51_10} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.01 23:43:23.644594 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.01 23:43:23.644922 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.644964 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.645581 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:43:23.645826 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:23.645981 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} executeQuery: Read 31 rows, 56.88 KiB in 0.002028 sec., 15285.996055226826 rows/sec., 27.39 MiB/sec. 2026.05.01 23:43:23.646059 [ 268 ] {eb9d1a32-a10f-47e1-ad95-355ef8e05738} TCPHandler: Processed in 0.002239679 sec. 2026.05.01 23:43:23.646185 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.646283 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:23.646328 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:23.646686 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.646724 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.647044 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.01 23:43:23.647275 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:23.647409 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.05.01 23:43:23.647408 [ 52 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.01 23:43:23.647449 [ 268 ] {da8601ea-83ba-40fe-aef2-22e2dff2e329} TCPHandler: Processed in 0.001314829 sec. 2026.05.01 23:43:23.647473 [ 52 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:23.647500 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:23.647601 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:23.647705 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:23.647734 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2700 rows starting from the beginning of the part 2026.05.01 23:43:23.647785 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:23.647828 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:23.647867 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:23.647906 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:23.647960 [ 194 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:23.649303 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2940 rows, containing 4 columns (4 merged, 0 gathered) in 0.001737787 sec., 1691806.8785184836 rows/sec., 111.52 MiB/sec. 2026.05.01 23:43:23.649651 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.01 23:43:23.649963 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_51_10} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:23.650050 [ 192 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_51_10} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.01 23:43:23.650154 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.01 23:43:23.650698 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 20325 rows, containing 5 columns (5 merged, 0 gathered) in 0.006922658 sec., 2936010.994620852 rows/sec., 189.18 MiB/sec. 2026.05.01 23:43:23.651204 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.01 23:43:23.651508 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_51_10} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:23.651596 [ 200 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_51_10} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.01 23:43:23.651682 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.25 MiB. 2026.05.01 23:43:23.692875 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62314 2026.05.01 23:43:23.692949 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.692973 [ 291 ] {} TCP-Session: f6a0bdc9-362a-4e8a-94c3-e915e3386350 Authenticating user 'default' from [fd00:1122:3344:101::e]:62314 2026.05.01 23:43:23.692992 [ 291 ] {} TCP-Session: f6a0bdc9-362a-4e8a-94c3-e915e3386350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693005 [ 291 ] {} TCP-Session: f6a0bdc9-362a-4e8a-94c3-e915e3386350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693175 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42137 2026.05.01 23:43:23.693197 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50809 2026.05.01 23:43:23.693245 [ 291 ] {} TCP-Session: f6a0bdc9-362a-4e8a-94c3-e915e3386350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:23.693261 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47648 2026.05.01 23:43:23.693280 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44558 2026.05.01 23:43:23.693289 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693302 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693324 [ 293 ] {} TCP-Session: 9d2cd8b7-c161-4aab-8676-f7592269e7cb Authenticating user 'default' from [fd00:1122:3344:101::e]:50809 2026.05.01 23:43:23.693338 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693358 [ 292 ] {} TCP-Session: c148025f-63eb-4c4e-886c-a5bf6f95d68e Authenticating user 'default' from [fd00:1122:3344:101::e]:42137 2026.05.01 23:43:23.693359 [ 293 ] {} TCP-Session: 9d2cd8b7-c161-4aab-8676-f7592269e7cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693377 [ 287 ] {} TCP-Session: d53bdc13-42f6-40dc-b09a-f76bd3335e1e Authenticating user 'default' from [fd00:1122:3344:101::e]:47648 2026.05.01 23:43:23.693391 [ 291 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} executeQuery: (from [fd00:1122:3344:101::e]:62314) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:43:23.693399 [ 293 ] {} TCP-Session: 9d2cd8b7-c161-4aab-8676-f7592269e7cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693416 [ 287 ] {} TCP-Session: d53bdc13-42f6-40dc-b09a-f76bd3335e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693397 [ 292 ] {} TCP-Session: c148025f-63eb-4c4e-886c-a5bf6f95d68e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693464 [ 287 ] {} TCP-Session: d53bdc13-42f6-40dc-b09a-f76bd3335e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693489 [ 292 ] {} TCP-Session: c148025f-63eb-4c4e-886c-a5bf6f95d68e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693347 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693288 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38652 2026.05.01 23:43:23.693272 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62527 2026.05.01 23:43:23.693609 [ 291 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:43:23.693252 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42714 2026.05.01 23:43:23.693656 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693670 [ 291 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:23.693681 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693695 [ 290 ] {} TCP-Session: cd8c1f59-f411-49b8-a14f-74ab0b5c51bb Authenticating user 'default' from [fd00:1122:3344:101::e]:38652 2026.05.01 23:43:23.693723 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693727 [ 288 ] {} TCP-Session: 6bf3846e-e6ea-4b90-9bf9-7549f250045a Authenticating user 'default' from [fd00:1122:3344:101::e]:62527 2026.05.01 23:43:23.693744 [ 290 ] {} TCP-Session: cd8c1f59-f411-49b8-a14f-74ab0b5c51bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693752 [ 267 ] {} TCP-Session: f8dd8054-f34f-4f32-9ca8-d9220f4b0140 Authenticating user 'default' from [fd00:1122:3344:101::e]:42714 2026.05.01 23:43:23.693768 [ 288 ] {} TCP-Session: 6bf3846e-e6ea-4b90-9bf9-7549f250045a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693785 [ 267 ] {} TCP-Session: f8dd8054-f34f-4f32-9ca8-d9220f4b0140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693798 [ 288 ] {} TCP-Session: 6bf3846e-e6ea-4b90-9bf9-7549f250045a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693813 [ 267 ] {} TCP-Session: f8dd8054-f34f-4f32-9ca8-d9220f4b0140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693773 [ 290 ] {} TCP-Session: cd8c1f59-f411-49b8-a14f-74ab0b5c51bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693252 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35506 2026.05.01 23:43:23.693545 [ 289 ] {} TCP-Session: fa0fa408-9e8a-4a5b-8429-f5be7e3661fd Authenticating user 'default' from [fd00:1122:3344:101::e]:44558 2026.05.01 23:43:23.693922 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:43:23.693938 [ 291 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:43:23.693945 [ 289 ] {} TCP-Session: fa0fa408-9e8a-4a5b-8429-f5be7e3661fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.693951 [ 294 ] {} TCP-Session: 9699ba12-929c-4a1e-8b16-f269a4a204fa Authenticating user 'default' from [fd00:1122:3344:101::e]:35506 2026.05.01 23:43:23.694013 [ 289 ] {} TCP-Session: fa0fa408-9e8a-4a5b-8429-f5be7e3661fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.694034 [ 294 ] {} TCP-Session: 9699ba12-929c-4a1e-8b16-f269a4a204fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.694053 [ 294 ] {} TCP-Session: 9699ba12-929c-4a1e-8b16-f269a4a204fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.694760 [ 305 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} AggregatingTransform: Aggregating 2026.05.01 23:43:23.694807 [ 305 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} Aggregator: Aggregation method: without_key 2026.05.01 23:43:23.694849 [ 305 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000813177 sec. (1229.745 rows/sec., 48.04 KiB/sec.) 2026.05.01 23:43:23.694872 [ 305 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} Aggregator: Merging aggregated data 2026.05.01 23:43:23.696234 [ 291 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} executeQuery: Read 1 rows, 40.00 B in 0.002884 sec., 346.74063800277395 rows/sec., 13.54 KiB/sec. 2026.05.01 23:43:23.696390 [ 291 ] {4d0eca0e-b954-48d1-a4bb-cc55ea1c8ebc} TCPHandler: Processed in 0.003219759 sec. 2026.05.01 23:43:23.696570 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696598 [ 291 ] {} TCP-Session: f6a0bdc9-362a-4e8a-94c3-e915e3386350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696608 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696635 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696660 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696677 [ 290 ] {} TCP-Session: cd8c1f59-f411-49b8-a14f-74ab0b5c51bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696670 [ 292 ] {} TCP-Session: c148025f-63eb-4c4e-886c-a5bf6f95d68e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696695 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696722 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696758 [ 294 ] {} TCP-Session: 9699ba12-929c-4a1e-8b16-f269a4a204fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696749 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696782 [ 293 ] {} TCP-Session: 9d2cd8b7-c161-4aab-8676-f7592269e7cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696804 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696826 [ 288 ] {} TCP-Session: 6bf3846e-e6ea-4b90-9bf9-7549f250045a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696780 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:43:23.696853 [ 289 ] {} TCP-Session: fa0fa408-9e8a-4a5b-8429-f5be7e3661fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696898 [ 267 ] {} TCP-Session: f8dd8054-f34f-4f32-9ca8-d9220f4b0140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:23.696701 [ 287 ] {} TCP-Session: d53bdc13-42f6-40dc-b09a-f76bd3335e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:43:24.000270 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 288.70 MiB, peak 298.46 MiB, free memory in arenas 0.00 B, will set to 290.13 MiB (RSS), difference: 1.42 MiB 2026.05.01 23:43:27.281283 [ 46 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:43:27.281365 [ 46 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:43:27.382317 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15367 2026.05.01 23:43:27.383009 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:27.383053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:27.383535 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:43:27.383759 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:27.383894 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15367 2026.05.01 23:43:27.427953 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 998 2026.05.01 23:43:27.430367 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:27.430424 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.01 23:43:27.431654 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:43:27.431939 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:27.432244 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 998 2026.05.01 23:43:28.001186 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000823238 sec. 2026.05.01 23:43:28.174667 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.05.01 23:43:28.191101 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.191167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.196926 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:43:28.197647 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:28.200422 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.05.01 23:43:28.629164 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.629427 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:28.629797 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:28.629832 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} 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.01 23:43:28.630052 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:28.630123 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:28.630269 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:28.630385 [ 320 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:28.630387 [ 296 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:28.630427 [ 299 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:28.630433 [ 310 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:28.630570 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:28.630597 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:28.630682 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:28.630702 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:28.630738 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:28.630777 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:28.630811 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:28.631992 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} executeQuery: Read 48 rows, 7.91 KiB in 0.002671 sec., 17970.797454137028 rows/sec., 2.89 MiB/sec. 2026.05.01 23:43:28.632129 [ 268 ] {b5759c70-5b72-4962-ba4d-af2902533ba8} TCPHandler: Processed in 0.003112187 sec. 2026.05.01 23:43:28.633820 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.633951 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:28.634002 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:28.634569 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.634619 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.635017 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.01 23:43:28.635268 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:28.635421 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} executeQuery: Read 78 rows, 6.61 KiB in 0.001509 sec., 51689.86083499006 rows/sec., 4.28 MiB/sec. 2026.05.01 23:43:28.635460 [ 268 ] {28335e5a-4d05-47d9-9d81-b2fa9db3cb65} TCPHandler: Processed in 0.001700497 sec. 2026.05.01 23:43:28.635585 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.635681 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:28.635721 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:28.636109 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.636145 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.636466 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:43:28.636679 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:28.636813 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} executeQuery: Read 11 rows, 847.00 B in 0.001151 sec., 9556.90703735882 rows/sec., 718.63 KiB/sec. 2026.05.01 23:43:28.636850 [ 268 ] {ebdd3f2b-020e-46ce-9650-7f55e1d79aed} TCPHandler: Processed in 0.001315248 sec. 2026.05.01 23:43:28.636964 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.637059 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:28.637098 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:28.637505 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.637540 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.637841 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.01 23:43:28.638054 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:28.638182 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} executeQuery: Read 75 rows, 6.00 KiB in 0.001141 sec., 65731.81419807186 rows/sec., 5.13 MiB/sec. 2026.05.01 23:43:28.638218 [ 268 ] {da8a2545-216b-468a-8bc7-be69abd88d94} TCPHandler: Processed in 0.001303328 sec. 2026.05.01 23:43:28.638334 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.638431 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:28.638475 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:28.638876 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.638911 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.639261 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.01 23:43:28.639480 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:28.639618 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.05.01 23:43:28.639656 [ 268 ] {02470333-2124-494a-894d-39691ad9961b} TCPHandler: Processed in 0.001370819 sec. 2026.05.01 23:43:28.639769 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.639864 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:28.639919 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} 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.01 23:43:28.640648 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.640683 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.641204 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:43:28.641433 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:28.641578 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} executeQuery: Read 11 rows, 20.18 KiB in 0.001733 sec., 6347.3744950952105 rows/sec., 11.37 MiB/sec. 2026.05.01 23:43:28.641631 [ 268 ] {ac51bde5-e26d-452f-ad87-550eb3146dd3} TCPHandler: Processed in 0.001910462 sec. 2026.05.01 23:43:28.641758 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:28.641854 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:28.641896 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:28.642226 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:28.642260 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:28.642578 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.01 23:43:28.642794 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:28.642920 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.05.01 23:43:28.642955 [ 268 ] {7be3045b-dccb-4500-b282-b7f308181a24} TCPHandler: Processed in 0.001247487 sec. 2026.05.01 23:43:33.631327 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.631613 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:33.632009 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:33.632045 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} 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.01 23:43:33.632279 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:33.632347 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:33.632489 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:43:33.632604 [ 296 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:33.632604 [ 320 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:33.632639 [ 321 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:33.632632 [ 310 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:33.632848 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:33.632879 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:33.632979 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:33.633005 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:33.633048 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:43:33.633092 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:43:33.633146 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:43:33.634237 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} executeQuery: Read 48 rows, 10.51 KiB in 0.002735 sec., 17550.274223034736 rows/sec., 3.75 MiB/sec. 2026.05.01 23:43:33.634361 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} MemoryTracker: Peak memory usage (for query): 146.70 KiB. 2026.05.01 23:43:33.634378 [ 268 ] {94c1185c-bc13-466d-a7eb-dc79433c18a3} TCPHandler: Processed in 0.003192099 sec. 2026.05.01 23:43:33.637384 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.637512 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.637562 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:43:33.638076 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.638118 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.638487 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:43:33.638713 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:43:33.638874 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} executeQuery: Read 24 rows, 2.04 KiB in 0.0014 sec., 17142.85714285714 rows/sec., 1.42 MiB/sec. 2026.05.01 23:43:33.638914 [ 268 ] {a53c8001-6834-4331-b96e-7b27571d7fdc} TCPHandler: Processed in 0.001591435 sec. 2026.05.01 23:43:33.639043 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.639139 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:43:33.639179 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:43:33.639578 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.639615 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.639899 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:43:33.640104 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:43:33.640243 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} executeQuery: Read 4 rows, 334.00 B in 0.001126 sec., 3552.3978685612788 rows/sec., 289.67 KiB/sec. 2026.05.01 23:43:33.640280 [ 268 ] {54bcad86-9c69-434b-b51d-d47c8b366f7b} TCPHandler: Processed in 0.001285268 sec. 2026.05.01 23:43:33.640401 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.640494 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:33.640532 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:33.641036 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.641072 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.641401 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.01 23:43:33.641610 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:33.641747 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} executeQuery: Read 240 rows, 21.89 KiB in 0.001272 sec., 188679.24528301888 rows/sec., 16.80 MiB/sec. 2026.05.01 23:43:33.641783 [ 268 ] {0fb59615-a897-4648-bcf4-47db1099cbc6} TCPHandler: Processed in 0.001429841 sec. 2026.05.01 23:43:33.641901 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.641992 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.642030 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:33.642431 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.642467 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.642748 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.01 23:43:33.642957 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:33.643096 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} executeQuery: Read 47 rows, 3.57 KiB in 0.001121 sec., 41926.85102586976 rows/sec., 3.11 MiB/sec. 2026.05.01 23:43:33.643132 [ 268 ] {bf723bbb-c4d8-43fe-afc1-08d4ac88bc0f} TCPHandler: Processed in 0.001278238 sec. 2026.05.01 23:43:33.643248 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.643340 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.643378 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:43:33.643765 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.643801 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.644092 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:43:33.644295 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:43:33.644427 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} executeQuery: Read 24 rows, 2.04 KiB in 0.001104 sec., 21739.130434782608 rows/sec., 1.80 MiB/sec. 2026.05.01 23:43:33.644463 [ 268 ] {6221f24c-4a36-4d86-a49f-3bfda9c11694} TCPHandler: Processed in 0.001261667 sec. 2026.05.01 23:43:33.644581 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.644679 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.644721 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:43:33.645134 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.645172 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.645497 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.01 23:43:33.645721 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:43:33.645865 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} executeQuery: Read 12 rows, 960.00 B in 0.001205 sec., 9958.50622406639 rows/sec., 778.01 KiB/sec. 2026.05.01 23:43:33.645906 [ 268 ] {63ea39d9-a8c0-49eb-91fa-350a9b53652a} TCPHandler: Processed in 0.00137705 sec. 2026.05.01 23:43:33.646034 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.646146 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:33.646191 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:33.646717 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.646759 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.647104 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.01 23:43:33.647315 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:33.647449 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} executeQuery: Read 135 rows, 11.18 KiB in 0.001326 sec., 101809.95475113123 rows/sec., 8.23 MiB/sec. 2026.05.01 23:43:33.647486 [ 268 ] {76ede714-0a46-42f3-b4d3-776591effa6c} TCPHandler: Processed in 0.001509452 sec. 2026.05.01 23:43:33.647599 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.647690 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.647731 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:33.648120 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.648154 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.648496 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.01 23:43:33.648699 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:33.648829 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} executeQuery: Read 198 rows, 14.54 KiB in 0.001158 sec., 170984.45595854922 rows/sec., 12.26 MiB/sec. 2026.05.01 23:43:33.648866 [ 268 ] {9967b184-6180-4b72-a6de-a64501e26a61} TCPHandler: Processed in 0.001314008 sec. 2026.05.01 23:43:33.648992 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.649082 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.649136 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} 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.01 23:43:33.649953 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.649990 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.650542 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.01 23:43:33.650762 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:33.650911 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} executeQuery: Read 31 rows, 56.88 KiB in 0.001846 sec., 16793.066088840736 rows/sec., 30.09 MiB/sec. 2026.05.01 23:43:33.650963 [ 268 ] {f68c9596-c1c4-4341-aa4b-b6f834ae23a9} TCPHandler: Processed in 0.002019693 sec. 2026.05.01 23:43:33.651087 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:33.651181 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:33.651224 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:33.651589 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:33.651628 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:33.651959 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.01 23:43:33.652179 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:33.652312 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2026.05.01 23:43:33.652349 [ 268 ] {9f6ab77a-ab0f-4217-a96e-d62dd9800448} TCPHandler: Processed in 0.001310188 sec. 2026.05.01 23:43:34.884007 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15815 2026.05.01 23:43:34.884793 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:34.884869 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:34.885611 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:43:34.885856 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:34.885987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15815 2026.05.01 23:43:35.700495 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.05.01 23:43:35.717191 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:35.717246 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:35.722675 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:43:35.723389 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:35.726220 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.05.01 23:43:37.432429 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1034 2026.05.01 23:43:37.434824 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:37.434882 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:37.436131 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:43:37.436426 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:37.436793 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1034 2026.05.01 23:43:38.629314 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.629568 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:38.629911 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:38.629947 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} 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.01 23:43:38.630167 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:38.630238 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:38.630379 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:38.630477 [ 344 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:38.630488 [ 320 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:38.630515 [ 310 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:38.630503 [ 296 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:38.630652 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:38.630674 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:38.630776 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:38.630797 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:38.630832 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:38.630868 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:38.630903 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:38.631972 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} executeQuery: Read 48 rows, 7.91 KiB in 0.002499 sec., 19207.68307322929 rows/sec., 3.09 MiB/sec. 2026.05.01 23:43:38.632091 [ 268 ] {3b24fa09-fa96-4695-9a37-a0c7a0bdf022} TCPHandler: Processed in 0.002930183 sec. 2026.05.01 23:43:38.634027 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.634143 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:38.634194 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:38.634823 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.634872 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.635273 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.01 23:43:38.635498 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:38.635644 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} executeQuery: Read 78 rows, 6.61 KiB in 0.001539 sec., 50682.261208577 rows/sec., 4.20 MiB/sec. 2026.05.01 23:43:38.635681 [ 268 ] {f14e53b7-1a81-4e57-b039-ee39cbef1060} TCPHandler: Processed in 0.001712407 sec. 2026.05.01 23:43:38.635807 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.635911 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:38.635951 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:38.636369 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.636406 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.636690 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.01 23:43:38.636902 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:38.637016 [ 126 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.01 23:43:38.637039 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} executeQuery: Read 11 rows, 847.00 B in 0.001146 sec., 9598.603839441535 rows/sec., 721.77 KiB/sec. 2026.05.01 23:43:38.637089 [ 126 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.637097 [ 268 ] {35482915-6062-4a6b-ae5a-9ad2cae81dca} TCPHandler: Processed in 0.001338249 sec. 2026.05.01 23:43:38.637119 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.637230 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.637247 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:43:38.637334 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:38.637379 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:38.637406 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:38.637448 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 225 rows starting from the beginning of the part 2026.05.01 23:43:38.637518 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part 2026.05.01 23:43:38.637569 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:38.637615 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:38.637658 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 47 rows starting from the beginning of the part 2026.05.01 23:43:38.637703 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:38.637810 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.637853 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.638188 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.01 23:43:38.638432 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:38.638572 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} executeQuery: Read 75 rows, 6.00 KiB in 0.001256 sec., 59713.37579617835 rows/sec., 4.66 MiB/sec. 2026.05.01 23:43:38.638609 [ 268 ] {0e8f214d-f845-404d-8065-2c54561b03f2} TCPHandler: Processed in 0.00143142 sec. 2026.05.01 23:43:38.638617 [ 200 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427101 sec., 243150.27457762274 rows/sec., 17.31 MiB/sec. 2026.05.01 23:43:38.638729 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.638765 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.01 23:43:38.638835 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:38.638884 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:38.639017 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:38.639093 [ 187 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_46_9} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.01 23:43:38.639172 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.01 23:43:38.639300 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.639340 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.639674 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.01 23:43:38.639877 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:38.640009 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.05.01 23:43:38.640046 [ 268 ] {eecbc933-6a51-4c54-95a7-a1acd9dc3fa6} TCPHandler: Processed in 0.00136469 sec. 2026.05.01 23:43:38.640173 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.640280 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:38.640334 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} 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.01 23:43:38.641094 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.641131 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.641638 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.01 23:43:38.641855 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:38.641971 [ 126 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.01 23:43:38.642001 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} executeQuery: Read 11 rows, 20.18 KiB in 0.00174 sec., 6321.83908045977 rows/sec., 11.33 MiB/sec. 2026.05.01 23:43:38.642002 [ 126 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.642040 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.642063 [ 268 ] {e4b4c61e-9d64-4e3c-895f-bbeb724331c8} TCPHandler: Processed in 0.001935532 sec. 2026.05.01 23:43:38.642134 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:43:38.642186 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:38.642290 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:38.642332 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:38.642376 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:38.642435 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 884 rows starting from the beginning of the part 2026.05.01 23:43:38.642560 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part 2026.05.01 23:43:38.642676 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:38.642678 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:38.642727 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:38.642781 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:38.642885 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part 2026.05.01 23:43:38.642984 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 11 rows starting from the beginning of the part 2026.05.01 23:43:38.643056 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.01 23:43:38.643285 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:38.643429 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2026.05.01 23:43:38.643464 [ 268 ] {40e37f63-096c-44f1-8eec-873280df132f} TCPHandler: Processed in 0.001328749 sec. 2026.05.01 23:43:38.648542 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 988 rows, containing 19 columns (19 merged, 0 gathered) in 0.006450599 sec., 153164.07049949936 rows/sec., 274.46 MiB/sec. 2026.05.01 23:43:38.649748 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.01 23:43:38.650121 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:38.650205 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_46_9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.01 23:43:38.650342 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.20 MiB. 2026.05.01 23:43:39.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 292.75 MiB, peak 300.90 MiB, free memory in arenas 0.00 B, will set to 295.45 MiB (RSS), difference: 2.70 MiB 2026.05.01 23:43:42.281414 [ 70 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:43:42.281467 [ 70 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:43:42.386667 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16327 2026.05.01 23:43:42.387217 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:42.387266 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:42.387772 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:43:42.388011 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:42.388146 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16327 2026.05.01 23:43:43.226887 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.05.01 23:43:43.243766 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.243831 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.249549 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.01 23:43:43.250246 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:43.253184 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.05.01 23:43:43.630302 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.630527 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:43.630876 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:43.630914 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} 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.01 23:43:43.631139 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:43.631211 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:43.631359 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:43.631458 [ 344 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:43.631462 [ 296 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:43.631498 [ 310 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:43.631470 [ 320 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:43.631641 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:43.631665 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:43.631752 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:43.631775 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:43.631812 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:43.631849 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:43.631888 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:43.633119 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} executeQuery: Read 48 rows, 7.91 KiB in 0.002685 sec., 17877.09497206704 rows/sec., 2.88 MiB/sec. 2026.05.01 23:43:43.633250 [ 268 ] {e8a2981e-e605-4a0d-bc2e-e27ebba28a8f} TCPHandler: Processed in 0.003080726 sec. 2026.05.01 23:43:43.635439 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.635571 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:43.635623 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:43.636181 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.636219 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.636582 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.01 23:43:43.636795 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:43.636961 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} executeQuery: Read 118 rows, 10.28 KiB in 0.00143 sec., 82517.48251748251 rows/sec., 7.02 MiB/sec. 2026.05.01 23:43:43.637001 [ 268 ] {e1b5b753-5863-4713-8005-f90e5a37d372} TCPHandler: Processed in 0.001624475 sec. 2026.05.01 23:43:43.637144 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.637254 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.637298 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:43.637762 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.637805 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.638206 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.01 23:43:43.638471 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:43.638645 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} executeQuery: Read 31 rows, 2.33 KiB in 0.001413 sec., 21939.136588818117 rows/sec., 1.61 MiB/sec. 2026.05.01 23:43:43.638701 [ 268 ] {c4bc88e8-0594-474c-8f4a-ce728e37d641} TCPHandler: Processed in 0.001605554 sec. 2026.05.01 23:43:43.638846 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.638948 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:43.638988 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:43.639423 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.639458 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.639770 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.01 23:43:43.639992 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:43.640158 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} executeQuery: Read 95 rows, 7.60 KiB in 0.001231 sec., 77173.03005686433 rows/sec., 6.03 MiB/sec. 2026.05.01 23:43:43.640195 [ 268 ] {2e4cf179-08d5-4a2a-adeb-caf1b4e97791} TCPHandler: Processed in 0.001410711 sec. 2026.05.01 23:43:43.640330 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.640429 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.640474 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:43.640885 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.640922 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.641279 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.01 23:43:43.641496 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:43.641635 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.05.01 23:43:43.641675 [ 268 ] {a2eca11f-a9f8-47b7-87ed-df41c648962a} TCPHandler: Processed in 0.00140324 sec. 2026.05.01 23:43:43.641794 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.641920 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.641976 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} 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.01 23:43:43.642794 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.642834 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.643402 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.01 23:43:43.643644 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:43.643822 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} executeQuery: Read 31 rows, 56.88 KiB in 0.00192 sec., 16145.833333333332 rows/sec., 28.93 MiB/sec. 2026.05.01 23:43:43.643885 [ 268 ] {0b65a201-aef0-4c79-bf9b-b4d9b9d78dd6} TCPHandler: Processed in 0.002141236 sec. 2026.05.01 23:43:43.644013 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.644109 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.644152 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:43.644497 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.644534 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.644848 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.01 23:43:43.645078 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:43.645209 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.05.01 23:43:43.645245 [ 268 ] {6a70821e-2e3b-467b-954e-7cfc2efee74e} TCPHandler: Processed in 0.001283538 sec. 2026.05.01 23:43:43.876833 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.877218 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:43.877798 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:43.877873 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} 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.01 23:43:43.878163 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:43.878234 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:43.878382 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.01 23:43:43.878487 [ 320 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:43.878488 [ 296 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:43.878521 [ 277 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:43.878521 [ 325 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:43.878681 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:43.878708 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:43.878794 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:43.878816 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:43.878852 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:43:43.878892 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:43:43.878926 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:43:43.880144 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} executeQuery: Read 48 rows, 9.49 KiB in 0.003093 sec., 15518.913676042677 rows/sec., 3.00 MiB/sec. 2026.05.01 23:43:43.880281 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} MemoryTracker: Peak memory usage (for query): 138.19 KiB. 2026.05.01 23:43:43.880297 [ 268 ] {c7b57e09-4df6-41ed-b4d8-e77121b69200} TCPHandler: Processed in 0.003658018 sec. 2026.05.01 23:43:43.891219 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.891358 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:43:43.891411 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:43:43.891930 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.891974 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.892350 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:43:43.892586 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:43:43.892744 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} executeQuery: Read 10 rows, 835.00 B in 0.001425 sec., 7017.543859649122 rows/sec., 572.23 KiB/sec. 2026.05.01 23:43:43.892784 [ 268 ] {6dfa2daf-b090-485a-9fce-d1173c299a4c} TCPHandler: Processed in 0.001630235 sec. 2026.05.01 23:43:43.892906 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.893003 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:43.893044 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:43.894594 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.894632 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.895084 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.01 23:43:43.895317 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:43.895446 [ 102 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.01 23:43:43.895453 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} executeQuery: Read 2428 rows, 183.90 KiB in 0.00247 sec., 982995.9514170041 rows/sec., 72.71 MiB/sec. 2026.05.01 23:43:43.895529 [ 102 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.895548 [ 268 ] {db1cf2b9-0dff-403b-93fd-1410421903da} TCPHandler: Processed in 0.002691888 sec. 2026.05.01 23:43:43.895565 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.895674 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.895687 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:43:43.895776 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.895795 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:43.895817 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:43.895828 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3359 rows starting from the beginning of the part 2026.05.01 23:43:43.895891 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 78 rows starting from the beginning of the part 2026.05.01 23:43:43.895942 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 240 rows starting from the beginning of the part 2026.05.01 23:43:43.895989 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 78 rows starting from the beginning of the part 2026.05.01 23:43:43.896031 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 118 rows starting from the beginning of the part 2026.05.01 23:43:43.896074 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2428 rows starting from the beginning of the part 2026.05.01 23:43:43.896216 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.896251 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.896554 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.01 23:43:43.896769 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:43.896898 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} executeQuery: Read 30 rows, 2.20 KiB in 0.001201 sec., 24979.184013322232 rows/sec., 1.79 MiB/sec. 2026.05.01 23:43:43.896935 [ 268 ] {f2a36db4-8950-448a-b911-92824b4f38fe} TCPHandler: Processed in 0.001373799 sec. 2026.05.01 23:43:43.897112 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.897209 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.897249 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:43:43.897919 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.897956 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.898178 [ 187 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6301 rows, containing 5 columns (5 merged, 0 gathered) in 0.002534444 sec., 2486146.8629805986 rows/sec., 198.13 MiB/sec. 2026.05.01 23:43:43.898296 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:43:43.898536 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.01 23:43:43.898547 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:43:43.898682 [ 102 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.01 23:43:43.898695 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} executeQuery: Read 801 rows, 47.38 KiB in 0.001504 sec., 532579.7872340425 rows/sec., 30.76 MiB/sec. 2026.05.01 23:43:43.898733 [ 102 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.898751 [ 268 ] {342c22b6-831f-4d55-98e4-8e8c60e1e581} TCPHandler: Processed in 0.001688147 sec. 2026.05.01 23:43:43.898764 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.898847 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:43:43.898850 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:43.898875 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.898931 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:43.898957 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 975 rows starting from the beginning of the part 2026.05.01 23:43:43.898961 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_56_11} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.01 23:43:43.898985 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.899006 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 149 rows starting from the beginning of the part 2026.05.01 23:43:43.899030 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:43:43.899044 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:43:43.899080 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.05.01 23:43:43.899081 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 801 rows starting from the beginning of the part 2026.05.01 23:43:43.899135 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.05.01 23:43:43.899174 [ 197 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 801 rows starting from the beginning of the part 2026.05.01 23:43:43.899403 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.899440 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.899733 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 23:43:43.899952 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:43:43.900084 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} executeQuery: Read 1 rows, 72.00 B in 0.001118 sec., 894.4543828264758 rows/sec., 62.89 KiB/sec. 2026.05.01 23:43:43.900122 [ 268 ] {b11ac57a-5e46-4ffb-abab-8ba6250ec99f} TCPHandler: Processed in 0.001296958 sec. 2026.05.01 23:43:43.900173 [ 202 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352439 sec., 2051109.1442941234 rows/sec., 129.16 MiB/sec. 2026.05.01 23:43:43.900232 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.900333 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:43.900367 [ 187 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.01 23:43:43.900374 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:43.900672 [ 187 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:43:43.900758 [ 187 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_21_4} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.01 23:43:43.900852 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.01 23:43:43.901211 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.901254 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.901623 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.01 23:43:43.901846 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:43.901961 [ 102 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.01 23:43:43.901981 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} executeQuery: Read 1309 rows, 89.65 KiB in 0.001667 sec., 785242.951409718 rows/sec., 52.52 MiB/sec. 2026.05.01 23:43:43.901998 [ 102 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.902027 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.902029 [ 268 ] {11f9adbf-572b-4f5d-b89d-46217a215287} TCPHandler: Processed in 0.001847129 sec. 2026.05.01 23:43:43.902100 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:43:43.902161 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.902177 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:43.902200 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1830 rows starting from the beginning of the part 2026.05.01 23:43:43.902243 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 75 rows starting from the beginning of the part 2026.05.01 23:43:43.902258 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.902278 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 135 rows starting from the beginning of the part 2026.05.01 23:43:43.902302 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:43.902314 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 75 rows starting from the beginning of the part 2026.05.01 23:43:43.902347 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 95 rows starting from the beginning of the part 2026.05.01 23:43:43.902384 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1309 rows starting from the beginning of the part 2026.05.01 23:43:43.902987 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.903025 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.903436 [ 187 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3519 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013636 sec., 2580668.8178351424 rows/sec., 187.55 MiB/sec. 2026.05.01 23:43:43.903456 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.01 23:43:43.903613 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.01 23:43:43.903709 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:43.903831 [ 102 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.01 23:43:43.903846 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} executeQuery: Read 1501 rows, 93.25 KiB in 0.001607 sec., 934038.5812072185 rows/sec., 56.67 MiB/sec. 2026.05.01 23:43:43.903852 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:43.903870 [ 102 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.903893 [ 268 ] {84f94a2e-251a-4257-8205-41ff15a9c88e} TCPHandler: Processed in 0.001783948 sec. 2026.05.01 23:43:43.903908 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.903935 [ 197 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_56_11} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.01 23:43:43.903994 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:43.904011 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.904002 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.05.01 23:43:43.904105 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:43.904121 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.904140 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 20325 rows starting from the beginning of the part 2026.05.01 23:43:43.904183 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} 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.01 23:43:43.904206 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:43.904259 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:43.904299 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:43.904338 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:43:43.904379 [ 190 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1501 rows starting from the beginning of the part 2026.05.01 23:43:43.904940 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.904982 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.905524 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.01 23:43:43.905770 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:43.905921 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} executeQuery: Read 20 rows, 36.70 KiB in 0.001818 sec., 11001.100110011 rows/sec., 19.71 MiB/sec. 2026.05.01 23:43:43.905977 [ 268 ] {699a4b0f-0775-4ff0-ac05-d916ca0e0211} TCPHandler: Processed in 0.002016163 sec. 2026.05.01 23:43:43.906113 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:43.906208 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:43.906251 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:43.906569 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.906607 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.906934 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.01 23:43:43.907159 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:43.907283 [ 82 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.01 23:43:43.907293 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} executeQuery: Read 12 rows, 848.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 750.79 KiB/sec. 2026.05.01 23:43:43.907324 [ 82 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:43.907346 [ 268 ] {9dd86f74-1d3d-4d4b-8fa7-e4ec99ad20b9} TCPHandler: Processed in 0.001284837 sec. 2026.05.01 23:43:43.907349 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:43.907447 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:43.907573 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:43.907607 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2940 rows starting from the beginning of the part 2026.05.01 23:43:43.907667 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:43.907715 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:43.907769 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:43.907816 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:43.907865 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:43:43.909301 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3192 rows, containing 4 columns (4 merged, 0 gathered) in 0.00189296 sec., 1686247.9925619136 rows/sec., 111.35 MiB/sec. 2026.05.01 23:43:43.909665 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.01 23:43:43.909952 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_56_11} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:43.910027 [ 197 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_56_11} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.01 23:43:43.910103 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.05.01 23:43:43.910239 [ 197 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 22504 rows, containing 5 columns (5 merged, 0 gathered) in 0.006279615 sec., 3583659.189297433 rows/sec., 230.64 MiB/sec. 2026.05.01 23:43:43.910730 [ 196 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.01 23:43:43.911057 [ 196 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:43.911140 [ 196 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_56_11} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.01 23:43:43.911260 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.05.01 23:43:47.437637 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1082 2026.05.01 23:43:47.440279 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:47.440331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:47.441610 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:43:47.441894 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:47.442033 [ 59 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:43:47.442071 [ 59 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:47.442090 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:47.442208 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:43:47.442260 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1082 2026.05.01 23:43:47.442819 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:47.442983 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 874 rows starting from the beginning of the part 2026.05.01 23:43:47.443392 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part 2026.05.01 23:43:47.443759 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:43:47.444116 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.05.01 23:43:47.444456 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.05.01 23:43:47.444781 [ 198 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:43:47.451468 [ 197 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 72 columns (72 merged, 0 gathered) in 0.0093119 sec., 116195.40587849956 rows/sec., 98.11 MiB/sec. 2026.05.01 23:43:47.452948 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:43:47.453607 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:47.453698 [ 201 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_26_5} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:43:47.454062 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2026.05.01 23:43:48.628318 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:48.628694 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:48.629200 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:48.629234 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} 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.01 23:43:48.629448 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:48.629516 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:48.629657 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:43:48.629762 [ 320 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:48.629768 [ 296 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:48.629811 [ 325 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:48.629831 [ 277 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:48.630003 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:48.630031 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:48.630118 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:48.630139 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:48.630177 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:43:48.630212 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:43:48.630245 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:43:48.631519 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} executeQuery: Read 48 rows, 7.91 KiB in 0.002973 sec., 16145.307769929364 rows/sec., 2.60 MiB/sec. 2026.05.01 23:43:48.631671 [ 268 ] {4b8db624-a8e5-4df9-96cd-da8432993c2b} TCPHandler: Processed in 0.003544897 sec. 2026.05.01 23:43:48.633227 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:48.633352 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:48.633401 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:48.633993 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:48.634040 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:48.634412 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.01 23:43:48.634626 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:48.634773 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} executeQuery: Read 56 rows, 4.41 KiB in 0.001459 sec., 38382.45373543523 rows/sec., 2.95 MiB/sec. 2026.05.01 23:43:48.634810 [ 268 ] {0c9fe630-1d39-4e6d-862c-9cde01a0c151} TCPHandler: Processed in 0.001641135 sec. 2026.05.01 23:43:48.634926 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:48.635017 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:48.635063 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:48.635497 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:48.635533 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:48.635826 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.01 23:43:48.636032 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:48.636160 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. 2026.05.01 23:43:48.636195 [ 268 ] {56adcda8-1066-4232-9b96-6c3b5c385c52} TCPHandler: Processed in 0.001315448 sec. 2026.05.01 23:43:48.636306 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:48.636396 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:48.636443 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:48.636845 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:48.636880 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:48.637201 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.01 23:43:48.637406 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:48.637530 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} executeQuery: Read 128 rows, 9.13 KiB in 0.001151 sec., 111207.6455256299 rows/sec., 7.75 MiB/sec. 2026.05.01 23:43:48.637565 [ 268 ] {ff128291-1cd2-4533-85bd-9199edc1a39f} TCPHandler: Processed in 0.001305369 sec. 2026.05.01 23:43:48.637678 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:48.637768 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:48.637809 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:48.638131 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:48.638165 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:48.638459 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.01 23:43:48.638669 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:48.638793 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} executeQuery: Read 48 rows, 3.31 KiB in 0.001042 sec., 46065.25911708253 rows/sec., 3.10 MiB/sec. 2026.05.01 23:43:48.638827 [ 268 ] {116c69fd-c4e1-4420-b0dc-07b88a61cc38} TCPHandler: Processed in 0.001195756 sec. 2026.05.01 23:43:49.888323 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16775 2026.05.01 23:43:49.889121 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:49.889216 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:49.889897 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:43:49.890134 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:49.890277 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16775 2026.05.01 23:43:50.753332 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.05.01 23:43:50.770282 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:50.770326 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:50.776393 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.01 23:43:50.777078 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:50.779850 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.05.01 23:43:53.631003 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.631282 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:53.631628 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:53.631663 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} 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.01 23:43:53.631881 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:53.631951 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:53.632094 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:53.632211 [ 320 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:53.632224 [ 277 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:53.632233 [ 325 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:53.632229 [ 315 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:53.632410 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:53.632437 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:53.632521 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:53.632542 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:53.632575 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:53.632614 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:53.632647 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:53.633908 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} executeQuery: Read 48 rows, 7.91 KiB in 0.002731 sec., 17575.97949469059 rows/sec., 2.83 MiB/sec. 2026.05.01 23:43:53.634047 [ 268 ] {1b8a89a7-7ca8-41ca-ae8c-7694df40bacd} TCPHandler: Processed in 0.003189659 sec. 2026.05.01 23:43:53.636042 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.636151 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:53.636195 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:53.636790 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:53.636842 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:53.637283 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.01 23:43:53.637510 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:53.637661 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} executeQuery: Read 118 rows, 10.28 KiB in 0.001543 sec., 76474.4005184705 rows/sec., 6.51 MiB/sec. 2026.05.01 23:43:53.637700 [ 268 ] {1f3925ab-380f-4c13-851b-8f2576fa4783} TCPHandler: Processed in 0.001709697 sec. 2026.05.01 23:43:53.637822 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.637916 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:53.637957 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:53.638362 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:53.638400 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:53.638688 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.01 23:43:53.638895 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:53.639022 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} executeQuery: Read 31 rows, 2.33 KiB in 0.001125 sec., 27555.55555555556 rows/sec., 2.02 MiB/sec. 2026.05.01 23:43:53.639059 [ 268 ] {de30902c-cfc3-41d6-a2fe-aee25f1e551c} TCPHandler: Processed in 0.001286878 sec. 2026.05.01 23:43:53.639174 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.639268 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:53.639308 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:53.639724 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:53.639761 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:53.640055 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.01 23:43:53.640270 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:53.640402 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} executeQuery: Read 95 rows, 7.60 KiB in 0.001152 sec., 82465.27777777778 rows/sec., 6.44 MiB/sec. 2026.05.01 23:43:53.640438 [ 268 ] {ab7e6b7f-88b3-4c98-b66e-c013d5fe1977} TCPHandler: Processed in 0.001313568 sec. 2026.05.01 23:43:53.640556 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.640648 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:53.640691 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:53.641095 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:53.641132 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:53.641449 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.01 23:43:53.641664 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:53.641798 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.05.01 23:43:53.641835 [ 268 ] {38c29c8f-7016-4974-9fdc-5a83622d37dc} TCPHandler: Processed in 0.001328689 sec. 2026.05.01 23:43:53.641950 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.642049 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:53.642106 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} 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.01 23:43:53.642879 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:53.642916 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:53.643459 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.01 23:43:53.643689 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:53.643832 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} executeQuery: Read 31 rows, 56.88 KiB in 0.001802 sec., 17203.1076581576 rows/sec., 30.83 MiB/sec. 2026.05.01 23:43:53.643891 [ 268 ] {5ddcd5fa-1faa-48fc-ad20-bb22504fb470} TCPHandler: Processed in 0.001991863 sec. 2026.05.01 23:43:53.644028 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:53.644123 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:53.644166 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:53.644510 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:53.644545 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:53.644847 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.01 23:43:53.645055 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:53.645192 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.05.01 23:43:53.645228 [ 268 ] {51fded05-60e7-4c61-a7a9-e2924763beb8} TCPHandler: Processed in 0.001251017 sec. 2026.05.01 23:43:55.777766 [ 96 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.05.01 23:43:55.777831 [ 96 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:55.777851 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:55.777981 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.05.01 23:43:55.778131 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:55.778169 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2026.05.01 23:43:55.778240 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.05.01 23:43:55.778289 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.05.01 23:43:55.778334 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.05.01 23:43:55.778375 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2026.05.01 23:43:55.779124 [ 197 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001203005 sec., 31587.566136466598 rows/sec., 2.64 MiB/sec. 2026.05.01 23:43:55.779248 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.05.01 23:43:55.779506 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 23:43:55.779577 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_17_4} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.05.01 23:43:55.779649 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.01 23:43:57.281512 [ 125 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:43:57.281575 [ 125 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:43:57.390451 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17287 2026.05.01 23:43:57.391003 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:57.391043 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:57.391642 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:43:57.391872 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:57.392000 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17287 2026.05.01 23:43:57.392003 [ 111 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:43:57.392077 [ 111 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:57.392099 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:57.392203 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.392314 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:57.392351 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.392412 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.392454 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.392496 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.392533 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.392570 [ 199 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:43:57.394825 [ 194 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17287 rows, containing 4 columns (4 merged, 0 gathered) in 0.002660127 sec., 6498561.910765914 rows/sec., 92.96 MiB/sec. 2026.05.01 23:43:57.394962 [ 189 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:43:57.395238 [ 189 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_36_7} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:43:57.395308 [ 189 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_36_7} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:43:57.395403 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.05.01 23:43:57.442608 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1106 2026.05.01 23:43:57.444668 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:57.444710 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:57.445846 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.01 23:43:57.446120 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:43:57.446448 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1106 2026.05.01 23:43:58.280033 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.05.01 23:43:58.296977 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.297037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.303047 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.01 23:43:58.303751 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:58.304071 [ 111 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.01 23:43:58.304144 [ 111 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.304168 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.304272 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:58.306958 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.05.01 23:43:58.308846 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:43:58.310293 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:58.314885 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:58.319436 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:58.323945 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:58.328682 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:43:58.332755 [ 199 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.05.01 23:43:58.383870 [ 200 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.079640335 sec., 3402.7983433269083 rows/sec., 17.60 MiB/sec. 2026.05.01 23:43:58.386385 [ 200 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.01 23:43:58.388353 [ 200 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_36_7} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:43:58.388429 [ 200 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_36_7} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.01 23:43:58.390288 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.05.01 23:43:58.630545 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.630771 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:43:58.631105 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:43:58.631147 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} 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.01 23:43:58.631362 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:43:58.631430 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:43:58.631570 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:43:58.631692 [ 277 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:43:58.631705 [ 325 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:43:58.631697 [ 320 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:43:58.631692 [ 315 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:43:58.631890 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:43:58.631916 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:43:58.632001 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:43:58.632021 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:43:58.632056 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:58.632095 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:58.632131 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:43:58.633406 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} executeQuery: Read 48 rows, 7.91 KiB in 0.002723 sec., 17627.616599338962 rows/sec., 2.84 MiB/sec. 2026.05.01 23:43:58.633597 [ 268 ] {d569b934-0516-464e-bd2d-616fcfd845ee} TCPHandler: Processed in 0.003184789 sec. 2026.05.01 23:43:58.635675 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.635792 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:43:58.635838 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:43:58.636393 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.636437 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.636811 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.01 23:43:58.637033 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:43:58.637177 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} executeQuery: Read 78 rows, 6.61 KiB in 0.00142 sec., 54929.57746478873 rows/sec., 4.55 MiB/sec. 2026.05.01 23:43:58.637214 [ 268 ] {75814b11-747e-4fe3-a91f-1d0784bd1e8c} TCPHandler: Processed in 0.001593074 sec. 2026.05.01 23:43:58.637346 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.637439 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:43:58.637477 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:43:58.637871 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.637906 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.638185 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.01 23:43:58.638386 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:43:58.638513 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} executeQuery: Read 11 rows, 847.00 B in 0.001092 sec., 10073.260073260073 rows/sec., 757.46 KiB/sec. 2026.05.01 23:43:58.638548 [ 268 ] {2db87a22-7139-4328-b4d3-1a9fc5e6ac6f} TCPHandler: Processed in 0.001249527 sec. 2026.05.01 23:43:58.638663 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.638754 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:43:58.638791 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:43:58.639201 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.639237 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.639526 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.01 23:43:58.639732 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:43:58.639855 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} executeQuery: Read 75 rows, 6.00 KiB in 0.001119 sec., 67024.12868632708 rows/sec., 5.23 MiB/sec. 2026.05.01 23:43:58.639890 [ 268 ] {219b1a73-df2e-4a36-bca4-88059a160a00} TCPHandler: Processed in 0.001274127 sec. 2026.05.01 23:43:58.640007 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.640099 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:58.640141 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:43:58.640548 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.640582 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.640906 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.01 23:43:58.641111 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:43:58.641242 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2026.05.01 23:43:58.641278 [ 268 ] {4129c561-7079-4854-bdd2-4a19b09d81a1} TCPHandler: Processed in 0.001317878 sec. 2026.05.01 23:43:58.641399 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.641490 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:43:58.641543 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} 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.01 23:43:58.642277 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.642313 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.642811 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.01 23:43:58.643030 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:43:58.643167 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} executeQuery: Read 11 rows, 20.18 KiB in 0.001695 sec., 6489.675516224189 rows/sec., 11.63 MiB/sec. 2026.05.01 23:43:58.643218 [ 268 ] {a84a62ba-203a-416b-ae9a-c6e446a8e6f3} TCPHandler: Processed in 0.00186648 sec. 2026.05.01 23:43:58.643349 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:43:58.643441 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:43:58.643481 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:43:58.643812 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:43:58.643847 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:43:58.644148 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.01 23:43:58.644353 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:43:58.644477 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.05.01 23:43:58.644511 [ 268 ] {87237240-8dbd-4e33-9375-3df72e730007} TCPHandler: Processed in 0.001212156 sec. 2026.05.01 23:43:59.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 299.91 MiB, peak 311.29 MiB, free memory in arenas 0.00 B, will set to 302.56 MiB (RSS), difference: 2.65 MiB 2026.05.01 23:44:03.631979 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.632234 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:03.632588 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:03.632628 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} 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.01 23:44:03.632885 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:03.632959 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:03.633108 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:44:03.633248 [ 304 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:03.633257 [ 325 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:03.633274 [ 306 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:03.633252 [ 315 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:03.633452 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:03.633482 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:03.633571 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:03.633593 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:03.633629 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:44:03.633668 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:44:03.633705 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:44:03.634920 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} executeQuery: Read 48 rows, 10.51 KiB in 0.002788 sec., 17216.64275466284 rows/sec., 3.68 MiB/sec. 2026.05.01 23:44:03.635064 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} MemoryTracker: Peak memory usage (for query): 147.03 KiB. 2026.05.01 23:44:03.635081 [ 268 ] {59410cde-2b54-4c12-b777-a6cbd395be26} TCPHandler: Processed in 0.00323813 sec. 2026.05.01 23:44:03.637997 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.638128 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.638188 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:44:03.638723 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.638764 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.639137 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:44:03.639372 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:44:03.639519 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} executeQuery: Read 24 rows, 2.04 KiB in 0.001429 sec., 16794.96151154654 rows/sec., 1.39 MiB/sec. 2026.05.01 23:44:03.639558 [ 268 ] {9d63cf0b-e9fd-4ae8-b1cd-9404c508323a} TCPHandler: Processed in 0.001623495 sec. 2026.05.01 23:44:03.639678 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.639775 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:44:03.639815 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:44:03.640201 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.640236 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.640514 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:44:03.640725 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:44:03.640853 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} executeQuery: Read 2 rows, 167.00 B in 0.001097 sec., 1823.1540565177756 rows/sec., 148.67 KiB/sec. 2026.05.01 23:44:03.640890 [ 268 ] {be68edc5-d8d3-46de-955f-9852355cd2af} TCPHandler: Processed in 0.001260837 sec. 2026.05.01 23:44:03.641002 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.641095 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:03.641134 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:03.641637 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.641675 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.641995 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.01 23:44:03.642206 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:03.642334 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} executeQuery: Read 239 rows, 21.81 KiB in 0.001256 sec., 190286.62420382167 rows/sec., 16.96 MiB/sec. 2026.05.01 23:44:03.642371 [ 268 ] {bce070ef-bf65-4463-96d2-a654fcc29be3} TCPHandler: Processed in 0.00141782 sec. 2026.05.01 23:44:03.642485 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.642578 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.642618 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:03.643017 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.643054 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.643346 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.01 23:44:03.643563 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:03.643691 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} executeQuery: Read 45 rows, 3.43 KiB in 0.001131 sec., 39787.79840848806 rows/sec., 2.96 MiB/sec. 2026.05.01 23:44:03.643691 [ 128 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.01 23:44:03.643729 [ 268 ] {3bb1f54f-c893-43cb-bfae-12255d766ef1} TCPHandler: Processed in 0.001292148 sec. 2026.05.01 23:44:03.643754 [ 128 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.643779 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.643848 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.643888 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:44:03.643946 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.643993 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:44:03.644051 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:03.644096 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 225 rows starting from the beginning of the part 2026.05.01 23:44:03.644173 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:03.644228 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part 2026.05.01 23:44:03.644277 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:03.644352 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:03.644373 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.644400 [ 192 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 45 rows starting from the beginning of the part 2026.05.01 23:44:03.644416 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.644752 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.01 23:44:03.644979 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:44:03.645113 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} executeQuery: Read 24 rows, 2.04 KiB in 0.001185 sec., 20253.164556962023 rows/sec., 1.68 MiB/sec. 2026.05.01 23:44:03.645152 [ 268 ] {c4140d5e-2a43-4807-858c-17b52c862730} TCPHandler: Processed in 0.001353659 sec. 2026.05.01 23:44:03.645269 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.645364 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.645405 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:44:03.645460 [ 191 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 5 columns (5 merged, 0 gathered) in 0.001613694 sec., 231146.67340896107 rows/sec., 16.53 MiB/sec. 2026.05.01 23:44:03.645630 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.01 23:44:03.645794 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.645838 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.645902 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:03.645986 [ 188 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_51_10} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.01 23:44:03.646065 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.01 23:44:03.646148 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.01 23:44:03.646370 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:44:03.646500 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} executeQuery: Read 12 rows, 960.00 B in 0.001152 sec., 10416.666666666666 rows/sec., 813.80 KiB/sec. 2026.05.01 23:44:03.646538 [ 268 ] {9e6936b1-5417-42c1-b975-89ee5a4268bf} TCPHandler: Processed in 0.001316968 sec. 2026.05.01 23:44:03.646648 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.646740 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:03.646781 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:03.647228 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.647266 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.647571 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.01 23:44:03.647787 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:03.647917 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} executeQuery: Read 133 rows, 11.02 KiB in 0.001193 sec., 111483.65465213747 rows/sec., 9.02 MiB/sec. 2026.05.01 23:44:03.647955 [ 268 ] {7447a1da-de53-4041-9761-427731352deb} TCPHandler: Processed in 0.001355639 sec. 2026.05.01 23:44:03.648074 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.648194 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.648246 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:03.648705 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.648741 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.649071 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.01 23:44:03.649290 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:03.649418 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} executeQuery: Read 197 rows, 14.47 KiB in 0.001249 sec., 157726.18094475582 rows/sec., 11.31 MiB/sec. 2026.05.01 23:44:03.649456 [ 268 ] {7902e96a-0fe3-4ed4-91e9-8e9c5be4481b} TCPHandler: Processed in 0.001441271 sec. 2026.05.01 23:44:03.649588 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.649682 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.649735 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} 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.01 23:44:03.650547 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.650585 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.651120 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.01 23:44:03.651340 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:03.651455 [ 128 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.01 23:44:03.651478 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} executeQuery: Read 31 rows, 56.88 KiB in 0.001814 sec., 17089.30540242558 rows/sec., 30.62 MiB/sec. 2026.05.01 23:44:03.651491 [ 128 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.651518 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.651544 [ 268 ] {d190c1fb-4cf5-4a55-9fae-191bbd1f877d} TCPHandler: Processed in 0.002005824 sec. 2026.05.01 23:44:03.651586 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:44:03.651667 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:03.651765 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:03.651807 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:03.651809 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:03.651881 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 988 rows starting from the beginning of the part 2026.05.01 23:44:03.652011 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:03.652127 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part 2026.05.01 23:44:03.652133 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:03.652181 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:03.652253 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:03.652374 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:03.652491 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:03.652500 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.01 23:44:03.652724 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:03.652856 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.05.01 23:44:03.652892 [ 268 ] {4bcd2658-51ac-45c7-98c9-f2eb8eba38d0} TCPHandler: Processed in 0.001274248 sec. 2026.05.01 23:44:03.659801 [ 188 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1112 rows, containing 19 columns (19 merged, 0 gathered) in 0.008242067 sec., 134917.61229312985 rows/sec., 241.77 MiB/sec. 2026.05.01 23:44:03.661022 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.01 23:44:03.661333 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:03.661407 [ 192 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_51_10} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.01 23:44:03.661495 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.49 MiB. 2026.05.01 23:44:04.001155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 303.44 MiB, peak 311.88 MiB, free memory in arenas 0.00 B, will set to 307.45 MiB (RSS), difference: 4.01 MiB 2026.05.01 23:44:04.893048 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17735 2026.05.01 23:44:04.893554 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:04.893589 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:04.894086 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:44:04.894335 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:04.894464 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17735 2026.05.01 23:44:05.807967 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.05.01 23:44:05.823704 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:05.823765 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:05.829278 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.01 23:44:05.829945 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:05.832647 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.05.01 23:44:07.447564 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1142 2026.05.01 23:44:07.449956 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:07.450008 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:07.451232 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.01 23:44:07.451523 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:07.451882 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1142 2026.05.01 23:44:08.630181 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.630452 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:08.630869 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:08.630906 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} 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.01 23:44:08.631125 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:08.631203 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:08.631354 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:08.631466 [ 304 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:08.631479 [ 323 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:08.631489 [ 325 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:08.631483 [ 343 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:08.631654 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:08.631682 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:08.631766 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:08.631786 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:08.631821 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:08.631858 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:08.631893 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:08.633017 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} executeQuery: Read 48 rows, 7.91 KiB in 0.002667 sec., 17997.75028121485 rows/sec., 2.90 MiB/sec. 2026.05.01 23:44:08.633193 [ 268 ] {e0031b2d-f64f-4c81-9a62-78b64820aa5e} TCPHandler: Processed in 0.003156928 sec. 2026.05.01 23:44:08.635059 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.635173 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:08.635218 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:08.635733 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.635774 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.636144 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.01 23:44:08.636388 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:08.636530 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} executeQuery: Read 78 rows, 6.61 KiB in 0.001391 sec., 56074.766355140186 rows/sec., 4.64 MiB/sec. 2026.05.01 23:44:08.636557 [ 112 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.01 23:44:08.636569 [ 268 ] {cd883675-82d8-4937-b38e-12216da3bfbb} TCPHandler: Processed in 0.001560454 sec. 2026.05.01 23:44:08.636624 [ 112 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.636651 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.636734 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.636757 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:44:08.636832 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:08.636869 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:08.636877 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:08.636906 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3359 rows starting from the beginning of the part 2026.05.01 23:44:08.636969 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:44:08.637013 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 118 rows starting from the beginning of the part 2026.05.01 23:44:08.637054 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 78 rows starting from the beginning of the part 2026.05.01 23:44:08.637092 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part 2026.05.01 23:44:08.637129 [ 202 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 78 rows starting from the beginning of the part 2026.05.01 23:44:08.637311 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.637352 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.637651 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.01 23:44:08.637880 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:08.638026 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} executeQuery: Read 11 rows, 847.00 B in 0.001212 sec., 9075.907590759076 rows/sec., 682.47 KiB/sec. 2026.05.01 23:44:08.638063 [ 268 ] {748d3c54-a438-4868-bdd4-66ad5169ef5d} TCPHandler: Processed in 0.00137742 sec. 2026.05.01 23:44:08.638174 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.638270 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:08.638310 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:08.638538 [ 192 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3928 rows, containing 5 columns (5 merged, 0 gathered) in 0.001822099 sec., 2155755.5324930204 rows/sec., 174.38 MiB/sec. 2026.05.01 23:44:08.638723 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.638763 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.638930 [ 188 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.01 23:44:08.639093 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.01 23:44:08.639323 [ 188 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:08.639366 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:08.639422 [ 188 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_61_12} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.01 23:44:08.639509 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} executeQuery: Read 75 rows, 6.00 KiB in 0.001257 sec., 59665.87112171837 rows/sec., 4.66 MiB/sec. 2026.05.01 23:44:08.639518 [ 110 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.01 23:44:08.639528 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.05.01 23:44:08.639554 [ 268 ] {c204d987-278f-44e3-ad12-3f26cf06e527} TCPHandler: Processed in 0.001427891 sec. 2026.05.01 23:44:08.639570 [ 110 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.639603 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.639684 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:44:08.639692 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.639782 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:08.639800 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:08.639816 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1830 rows starting from the beginning of the part 2026.05.01 23:44:08.639850 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:08.639886 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:44:08.639935 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 95 rows starting from the beginning of the part 2026.05.01 23:44:08.639975 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 75 rows starting from the beginning of the part 2026.05.01 23:44:08.640015 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 133 rows starting from the beginning of the part 2026.05.01 23:44:08.640055 [ 192 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 75 rows starting from the beginning of the part 2026.05.01 23:44:08.640268 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.640310 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.640650 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.01 23:44:08.640878 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:08.641007 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2026.05.01 23:44:08.641010 [ 110 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.01 23:44:08.641044 [ 268 ] {ac1667b7-925b-4c31-af6a-8a7b1fa22903} TCPHandler: Processed in 0.00140088 sec. 2026.05.01 23:44:08.641058 [ 110 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.641083 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.641121 [ 188 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001471552 sec., 1543948.1581350844 rows/sec., 114.35 MiB/sec. 2026.05.01 23:44:08.641144 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:08.641167 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.641234 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:08.641264 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 22504 rows starting from the beginning of the part 2026.05.01 23:44:08.641268 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:08.641308 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:08.641331 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} 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.01 23:44:08.641352 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:08.641366 [ 193 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.01 23:44:08.641393 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:08.641433 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:08.641472 [ 192 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:08.641711 [ 193 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:08.641798 [ 193 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_61_12} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.01 23:44:08.641885 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.05.01 23:44:08.642070 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.642106 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.642610 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.01 23:44:08.642834 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:08.642973 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} executeQuery: Read 11 rows, 20.18 KiB in 0.001724 sec., 6380.510440835266 rows/sec., 11.43 MiB/sec. 2026.05.01 23:44:08.643027 [ 268 ] {01e18cda-300d-4f6e-8e2a-d43d9622c9a6} TCPHandler: Processed in 0.001908571 sec. 2026.05.01 23:44:08.643148 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:08.643249 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:08.643291 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:08.643620 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.643655 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.644079 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.01 23:44:08.644302 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:08.644432 [ 110 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.01 23:44:08.644436 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.05.01 23:44:08.644474 [ 110 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:08.644495 [ 268 ] {12399490-5e82-4c8c-8b6e-de7712ab676e} TCPHandler: Processed in 0.00139551 sec. 2026.05.01 23:44:08.644499 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:08.644606 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:08.644721 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:08.644752 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3192 rows starting from the beginning of the part 2026.05.01 23:44:08.644807 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:08.644855 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:08.644899 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:08.644942 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:08.644984 [ 196 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:08.648524 [ 190 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 4 columns (4 merged, 0 gathered) in 0.003956235 sec., 879624.1881485807 rows/sec., 58.18 MiB/sec. 2026.05.01 23:44:08.648937 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.01 23:44:08.649233 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_61_12} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:08.649314 [ 187 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_61_12} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.01 23:44:08.649407 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.05.01 23:44:08.649798 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 23309 rows, containing 5 columns (5 merged, 0 gathered) in 0.008679556 sec., 2685506.0327970693 rows/sec., 173.37 MiB/sec. 2026.05.01 23:44:08.650357 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.01 23:44:08.650676 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_61_12} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:08.650763 [ 198 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_61_12} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.01 23:44:08.650853 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.05.01 23:44:09.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.78 MiB, peak 319.23 MiB, free memory in arenas 0.00 B, will set to 310.38 MiB (RSS), difference: 1.59 MiB 2026.05.01 23:44:12.281609 [ 107 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:44:12.281662 [ 107 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:44:12.394602 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18247 2026.05.01 23:44:12.395131 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:12.395178 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.01 23:44:12.395689 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:44:12.395929 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:12.396086 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18247 2026.05.01 23:44:13.332809 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.05.01 23:44:13.349633 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.349698 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.355886 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.01 23:44:13.356559 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:13.359337 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.05.01 23:44:13.631126 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.631390 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:13.631776 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:13.631818 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} 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.01 23:44:13.632076 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:13.632149 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:13.632292 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:13.632423 [ 323 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:13.632431 [ 325 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:13.632426 [ 336 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:13.632423 [ 343 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:13.632628 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:13.632656 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:13.632742 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:13.632764 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:13.632800 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:13.632839 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:13.632875 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:13.634073 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} executeQuery: Read 48 rows, 7.91 KiB in 0.002791 sec., 17198.13686850591 rows/sec., 2.77 MiB/sec. 2026.05.01 23:44:13.634210 [ 268 ] {932c5788-4607-485a-8cf7-dff9917c1b0b} TCPHandler: Processed in 0.00322968 sec. 2026.05.01 23:44:13.636449 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.636673 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:13.636759 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:13.637463 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.637506 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.637894 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.01 23:44:13.638123 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:13.638269 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} executeQuery: Read 118 rows, 10.28 KiB in 0.001669 sec., 70701.0185739964 rows/sec., 6.02 MiB/sec. 2026.05.01 23:44:13.638308 [ 268 ] {f04ae42d-2f5e-4192-b2ca-e466c49c0b1e} TCPHandler: Processed in 0.001958392 sec. 2026.05.01 23:44:13.638432 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.638526 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.638566 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:13.638975 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.639010 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.639302 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.01 23:44:13.639518 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:13.639647 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} executeQuery: Read 31 rows, 2.33 KiB in 0.00114 sec., 27192.98245614035 rows/sec., 2.00 MiB/sec. 2026.05.01 23:44:13.639683 [ 268 ] {6aa6b6f3-475b-427e-94ca-56ea0639ae8c} TCPHandler: Processed in 0.001299888 sec. 2026.05.01 23:44:13.639797 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.639892 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:13.639932 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:13.640366 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.640401 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.640705 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.01 23:44:13.640914 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:13.641039 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} executeQuery: Read 95 rows, 7.60 KiB in 0.001164 sec., 81615.12027491408 rows/sec., 6.37 MiB/sec. 2026.05.01 23:44:13.641075 [ 268 ] {68e787c1-9bfa-402d-85e8-5659e95dbfb7} TCPHandler: Processed in 0.001326409 sec. 2026.05.01 23:44:13.641190 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.641284 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.641328 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:13.641719 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.641753 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.642076 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.01 23:44:13.642298 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:13.642432 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2026.05.01 23:44:13.642468 [ 268 ] {5e5f1943-169e-4dbd-af24-1b7bd8cf9c4f} TCPHandler: Processed in 0.001327519 sec. 2026.05.01 23:44:13.642577 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.642670 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.642724 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} 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.01 23:44:13.643495 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.643530 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.644074 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.01 23:44:13.644302 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:13.644445 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} executeQuery: Read 31 rows, 56.88 KiB in 0.001792 sec., 17299.10714285714 rows/sec., 31.00 MiB/sec. 2026.05.01 23:44:13.644497 [ 268 ] {24c2faf0-5657-4581-9375-87b66f8f5bfc} TCPHandler: Processed in 0.001968642 sec. 2026.05.01 23:44:13.644615 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.644711 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.644752 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:13.645078 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.645115 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.645422 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.01 23:44:13.645633 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:13.645760 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.05.01 23:44:13.645794 [ 268 ] {5740b376-52e2-4df5-8c26-e5a7c63758a6} TCPHandler: Processed in 0.001227316 sec. 2026.05.01 23:44:13.878157 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.878393 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:13.878680 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:13.878716 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} 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.01 23:44:13.878929 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:13.878993 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:13.879120 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.01 23:44:13.879203 [ 343 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:13.879231 [ 336 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:13.879236 [ 323 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:13.879255 [ 325 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:13.879392 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:13.879420 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:13.879502 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:13.879523 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:13.879557 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:44:13.879593 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:44:13.879626 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.01 23:44:13.880737 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} executeQuery: Read 48 rows, 9.49 KiB in 0.002426 sec., 19785.65539983512 rows/sec., 3.82 MiB/sec. 2026.05.01 23:44:13.880886 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} MemoryTracker: Peak memory usage (for query): 138.20 KiB. 2026.05.01 23:44:13.880901 [ 268 ] {11049564-e765-4862-8c8e-75ef1e499b34} TCPHandler: Processed in 0.002895072 sec. 2026.05.01 23:44:13.892659 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.892860 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:44:13.892942 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:44:13.893540 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.893591 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.893992 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:44:13.894243 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:44:13.894390 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} executeQuery: Read 2 rows, 167.00 B in 0.00159 sec., 1257.8616352201257 rows/sec., 102.57 KiB/sec. 2026.05.01 23:44:13.894428 [ 268 ] {3398b16e-a057-4b85-a2a0-e95caffe33be} TCPHandler: Processed in 0.001877211 sec. 2026.05.01 23:44:13.894539 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.894632 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:13.894670 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:13.895933 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.895970 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.896446 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.01 23:44:13.896658 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:13.896786 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} executeQuery: Read 2424 rows, 183.61 KiB in 0.002153 sec., 1125870.8778448675 rows/sec., 83.28 MiB/sec. 2026.05.01 23:44:13.896824 [ 268 ] {658a8674-3410-4329-8f51-5b00565f4e40} TCPHandler: Processed in 0.00231783 sec. 2026.05.01 23:44:13.896939 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.897035 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.897076 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:13.897455 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.897490 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.897785 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.01 23:44:13.897993 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:13.898122 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} executeQuery: Read 22 rows, 1.64 KiB in 0.001106 sec., 19891.500904159133 rows/sec., 1.45 MiB/sec. 2026.05.01 23:44:13.898160 [ 268 ] {43030433-a902-4579-bfeb-aca4076730b5} TCPHandler: Processed in 0.001270677 sec. 2026.05.01 23:44:13.898261 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.898356 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.898397 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:44:13.898990 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.899027 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.899368 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.01 23:44:13.899588 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:44:13.899716 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} executeQuery: Read 801 rows, 47.38 KiB in 0.001378 sec., 581277.213352685 rows/sec., 33.58 MiB/sec. 2026.05.01 23:44:13.899754 [ 268 ] {d734e0e0-2b89-42e9-8d81-7177bd27c091} TCPHandler: Processed in 0.001542993 sec. 2026.05.01 23:44:13.899856 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.899951 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.899991 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:44:13.900366 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.900402 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.900692 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 23:44:13.900909 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:44:13.901033 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} executeQuery: Read 1 rows, 72.00 B in 0.0011 sec., 909.090909090909 rows/sec., 63.92 KiB/sec. 2026.05.01 23:44:13.901071 [ 268 ] {652d1f6c-8cc9-4ca3-8e94-18b7abc9d831} TCPHandler: Processed in 0.001264808 sec. 2026.05.01 23:44:13.901177 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.901271 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:13.901309 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:13.902045 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.902082 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.902443 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.01 23:44:13.902658 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:13.902785 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} executeQuery: Read 1301 rows, 89.00 KiB in 0.001533 sec., 848662.7527723417 rows/sec., 56.69 MiB/sec. 2026.05.01 23:44:13.902823 [ 268 ] {be051a8f-4f30-43b3-aa4c-94ff6b4bae98} TCPHandler: Processed in 0.001695126 sec. 2026.05.01 23:44:13.902931 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.903026 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.903068 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:13.903686 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.903723 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.904134 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.01 23:44:13.904348 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:13.904480 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} executeQuery: Read 1497 rows, 92.97 KiB in 0.001473 sec., 1016293.2790224033 rows/sec., 61.64 MiB/sec. 2026.05.01 23:44:13.904518 [ 268 ] {52b65fbc-93d9-4c95-96dd-5f89b8f98a9c} TCPHandler: Processed in 0.001636885 sec. 2026.05.01 23:44:13.904638 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.904734 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.904786 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} 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.01 23:44:13.905513 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.905550 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.906062 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.01 23:44:13.906297 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:13.906441 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} executeQuery: Read 20 rows, 36.70 KiB in 0.001726 sec., 11587.485515643104 rows/sec., 20.76 MiB/sec. 2026.05.01 23:44:13.906494 [ 268 ] {0fb8cb13-51d8-4db7-9c9e-5aa8c30d9c94} TCPHandler: Processed in 0.001906731 sec. 2026.05.01 23:44:13.906604 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:13.906700 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:13.906740 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:13.907043 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:13.907079 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:13.907377 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.01 23:44:13.907592 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:13.907719 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} executeQuery: Read 12 rows, 848.00 B in 0.001038 sec., 11560.693641618496 rows/sec., 797.81 KiB/sec. 2026.05.01 23:44:13.907756 [ 268 ] {9ee35daa-7091-428f-9091-5bc116dd238a} TCPHandler: Processed in 0.001202066 sec. 2026.05.01 23:44:14.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.12 MiB, peak 319.23 MiB, free memory in arenas 0.00 B, will set to 310.88 MiB (RSS), difference: -1.25 MiB 2026.05.01 23:44:17.452207 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1190 2026.05.01 23:44:17.454838 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:17.454892 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:17.456109 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.01 23:44:17.456391 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:17.456743 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1190 2026.05.01 23:44:18.628691 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:18.629053 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:18.629492 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:18.629528 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} 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.01 23:44:18.629746 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:18.629816 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:18.629960 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:44:18.630070 [ 336 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:18.630115 [ 323 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:18.630120 [ 331 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:18.630115 [ 343 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:18.630362 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:18.630389 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:18.630474 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:18.630496 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:18.630531 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:18.630569 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:18.630606 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:18.631719 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} executeQuery: Read 48 rows, 7.91 KiB in 0.002805 sec., 17112.29946524064 rows/sec., 2.75 MiB/sec. 2026.05.01 23:44:18.631849 [ 268 ] {5dcc4973-b17b-44bf-a06a-e9b754c7c8e1} TCPHandler: Processed in 0.003337412 sec. 2026.05.01 23:44:18.633238 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:18.633357 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:18.633409 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:18.633927 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:18.633977 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:18.634390 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.01 23:44:18.634614 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:18.634763 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} executeQuery: Read 56 rows, 4.41 KiB in 0.001445 sec., 38754.325259515565 rows/sec., 2.98 MiB/sec. 2026.05.01 23:44:18.634801 [ 268 ] {0fd105de-79d7-453e-a4eb-505082897264} TCPHandler: Processed in 0.001614705 sec. 2026.05.01 23:44:18.634910 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:18.635005 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:18.635044 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:18.635443 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:18.635481 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:18.635773 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.01 23:44:18.635990 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:18.636121 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} executeQuery: Read 64 rows, 5.12 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 4.41 MiB/sec. 2026.05.01 23:44:18.636159 [ 268 ] {28e8ba14-6c36-4800-be14-f8e1c358cd32} TCPHandler: Processed in 0.001297678 sec. 2026.05.01 23:44:18.636268 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:18.636363 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:18.636406 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:18.636781 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:18.636818 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:18.637138 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.01 23:44:18.637348 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:18.637477 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} executeQuery: Read 128 rows, 9.13 KiB in 0.001133 sec., 112974.40423654017 rows/sec., 7.87 MiB/sec. 2026.05.01 23:44:18.637513 [ 268 ] {7b2a8ae1-c70e-4a08-87a8-4b4ba2a3634e} TCPHandler: Processed in 0.001295698 sec. 2026.05.01 23:44:18.637628 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:18.637722 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:18.637763 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:18.638078 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:18.638114 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:18.638422 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.01 23:44:18.638629 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:18.638757 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} executeQuery: Read 48 rows, 3.31 KiB in 0.001053 sec., 45584.04558404559 rows/sec., 3.07 MiB/sec. 2026.05.01 23:44:18.638794 [ 268 ] {a2df37a9-80cc-45be-83b5-5419bf020d79} TCPHandler: Processed in 0.001216796 sec. 2026.05.01 23:44:19.896296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18695 2026.05.01 23:44:19.896888 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:19.896930 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:19.897462 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:44:19.897689 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:19.897819 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18695 2026.05.01 23:44:20.859478 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.05.01 23:44:20.876147 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:20.876203 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:20.882937 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.01 23:44:20.883657 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:20.887083 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.05.01 23:44:22.405415 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55485 2026.05.01 23:44:22.405529 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.405556 [ 291 ] {} TCP-Session: d2e90975-c8e3-432b-a88a-7524612a2829 Authenticating user 'default' from [fd00:1122:3344:101::e]:55485 2026.05.01 23:44:22.405579 [ 291 ] {} TCP-Session: d2e90975-c8e3-432b-a88a-7524612a2829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.405592 [ 291 ] {} TCP-Session: d2e90975-c8e3-432b-a88a-7524612a2829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.405752 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34618 2026.05.01 23:44:22.405787 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51339 2026.05.01 23:44:22.405805 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35770 2026.05.01 23:44:22.405854 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58182 2026.05.01 23:44:22.405873 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.405845 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51530 2026.05.01 23:44:22.405907 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.405917 [ 292 ] {} TCP-Session: 49e4acc8-0c79-440c-88a0-afe27904d788 Authenticating user 'default' from [fd00:1122:3344:101::e]:34618 2026.05.01 23:44:22.405949 [ 291 ] {} TCP-Session: d2e90975-c8e3-432b-a88a-7524612a2829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:22.405955 [ 293 ] {} TCP-Session: e48be253-face-46fb-824e-5aac1806801f Authenticating user 'default' from [fd00:1122:3344:101::e]:51339 2026.05.01 23:44:22.405969 [ 292 ] {} TCP-Session: 49e4acc8-0c79-440c-88a0-afe27904d788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.405820 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49944 2026.05.01 23:44:22.406009 [ 292 ] {} TCP-Session: 49e4acc8-0c79-440c-88a0-afe27904d788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.405813 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43889 2026.05.01 23:44:22.405805 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44655 2026.05.01 23:44:22.406076 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.406005 [ 293 ] {} TCP-Session: e48be253-face-46fb-824e-5aac1806801f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406158 [ 290 ] {} TCP-Session: e34f7e73-5c55-4601-a1fa-34fc4f010909 Authenticating user 'default' from [fd00:1122:3344:101::e]:58182 2026.05.01 23:44:22.406162 [ 293 ] {} TCP-Session: e48be253-face-46fb-824e-5aac1806801f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406190 [ 290 ] {} TCP-Session: e34f7e73-5c55-4601-a1fa-34fc4f010909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406159 [ 291 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} executeQuery: (from [fd00:1122:3344:101::e]:55485) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:44:22.406213 [ 290 ] {} TCP-Session: e34f7e73-5c55-4601-a1fa-34fc4f010909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406495 [ 291 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:44:22.406552 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.406559 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.406589 [ 289 ] {} TCP-Session: 9159c715-b5ee-4d5d-89cc-f1a040ba9e7e Authenticating user 'default' from [fd00:1122:3344:101::e]:51530 2026.05.01 23:44:22.406558 [ 291 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:22.406618 [ 289 ] {} TCP-Session: 9159c715-b5ee-4d5d-89cc-f1a040ba9e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406610 [ 294 ] {} TCP-Session: 90ae4c26-4d7e-41af-988b-cfc3a0648f7c Authenticating user 'default' from [fd00:1122:3344:101::e]:44655 2026.05.01 23:44:22.406652 [ 289 ] {} TCP-Session: 9159c715-b5ee-4d5d-89cc-f1a040ba9e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406673 [ 294 ] {} TCP-Session: 90ae4c26-4d7e-41af-988b-cfc3a0648f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406691 [ 294 ] {} TCP-Session: 90ae4c26-4d7e-41af-988b-cfc3a0648f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.406927 [ 291 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:44:22.406961 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.406997 [ 287 ] {} TCP-Session: 91ea5925-478e-4015-913b-d37a5eab4663 Authenticating user 'default' from [fd00:1122:3344:101::e]:43889 2026.05.01 23:44:22.407015 [ 287 ] {} TCP-Session: 91ea5925-478e-4015-913b-d37a5eab4663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.407027 [ 287 ] {} TCP-Session: 91ea5925-478e-4015-913b-d37a5eab4663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.407079 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.407116 [ 288 ] {} TCP-Session: 98b20e9e-5211-421f-b264-b07f5554d306 Authenticating user 'default' from [fd00:1122:3344:101::e]:49944 2026.05.01 23:44:22.407135 [ 288 ] {} TCP-Session: 98b20e9e-5211-421f-b264-b07f5554d306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.407148 [ 288 ] {} TCP-Session: 98b20e9e-5211-421f-b264-b07f5554d306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.407274 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:22.407309 [ 267 ] {} TCP-Session: c7be2d16-963e-4444-8b3c-70c18b7f4c8d Authenticating user 'default' from [fd00:1122:3344:101::e]:35770 2026.05.01 23:44:22.407326 [ 267 ] {} TCP-Session: c7be2d16-963e-4444-8b3c-70c18b7f4c8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.407338 [ 267 ] {} TCP-Session: c7be2d16-963e-4444-8b3c-70c18b7f4c8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.407795 [ 331 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} AggregatingTransform: Aggregating 2026.05.01 23:44:22.407835 [ 331 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} Aggregator: Aggregation method: without_key 2026.05.01 23:44:22.407868 [ 331 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000836438 sec. (1195.546 rows/sec., 46.70 KiB/sec.) 2026.05.01 23:44:22.407886 [ 331 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} Aggregator: Merging aggregated data 2026.05.01 23:44:22.409191 [ 291 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} executeQuery: Read 1 rows, 40.00 B in 0.00311 sec., 321.54340836012864 rows/sec., 12.56 KiB/sec. 2026.05.01 23:44:22.409273 [ 291 ] {1e1be340-be7f-48a3-b362-8794bbe6f0bd} TCPHandler: Processed in 0.003450495 sec. 2026.05.01 23:44:22.409384 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409411 [ 291 ] {} TCP-Session: d2e90975-c8e3-432b-a88a-7524612a2829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409427 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409459 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409468 [ 292 ] {} TCP-Session: 49e4acc8-0c79-440c-88a0-afe27904d788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409488 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409507 [ 267 ] {} TCP-Session: c7be2d16-963e-4444-8b3c-70c18b7f4c8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409518 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409544 [ 294 ] {} TCP-Session: 90ae4c26-4d7e-41af-988b-cfc3a0648f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409569 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409571 [ 293 ] {} TCP-Session: e48be253-face-46fb-824e-5aac1806801f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409592 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409615 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409640 [ 289 ] {} TCP-Session: 9159c715-b5ee-4d5d-89cc-f1a040ba9e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409612 [ 288 ] {} TCP-Session: 98b20e9e-5211-421f-b264-b07f5554d306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409663 [ 290 ] {} TCP-Session: e34f7e73-5c55-4601-a1fa-34fc4f010909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:22.409539 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:22.409733 [ 287 ] {} TCP-Session: 91ea5925-478e-4015-913b-d37a5eab4663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.631844 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.632121 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:23.632516 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:23.632562 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} 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.01 23:44:23.632819 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:23.632902 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:23.633058 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:23.633209 [ 326 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:23.633231 [ 348 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:23.633211 [ 327 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:23.633212 [ 349 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:23.633448 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:23.633484 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:23.633578 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:23.633601 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:23.633638 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:23.633679 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:23.633716 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:23.635008 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} executeQuery: Read 48 rows, 7.91 KiB in 0.002991 sec., 16048.144433299898 rows/sec., 2.58 MiB/sec. 2026.05.01 23:44:23.635155 [ 268 ] {b932788f-c0e8-4d07-a59c-6ae79a4c876e} TCPHandler: Processed in 0.003462305 sec. 2026.05.01 23:44:23.638048 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.638175 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:23.638224 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:23.638910 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:23.638987 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:23.639410 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.01 23:44:23.639656 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:23.639826 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} executeQuery: Read 118 rows, 10.28 KiB in 0.001689 sec., 69863.82474837182 rows/sec., 5.94 MiB/sec. 2026.05.01 23:44:23.639867 [ 268 ] {26e3a0b2-4311-4de1-a20a-28341472af58} TCPHandler: Processed in 0.00188713 sec. 2026.05.01 23:44:23.640001 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.640106 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:23.640150 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:23.640586 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:23.640623 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:23.640948 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.01 23:44:23.641183 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:23.641329 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} executeQuery: Read 31 rows, 2.33 KiB in 0.001248 sec., 24839.74358974359 rows/sec., 1.82 MiB/sec. 2026.05.01 23:44:23.641368 [ 268 ] {7b74affc-d590-4ae6-bd65-8ac54526d3b8} TCPHandler: Processed in 0.001419331 sec. 2026.05.01 23:44:23.641502 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.641604 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:23.641648 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:23.642109 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:23.642144 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:23.642479 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.01 23:44:23.642700 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:23.642839 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} executeQuery: Read 95 rows, 7.60 KiB in 0.001257 sec., 75576.77008750994 rows/sec., 5.90 MiB/sec. 2026.05.01 23:44:23.642877 [ 268 ] {f8046ef9-348c-4e69-b43d-a26fc3145c20} TCPHandler: Processed in 0.001429871 sec. 2026.05.01 23:44:23.643013 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.643113 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:23.643157 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:23.643570 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:23.643605 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:23.643935 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.01 23:44:23.644152 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:23.644294 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.05.01 23:44:23.644331 [ 268 ] {dede1457-e0d6-4825-b1db-bb4243c3b16d} TCPHandler: Processed in 0.001369119 sec. 2026.05.01 23:44:23.644458 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.644556 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:23.644614 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} 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.01 23:44:23.645701 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:23.645742 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:23.646460 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.01 23:44:23.646745 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:23.646927 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} executeQuery: Read 31 rows, 56.88 KiB in 0.002388 sec., 12981.574539363484 rows/sec., 23.26 MiB/sec. 2026.05.01 23:44:23.647015 [ 268 ] {6ad89c02-baa6-4c86-87cc-dd5fe4dc74aa} TCPHandler: Processed in 0.002607336 sec. 2026.05.01 23:44:23.647187 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.647296 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:23.647350 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:23.647800 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:23.647839 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:23.648210 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.01 23:44:23.648474 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:23.648647 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2026.05.01 23:44:23.648692 [ 268 ] {dfce6a2f-f4bf-4c64-bde3-c0af88dda284} TCPHandler: Processed in 0.001563343 sec. 2026.05.01 23:44:23.850408 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36138 2026.05.01 23:44:23.850523 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.850553 [ 291 ] {} TCP-Session: 75381dff-5743-4860-8694-5d7a5b4a076f Authenticating user 'default' from [fd00:1122:3344:101::e]:36138 2026.05.01 23:44:23.850577 [ 291 ] {} TCP-Session: 75381dff-5743-4860-8694-5d7a5b4a076f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.850592 [ 291 ] {} TCP-Session: 75381dff-5743-4860-8694-5d7a5b4a076f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.850756 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60199 2026.05.01 23:44:23.850784 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62157 2026.05.01 23:44:23.850823 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51024 2026.05.01 23:44:23.850844 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50412 2026.05.01 23:44:23.850874 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.850852 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51114 2026.05.01 23:44:23.850926 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.850937 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.850954 [ 291 ] {} TCP-Session: 75381dff-5743-4860-8694-5d7a5b4a076f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.850983 [ 289 ] {} TCP-Session: 00309482-8a7b-4220-aed7-dd7093fbc520 Authenticating user 'default' from [fd00:1122:3344:101::e]:50412 2026.05.01 23:44:23.850977 [ 293 ] {} TCP-Session: 7eb031c9-f02f-4cf4-ace5-0d5a8abaf5f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62157 2026.05.01 23:44:23.851016 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.851020 [ 289 ] {} TCP-Session: 00309482-8a7b-4220-aed7-dd7093fbc520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851032 [ 293 ] {} TCP-Session: 7eb031c9-f02f-4cf4-ace5-0d5a8abaf5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851053 [ 289 ] {} TCP-Session: 00309482-8a7b-4220-aed7-dd7093fbc520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851053 [ 290 ] {} TCP-Session: 62ce06c2-2e5c-44ec-af93-cef94b28f68c Authenticating user 'default' from [fd00:1122:3344:101::e]:51114 2026.05.01 23:44:23.851061 [ 293 ] {} TCP-Session: 7eb031c9-f02f-4cf4-ace5-0d5a8abaf5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.850924 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.851095 [ 290 ] {} TCP-Session: 62ce06c2-2e5c-44ec-af93-cef94b28f68c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.850920 [ 292 ] {} TCP-Session: 79d9ca31-fadf-4d2c-a6a9-4116c443fb3e Authenticating user 'default' from [fd00:1122:3344:101::e]:60199 2026.05.01 23:44:23.851139 [ 290 ] {} TCP-Session: 62ce06c2-2e5c-44ec-af93-cef94b28f68c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851161 [ 291 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} executeQuery: (from [fd00:1122:3344:101::e]:36138) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:44:23.851169 [ 292 ] {} TCP-Session: 79d9ca31-fadf-4d2c-a6a9-4116c443fb3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851134 [ 287 ] {} TCP-Session: a02245f6-71bb-4fbe-b7d5-fab9025f70d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51024 2026.05.01 23:44:23.851205 [ 292 ] {} TCP-Session: 79d9ca31-fadf-4d2c-a6a9-4116c443fb3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851230 [ 287 ] {} TCP-Session: a02245f6-71bb-4fbe-b7d5-fab9025f70d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.850835 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43611 2026.05.01 23:44:23.851255 [ 287 ] {} TCP-Session: a02245f6-71bb-4fbe-b7d5-fab9025f70d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.850824 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59565 2026.05.01 23:44:23.850824 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58505 2026.05.01 23:44:23.851340 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.851385 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.851388 [ 288 ] {} TCP-Session: 63c3f8fe-d3ba-4e18-954c-7b466cbb7354 Authenticating user 'default' from [fd00:1122:3344:101::e]:43611 2026.05.01 23:44:23.851405 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.851423 [ 267 ] {} TCP-Session: 92fe7e0a-54dd-4bc1-8d4a-ab1e0d37dbc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59565 2026.05.01 23:44:23.851439 [ 288 ] {} TCP-Session: 63c3f8fe-d3ba-4e18-954c-7b466cbb7354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851462 [ 267 ] {} TCP-Session: 92fe7e0a-54dd-4bc1-8d4a-ab1e0d37dbc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851468 [ 291 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:44:23.851488 [ 267 ] {} TCP-Session: 92fe7e0a-54dd-4bc1-8d4a-ab1e0d37dbc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851451 [ 294 ] {} TCP-Session: 6cd189ee-8727-4563-9075-01059b324e2d Authenticating user 'default' from [fd00:1122:3344:101::e]:58505 2026.05.01 23:44:23.851475 [ 288 ] {} TCP-Session: 63c3f8fe-d3ba-4e18-954c-7b466cbb7354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851543 [ 294 ] {} TCP-Session: 6cd189ee-8727-4563-9075-01059b324e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851544 [ 291 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:23.851575 [ 294 ] {} TCP-Session: 6cd189ee-8727-4563-9075-01059b324e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.851851 [ 291 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:44:23.852719 [ 326 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} AggregatingTransform: Aggregating 2026.05.01 23:44:23.852756 [ 326 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} Aggregator: Aggregation method: without_key 2026.05.01 23:44:23.852793 [ 326 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000840778 sec. (1189.375 rows/sec., 46.46 KiB/sec.) 2026.05.01 23:44:23.852812 [ 326 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} Aggregator: Merging aggregated data 2026.05.01 23:44:23.854207 [ 291 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} executeQuery: Read 1 rows, 40.00 B in 0.003109 sec., 321.646831778707 rows/sec., 12.56 KiB/sec. 2026.05.01 23:44:23.854369 [ 291 ] {869bab16-749c-4b4c-8f2d-c7a677aed668} TCPHandler: Processed in 0.003540286 sec. 2026.05.01 23:44:23.854504 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854531 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854534 [ 291 ] {} TCP-Session: 75381dff-5743-4860-8694-5d7a5b4a076f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854561 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854577 [ 292 ] {} TCP-Session: 79d9ca31-fadf-4d2c-a6a9-4116c443fb3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854583 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854605 [ 294 ] {} TCP-Session: 6cd189ee-8727-4563-9075-01059b324e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854627 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854636 [ 289 ] {} TCP-Session: 00309482-8a7b-4220-aed7-dd7093fbc520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854655 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854665 [ 290 ] {} TCP-Session: 62ce06c2-2e5c-44ec-af93-cef94b28f68c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854676 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854698 [ 293 ] {} TCP-Session: 7eb031c9-f02f-4cf4-ace5-0d5a8abaf5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854693 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854723 [ 267 ] {} TCP-Session: 92fe7e0a-54dd-4bc1-8d4a-ab1e0d37dbc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854595 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.854755 [ 288 ] {} TCP-Session: 63c3f8fe-d3ba-4e18-954c-7b466cbb7354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.854794 [ 287 ] {} TCP-Session: a02245f6-71bb-4fbe-b7d5-fab9025f70d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903021 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40449 2026.05.01 23:44:23.903135 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903163 [ 291 ] {} TCP-Session: 59240672-7b3e-41de-8ef8-41f8e1a30584 Authenticating user 'default' from [fd00:1122:3344:101::e]:40449 2026.05.01 23:44:23.903189 [ 291 ] {} TCP-Session: 59240672-7b3e-41de-8ef8-41f8e1a30584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903205 [ 291 ] {} TCP-Session: 59240672-7b3e-41de-8ef8-41f8e1a30584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903386 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64553 2026.05.01 23:44:23.903400 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44369 2026.05.01 23:44:23.903416 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60551 2026.05.01 23:44:23.903443 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57241 2026.05.01 23:44:23.903472 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53723 2026.05.01 23:44:23.903493 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41283 2026.05.01 23:44:23.903519 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903532 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903475 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903562 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903573 [ 291 ] {} TCP-Session: 59240672-7b3e-41de-8ef8-41f8e1a30584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:23.903611 [ 289 ] {} TCP-Session: ddd74bf7-4247-4831-a43b-717eccc5701c Authenticating user 'default' from [fd00:1122:3344:101::e]:53723 2026.05.01 23:44:23.903598 [ 292 ] {} TCP-Session: 33c6f83e-4ef9-422a-90a5-f58d0652f9ed Authenticating user 'default' from [fd00:1122:3344:101::e]:64553 2026.05.01 23:44:23.903650 [ 289 ] {} TCP-Session: ddd74bf7-4247-4831-a43b-717eccc5701c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903586 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903669 [ 292 ] {} TCP-Session: 33c6f83e-4ef9-422a-90a5-f58d0652f9ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903674 [ 289 ] {} TCP-Session: ddd74bf7-4247-4831-a43b-717eccc5701c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903705 [ 290 ] {} TCP-Session: ec95644b-463b-4c7b-abc5-09257e954057 Authenticating user 'default' from [fd00:1122:3344:101::e]:41283 2026.05.01 23:44:23.903709 [ 292 ] {} TCP-Session: 33c6f83e-4ef9-422a-90a5-f58d0652f9ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903751 [ 290 ] {} TCP-Session: ec95644b-463b-4c7b-abc5-09257e954057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903761 [ 291 ] {86900995-43ad-4156-a711-ad0a24445105} executeQuery: (from [fd00:1122:3344:101::e]:40449) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 23:44:23.903778 [ 290 ] {} TCP-Session: ec95644b-463b-4c7b-abc5-09257e954057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903571 [ 267 ] {} TCP-Session: ec6b095a-e66e-44d9-9401-589da004fe27 Authenticating user 'default' from [fd00:1122:3344:101::e]:57241 2026.05.01 23:44:23.903562 [ 294 ] {} TCP-Session: 2fe68fa5-435f-4865-8469-43db0aff19b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60551 2026.05.01 23:44:23.903822 [ 267 ] {} TCP-Session: ec6b095a-e66e-44d9-9401-589da004fe27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903843 [ 294 ] {} TCP-Session: 2fe68fa5-435f-4865-8469-43db0aff19b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903846 [ 267 ] {} TCP-Session: ec6b095a-e66e-44d9-9401-589da004fe27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903860 [ 294 ] {} TCP-Session: 2fe68fa5-435f-4865-8469-43db0aff19b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.903452 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51993 2026.05.01 23:44:23.903510 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903460 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41734 2026.05.01 23:44:23.903945 [ 293 ] {} TCP-Session: fdf0ca25-d698-4b30-b75e-0e38dcc13075 Authenticating user 'default' from [fd00:1122:3344:101::e]:44369 2026.05.01 23:44:23.903964 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.903988 [ 293 ] {} TCP-Session: fdf0ca25-d698-4b30-b75e-0e38dcc13075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.904008 [ 287 ] {} TCP-Session: 6417a5b3-e87a-4c01-9525-54382cdd5eb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51993 2026.05.01 23:44:23.904018 [ 291 ] {86900995-43ad-4156-a711-ad0a24445105} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 23:44:23.904035 [ 287 ] {} TCP-Session: 6417a5b3-e87a-4c01-9525-54382cdd5eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.904011 [ 293 ] {} TCP-Session: fdf0ca25-d698-4b30-b75e-0e38dcc13075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.904058 [ 287 ] {} TCP-Session: 6417a5b3-e87a-4c01-9525-54382cdd5eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.904073 [ 291 ] {86900995-43ad-4156-a711-ad0a24445105} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:23.904016 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 23:44:23.904139 [ 288 ] {} TCP-Session: 516e1200-7293-49f8-9938-788eedd71925 Authenticating user 'default' from [fd00:1122:3344:101::e]:41734 2026.05.01 23:44:23.904162 [ 288 ] {} TCP-Session: 516e1200-7293-49f8-9938-788eedd71925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.904177 [ 288 ] {} TCP-Session: 516e1200-7293-49f8-9938-788eedd71925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.904358 [ 291 ] {86900995-43ad-4156-a711-ad0a24445105} oximeter.version (fc05477b-db25-4f7e-a156-3009eca19503) (SelectExecutor): Key condition: unknown 2026.05.01 23:44:23.905224 [ 325 ] {86900995-43ad-4156-a711-ad0a24445105} AggregatingTransform: Aggregating 2026.05.01 23:44:23.905261 [ 325 ] {86900995-43ad-4156-a711-ad0a24445105} Aggregator: Aggregation method: without_key 2026.05.01 23:44:23.905296 [ 325 ] {86900995-43ad-4156-a711-ad0a24445105} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000838228 sec. (1192.993 rows/sec., 46.60 KiB/sec.) 2026.05.01 23:44:23.905314 [ 325 ] {86900995-43ad-4156-a711-ad0a24445105} Aggregator: Merging aggregated data 2026.05.01 23:44:23.906780 [ 291 ] {86900995-43ad-4156-a711-ad0a24445105} executeQuery: Read 1 rows, 40.00 B in 0.003068 sec., 325.9452411994785 rows/sec., 12.73 KiB/sec. 2026.05.01 23:44:23.906956 [ 291 ] {86900995-43ad-4156-a711-ad0a24445105} TCPHandler: Processed in 0.003483975 sec. 2026.05.01 23:44:23.907086 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907111 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907126 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907147 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907153 [ 292 ] {} TCP-Session: 33c6f83e-4ef9-422a-90a5-f58d0652f9ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907160 [ 267 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907174 [ 290 ] {} TCP-Session: ec95644b-463b-4c7b-abc5-09257e954057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907191 [ 288 ] {} TCP-Session: 516e1200-7293-49f8-9938-788eedd71925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907212 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907233 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907261 [ 294 ] {} TCP-Session: 2fe68fa5-435f-4865-8469-43db0aff19b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907195 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907284 [ 289 ] {} TCP-Session: ddd74bf7-4247-4831-a43b-717eccc5701c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907180 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 23:44:23.907324 [ 287 ] {} TCP-Session: 6417a5b3-e87a-4c01-9525-54382cdd5eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907215 [ 267 ] {} TCP-Session: ec6b095a-e66e-44d9-9401-589da004fe27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907377 [ 293 ] {} TCP-Session: fdf0ca25-d698-4b30-b75e-0e38dcc13075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:23.907116 [ 291 ] {} TCP-Session: 59240672-7b3e-41de-8ef8-41f8e1a30584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 23:44:26.497658 [ 88 ] {} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.01 23:44:26.497728 [ 88 ] {} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:26.497753 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:26.497858 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:44:26.497991 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:26.498029 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:44:26.498102 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:44:26.498152 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:44:26.498198 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:44:26.498243 [ 192 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::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.01 23:44:26.498971 [ 198 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001153514 sec., 5201.497337700279 rows/sec., 386.05 KiB/sec. 2026.05.01 23:44:26.499148 [ 198 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.01 23:44:26.499437 [ 198 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_9_2} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:44:26.499514 [ 198 ] {1b8277b5-b7ba-41f1-a005-9c02bc638e5e::all_1_9_2} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.01 23:44:26.499607 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:44:27.281917 [ 86 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:44:27.282013 [ 86 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:44:27.397945 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19207 2026.05.01 23:44:27.398468 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:27.398505 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:27.398975 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:44:27.399200 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:27.399326 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19207 2026.05.01 23:44:27.457022 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1220 2026.05.01 23:44:27.459351 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:27.459414 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:27.460679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.01 23:44:27.460982 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:27.461373 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1220 2026.05.01 23:44:28.387188 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.05.01 23:44:28.403733 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.403778 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.409933 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.01 23:44:28.410622 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:28.413509 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.05.01 23:44:28.630611 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.630871 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:28.631245 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:28.631289 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} 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.01 23:44:28.631546 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:28.631628 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:28.631780 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:28.631916 [ 332 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:28.631930 [ 343 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:28.631947 [ 322 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:28.631939 [ 333 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:28.632139 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:28.632177 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:28.632270 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:28.632291 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:28.632329 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:28.632368 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:28.632404 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:28.633631 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} executeQuery: Read 48 rows, 7.91 KiB in 0.002861 sec., 16777.350576721426 rows/sec., 2.70 MiB/sec. 2026.05.01 23:44:28.633798 [ 268 ] {c4e1671d-1dce-4733-b3b0-74302b960686} TCPHandler: Processed in 0.003323862 sec. 2026.05.01 23:44:28.635578 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.635695 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:28.635748 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:28.636321 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.636369 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.636784 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.01 23:44:28.637002 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:28.637141 [ 84 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.01 23:44:28.637150 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} executeQuery: Read 78 rows, 6.61 KiB in 0.001493 sec., 52243.8044206296 rows/sec., 4.33 MiB/sec. 2026.05.01 23:44:28.637194 [ 84 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.637209 [ 268 ] {130b59d5-f380-4227-ac43-c532fea452d3} TCPHandler: Processed in 0.001683296 sec. 2026.05.01 23:44:28.637220 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.637325 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:44:28.637343 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.637440 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:28.637448 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:28.637474 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3359 rows starting from the beginning of the part 2026.05.01 23:44:28.637493 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:28.637536 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 118 rows starting from the beginning of the part 2026.05.01 23:44:28.637588 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2424 rows starting from the beginning of the part 2026.05.01 23:44:28.637637 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:44:28.637680 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 118 rows starting from the beginning of the part 2026.05.01 23:44:28.637726 [ 197 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 78 rows starting from the beginning of the part 2026.05.01 23:44:28.637897 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.637932 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.638223 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.01 23:44:28.638431 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:28.638542 [ 84 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.01 23:44:28.638562 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} executeQuery: Read 11 rows, 847.00 B in 0.001132 sec., 9717.31448763251 rows/sec., 730.70 KiB/sec. 2026.05.01 23:44:28.638573 [ 84 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.638602 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.638605 [ 268 ] {5b99b9fd-863a-469f-89b2-6772cf2c9f98} TCPHandler: Processed in 0.001316088 sec. 2026.05.01 23:44:28.638694 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:44:28.638725 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.638816 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:28.638829 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:28.638853 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 225 rows starting from the beginning of the part 2026.05.01 23:44:28.638873 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:28.638919 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:28.638966 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:28.639008 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part 2026.05.01 23:44:28.639047 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:28.639085 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:28.639292 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.639333 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.639614 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6153 rows, containing 5 columns (5 merged, 0 gathered) in 0.002330611 sec., 2640080.219307298 rows/sec., 209.30 MiB/sec. 2026.05.01 23:44:28.639642 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.01 23:44:28.639853 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:28.639893 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.01 23:44:28.639895 [ 194 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240977 sec., 266725.33012295957 rows/sec., 18.88 MiB/sec. 2026.05.01 23:44:28.639971 [ 84 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.01 23:44:28.639995 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} executeQuery: Read 75 rows, 6.00 KiB in 0.001183 sec., 63398.140321217244 rows/sec., 4.95 MiB/sec. 2026.05.01 23:44:28.640001 [ 84 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.640039 [ 268 ] {e13b075f-41c3-4239-92fb-b07f8cb32dee} TCPHandler: Processed in 0.00136135 sec. 2026.05.01 23:44:28.640039 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.640048 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.01 23:44:28.640136 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:44:28.640156 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:28.640169 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.640236 [ 189 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_66_13} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.01 23:44:28.640237 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:28.640274 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1830 rows starting from the beginning of the part 2026.05.01 23:44:28.640289 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:28.640311 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.01 23:44:28.640328 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 95 rows starting from the beginning of the part 2026.05.01 23:44:28.640344 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:28.640364 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:28.640374 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1301 rows starting from the beginning of the part 2026.05.01 23:44:28.640427 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:44:28.640449 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_56_11} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.01 23:44:28.640470 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 95 rows starting from the beginning of the part 2026.05.01 23:44:28.640515 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 75 rows starting from the beginning of the part 2026.05.01 23:44:28.640529 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.01 23:44:28.640765 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.640803 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.641132 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.01 23:44:28.641340 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:28.641458 [ 81 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.01 23:44:28.641472 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.05.01 23:44:28.641493 [ 81 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.641510 [ 268 ] {779aa797-b046-4285-bfcb-e8d85b39d3b0} TCPHandler: Processed in 0.00139725 sec. 2026.05.01 23:44:28.641512 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.641590 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:28.641643 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.641678 [ 189 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.001574954 sec., 2196889.5599490525 rows/sec., 159.07 MiB/sec. 2026.05.01 23:44:28.641691 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:28.641729 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 23309 rows starting from the beginning of the part 2026.05.01 23:44:28.641778 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:28.641782 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:28.641850 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:28.641853 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} 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.01 23:44:28.641856 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.01 23:44:28.641894 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:28.641940 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:28.641983 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:28.642119 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:28.642191 [ 201 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_66_13} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.01 23:44:28.642254 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.01 23:44:28.642732 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.642770 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.643317 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.01 23:44:28.643549 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:28.643656 [ 81 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.01 23:44:28.643685 [ 81 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.643694 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} executeQuery: Read 11 rows, 20.18 KiB in 0.001943 sec., 5661.34843026248 rows/sec., 10.14 MiB/sec. 2026.05.01 23:44:28.643705 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.643750 [ 268 ] {8650b711-498b-4f31-90ae-468e3640e3c3} TCPHandler: Processed in 0.002171827 sec. 2026.05.01 23:44:28.643804 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:44:28.643886 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:28.643985 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:28.644028 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:28.644054 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:28.644125 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1112 rows starting from the beginning of the part 2026.05.01 23:44:28.644266 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:28.644369 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.644380 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:28.644418 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.644507 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part 2026.05.01 23:44:28.644613 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:28.644713 [ 200 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:28.644755 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.01 23:44:28.644994 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:28.645101 [ 81 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.01 23:44:28.645126 [ 81 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:28.645134 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.05.01 23:44:28.645145 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:28.645171 [ 268 ] {0f03bd1b-8836-4eb2-8583-21a8a4c83074} TCPHandler: Processed in 0.001334999 sec. 2026.05.01 23:44:28.645210 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:28.645305 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:28.645331 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3480 rows starting from the beginning of the part 2026.05.01 23:44:28.645378 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:28.645417 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:28.645454 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:28.645492 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:28.645529 [ 200 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:28.646785 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3720 rows, containing 4 columns (4 merged, 0 gathered) in 0.001600684 sec., 2324006.4872267107 rows/sec., 153.91 MiB/sec. 2026.05.01 23:44:28.647282 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.01 23:44:28.647629 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_66_13} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:28.647722 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_66_13} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.01 23:44:28.647825 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.05.01 23:44:28.647903 [ 191 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 25414 rows, containing 5 columns (5 merged, 0 gathered) in 0.006343706 sec., 4006175.5699271057 rows/sec., 258.20 MiB/sec. 2026.05.01 23:44:28.648146 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.01 23:44:28.648396 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_66_13} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:28.648459 [ 194 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_66_13} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.01 23:44:28.648524 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.05.01 23:44:28.651700 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1216 rows, containing 19 columns (19 merged, 0 gathered) in 0.007940921 sec., 153130.85220215638 rows/sec., 274.40 MiB/sec. 2026.05.01 23:44:28.653605 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.01 23:44:28.653947 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:28.654026 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_56_11} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.01 23:44:28.654152 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. 2026.05.01 23:44:29.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.67 MiB, peak 326.41 MiB, free memory in arenas 0.00 B, will set to 317.20 MiB (RSS), difference: 4.53 MiB 2026.05.01 23:44:33.632119 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.632400 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:33.632809 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:33.632848 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} 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.01 23:44:33.633094 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:33.633167 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:33.633315 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 23:44:33.633453 [ 332 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:33.633469 [ 333 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:33.633499 [ 343 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:33.633475 [ 322 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:33.633686 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:33.633716 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:33.633803 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:33.633825 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:33.633862 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:44:33.633901 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:44:33.633938 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.01 23:44:33.635078 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} executeQuery: Read 48 rows, 10.51 KiB in 0.002791 sec., 17198.13686850591 rows/sec., 3.68 MiB/sec. 2026.05.01 23:44:33.635241 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} MemoryTracker: Peak memory usage (for query): 147.03 KiB. 2026.05.01 23:44:33.635258 [ 268 ] {27b0ef3b-9270-4ff0-9e5b-7ab0e2d77d91} TCPHandler: Processed in 0.00328205 sec. 2026.05.01 23:44:33.638173 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.638379 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.638462 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:44:33.639102 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.639146 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.639525 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:44:33.639768 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:44:33.639937 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} executeQuery: Read 24 rows, 2.04 KiB in 0.001619 sec., 14823.965410747374 rows/sec., 1.23 MiB/sec. 2026.05.01 23:44:33.639977 [ 268 ] {bd856ad0-503f-43d1-b778-6cbc2a5bed36} TCPHandler: Processed in 0.001906041 sec. 2026.05.01 23:44:33.640087 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.640184 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:44:33.640226 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:44:33.640617 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.640655 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.640945 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:44:33.641154 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:44:33.641288 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} executeQuery: Read 4 rows, 334.00 B in 0.001123 sec., 3561.887800534283 rows/sec., 290.45 KiB/sec. 2026.05.01 23:44:33.641325 [ 268 ] {840e57f5-79d4-457b-80dd-2e8984fb93e5} TCPHandler: Processed in 0.001287178 sec. 2026.05.01 23:44:33.641441 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.641535 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:33.641575 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:33.642049 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.642087 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.642410 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.01 23:44:33.642622 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:33.642750 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} executeQuery: Read 240 rows, 21.89 KiB in 0.001234 sec., 194489.4651539708 rows/sec., 17.32 MiB/sec. 2026.05.01 23:44:33.642787 [ 268 ] {cf1f8995-1b52-4e23-8c5f-0ee96cb1acd6} TCPHandler: Processed in 0.00139455 sec. 2026.05.01 23:44:33.642899 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.642993 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.643034 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:33.643435 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.643473 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.643777 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.01 23:44:33.643996 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:33.644133 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} executeQuery: Read 47 rows, 3.57 KiB in 0.001158 sec., 40587.21934369603 rows/sec., 3.01 MiB/sec. 2026.05.01 23:44:33.644169 [ 268 ] {7795ab6f-5205-406e-bb38-45d8a9751fe8} TCPHandler: Processed in 0.001318968 sec. 2026.05.01 23:44:33.644275 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.644368 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.644408 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:44:33.644795 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.644832 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.645119 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.01 23:44:33.645322 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:44:33.645455 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} executeQuery: Read 24 rows, 2.04 KiB in 0.001105 sec., 21719.457013574658 rows/sec., 1.80 MiB/sec. 2026.05.01 23:44:33.645491 [ 268 ] {db55a15b-5eb2-4742-bf5d-b5466a2ef21a} TCPHandler: Processed in 0.001264627 sec. 2026.05.01 23:44:33.645592 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.645685 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.645724 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:44:33.646104 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.646141 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.646429 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.01 23:44:33.646638 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:44:33.646769 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} executeQuery: Read 12 rows, 960.00 B in 0.001102 sec., 10889.29219600726 rows/sec., 850.73 KiB/sec. 2026.05.01 23:44:33.646807 [ 268 ] {d258ff40-d80e-4f51-82c3-6ff053b97ae7} TCPHandler: Processed in 0.001264197 sec. 2026.05.01 23:44:33.646916 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.647009 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:33.647047 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:33.647481 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.647517 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.647814 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.01 23:44:33.648014 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:33.648144 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} executeQuery: Read 135 rows, 11.18 KiB in 0.001153 sec., 117085.8629661752 rows/sec., 9.47 MiB/sec. 2026.05.01 23:44:33.648181 [ 268 ] {8f973399-a53a-4d09-b6b6-f5e44ecc49f4} TCPHandler: Processed in 0.001314579 sec. 2026.05.01 23:44:33.648282 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.648373 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.648422 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:33.648808 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.648844 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.649179 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.01 23:44:33.649391 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:33.649516 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} executeQuery: Read 198 rows, 14.54 KiB in 0.00116 sec., 170689.6551724138 rows/sec., 12.24 MiB/sec. 2026.05.01 23:44:33.649553 [ 268 ] {c3af9b70-1770-4e2e-8d5f-89b173253537} TCPHandler: Processed in 0.001318868 sec. 2026.05.01 23:44:33.649666 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.649759 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.649813 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} 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.01 23:44:33.650580 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.650617 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.651155 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.01 23:44:33.651373 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:33.651519 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} executeQuery: Read 31 rows, 56.88 KiB in 0.001778 sec., 17435.320584926885 rows/sec., 31.24 MiB/sec. 2026.05.01 23:44:33.651572 [ 268 ] {2808b4ee-f765-4136-ad45-2b0f6277a999} TCPHandler: Processed in 0.001956243 sec. 2026.05.01 23:44:33.651684 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:33.651777 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:33.651819 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:33.652150 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:33.652186 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:33.652491 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.01 23:44:33.652704 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:33.652834 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.05.01 23:44:33.652871 [ 268 ] {a222b59c-d284-46d1-928a-a3a897d2f087} TCPHandler: Processed in 0.001235117 sec. 2026.05.01 23:44:34.900390 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19655 2026.05.01 23:44:34.900893 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:34.900931 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:34.901417 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:44:34.901646 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:34.901778 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19655 2026.05.01 23:44:34.901818 [ 78 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:44:34.901917 [ 78 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:34.901955 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:34.902105 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.902260 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:34.902306 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.902379 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.902434 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.902482 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.902529 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.902574 [ 191 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::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.01 23:44:34.904497 [ 194 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19655 rows, containing 4 columns (4 merged, 0 gathered) in 0.002455283 sec., 8005187.182088582 rows/sec., 114.52 MiB/sec. 2026.05.01 23:44:34.904832 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:44:34.905112 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_41_8} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:34.905178 [ 193 ] {d33bea0e-1e2d-4d8b-af71-91f7cb86b734::all_1_41_8} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:44:34.905270 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.60 MiB. 2026.05.01 23:44:35.914550 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.05.01 23:44:35.931486 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:35.931548 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:35.937625 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.01 23:44:35.938315 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:35.938615 [ 76 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.01 23:44:35.938655 [ 76 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:35.938677 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:35.938801 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:44:35.941522 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.05.01 23:44:35.942621 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:35.944100 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2026.05.01 23:44:35.948692 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2026.05.01 23:44:35.953102 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:44:35.957942 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:44:35.962478 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:44:35.966477 [ 194 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::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.01 23:44:36.000239 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 327.70 MiB, peak 327.70 MiB, free memory in arenas 0.00 B, will set to 317.50 MiB (RSS), difference: -10.20 MiB 2026.05.01 23:44:36.017063 [ 193 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.078313927 sec., 3945.6583501424975 rows/sec., 20.40 MiB/sec. 2026.05.01 23:44:36.020044 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.01 23:44:36.022200 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:36.022326 [ 187 ] {7eaba9ce-1967-41f5-9164-a7333c31df31::all_1_41_8} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.01 23:44:36.025568 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.01 23:44:37.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.06 MiB, peak 327.70 MiB, free memory in arenas 0.00 B, will set to 318.24 MiB (RSS), difference: 10.18 MiB 2026.05.01 23:44:37.462511 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1256 2026.05.01 23:44:37.464924 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:37.464984 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:37.466251 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.01 23:44:37.466549 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:37.466681 [ 75 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.01 23:44:37.466718 [ 75 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:37.466738 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:37.466853 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:44:37.466910 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1256 2026.05.01 23:44:37.467544 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:37.467728 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1082 rows starting from the beginning of the part 2026.05.01 23:44:37.468164 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:44:37.468547 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:44:37.468912 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::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.01 23:44:37.469261 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2026.05.01 23:44:37.469600 [ 193 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.05.01 23:44:37.475831 [ 190 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1256 rows, containing 72 columns (72 merged, 0 gathered) in 0.009025315 sec., 139164.11781749444 rows/sec., 117.04 MiB/sec. 2026.05.01 23:44:37.477636 [ 190 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.01 23:44:37.478263 [ 190 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:37.478353 [ 190 ] {c1f8684c-600b-418b-b43b-2f48c19f2411::all_1_31_6} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.01 23:44:37.478724 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.00 MiB. 2026.05.01 23:44:38.630677 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.630956 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:38.631301 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:38.631338 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} 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.01 23:44:38.631562 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:38.631632 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:38.631774 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:38.631887 [ 333 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:38.631902 [ 332 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:38.631914 [ 322 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:38.631887 [ 348 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:38.632070 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:38.632098 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:38.632184 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:38.632205 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:38.632240 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:38.632279 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:38.632313 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:38.633445 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} executeQuery: Read 48 rows, 7.91 KiB in 0.002596 sec., 18489.98459167951 rows/sec., 2.98 MiB/sec. 2026.05.01 23:44:38.633614 [ 268 ] {cf2ef3ae-e13a-487e-b059-983bde2fc465} TCPHandler: Processed in 0.003078367 sec. 2026.05.01 23:44:38.635518 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.635628 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:38.635674 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:38.636179 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:38.636225 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:38.636617 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.01 23:44:38.636840 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:38.636992 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} executeQuery: Read 78 rows, 6.61 KiB in 0.001397 sec., 55833.92984967788 rows/sec., 4.62 MiB/sec. 2026.05.01 23:44:38.637030 [ 268 ] {1556c7d7-cfff-4d26-8484-647dc3e47083} TCPHandler: Processed in 0.001562023 sec. 2026.05.01 23:44:38.637154 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.637251 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:38.637292 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:38.637691 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:38.637727 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:38.638025 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.01 23:44:38.638231 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:38.638370 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} executeQuery: Read 11 rows, 847.00 B in 0.001141 sec., 9640.666082383874 rows/sec., 724.93 KiB/sec. 2026.05.01 23:44:38.638408 [ 268 ] {1740e291-2131-47f0-91be-fcc690451301} TCPHandler: Processed in 0.001300468 sec. 2026.05.01 23:44:38.638531 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.638659 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:38.638711 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:38.639191 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:38.639229 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:38.639560 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.01 23:44:38.639778 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:38.639921 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} executeQuery: Read 75 rows, 6.00 KiB in 0.001288 sec., 58229.81366459627 rows/sec., 4.55 MiB/sec. 2026.05.01 23:44:38.639961 [ 268 ] {5127a283-f35a-44d2-a46a-f111f0e5dfb9} TCPHandler: Processed in 0.001492403 sec. 2026.05.01 23:44:38.640099 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.640194 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:38.640240 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:38.640654 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:38.640690 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:38.641033 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.01 23:44:38.641263 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:38.641404 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.05.01 23:44:38.641443 [ 268 ] {e126be8e-c833-489c-a211-07051066a41f} TCPHandler: Processed in 0.00139581 sec. 2026.05.01 23:44:38.641571 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.641706 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:38.641765 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} 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.01 23:44:38.642589 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:38.642627 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:38.643198 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.01 23:44:38.643437 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:38.643628 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} executeQuery: Read 11 rows, 20.18 KiB in 0.00194 sec., 5670.1030927835045 rows/sec., 10.16 MiB/sec. 2026.05.01 23:44:38.643692 [ 268 ] {a59f8395-5efe-4653-9126-c9d06b612754} TCPHandler: Processed in 0.002171537 sec. 2026.05.01 23:44:38.643812 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:38.643908 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:38.643952 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:38.644305 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:38.644342 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:38.644676 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.01 23:44:38.644894 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:38.645030 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.05.01 23:44:38.645068 [ 268 ] {f09100bc-5cf6-4d3e-96f9-65f6490e5d6a} TCPHandler: Processed in 0.001305409 sec. 2026.05.01 23:44:42.282059 [ 68 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:44:42.282110 [ 68 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:44:42.401860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20167 2026.05.01 23:44:42.402606 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:42.402680 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:42.403412 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:44:42.403648 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:42.403798 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20167 2026.05.01 23:44:43.441602 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.05.01 23:44:43.456457 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.456515 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.462268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.01 23:44:43.462924 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:43.465572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.05.01 23:44:43.630847 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.631082 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:43.631431 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:43.631471 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} 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.01 23:44:43.631695 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:43.631764 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:43.631911 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:43.632032 [ 344 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:43.632038 [ 332 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:43.632053 [ 307 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:43.632041 [ 348 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:43.632222 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:43.632249 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:43.632333 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:43.632353 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:43.632389 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:43.632428 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:43.632464 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:43.633571 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} executeQuery: Read 48 rows, 7.91 KiB in 0.002583 sec., 18583.042973286876 rows/sec., 2.99 MiB/sec. 2026.05.01 23:44:43.633679 [ 268 ] {b066021c-fc72-4017-b981-b0d7b637fce4} TCPHandler: Processed in 0.002970854 sec. 2026.05.01 23:44:43.635667 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.635785 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:43.635828 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:43.636306 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.636348 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.636721 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.01 23:44:43.636953 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:43.637100 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} executeQuery: Read 118 rows, 10.28 KiB in 0.001347 sec., 87602.07869339272 rows/sec., 7.45 MiB/sec. 2026.05.01 23:44:43.637138 [ 268 ] {67af65e7-63f1-405e-af4d-9c2aacf65c3e} TCPHandler: Processed in 0.001521792 sec. 2026.05.01 23:44:43.637253 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.637348 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.637388 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:43.637785 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.637822 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.638117 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.01 23:44:43.638319 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:43.638451 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} executeQuery: Read 31 rows, 2.33 KiB in 0.001121 sec., 27653.88046387154 rows/sec., 2.03 MiB/sec. 2026.05.01 23:44:43.638488 [ 268 ] {e981be32-bacc-4e37-9c25-f3dee0305486} TCPHandler: Processed in 0.001282797 sec. 2026.05.01 23:44:43.638606 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.638701 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:43.638741 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:43.639146 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.639181 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.639476 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.01 23:44:43.639689 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:43.639818 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} executeQuery: Read 95 rows, 7.60 KiB in 0.001134 sec., 83774.25044091711 rows/sec., 6.54 MiB/sec. 2026.05.01 23:44:43.639856 [ 268 ] {153749a4-795d-4a86-861d-fce314de238e} TCPHandler: Processed in 0.001297998 sec. 2026.05.01 23:44:43.639967 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.640059 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.640101 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:43.640473 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.640509 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.640837 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.01 23:44:43.641049 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:43.641181 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2026.05.01 23:44:43.641218 [ 268 ] {d2c0747b-7678-4ce2-8b1c-b56ad4c9bed5} TCPHandler: Processed in 0.001299108 sec. 2026.05.01 23:44:43.641336 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.641428 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.641482 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} 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.01 23:44:43.642238 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.642274 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.642816 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.01 23:44:43.643032 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:43.643168 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} executeQuery: Read 31 rows, 56.88 KiB in 0.001756 sec., 17653.75854214123 rows/sec., 31.63 MiB/sec. 2026.05.01 23:44:43.643221 [ 268 ] {f34cd1d6-71cb-4580-a8fe-767427e7a6ac} TCPHandler: Processed in 0.001935351 sec. 2026.05.01 23:44:43.643343 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.643438 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.643479 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:43.643806 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.643842 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.644135 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.01 23:44:43.644349 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:43.644476 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.05.01 23:44:43.644511 [ 268 ] {eb9d1915-7756-4a69-8998-79e06fcb2fd1} TCPHandler: Processed in 0.001216376 sec. 2026.05.01 23:44:43.881606 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.881911 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:43.882330 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:43.882368 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} 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.01 23:44:43.882590 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:43.882649 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:43.882771 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.01 23:44:43.882853 [ 332 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:43.882877 [ 316 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:43.882883 [ 344 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:43.882875 [ 348 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:43.883036 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:43.883062 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:43.883144 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:43.883166 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:43.883199 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:43.883235 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:43.883267 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:43.884352 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} executeQuery: Read 48 rows, 9.49 KiB in 0.002579 sec., 18611.865063978286 rows/sec., 3.59 MiB/sec. 2026.05.01 23:44:43.884475 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} MemoryTracker: Peak memory usage (for query): 142.31 KiB. 2026.05.01 23:44:43.884491 [ 268 ] {40650b3d-569e-4d04-add9-15a32421eb0e} TCPHandler: Processed in 0.003003765 sec. 2026.05.01 23:44:43.899512 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.899706 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.899785 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:44:43.900554 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.900591 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.900921 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:44:43.901140 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:44:43.901279 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} executeQuery: Read 284 rows, 18.47 KiB in 0.001622 sec., 175092.4784217016 rows/sec., 11.12 MiB/sec. 2026.05.01 23:44:43.901316 [ 268 ] {8e5826d0-97b9-4d26-bf81-43031004c5cf} TCPHandler: Processed in 0.001903641 sec. 2026.05.01 23:44:43.901441 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.901535 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 23:44:43.901575 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 23:44:43.901969 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.902005 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.902290 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.01 23:44:43.902503 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): 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.01 23:44:43.902635 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} executeQuery: Read 10 rows, 835.00 B in 0.001119 sec., 8936.550491510277 rows/sec., 728.71 KiB/sec. 2026.05.01 23:44:43.902673 [ 268 ] {87b18596-eac6-4335-b9fc-bbfcf6868dfd} TCPHandler: Processed in 0.001281368 sec. 2026.05.01 23:44:43.902789 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.902885 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:43.902922 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:43.904903 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.904947 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.905488 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.01 23:44:43.905695 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:43.905829 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} executeQuery: Read 3173 rows, 242.70 KiB in 0.002961 sec., 1071597.433299561 rows/sec., 80.05 MiB/sec. 2026.05.01 23:44:43.905868 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.01 23:44:43.905881 [ 268 ] {071a3a47-8ff8-432c-aaa5-cc43d0d3ef89} TCPHandler: Processed in 0.003140547 sec. 2026.05.01 23:44:43.905997 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.906091 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.906130 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:43.906575 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.906612 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.906906 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.01 23:44:43.907113 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:43.907239 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} executeQuery: Read 174 rows, 10.89 KiB in 0.001167 sec., 149100.25706940872 rows/sec., 9.12 MiB/sec. 2026.05.01 23:44:43.907277 [ 268 ] {058d332d-5183-4682-acda-ebdfb6d02a59} TCPHandler: Processed in 0.001328469 sec. 2026.05.01 23:44:43.907395 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.907488 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.907527 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:44:43.908343 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.908379 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.908727 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.01 23:44:43.908945 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:44:43.909076 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} executeQuery: Read 950 rows, 57.24 KiB in 0.001605 sec., 591900.3115264797 rows/sec., 34.83 MiB/sec. 2026.05.01 23:44:43.909113 [ 268 ] {4f9cf6d9-d4af-4ddd-b102-cbaaf3886e73} TCPHandler: Processed in 0.001766418 sec. 2026.05.01 23:44:43.909230 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.909323 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.909361 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 23:44:43.909734 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.909770 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.910051 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 23:44:43.910257 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} oximeter.fields_u64 (1b8277b5-b7ba-41f1-a005-9c02bc638e5e): 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.01 23:44:43.910382 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} executeQuery: Read 1 rows, 72.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 65.29 KiB/sec. 2026.05.01 23:44:43.910421 [ 268 ] {d2acc95f-4ee4-445f-9678-283b7088e7be} TCPHandler: Processed in 0.001238916 sec. 2026.05.01 23:44:43.910536 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.910628 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.910667 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:44:43.911108 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.911144 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.911441 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.01 23:44:43.911652 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:44:43.911783 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} executeQuery: Read 148 rows, 8.62 KiB in 0.001171 sec., 126387.7028181042 rows/sec., 7.19 MiB/sec. 2026.05.01 23:44:43.911821 [ 268 ] {33b6e01f-44b8-48fa-9c37-2f768f47b465} TCPHandler: Processed in 0.001332399 sec. 2026.05.01 23:44:43.911941 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.912034 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:43.912071 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:43.913229 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.913265 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.913639 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.01 23:44:43.913848 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:43.913976 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} executeQuery: Read 1737 rows, 119.88 KiB in 0.00196 sec., 886224.4897959183 rows/sec., 59.73 MiB/sec. 2026.05.01 23:44:43.914014 [ 268 ] {9ea444aa-1095-43a9-b674-6f1da6128dbe} TCPHandler: Processed in 0.002120986 sec. 2026.05.01 23:44:43.914132 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.914225 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:44:43.914265 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:44:43.914591 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.914626 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.914928 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 23:44:43.915135 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:44:43.915267 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} executeQuery: Read 6 rows, 321.00 B in 0.001059 sec., 5665.7223796033995 rows/sec., 296.01 KiB/sec. 2026.05.01 23:44:43.915304 [ 268 ] {81b92422-0a37-45d8-9518-52defb827bf5} TCPHandler: Processed in 0.001221626 sec. 2026.05.01 23:44:43.915426 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.915520 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.915560 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:43.916256 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.916292 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.916713 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.01 23:44:43.916923 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:43.917054 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} executeQuery: Read 1606 rows, 99.88 KiB in 0.001552 sec., 1034793.8144329897 rows/sec., 62.84 MiB/sec. 2026.05.01 23:44:43.917091 [ 268 ] {ac358c53-d5dc-4010-8ccc-edfa604b517d} TCPHandler: Processed in 0.001713387 sec. 2026.05.01 23:44:43.917207 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.917300 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.917341 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:44:43.917656 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.917691 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.917979 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:44:43.918189 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:44:43.918317 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2026.05.01 23:44:43.918353 [ 268 ] {45280b73-df2f-4421-811c-5afc17f9b3b9} TCPHandler: Processed in 0.001194906 sec. 2026.05.01 23:44:43.918473 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.918566 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.918617 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} 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.01 23:44:43.919366 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.919402 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.919925 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.01 23:44:43.920146 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:43.920283 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} executeQuery: Read 22 rows, 40.37 KiB in 0.001734 sec., 12687.427912341407 rows/sec., 22.74 MiB/sec. 2026.05.01 23:44:43.920336 [ 268 ] {01f53241-769e-47c3-a23c-6b79753a6416} TCPHandler: Processed in 0.001912601 sec. 2026.05.01 23:44:43.920450 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:43.920545 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:43.920586 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:43.920916 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:43.920954 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:43.921254 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.01 23:44:43.921465 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:43.921593 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} executeQuery: Read 42 rows, 2.45 KiB in 0.001065 sec., 39436.61971830986 rows/sec., 2.25 MiB/sec. 2026.05.01 23:44:43.921628 [ 268 ] {b64c6f8d-f74a-431a-847d-30db335fd807} TCPHandler: Processed in 0.001228167 sec. 2026.05.01 23:44:44.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 320.58 MiB, peak 327.70 MiB, free memory in arenas 0.00 B, will set to 318.95 MiB (RSS), difference: -1.63 MiB 2026.05.01 23:44:47.467125 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1312 2026.05.01 23:44:47.469888 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:47.469937 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.01 23:44:47.471155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.01 23:44:47.471423 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:47.471721 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1312 2026.05.01 23:44:48.628728 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:48.629118 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:48.629564 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:48.629600 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} 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.01 23:44:48.629825 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:48.629899 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:48.630050 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 23:44:48.630179 [ 316 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:48.630183 [ 332 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:48.630188 [ 348 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:48.630181 [ 344 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:48.630367 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:48.630390 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:48.630483 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:48.630505 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:48.630542 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:48.630580 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:48.630616 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:48.631868 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} executeQuery: Read 48 rows, 7.91 KiB in 0.002902 sec., 16540.317022742936 rows/sec., 2.66 MiB/sec. 2026.05.01 23:44:48.632002 [ 268 ] {17bf275f-505c-411d-b6bd-4787d254ca1c} TCPHandler: Processed in 0.003463054 sec. 2026.05.01 23:44:48.633595 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:48.633707 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:48.633754 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:48.634247 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.634292 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.634667 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.01 23:44:48.634900 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:48.635063 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} executeQuery: Read 56 rows, 4.41 KiB in 0.00139 sec., 40287.76978417266 rows/sec., 3.09 MiB/sec. 2026.05.01 23:44:48.635088 [ 42 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.01 23:44:48.635104 [ 268 ] {8fc2083f-937a-4e1f-a6c8-4a3f1a88fb14} TCPHandler: Processed in 0.001559144 sec. 2026.05.01 23:44:48.635191 [ 42 ] {} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.635234 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.635284 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:48.635352 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:44:48.635388 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:48.635430 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:48.635455 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:48.635490 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3359 rows starting from the beginning of the part 2026.05.01 23:44:48.635554 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 240 rows starting from the beginning of the part 2026.05.01 23:44:48.635611 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 78 rows starting from the beginning of the part 2026.05.01 23:44:48.635659 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 118 rows starting from the beginning of the part 2026.05.01 23:44:48.635706 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 3173 rows starting from the beginning of the part 2026.05.01 23:44:48.635754 [ 193 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::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.01 23:44:48.635879 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.635917 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.636241 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.01 23:44:48.636460 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:48.636582 [ 42 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.01 23:44:48.636596 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} executeQuery: Read 64 rows, 5.12 KiB in 0.001229 sec., 52074.857607811224 rows/sec., 4.06 MiB/sec. 2026.05.01 23:44:48.636620 [ 42 ] {} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.636644 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.636643 [ 268 ] {e326feaf-a8c4-407e-870b-f12d9b2805fa} TCPHandler: Processed in 0.00140788 sec. 2026.05.01 23:44:48.636735 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:44:48.636774 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:48.636847 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:48.636876 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:48.636882 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1830 rows starting from the beginning of the part 2026.05.01 23:44:48.636927 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:48.636959 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 135 rows starting from the beginning of the part 2026.05.01 23:44:48.637009 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 75 rows starting from the beginning of the part 2026.05.01 23:44:48.637054 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 95 rows starting from the beginning of the part 2026.05.01 23:44:48.637107 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1737 rows starting from the beginning of the part 2026.05.01 23:44:48.637150 [ 190 ] {f9fd7969-4503-4844-97c4-521f8300eaed::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.01 23:44:48.637328 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.637370 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.637749 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.01 23:44:48.637974 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:48.638079 [ 192 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 7024 rows, containing 5 columns (5 merged, 0 gathered) in 0.002764669 sec., 2540629.6377613377 rows/sec., 202.62 MiB/sec. 2026.05.01 23:44:48.638107 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} executeQuery: Read 128 rows, 9.13 KiB in 0.001251 sec., 102318.14548361312 rows/sec., 7.13 MiB/sec. 2026.05.01 23:44:48.638088 [ 42 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2026.05.01 23:44:48.638160 [ 268 ] {4dcea7fb-3379-4335-8e8d-af0bf542e5fd} TCPHandler: Processed in 0.001433261 sec. 2026.05.01 23:44:48.638164 [ 42 ] {} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.638197 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.638264 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:48.638282 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:48.638352 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:48.638377 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:48.638379 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 25414 rows starting from the beginning of the part 2026.05.01 23:44:48.638422 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:48.638436 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.01 23:44:48.638439 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 198 rows starting from the beginning of the part 2026.05.01 23:44:48.638497 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:48.638534 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::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.01 23:44:48.638573 [ 193 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1606 rows starting from the beginning of the part 2026.05.01 23:44:48.638638 [ 199 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3936 rows, containing 5 columns (5 merged, 0 gathered) in 0.001937311 sec., 2031682.0582756202 rows/sec., 147.62 MiB/sec. 2026.05.01 23:44:48.638743 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:48.638750 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.638800 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.638844 [ 198 ] {42eaf68c-7732-4a77-b6a0-795d82a66691::all_1_71_14} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.01 23:44:48.638907 [ 202 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.01 23:44:48.638942 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.05.01 23:44:48.639159 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.01 23:44:48.639208 [ 202 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:48.639295 [ 202 ] {f9fd7969-4503-4844-97c4-521f8300eaed::all_1_71_14} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.01 23:44:48.639375 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.05.01 23:44:48.639396 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:48.639519 [ 42 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.01 23:44:48.639534 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} executeQuery: Read 48 rows, 3.31 KiB in 0.001174 sec., 40885.860306643954 rows/sec., 2.76 MiB/sec. 2026.05.01 23:44:48.639557 [ 42 ] {} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:48.639586 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:48.639597 [ 268 ] {5e796627-62d6-4047-836f-27ef20156044} TCPHandler: Processed in 0.001363069 sec. 2026.05.01 23:44:48.639690 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:48.639816 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:48.639851 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3720 rows starting from the beginning of the part 2026.05.01 23:44:48.639913 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:48.639958 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:48.639995 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:48.640032 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:48.640070 [ 195 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::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.01 23:44:48.641769 [ 198 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3990 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122506 sec., 1879853.3431707611 rows/sec., 124.44 MiB/sec. 2026.05.01 23:44:48.642095 [ 199 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.01 23:44:48.642411 [ 199 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_71_14} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:48.642493 [ 199 ] {76e3ed80-adbe-487d-81f8-fbfc102fc003::all_1_71_14} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.01 23:44:48.642580 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.05.01 23:44:48.650238 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 27538 rows, containing 5 columns (5 merged, 0 gathered) in 0.011997658 sec., 2295281.2957328837 rows/sec., 147.69 MiB/sec. 2026.05.01 23:44:48.650612 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.05.01 23:44:48.650878 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:48.650958 [ 195 ] {1a06d642-b1b9-4cd5-9eef-6aecaae7b98c::all_1_70_14} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2026.05.01 23:44:48.651050 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.05.01 23:44:49.000248 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 319.42 MiB, peak 328.88 MiB, free memory in arenas 0.00 B, will set to 321.81 MiB (RSS), difference: 2.38 MiB 2026.05.01 23:44:49.903901 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20615 2026.05.01 23:44:49.904595 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:49.904629 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:49.905115 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:44:49.905357 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:49.905487 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20615 2026.05.01 23:44:50.965636 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.05.01 23:44:50.981232 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:50.981284 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:50.986906 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.01 23:44:50.987575 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:50.990264 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.05.01 23:44:53.631055 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.631325 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:53.631683 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:53.631718 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} 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.01 23:44:53.631934 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:53.632001 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:53.632141 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 23:44:53.632242 [ 344 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:53.632246 [ 316 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:53.632262 [ 332 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:53.632299 [ 303 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:53.632461 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:53.632499 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:53.632591 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:53.632612 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:53.632647 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:53.632686 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:53.632722 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.01 23:44:53.633969 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} executeQuery: Read 48 rows, 7.91 KiB in 0.00275 sec., 17454.545454545456 rows/sec., 2.81 MiB/sec. 2026.05.01 23:44:53.634059 [ 268 ] {7910fa11-76c2-4b0c-996b-f00fb0277723} TCPHandler: Processed in 0.003143578 sec. 2026.05.01 23:44:53.636285 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.636396 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:53.636438 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:53.637303 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.637372 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.637852 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.01 23:44:53.638064 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:53.638205 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} executeQuery: Read 118 rows, 10.28 KiB in 0.001841 sec., 64095.60021727322 rows/sec., 5.45 MiB/sec. 2026.05.01 23:44:53.638243 [ 268 ] {7f94c5a6-7641-4fcd-b506-e82846f54157} TCPHandler: Processed in 0.002008683 sec. 2026.05.01 23:44:53.638372 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.638465 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:53.638504 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:53.638926 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.638962 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.639239 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.01 23:44:53.639459 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:53.639587 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} executeQuery: Read 31 rows, 2.33 KiB in 0.00114 sec., 27192.98245614035 rows/sec., 2.00 MiB/sec. 2026.05.01 23:44:53.639594 [ 26 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.01 23:44:53.639623 [ 268 ] {91c2ca4c-a9ec-4a56-b8a4-2d3ac3223d43} TCPHandler: Processed in 0.001298588 sec. 2026.05.01 23:44:53.639651 [ 26 ] {} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.639677 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.639746 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.639784 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::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.01 23:44:53.639844 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:53.639887 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:53.639918 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:53.639967 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 225 rows starting from the beginning of the part 2026.05.01 23:44:53.640043 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 47 rows starting from the beginning of the part 2026.05.01 23:44:53.640101 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:53.640146 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:53.640197 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 174 rows starting from the beginning of the part 2026.05.01 23:44:53.640242 [ 198 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:53.640307 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.640347 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.640684 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.01 23:44:53.640902 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:53.641030 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} executeQuery: Read 95 rows, 7.60 KiB in 0.001204 sec., 78903.65448504983 rows/sec., 6.16 MiB/sec. 2026.05.01 23:44:53.641067 [ 268 ] {0aff77cc-978f-4aaf-bf78-35cf1b9ba1df} TCPHandler: Processed in 0.001367339 sec. 2026.05.01 23:44:53.641191 [ 195 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448581 sec., 358281.65632436157 rows/sec., 24.75 MiB/sec. 2026.05.01 23:44:53.641198 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.641332 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:53.641376 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:53.641384 [ 195 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.01 23:44:53.641697 [ 195 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:53.641771 [ 195 ] {bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4::all_1_61_12} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.01 23:44:53.641779 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.641820 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.641873 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.01 23:44:53.642146 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.01 23:44:53.642355 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:53.642483 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.05.01 23:44:53.642519 [ 268 ] {bfe097bb-f0cb-4302-9936-8e4c70a6ea0d} TCPHandler: Processed in 0.00136831 sec. 2026.05.01 23:44:53.642657 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.642750 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:53.642802 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} 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.01 23:44:53.643587 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.643623 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.644138 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.01 23:44:53.644358 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:53.644482 [ 26 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.01 23:44:53.644497 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} executeQuery: Read 31 rows, 56.88 KiB in 0.001765 sec., 17563.739376770536 rows/sec., 31.47 MiB/sec. 2026.05.01 23:44:53.644533 [ 26 ] {} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.644560 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.644566 [ 268 ] {631b5d92-5a11-47d0-bf40-91f1f45b812f} TCPHandler: Processed in 0.001956632 sec. 2026.05.01 23:44:53.644662 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::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.01 23:44:53.644702 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:53.644795 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:53.644835 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:53.644872 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:53.644933 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1216 rows starting from the beginning of the part 2026.05.01 23:44:53.645061 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:53.645164 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:53.645171 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part 2026.05.01 23:44:53.645200 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:53.645286 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:53.645387 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 22 rows starting from the beginning of the part 2026.05.01 23:44:53.645493 [ 189 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part 2026.05.01 23:44:53.645507 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.01 23:44:53.645717 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:53.645845 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.05.01 23:44:53.645880 [ 268 ] {2d705b63-667b-471f-b23a-b777baddde78} TCPHandler: Processed in 0.001224876 sec. 2026.05.01 23:44:53.651655 [ 188 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 19 columns (19 merged, 0 gathered) in 0.007027381 sec., 190967.30346625578 rows/sec., 342.20 MiB/sec. 2026.05.01 23:44:53.653115 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.01 23:44:53.653468 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:53.653539 [ 191 ] {d8325534-8cbc-4231-a727-fe3759aa85de::all_1_61_12} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.01 23:44:53.653663 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. 2026.05.01 23:44:54.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.52 MiB, peak 333.84 MiB, free memory in arenas 0.00 B, will set to 324.99 MiB (RSS), difference: 2.46 MiB 2026.05.01 23:44:55.086473 [ 67 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.05.01 23:44:55.086545 [ 67 ] {} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:55.086569 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:55.086708 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::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.01 23:44:55.086884 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:55.086934 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 308 rows starting from the beginning of the part 2026.05.01 23:44:55.087036 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.05.01 23:44:55.087104 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.05.01 23:44:55.087171 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.05.01 23:44:55.087232 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.05.01 23:44:55.088095 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001456511 sec., 455883.95830858813 rows/sec., 31.98 MiB/sec. 2026.05.01 23:44:55.088211 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.05.01 23:44:55.088436 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:44:55.088499 [ 200 ] {4ea77d95-3351-4f5b-b7fc-8ce702ce7108::all_1_19_4} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.05.01 23:44:55.088558 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.01 23:44:55.456429 [ 67 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.05.01 23:44:55.456497 [ 67 ] {} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:55.456521 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:55.456677 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.05.01 23:44:55.456883 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:55.456939 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2026.05.01 23:44:55.457045 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2026.05.01 23:44:55.457132 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2026.05.01 23:44:55.457201 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2026.05.01 23:44:55.457272 [ 188 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part 2026.05.01 23:44:55.458140 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001538723 sec., 24695.802948288936 rows/sec., 2.06 MiB/sec. 2026.05.01 23:44:55.458337 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.05.01 23:44:55.458662 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 23:44:55.458747 [ 201 ] {ab40733c-90dc-4747-b30d-92d5e9af0fec::all_1_21_5} oximeter.fields_ipaddr (ab40733c-90dc-4747-b30d-92d5e9af0fec) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.05.01 23:44:55.458857 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.01 23:44:56.661592 [ 118 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.05.01 23:44:56.661719 [ 118 ] {} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:56.661765 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:56.661984 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::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.01 23:44:56.662135 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:56.662174 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 160 rows starting from the beginning of the part 2026.05.01 23:44:56.662240 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.05.01 23:44:56.662286 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2026.05.01 23:44:56.662335 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.05.01 23:44:56.662377 [ 187 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.05.01 23:44:56.663122 [ 201 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214816 sec., 283170.4554434581 rows/sec., 17.95 MiB/sec. 2026.05.01 23:44:56.663331 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.05.01 23:44:56.663643 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:44:56.663724 [ 196 ] {41fe5cd5-8289-4075-9d22-69913990e4d5::all_1_19_4} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.05.01 23:44:56.663817 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.01 23:44:57.282153 [ 118 ] {} DNSResolver: Updating DNS cache 2026.05.01 23:44:57.282206 [ 118 ] {} DNSResolver: Updated DNS cache 2026.05.01 23:44:57.405575 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21127 2026.05.01 23:44:57.406115 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:57.406157 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:57.406651 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:44:57.406891 [ 245 ] {} system.asynchronous_metric_log (d33bea0e-1e2d-4d8b-af71-91f7cb86b734): 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.01 23:44:57.407040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21127 2026.05.01 23:44:57.472035 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1336 2026.05.01 23:44:57.474296 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:57.474357 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:57.475596 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.01 23:44:57.475874 [ 243 ] {} system.query_log (c1f8684c-600b-418b-b43b-2f48c19f2411): 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.01 23:44:57.476233 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1336 2026.05.01 23:44:58.490343 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.05.01 23:44:58.507595 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.507662 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.513959 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.01 23:44:58.514655 [ 244 ] {} system.metric_log (7eaba9ce-1967-41f5-9164-a7333c31df31): 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.01 23:44:58.517753 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.05.01 23:44:58.634763 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.635150 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} executeQuery: (from [fd00:1122:3344:101::d]:48546) 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.01 23:44:58.635739 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 23:44:58.635778 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} 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.01 23:44:58.636023 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 23:44:58.636091 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 23:44:58.636238 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.01 23:44:58.636345 [ 344 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 23:44:58.636351 [ 316 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 23:44:58.636375 [ 303 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 23:44:58.636345 [ 332 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 23:44:58.636539 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (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.01 23:44:58.636561 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 23:44:58.636648 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 23:44:58.636670 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} oximeter.timeseries_schema (fa30babc-2f58-485a-abbd-61cca923ec75) (SelectExecutor): Reading approx. 48 rows with 3 streams 2026.05.01 23:44:58.636706 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:58.636777 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:58.636816 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01 23:44:58.637985 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} executeQuery: Read 48 rows, 7.91 KiB in 0.003004 sec., 15978.695073235685 rows/sec., 2.57 MiB/sec. 2026.05.01 23:44:58.638126 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} MemoryTracker: Peak memory usage (for query): 133.91 KiB. 2026.05.01 23:44:58.638142 [ 268 ] {e43dbe8e-1da5-4f43-9e1b-aee17e7d2068} TCPHandler: Processed in 0.003548707 sec. 2026.05.01 23:44:58.643395 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.643608 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.643692 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 23:44:58.644298 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.644343 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.644733 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:44:58.644955 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} oximeter.fields_i16 (4ea77d95-3351-4f5b-b7fc-8ce702ce7108): 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.01 23:44:58.645104 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} executeQuery: Read 284 rows, 18.47 KiB in 0.001554 sec., 182754.18275418275 rows/sec., 11.61 MiB/sec. 2026.05.01 23:44:58.645143 [ 268 ] {014e011e-d5b7-4bbb-89e1-68c62321ffb0} TCPHandler: Processed in 0.001851449 sec. 2026.05.01 23:44:58.645271 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.645367 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 23:44:58.645406 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 23:44:58.646191 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.646229 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.646584 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.01 23:44:58.646808 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} oximeter.fields_string (42eaf68c-7732-4a77-b6a0-795d82a66691): 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.01 23:44:58.646943 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} executeQuery: Read 819 rows, 65.05 KiB in 0.001597 sec., 512836.5685660614 rows/sec., 39.78 MiB/sec. 2026.05.01 23:44:58.646981 [ 268 ] {9f5b720c-7e5f-4469-88f2-36bb20ed2775} TCPHandler: Processed in 0.001759948 sec. 2026.05.01 23:44:58.647099 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.647193 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.647232 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 23:44:58.647667 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.647705 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.648011 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.01 23:44:58.648229 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} oximeter.fields_u16 (bcfc7a4b-d179-4d06-9a87-8ea82c0b0cd4): 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.01 23:44:58.648357 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} executeQuery: Read 153 rows, 9.37 KiB in 0.001183 sec., 129332.20625528318 rows/sec., 7.73 MiB/sec. 2026.05.01 23:44:58.648395 [ 268 ] {184deb9b-902b-4cc6-9d6b-2d8070e71cfe} TCPHandler: Processed in 0.001345139 sec. 2026.05.01 23:44:58.648517 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.648614 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.648654 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 23:44:58.649088 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.649125 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.649423 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.01 23:44:58.649633 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:44:58.649746 [ 51 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.01 23:44:58.649758 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} executeQuery: Read 149 rows, 9.86 KiB in 0.001166 sec., 127787.30703259006 rows/sec., 8.26 MiB/sec. 2026.05.01 23:44:58.649812 [ 51 ] {} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.649823 [ 268 ] {72a6fdf1-efdb-4e56-b405-3a2ab8e69344} TCPHandler: Processed in 0.001354339 sec. 2026.05.01 23:44:58.649841 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.649938 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::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.01 23:44:58.649964 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.650034 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 23:44:58.650058 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.650064 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 975 rows starting from the beginning of the part 2026.05.01 23:44:58.650097 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 23:44:58.650124 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.05.01 23:44:58.650171 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 801 rows starting from the beginning of the part 2026.05.01 23:44:58.650214 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2026.05.01 23:44:58.650254 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 950 rows starting from the beginning of the part 2026.05.01 23:44:58.650296 [ 201 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.05.01 23:44:58.650548 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.650585 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.650892 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.01 23:44:58.651127 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} oximeter.fields_u8 (41fe5cd5-8289-4075-9d22-69913990e4d5): 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.01 23:44:58.651251 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} executeQuery: Read 148 rows, 8.62 KiB in 0.001211 sec., 122213.04706853839 rows/sec., 6.95 MiB/sec. 2026.05.01 23:44:58.651289 [ 268 ] {403d15d3-1797-40cf-a9f7-40399de7b562} TCPHandler: Processed in 0.00137307 sec. 2026.05.01 23:44:58.651410 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.651460 [ 196 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2923 rows, containing 5 columns (5 merged, 0 gathered) in 0.001556984 sec., 1877347.4871931889 rows/sec., 118.74 MiB/sec. 2026.05.01 23:44:58.651502 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 23:44:58.651547 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 23:44:58.651684 [ 194 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.01 23:44:58.651996 [ 194 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b): 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.01 23:44:58.652078 [ 194 ] {1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b::all_1_26_5} oximeter.fields_u32 (1b4c8fbf-b222-47b5-b2ef-0bffdb7c360b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.01 23:44:58.652143 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.652184 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.652187 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.01 23:44:58.652517 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.01 23:44:58.652738 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} oximeter.fields_uuid (f9fd7969-4503-4844-97c4-521f8300eaed): 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.01 23:44:58.652868 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} executeQuery: Read 501 rows, 36.06 KiB in 0.001383 sec., 362255.96529284166 rows/sec., 25.46 MiB/sec. 2026.05.01 23:44:58.652906 [ 268 ] {7ee73f88-ea28-4a16-89c0-22670a12eadd} TCPHandler: Processed in 0.001545623 sec. 2026.05.01 23:44:58.653017 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.653109 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 23:44:58.653149 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 23:44:58.653470 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.653506 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.653806 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 23:44:58.654023 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} oximeter.measurements_bool (9f804ddb-d399-48ef-96c6-574320f62102): 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.01 23:44:58.654150 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2026.05.01 23:44:58.654186 [ 268 ] {6869e917-0b47-4fdd-a260-020c0abde267} TCPHandler: Processed in 0.001218406 sec. 2026.05.01 23:44:58.654332 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.654453 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.654506 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 23:44:58.654950 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.654986 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.655322 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.01 23:44:58.655532 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} oximeter.measurements_cumulativeu64 (1a06d642-b1b9-4cd5-9eef-6aecaae7b98c): 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.01 23:44:58.655660 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} executeQuery: Read 265 rows, 18.03 KiB in 0.001231 sec., 215272.13647441103 rows/sec., 14.31 MiB/sec. 2026.05.01 23:44:58.655697 [ 268 ] {08b50ad8-70f5-43a5-915a-4f738b22bd45} TCPHandler: Processed in 0.001424531 sec. 2026.05.01 23:44:58.655811 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.655905 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.655948 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 23:44:58.656254 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.656290 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.656575 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.01 23:44:58.656774 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} oximeter.measurements_f64 (aec3166a-552a-4d9e-8a5f-cef510c2fc6f): 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.01 23:44:58.656897 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. 2026.05.01 23:44:58.656932 [ 268 ] {be287943-035a-487f-9907-f7ef331fdfa1} TCPHandler: Processed in 0.001170875 sec. 2026.05.01 23:44:58.657049 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.657173 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.657237 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} 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.01 23:44:58.658056 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.658094 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.658612 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.01 23:44:58.658831 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} oximeter.measurements_histogramu64 (d8325534-8cbc-4231-a727-fe3759aa85de): 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.01 23:44:58.658971 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} executeQuery: Read 11 rows, 20.18 KiB in 0.001823 sec., 6034.0098738343395 rows/sec., 10.81 MiB/sec. 2026.05.01 23:44:58.659025 [ 268 ] {b4888511-2598-4a74-99ef-ff92eff9afd9} TCPHandler: Processed in 0.002036333 sec. 2026.05.01 23:44:58.659161 [ 268 ] {} TCP-Session: d7daf52f-5cb7-4354-88fd-66ea9e51e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 23:44:58.659257 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} executeQuery: (from [fd00:1122:3344:101::d]:48546) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 23:44:58.659301 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 23:44:58.659653 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 23:44:58.659690 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.01 23:44:58.659999 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.01 23:44:58.660219 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} oximeter.measurements_u64 (76e3ed80-adbe-487d-81f8-fbfc102fc003): 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.01 23:44:58.660345 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} executeQuery: Read 90 rows, 5.77 KiB in 0.001106 sec., 81374.321880651 rows/sec., 5.09 MiB/sec. 2026.05.01 23:44:58.660381 [ 268 ] {43bd2c68-bdb5-4b7b-814c-e2fe5caf51ad} TCPHandler: Processed in 0.001269197 sec.