[ May 6 00:25:01 Enabled. ] [ May 6 00:25:01 Rereading configuration. ] [ May 6 00:25:03 Rereading configuration. ] [ May 6 00:25:07 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 6 00:25:07 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.05.06 00:25:09.234078 [ 1 ] {} Application: Will watch for the process with pid 25146 2026.05.06 00:25:09.234472 [ 1 ] {} Application: Forked a child process to watch 2026.05.06 00:25:09.468299 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25146 2026.05.06 00:25:09.469020 [ 1 ] {} Application: starting up 2026.05.06 00:25:09.469168 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.06 00:25:09.591123 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.06 00:25:09.621260 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.06 00:25:09.621309 [ 1 ] {} Application: Initializing DateLUT. 2026.05.06 00:25:09.621325 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.06 00:25:09.621378 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.06 00:25:09.621727 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.06 00:25:09.623824 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.06 00:25:09.624560 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.06 00:25:09.625370 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.06 00:25:09.625391 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.06 00:25:09.625406 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.06 00:25:09.626086 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.06 00:25:09.627096 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.06 00:25:09.633140 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.06 00:25:09.633880 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.06 00:25:09.635202 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.06 00:25:09.635265 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.06 00:25:09.636285 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.06 00:25:09.636675 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.06 00:25:09.640610 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.06 00:25:09.640976 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.06 00:25:09.644271 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.06 00:25:09.644649 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.06 00:25:09.645055 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.06 00:25:09.645409 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.06 00:25:09.646805 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.06 00:25:09.646830 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.06 00:25:09.646919 [ 171 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:25:09.647008 [ 171 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:25:09.654372 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.06 00:25:09.654398 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149612 sec 2026.05.06 00:25:09.654414 [ 1 ] {} ReferentialDeps: No tables 2026.05.06 00:25:09.654428 [ 1 ] {} LoadingDeps: No tables 2026.05.06 00:25:09.655076 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.06 00:25:09.655640 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.06 00:25:09.670358 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.06 00:25:09.670408 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.06 00:25:09.670432 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.06 00:25:09.670446 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.06 00:25:09.670485 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.06 00:25:09.670507 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.06 00:25:09.672610 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.06 00:25:09.672654 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.06 00:25:09.672673 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.06 00:25:09.672806 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.06 00:25:09.672847 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.06 00:25:09.672860 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.06 00:25:09.672877 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.06 00:25:09.672888 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.06 00:25:09.672918 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.06 00:25:09.672935 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.06 00:25:09.697851 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.06 00:25:09.699054 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.06 00:25:09.699084 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.777e-05 sec 2026.05.06 00:25:09.699097 [ 1 ] {} ReferentialDeps: No tables 2026.05.06 00:25:09.699108 [ 1 ] {} LoadingDeps: No tables 2026.05.06 00:25:09.699130 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.06 00:25:09.699324 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.06 00:25:09.699370 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.06 00:25:09.699384 [ 1 ] {} Application: Loaded metadata. 2026.05.06 00:25:09.699395 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.05.06 00:25:09.699405 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.06 00:25:09.704671 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.06 00:25:09.704882 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2026.05.06 00:25:09.706437 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.873e-05 sec. 2026.05.06 00:25:09.706869 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.06 00:25:09.706980 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.06 00:25:09.707001 [ 1 ] {} Application: Ready for connections. 2026.05.06 00:25:11.262601 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47863 2026.05.06 00:25:11.263493 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.263547 [ 3 ] {} TCP-Session: 4a511d71-bafd-40bc-90a4-9547684a8faa Authenticating user 'default' from [fd00:1122:3344:101::b]:47863 2026.05.06 00:25:11.263574 [ 3 ] {} TCP-Session: 4a511d71-bafd-40bc-90a4-9547684a8faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.263667 [ 3 ] {} TCP-Session: 4a511d71-bafd-40bc-90a4-9547684a8faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.263764 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 00:25:11.263792 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.06 00:25:11.263884 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.06 00:25:11.264392 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52126 2026.05.06 00:25:11.265329 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.265322 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65178 2026.05.06 00:25:11.265369 [ 4 ] {} TCP-Session: c9d99634-2133-4bc9-82c3-d87cbbf4432b Authenticating user 'default' from [fd00:1122:3344:101::b]:52126 2026.05.06 00:25:11.265498 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55682 2026.05.06 00:25:11.265501 [ 4 ] {} TCP-Session: c9d99634-2133-4bc9-82c3-d87cbbf4432b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.265546 [ 4 ] {} TCP-Session: c9d99634-2133-4bc9-82c3-d87cbbf4432b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.265587 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51525 2026.05.06 00:25:11.265322 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51952 2026.05.06 00:25:11.266195 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62727 2026.05.06 00:25:11.266206 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59522 2026.05.06 00:25:11.266283 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.266299 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.266287 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.266395 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.266422 [ 5 ] {} TCP-Session: 6d7e7c22-300f-4602-b1cd-a95882f752f3 Authenticating user 'default' from [fd00:1122:3344:101::b]:65178 2026.05.06 00:25:11.266465 [ 253 ] {} TCP-Session: f49ad25a-dd98-40a2-bf30-b63a3462e509 Authenticating user 'default' from [fd00:1122:3344:101::b]:51952 2026.05.06 00:25:11.266471 [ 255 ] {} TCP-Session: 64d8513f-7c99-4121-afb4-ff5f756a5077 Authenticating user 'default' from [fd00:1122:3344:101::b]:55682 2026.05.06 00:25:11.266512 [ 257 ] {} TCP-Session: 27d208ae-a1ad-485b-addf-960d93ca24fe Authenticating user 'default' from [fd00:1122:3344:101::b]:59522 2026.05.06 00:25:11.266528 [ 253 ] {} TCP-Session: f49ad25a-dd98-40a2-bf30-b63a3462e509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266528 [ 5 ] {} TCP-Session: 6d7e7c22-300f-4602-b1cd-a95882f752f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266583 [ 253 ] {} TCP-Session: f49ad25a-dd98-40a2-bf30-b63a3462e509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266583 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.266599 [ 257 ] {} TCP-Session: 27d208ae-a1ad-485b-addf-960d93ca24fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266680 [ 258 ] {} TCP-Session: 671cdc81-3952-49c7-b049-dab30dbc22f2 Authenticating user 'default' from [fd00:1122:3344:101::b]:62727 2026.05.06 00:25:11.266694 [ 257 ] {} TCP-Session: 27d208ae-a1ad-485b-addf-960d93ca24fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266649 [ 5 ] {} TCP-Session: 6d7e7c22-300f-4602-b1cd-a95882f752f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266771 [ 258 ] {} TCP-Session: 671cdc81-3952-49c7-b049-dab30dbc22f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266579 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:11.266571 [ 255 ] {} TCP-Session: 64d8513f-7c99-4121-afb4-ff5f756a5077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266863 [ 258 ] {} TCP-Session: 671cdc81-3952-49c7-b049-dab30dbc22f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266887 [ 255 ] {} TCP-Session: 64d8513f-7c99-4121-afb4-ff5f756a5077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.266878 [ 256 ] {} TCP-Session: fcbd9408-224d-4424-9ba2-f60345bc39c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:51525 2026.05.06 00:25:11.267059 [ 256 ] {} TCP-Session: fcbd9408-224d-4424-9ba2-f60345bc39c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:11.267132 [ 256 ] {} TCP-Session: fcbd9408-224d-4424-9ba2-f60345bc39c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:12.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 117.24 MiB, peak 117.24 MiB, free memory in arenas 0.00 B, will set to 119.04 MiB (RSS), difference: 1.80 MiB 2026.05.06 00:25:13.002225 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34952 2026.05.06 00:25:13.002427 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.002460 [ 259 ] {} TCP-Session: c0c21923-00f7-4fe3-ad13-4dea5c5f494b Authenticating user 'default' from [fd00:1122:3344:101::a]:34952 2026.05.06 00:25:13.002485 [ 259 ] {} TCP-Session: c0c21923-00f7-4fe3-ad13-4dea5c5f494b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.002580 [ 259 ] {} TCP-Session: c0c21923-00f7-4fe3-ad13-4dea5c5f494b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.002654 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 00:25:13.002691 [ 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.06 00:25:13.002781 [ 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.06 00:25:13.003416 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50273 2026.05.06 00:25:13.003416 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55352 2026.05.06 00:25:13.003478 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45466 2026.05.06 00:25:13.003734 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40787 2026.05.06 00:25:13.003804 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.003815 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.003826 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.003943 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61763 2026.05.06 00:25:13.003925 [ 260 ] {} TCP-Session: b4eaa50d-6086-430e-b1a4-55c85c473317 Authenticating user 'default' from [fd00:1122:3344:101::a]:50273 2026.05.06 00:25:13.003976 [ 262 ] {} TCP-Session: 09673030-3cee-4dc4-b02c-e17a0fd3f1bc Authenticating user 'default' from [fd00:1122:3344:101::a]:45466 2026.05.06 00:25:13.003912 [ 261 ] {} TCP-Session: 61508708-e1bc-42ab-beb6-2f4638b51554 Authenticating user 'default' from [fd00:1122:3344:101::a]:55352 2026.05.06 00:25:13.004059 [ 260 ] {} TCP-Session: b4eaa50d-6086-430e-b1a4-55c85c473317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004029 [ 262 ] {} TCP-Session: 09673030-3cee-4dc4-b02c-e17a0fd3f1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004011 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.004141 [ 260 ] {} TCP-Session: b4eaa50d-6086-430e-b1a4-55c85c473317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004127 [ 262 ] {} TCP-Session: 09673030-3cee-4dc4-b02c-e17a0fd3f1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004124 [ 261 ] {} TCP-Session: 61508708-e1bc-42ab-beb6-2f4638b51554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004234 [ 264 ] {} TCP-Session: ada0b1c8-b2ba-4d24-bdaa-52ec49d24448 Authenticating user 'default' from [fd00:1122:3344:101::a]:40787 2026.05.06 00:25:13.003865 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37533 2026.05.06 00:25:13.003780 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40489 2026.05.06 00:25:13.004357 [ 264 ] {} TCP-Session: ada0b1c8-b2ba-4d24-bdaa-52ec49d24448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004345 [ 261 ] {} TCP-Session: 61508708-e1bc-42ab-beb6-2f4638b51554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004141 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.004466 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.004503 [ 266 ] {} TCP-Session: 5697bfb9-53d8-41fd-bfe9-3adfae8573ad Authenticating user 'default' from [fd00:1122:3344:101::a]:61763 2026.05.06 00:25:13.004473 [ 264 ] {} TCP-Session: ada0b1c8-b2ba-4d24-bdaa-52ec49d24448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004588 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.004620 [ 266 ] {} TCP-Session: 5697bfb9-53d8-41fd-bfe9-3adfae8573ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004604 [ 265 ] {} TCP-Session: 49f79938-e146-4f59-bebe-9623698e9ad1 Authenticating user 'default' from [fd00:1122:3344:101::a]:37533 2026.05.06 00:25:13.004771 [ 265 ] {} TCP-Session: 49f79938-e146-4f59-bebe-9623698e9ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004780 [ 266 ] {} TCP-Session: 5697bfb9-53d8-41fd-bfe9-3adfae8573ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004776 [ 263 ] {} TCP-Session: 39d6693c-3edf-4865-adc2-f5479a7de389 Authenticating user 'default' from [fd00:1122:3344:101::a]:40489 2026.05.06 00:25:13.004868 [ 265 ] {} TCP-Session: 49f79938-e146-4f59-bebe-9623698e9ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.004888 [ 263 ] {} TCP-Session: 39d6693c-3edf-4865-adc2-f5479a7de389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.005037 [ 263 ] {} TCP-Session: 39d6693c-3edf-4865-adc2-f5479a7de389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.610123 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52458 2026.05.06 00:25:13.610311 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.610379 [ 267 ] {} TCP-Session: 6704f512-662d-4410-9771-5f6be98310d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:52458 2026.05.06 00:25:13.610401 [ 267 ] {} TCP-Session: 6704f512-662d-4410-9771-5f6be98310d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.610413 [ 267 ] {} TCP-Session: 6704f512-662d-4410-9771-5f6be98310d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.610539 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 00:25:13.610565 [ 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.06 00:25:13.610634 [ 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.06 00:25:13.611065 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64943 2026.05.06 00:25:13.611157 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44730 2026.05.06 00:25:13.611303 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.611348 [ 268 ] {} TCP-Session: b18b41b4-0fd2-4765-ac25-8b6ae04f283f Authenticating user 'default' from [fd00:1122:3344:101::c]:64943 2026.05.06 00:25:13.611406 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.611423 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62557 2026.05.06 00:25:13.611438 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54094 2026.05.06 00:25:13.611485 [ 268 ] {} TCP-Session: b18b41b4-0fd2-4765-ac25-8b6ae04f283f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.611517 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53333 2026.05.06 00:25:13.611525 [ 269 ] {} TCP-Session: 747e4b13-dd49-4e1d-8a43-d911d829cccf Authenticating user 'default' from [fd00:1122:3344:101::c]:44730 2026.05.06 00:25:13.611567 [ 268 ] {} TCP-Session: b18b41b4-0fd2-4765-ac25-8b6ae04f283f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.611587 [ 269 ] {} TCP-Session: 747e4b13-dd49-4e1d-8a43-d911d829cccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.611670 [ 269 ] {} TCP-Session: 747e4b13-dd49-4e1d-8a43-d911d829cccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.611716 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46827 2026.05.06 00:25:13.611722 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.611765 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.611830 [ 271 ] {} TCP-Session: 6542f539-20d1-4d9c-9fab-c06b7ab52453 Authenticating user 'default' from [fd00:1122:3344:101::c]:62557 2026.05.06 00:25:13.611855 [ 270 ] {} TCP-Session: cb798fcb-bf88-4050-9ba0-531d41f8d2f2 Authenticating user 'default' from [fd00:1122:3344:101::c]:54094 2026.05.06 00:25:13.611933 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.611864 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39881 2026.05.06 00:25:13.611870 [ 271 ] {} TCP-Session: 6542f539-20d1-4d9c-9fab-c06b7ab52453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612026 [ 272 ] {} TCP-Session: f0c747c0-c22a-4485-b392-ed0c3a4b6d0a Authenticating user 'default' from [fd00:1122:3344:101::c]:53333 2026.05.06 00:25:13.612054 [ 271 ] {} TCP-Session: 6542f539-20d1-4d9c-9fab-c06b7ab52453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612010 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.612006 [ 270 ] {} TCP-Session: cb798fcb-bf88-4050-9ba0-531d41f8d2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612160 [ 273 ] {} TCP-Session: 43aa6351-5b4a-4cda-aaa2-8a55b3c17ad2 Authenticating user 'default' from [fd00:1122:3344:101::c]:46827 2026.05.06 00:25:13.612138 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:13.612129 [ 272 ] {} TCP-Session: f0c747c0-c22a-4485-b392-ed0c3a4b6d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612262 [ 273 ] {} TCP-Session: 43aa6351-5b4a-4cda-aaa2-8a55b3c17ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612261 [ 274 ] {} TCP-Session: 82a3d084-0d1b-4320-b7bb-184749f35052 Authenticating user 'default' from [fd00:1122:3344:101::c]:39881 2026.05.06 00:25:13.612320 [ 272 ] {} TCP-Session: f0c747c0-c22a-4485-b392-ed0c3a4b6d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612347 [ 273 ] {} TCP-Session: 43aa6351-5b4a-4cda-aaa2-8a55b3c17ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612337 [ 274 ] {} TCP-Session: 82a3d084-0d1b-4320-b7bb-184749f35052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612224 [ 270 ] {} TCP-Session: cb798fcb-bf88-4050-9ba0-531d41f8d2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:13.612415 [ 274 ] {} TCP-Session: 82a3d084-0d1b-4320-b7bb-184749f35052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.173468 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.06 00:25:17.173474 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.05.06 00:25:17.173607 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.06 00:25:17.173726 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.06 00:25:17.226007 [ 243 ] {} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.06 00:25:17.227618 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Loading data parts 2026.05.06 00:25:17.229013 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): There are no data parts 2026.05.06 00:25:17.229417 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Loading data parts 2026.05.06 00:25:17.229854 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): There are no data parts 2026.05.06 00:25:17.242272 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:17.242422 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 00:25:17.254490 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:17.258662 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:17.261412 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.05.06 00:25:17.278113 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:17.278186 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 00:25:17.285758 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:17.287130 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:17.291910 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.06 00:25:17.413865 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36150 2026.05.06 00:25:17.420466 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.420506 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Authenticating user 'default' from [fd00:1122:3344:101::d]:36150 2026.05.06 00:25:17.420527 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.420615 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.420668 [ 277 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 00:25:17.420691 [ 277 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.06 00:25:17.420779 [ 277 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.06 00:25:17.422690 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62669 2026.05.06 00:25:17.422768 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36818 2026.05.06 00:25:17.422874 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58439 2026.05.06 00:25:17.422933 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423010 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39314 2026.05.06 00:25:17.422977 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423073 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Authenticating user 'default' from [fd00:1122:3344:101::d]:62669 2026.05.06 00:25:17.423111 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423153 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423162 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45018 2026.05.06 00:25:17.423080 [ 279 ] {} TCP-Session: 84459177-2bc4-4341-a890-301f1e6f2f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:36818 2026.05.06 00:25:17.423286 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49087 2026.05.06 00:25:17.423236 [ 280 ] {} TCP-Session: dcc54175-6b5c-485e-9b26-e98b3835a2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58439 2026.05.06 00:25:17.423215 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423386 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423414 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52801 2026.05.06 00:25:17.423427 [ 281 ] {} TCP-Session: 2c4f6ed4-8458-40f7-9025-7015fa58896b Authenticating user 'default' from [fd00:1122:3344:101::d]:39314 2026.05.06 00:25:17.423375 [ 280 ] {} TCP-Session: dcc54175-6b5c-485e-9b26-e98b3835a2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423500 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423515 [ 282 ] {} TCP-Session: d8f996dd-fd49-4626-add5-7b5edf76010c Authenticating user 'default' from [fd00:1122:3344:101::d]:45018 2026.05.06 00:25:17.423526 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56662 2026.05.06 00:25:17.423592 [ 282 ] {} TCP-Session: d8f996dd-fd49-4626-add5-7b5edf76010c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423603 [ 283 ] {} TCP-Session: c578edfa-71c1-4635-b1cc-344d3c3e9e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:49087 2026.05.06 00:25:17.423624 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423566 [ 280 ] {} TCP-Session: dcc54175-6b5c-485e-9b26-e98b3835a2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423692 [ 284 ] {} TCP-Session: eb6a64b7-6c67-4181-b983-03d2d8bd716b Authenticating user 'default' from [fd00:1122:3344:101::d]:52801 2026.05.06 00:25:17.423700 [ 283 ] {} TCP-Session: c578edfa-71c1-4635-b1cc-344d3c3e9e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423669 [ 282 ] {} TCP-Session: d8f996dd-fd49-4626-add5-7b5edf76010c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423771 [ 283 ] {} TCP-Session: c578edfa-71c1-4635-b1cc-344d3c3e9e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423786 [ 284 ] {} TCP-Session: eb6a64b7-6c67-4181-b983-03d2d8bd716b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423714 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:17.423855 [ 284 ] {} TCP-Session: eb6a64b7-6c67-4181-b983-03d2d8bd716b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423509 [ 281 ] {} TCP-Session: 2c4f6ed4-8458-40f7-9025-7015fa58896b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423358 [ 279 ] {} TCP-Session: 84459177-2bc4-4341-a890-301f1e6f2f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423958 [ 281 ] {} TCP-Session: 2c4f6ed4-8458-40f7-9025-7015fa58896b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.423944 [ 285 ] {} TCP-Session: 99f91bd4-2f5f-4814-9ac4-140d6762faa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56662 2026.05.06 00:25:17.423254 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.424082 [ 285 ] {} TCP-Session: 99f91bd4-2f5f-4814-9ac4-140d6762faa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.424065 [ 279 ] {} TCP-Session: 84459177-2bc4-4341-a890-301f1e6f2f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.424166 [ 285 ] {} TCP-Session: 99f91bd4-2f5f-4814-9ac4-140d6762faa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:17.428151 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.436808 [ 277 ] {a1021638-86b1-4bb9-828b-2a691f6af20f} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:25:17.538733 [ 277 ] {a1021638-86b1-4bb9-828b-2a691f6af20f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36150) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.06 00:25:17.539692 [ 277 ] {a1021638-86b1-4bb9-828b-2a691f6af20f} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.06 00:25:17.539944 [ 277 ] {a1021638-86b1-4bb9-828b-2a691f6af20f} TCPHandler: Processed in 0.115467637 sec. 2026.05.06 00:25:17.540403 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.540830 [ 278 ] {1ce4ce9b-7380-46ce-bd08-61dac81d9bcb} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:25:17.541189 [ 278 ] {1ce4ce9b-7380-46ce-bd08-61dac81d9bcb} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62669) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.06 00:25:17.541545 [ 278 ] {1ce4ce9b-7380-46ce-bd08-61dac81d9bcb} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.06 00:25:17.541790 [ 278 ] {1ce4ce9b-7380-46ce-bd08-61dac81d9bcb} TCPHandler: Processed in 0.001578012 sec. 2026.05.06 00:25:17.544301 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.546999 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.06 00:25:17.549090 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.06 00:25:17.551513 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.06 00:25:17.551536 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6481e-05 sec 2026.05.06 00:25:17.551552 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} ReferentialDeps: No tables 2026.05.06 00:25:17.551675 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} LoadingDeps: No tables 2026.05.06 00:25:17.551702 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} DatabaseAtomic (oximeter): Starting up tables. 2026.05.06 00:25:17.551799 [ 277 ] {9165875f-acaf-41a6-bb4d-021ca7fe6824} TCPHandler: Processed in 0.007612112 sec. 2026.05.06 00:25:17.551954 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.552198 [ 277 ] {e65e047b-2a34-466f-a556-358cb101db01} executeQuery: (from [fd00:1122:3344:101::d]:36150) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.05.06 00:25:17.552317 [ 277 ] {e65e047b-2a34-466f-a556-358cb101db01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.06 00:25:17.554502 [ 277 ] {e65e047b-2a34-466f-a556-358cb101db01} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9): Loading data parts 2026.05.06 00:25:17.554664 [ 277 ] {e65e047b-2a34-466f-a556-358cb101db01} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9): There are no data parts 2026.05.06 00:25:17.555852 [ 277 ] {e65e047b-2a34-466f-a556-358cb101db01} TCPHandler: Processed in 0.003949303 sec. 2026.05.06 00:25:17.556132 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.556309 [ 277 ] {2a872296-f1c4-453c-bc73-4608fa1f3168} executeQuery: (from [fd00:1122:3344:101::d]:36150) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.556433 [ 277 ] {2a872296-f1c4-453c-bc73-4608fa1f3168} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.06 00:25:17.561132 [ 277 ] {2a872296-f1c4-453c-bc73-4608fa1f3168} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Loading data parts 2026.05.06 00:25:17.561485 [ 277 ] {2a872296-f1c4-453c-bc73-4608fa1f3168} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): There are no data parts 2026.05.06 00:25:17.562677 [ 277 ] {2a872296-f1c4-453c-bc73-4608fa1f3168} TCPHandler: Processed in 0.006594679 sec. 2026.05.06 00:25:17.562836 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.563090 [ 277 ] {0a25af23-d76d-4164-8b68-0ab5451108b1} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.563173 [ 277 ] {0a25af23-d76d-4164-8b68-0ab5451108b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.06 00:25:17.564921 [ 277 ] {0a25af23-d76d-4164-8b68-0ab5451108b1} oximeter.measurements_i8 (0a571b50-b504-4cbb-afee-3a5cf03b37f9): Loading data parts 2026.05.06 00:25:17.565075 [ 277 ] {0a25af23-d76d-4164-8b68-0ab5451108b1} oximeter.measurements_i8 (0a571b50-b504-4cbb-afee-3a5cf03b37f9): There are no data parts 2026.05.06 00:25:17.566493 [ 277 ] {0a25af23-d76d-4164-8b68-0ab5451108b1} TCPHandler: Processed in 0.003704921 sec. 2026.05.06 00:25:17.566763 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.566927 [ 277 ] {a1bdd07a-0aa1-4708-acbd-f960984d9724} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.567050 [ 277 ] {a1bdd07a-0aa1-4708-acbd-f960984d9724} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.06 00:25:17.568838 [ 277 ] {a1bdd07a-0aa1-4708-acbd-f960984d9724} oximeter.measurements_u8 (b1c74b80-c562-49ec-b4c2-237f2ee81a8b): Loading data parts 2026.05.06 00:25:17.569083 [ 277 ] {a1bdd07a-0aa1-4708-acbd-f960984d9724} oximeter.measurements_u8 (b1c74b80-c562-49ec-b4c2-237f2ee81a8b): There are no data parts 2026.05.06 00:25:17.570336 [ 277 ] {a1bdd07a-0aa1-4708-acbd-f960984d9724} TCPHandler: Processed in 0.003625809 sec. 2026.05.06 00:25:17.570475 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.570708 [ 277 ] {1ec69f03-daf2-4505-b1c3-ba986a0206a2} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.570752 [ 277 ] {1ec69f03-daf2-4505-b1c3-ba986a0206a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.06 00:25:17.572633 [ 277 ] {1ec69f03-daf2-4505-b1c3-ba986a0206a2} oximeter.measurements_i16 (75102d3a-9322-4449-9336-5999ee07cbc1): Loading data parts 2026.05.06 00:25:17.572772 [ 277 ] {1ec69f03-daf2-4505-b1c3-ba986a0206a2} oximeter.measurements_i16 (75102d3a-9322-4449-9336-5999ee07cbc1): There are no data parts 2026.05.06 00:25:17.574122 [ 277 ] {1ec69f03-daf2-4505-b1c3-ba986a0206a2} TCPHandler: Processed in 0.003696441 sec. 2026.05.06 00:25:17.574338 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.574491 [ 277 ] {16263a47-cfac-4498-85a8-da21e7a77f79} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.574607 [ 277 ] {16263a47-cfac-4498-85a8-da21e7a77f79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.06 00:25:17.576334 [ 277 ] {16263a47-cfac-4498-85a8-da21e7a77f79} oximeter.measurements_u16 (b7194211-a3a4-4266-a32c-4626188c1089): Loading data parts 2026.05.06 00:25:17.576541 [ 277 ] {16263a47-cfac-4498-85a8-da21e7a77f79} oximeter.measurements_u16 (b7194211-a3a4-4266-a32c-4626188c1089): There are no data parts 2026.05.06 00:25:17.577740 [ 277 ] {16263a47-cfac-4498-85a8-da21e7a77f79} TCPHandler: Processed in 0.003452336 sec. 2026.05.06 00:25:17.577875 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.578121 [ 277 ] {de6da560-9560-4320-bede-81a928a31e23} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.578164 [ 277 ] {de6da560-9560-4320-bede-81a928a31e23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.06 00:25:17.580180 [ 277 ] {de6da560-9560-4320-bede-81a928a31e23} oximeter.measurements_i32 (5551cfd3-9dc1-4be3-9635-060eb3f97054): Loading data parts 2026.05.06 00:25:17.580377 [ 277 ] {de6da560-9560-4320-bede-81a928a31e23} oximeter.measurements_i32 (5551cfd3-9dc1-4be3-9635-060eb3f97054): There are no data parts 2026.05.06 00:25:17.581683 [ 277 ] {de6da560-9560-4320-bede-81a928a31e23} TCPHandler: Processed in 0.003857722 sec. 2026.05.06 00:25:17.581930 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.582083 [ 277 ] {dada3d81-386f-4e66-8408-4125691c86fe} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.582205 [ 277 ] {dada3d81-386f-4e66-8408-4125691c86fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.06 00:25:17.583915 [ 277 ] {dada3d81-386f-4e66-8408-4125691c86fe} oximeter.measurements_u32 (0e1b0e2a-6c58-45e9-89a6-3ecb12f75436): Loading data parts 2026.05.06 00:25:17.584156 [ 277 ] {dada3d81-386f-4e66-8408-4125691c86fe} oximeter.measurements_u32 (0e1b0e2a-6c58-45e9-89a6-3ecb12f75436): There are no data parts 2026.05.06 00:25:17.585362 [ 277 ] {dada3d81-386f-4e66-8408-4125691c86fe} TCPHandler: Processed in 0.003483857 sec. 2026.05.06 00:25:17.585531 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.585829 [ 277 ] {54a5097a-3fa9-459e-b515-9171d478bb6c} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.585883 [ 277 ] {54a5097a-3fa9-459e-b515-9171d478bb6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.06 00:25:17.588350 [ 277 ] {54a5097a-3fa9-459e-b515-9171d478bb6c} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Loading data parts 2026.05.06 00:25:17.588507 [ 277 ] {54a5097a-3fa9-459e-b515-9171d478bb6c} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): There are no data parts 2026.05.06 00:25:17.590237 [ 277 ] {54a5097a-3fa9-459e-b515-9171d478bb6c} TCPHandler: Processed in 0.004771365 sec. 2026.05.06 00:25:17.590487 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.590649 [ 277 ] {e154b4e3-37b4-4d1e-ae77-05d30e0912af} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.590799 [ 277 ] {e154b4e3-37b4-4d1e-ae77-05d30e0912af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.06 00:25:17.592730 [ 277 ] {e154b4e3-37b4-4d1e-ae77-05d30e0912af} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Loading data parts 2026.05.06 00:25:17.592995 [ 277 ] {e154b4e3-37b4-4d1e-ae77-05d30e0912af} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): There are no data parts 2026.05.06 00:25:17.599147 [ 277 ] {e154b4e3-37b4-4d1e-ae77-05d30e0912af} TCPHandler: Processed in 0.008708268 sec. 2026.05.06 00:25:17.599312 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.599571 [ 277 ] {83a6b0e1-92b3-44b6-bdfc-61f989163f59} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.599614 [ 277 ] {83a6b0e1-92b3-44b6-bdfc-61f989163f59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.06 00:25:17.601739 [ 277 ] {83a6b0e1-92b3-44b6-bdfc-61f989163f59} oximeter.measurements_f32 (039ea03b-50a0-47a6-9c52-0e72ff243487): Loading data parts 2026.05.06 00:25:17.601894 [ 277 ] {83a6b0e1-92b3-44b6-bdfc-61f989163f59} oximeter.measurements_f32 (039ea03b-50a0-47a6-9c52-0e72ff243487): There are no data parts 2026.05.06 00:25:17.603614 [ 277 ] {83a6b0e1-92b3-44b6-bdfc-61f989163f59} TCPHandler: Processed in 0.004362269 sec. 2026.05.06 00:25:17.603839 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.604020 [ 277 ] {3a22f0df-96cd-41eb-8092-826912ba03cc} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.604135 [ 277 ] {3a22f0df-96cd-41eb-8092-826912ba03cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.06 00:25:17.605947 [ 277 ] {3a22f0df-96cd-41eb-8092-826912ba03cc} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Loading data parts 2026.05.06 00:25:17.606224 [ 277 ] {3a22f0df-96cd-41eb-8092-826912ba03cc} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): There are no data parts 2026.05.06 00:25:17.608032 [ 277 ] {3a22f0df-96cd-41eb-8092-826912ba03cc} TCPHandler: Processed in 0.004243187 sec. 2026.05.06 00:25:17.608180 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.608425 [ 277 ] {b8657d8b-54d6-48a0-920f-db878fea04cd} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.608471 [ 277 ] {b8657d8b-54d6-48a0-920f-db878fea04cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.06 00:25:17.610266 [ 277 ] {b8657d8b-54d6-48a0-920f-db878fea04cd} oximeter.measurements_string (92ee3a09-fd44-42fb-ae98-599135e2ed8b): Loading data parts 2026.05.06 00:25:17.610413 [ 277 ] {b8657d8b-54d6-48a0-920f-db878fea04cd} oximeter.measurements_string (92ee3a09-fd44-42fb-ae98-599135e2ed8b): There are no data parts 2026.05.06 00:25:17.619850 [ 277 ] {b8657d8b-54d6-48a0-920f-db878fea04cd} TCPHandler: Processed in 0.011719978 sec. 2026.05.06 00:25:17.620084 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.620245 [ 277 ] {35f2e20b-f9d2-4d3b-975f-b1834078be78} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.620374 [ 277 ] {35f2e20b-f9d2-4d3b-975f-b1834078be78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.06 00:25:17.622712 [ 277 ] {35f2e20b-f9d2-4d3b-975f-b1834078be78} oximeter.measurements_bytes (c69862bf-866b-40ea-90ac-75187674c5ae): Loading data parts 2026.05.06 00:25:17.622869 [ 277 ] {35f2e20b-f9d2-4d3b-975f-b1834078be78} oximeter.measurements_bytes (c69862bf-866b-40ea-90ac-75187674c5ae): There are no data parts 2026.05.06 00:25:17.624556 [ 277 ] {35f2e20b-f9d2-4d3b-975f-b1834078be78} TCPHandler: Processed in 0.004522141 sec. 2026.05.06 00:25:17.624823 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.624986 [ 277 ] {d8d0e917-edcd-442c-9e5c-95b22890dfe6} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.625110 [ 277 ] {d8d0e917-edcd-442c-9e5c-95b22890dfe6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.06 00:25:17.626824 [ 277 ] {d8d0e917-edcd-442c-9e5c-95b22890dfe6} oximeter.measurements_cumulativei64 (fa299f94-869d-4aba-8836-966db4635a9d): Loading data parts 2026.05.06 00:25:17.627125 [ 277 ] {d8d0e917-edcd-442c-9e5c-95b22890dfe6} oximeter.measurements_cumulativei64 (fa299f94-869d-4aba-8836-966db4635a9d): There are no data parts 2026.05.06 00:25:17.628422 [ 277 ] {d8d0e917-edcd-442c-9e5c-95b22890dfe6} TCPHandler: Processed in 0.003647859 sec. 2026.05.06 00:25:17.628564 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.628809 [ 277 ] {d6c48728-aa55-4efb-96f1-e50a6e9b5956} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.628944 [ 277 ] {d6c48728-aa55-4efb-96f1-e50a6e9b5956} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.06 00:25:17.630594 [ 277 ] {d6c48728-aa55-4efb-96f1-e50a6e9b5956} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Loading data parts 2026.05.06 00:25:17.630732 [ 277 ] {d6c48728-aa55-4efb-96f1-e50a6e9b5956} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): There are no data parts 2026.05.06 00:25:17.632112 [ 277 ] {d6c48728-aa55-4efb-96f1-e50a6e9b5956} TCPHandler: Processed in 0.003597508 sec. 2026.05.06 00:25:17.632253 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.632414 [ 277 ] {b114f66d-d4ab-40e7-8913-4dc84f15e56d} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.632535 [ 277 ] {b114f66d-d4ab-40e7-8913-4dc84f15e56d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.06 00:25:17.634475 [ 277 ] {b114f66d-d4ab-40e7-8913-4dc84f15e56d} oximeter.measurements_cumulativef32 (69d27c61-7b1b-40f6-90e6-64c92eaab9f8): Loading data parts 2026.05.06 00:25:17.634615 [ 277 ] {b114f66d-d4ab-40e7-8913-4dc84f15e56d} oximeter.measurements_cumulativef32 (69d27c61-7b1b-40f6-90e6-64c92eaab9f8): There are no data parts 2026.05.06 00:25:17.635935 [ 277 ] {b114f66d-d4ab-40e7-8913-4dc84f15e56d} TCPHandler: Processed in 0.003731801 sec. 2026.05.06 00:25:17.636165 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.636332 [ 277 ] {5fb42f00-e213-48ef-8959-99136adc4c22} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.636453 [ 277 ] {5fb42f00-e213-48ef-8959-99136adc4c22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.06 00:25:17.638078 [ 277 ] {5fb42f00-e213-48ef-8959-99136adc4c22} oximeter.measurements_cumulativef64 (b5745b44-3d05-4471-b933-0b7341360cec): Loading data parts 2026.05.06 00:25:17.638291 [ 277 ] {5fb42f00-e213-48ef-8959-99136adc4c22} oximeter.measurements_cumulativef64 (b5745b44-3d05-4471-b933-0b7341360cec): There are no data parts 2026.05.06 00:25:17.639574 [ 277 ] {5fb42f00-e213-48ef-8959-99136adc4c22} TCPHandler: Processed in 0.003463227 sec. 2026.05.06 00:25:17.639724 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.640033 [ 277 ] {74b5eb5a-3974-4335-ba26-49b84f35da88} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.640169 [ 277 ] {74b5eb5a-3974-4335-ba26-49b84f35da88} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.06 00:25:17.642085 [ 277 ] {74b5eb5a-3974-4335-ba26-49b84f35da88} oximeter.measurements_histogrami8 (4c275577-9b9d-41a1-b690-98f3a53fbe1a): Loading data parts 2026.05.06 00:25:17.642231 [ 277 ] {74b5eb5a-3974-4335-ba26-49b84f35da88} oximeter.measurements_histogrami8 (4c275577-9b9d-41a1-b690-98f3a53fbe1a): There are no data parts 2026.05.06 00:25:17.643807 [ 277 ] {74b5eb5a-3974-4335-ba26-49b84f35da88} TCPHandler: Processed in 0.004133926 sec. 2026.05.06 00:25:17.643992 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.644213 [ 277 ] {654c1a27-9a30-4b97-b3b0-cf5ef749fe28} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.644344 [ 277 ] {654c1a27-9a30-4b97-b3b0-cf5ef749fe28} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.06 00:25:17.646238 [ 277 ] {654c1a27-9a30-4b97-b3b0-cf5ef749fe28} oximeter.measurements_histogramu8 (0d4613f6-d34c-411b-9138-e535a52678ed): Loading data parts 2026.05.06 00:25:17.646452 [ 277 ] {654c1a27-9a30-4b97-b3b0-cf5ef749fe28} oximeter.measurements_histogramu8 (0d4613f6-d34c-411b-9138-e535a52678ed): There are no data parts 2026.05.06 00:25:17.647968 [ 277 ] {654c1a27-9a30-4b97-b3b0-cf5ef749fe28} TCPHandler: Processed in 0.004024564 sec. 2026.05.06 00:25:17.648111 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.648412 [ 277 ] {e3ebd991-a5fb-430e-919b-06353f211a09} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.648544 [ 277 ] {e3ebd991-a5fb-430e-919b-06353f211a09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.06 00:25:17.650540 [ 277 ] {e3ebd991-a5fb-430e-919b-06353f211a09} oximeter.measurements_histogrami16 (262968e1-0a54-40c1-b561-7440957c6eac): Loading data parts 2026.05.06 00:25:17.650681 [ 277 ] {e3ebd991-a5fb-430e-919b-06353f211a09} oximeter.measurements_histogrami16 (262968e1-0a54-40c1-b561-7440957c6eac): There are no data parts 2026.05.06 00:25:17.652135 [ 277 ] {e3ebd991-a5fb-430e-919b-06353f211a09} TCPHandler: Processed in 0.004072595 sec. 2026.05.06 00:25:17.652360 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.652575 [ 277 ] {3437b965-e5d0-41e6-bd38-32790d4851cc} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.652706 [ 277 ] {3437b965-e5d0-41e6-bd38-32790d4851cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.06 00:25:17.654638 [ 277 ] {3437b965-e5d0-41e6-bd38-32790d4851cc} oximeter.measurements_histogramu16 (d803fe4b-0c31-4dc4-9bb2-34e9a2bf89ec): Loading data parts 2026.05.06 00:25:17.654867 [ 277 ] {3437b965-e5d0-41e6-bd38-32790d4851cc} oximeter.measurements_histogramu16 (d803fe4b-0c31-4dc4-9bb2-34e9a2bf89ec): There are no data parts 2026.05.06 00:25:17.656126 [ 277 ] {3437b965-e5d0-41e6-bd38-32790d4851cc} TCPHandler: Processed in 0.003820092 sec. 2026.05.06 00:25:17.656278 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.656625 [ 277 ] {6b436e49-35b3-446a-aa8f-b1f0bdb6bb7a} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.656779 [ 277 ] {6b436e49-35b3-446a-aa8f-b1f0bdb6bb7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.06 00:25:17.658616 [ 277 ] {6b436e49-35b3-446a-aa8f-b1f0bdb6bb7a} oximeter.measurements_histogrami32 (20c2c05c-0320-4f07-98e2-7a0cba75e521): Loading data parts 2026.05.06 00:25:17.658756 [ 277 ] {6b436e49-35b3-446a-aa8f-b1f0bdb6bb7a} oximeter.measurements_histogrami32 (20c2c05c-0320-4f07-98e2-7a0cba75e521): There are no data parts 2026.05.06 00:25:17.660033 [ 277 ] {6b436e49-35b3-446a-aa8f-b1f0bdb6bb7a} TCPHandler: Processed in 0.003803702 sec. 2026.05.06 00:25:17.660251 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.660464 [ 277 ] {29d4df92-6b29-4e87-91aa-ae933f1770d8} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.660611 [ 277 ] {29d4df92-6b29-4e87-91aa-ae933f1770d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.06 00:25:17.662438 [ 277 ] {29d4df92-6b29-4e87-91aa-ae933f1770d8} oximeter.measurements_histogramu32 (845bdebb-ebeb-494e-95ec-af89bb33c7a5): Loading data parts 2026.05.06 00:25:17.662667 [ 277 ] {29d4df92-6b29-4e87-91aa-ae933f1770d8} oximeter.measurements_histogramu32 (845bdebb-ebeb-494e-95ec-af89bb33c7a5): There are no data parts 2026.05.06 00:25:17.663979 [ 277 ] {29d4df92-6b29-4e87-91aa-ae933f1770d8} TCPHandler: Processed in 0.003776771 sec. 2026.05.06 00:25:17.664126 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.664421 [ 277 ] {3cfe254c-665d-4235-ae99-1af63249e38b} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.664571 [ 277 ] {3cfe254c-665d-4235-ae99-1af63249e38b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.06 00:25:17.666481 [ 277 ] {3cfe254c-665d-4235-ae99-1af63249e38b} oximeter.measurements_histogrami64 (4f1f89c4-f6f8-4630-9219-beb7c9e0c680): Loading data parts 2026.05.06 00:25:17.666636 [ 277 ] {3cfe254c-665d-4235-ae99-1af63249e38b} oximeter.measurements_histogrami64 (4f1f89c4-f6f8-4630-9219-beb7c9e0c680): There are no data parts 2026.05.06 00:25:17.668256 [ 277 ] {3cfe254c-665d-4235-ae99-1af63249e38b} TCPHandler: Processed in 0.004179016 sec. 2026.05.06 00:25:17.668469 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.668681 [ 277 ] {1a1ec086-30dc-4501-9110-8a3104fa88aa} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.668823 [ 277 ] {1a1ec086-30dc-4501-9110-8a3104fa88aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.06 00:25:17.670676 [ 277 ] {1a1ec086-30dc-4501-9110-8a3104fa88aa} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Loading data parts 2026.05.06 00:25:17.670885 [ 277 ] {1a1ec086-30dc-4501-9110-8a3104fa88aa} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): There are no data parts 2026.05.06 00:25:17.672137 [ 277 ] {1a1ec086-30dc-4501-9110-8a3104fa88aa} TCPHandler: Processed in 0.003718471 sec. 2026.05.06 00:25:17.672280 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.672574 [ 277 ] {bd47e19d-958d-409a-ad06-64762c623a34} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.672707 [ 277 ] {bd47e19d-958d-409a-ad06-64762c623a34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.06 00:25:17.674629 [ 277 ] {bd47e19d-958d-409a-ad06-64762c623a34} oximeter.measurements_histogramf32 (5c7a96d6-aedd-468b-902b-d975fd9f3635): Loading data parts 2026.05.06 00:25:17.674759 [ 277 ] {bd47e19d-958d-409a-ad06-64762c623a34} oximeter.measurements_histogramf32 (5c7a96d6-aedd-468b-902b-d975fd9f3635): There are no data parts 2026.05.06 00:25:17.676011 [ 277 ] {bd47e19d-958d-409a-ad06-64762c623a34} TCPHandler: Processed in 0.003783761 sec. 2026.05.06 00:25:17.676226 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.676453 [ 277 ] {cac861bd-5771-4fb8-a2ca-f149deb7b43a} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.676590 [ 277 ] {cac861bd-5771-4fb8-a2ca-f149deb7b43a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.06 00:25:17.678676 [ 277 ] {cac861bd-5771-4fb8-a2ca-f149deb7b43a} oximeter.measurements_histogramf64 (1e9c402f-599e-4fdc-afd3-2b7ad9c4e16b): Loading data parts 2026.05.06 00:25:17.678893 [ 277 ] {cac861bd-5771-4fb8-a2ca-f149deb7b43a} oximeter.measurements_histogramf64 (1e9c402f-599e-4fdc-afd3-2b7ad9c4e16b): There are no data parts 2026.05.06 00:25:17.680152 [ 277 ] {cac861bd-5771-4fb8-a2ca-f149deb7b43a} TCPHandler: Processed in 0.003976534 sec. 2026.05.06 00:25:17.680305 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.680578 [ 277 ] {21f93546-a5b7-4683-a959-557fafd83e06} executeQuery: (from [fd00:1122:3344:101::d]:36150) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.680725 [ 277 ] {21f93546-a5b7-4683-a959-557fafd83e06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.06 00:25:17.682526 [ 277 ] {21f93546-a5b7-4683-a959-557fafd83e06} oximeter.fields_bool (88c12fab-6c8c-49a2-834c-e91ba055410a): Loading data parts 2026.05.06 00:25:17.682655 [ 277 ] {21f93546-a5b7-4683-a959-557fafd83e06} oximeter.fields_bool (88c12fab-6c8c-49a2-834c-e91ba055410a): There are no data parts 2026.05.06 00:25:17.683910 [ 277 ] {21f93546-a5b7-4683-a959-557fafd83e06} TCPHandler: Processed in 0.003655399 sec. 2026.05.06 00:25:17.684086 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.684293 [ 277 ] {55c48e2c-ff49-4df7-8337-9a0f5f661ca8} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.684422 [ 277 ] {55c48e2c-ff49-4df7-8337-9a0f5f661ca8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.06 00:25:17.686151 [ 277 ] {55c48e2c-ff49-4df7-8337-9a0f5f661ca8} oximeter.fields_i8 (b9f3cd20-e91e-409e-a53d-8d2121ed11d3): Loading data parts 2026.05.06 00:25:17.686306 [ 277 ] {55c48e2c-ff49-4df7-8337-9a0f5f661ca8} oximeter.fields_i8 (b9f3cd20-e91e-409e-a53d-8d2121ed11d3): There are no data parts 2026.05.06 00:25:17.687612 [ 277 ] {55c48e2c-ff49-4df7-8337-9a0f5f661ca8} TCPHandler: Processed in 0.003574838 sec. 2026.05.06 00:25:17.687754 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.687916 [ 277 ] {a81302c7-3d16-48c7-be7d-eeb1e4d279cd} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.688040 [ 277 ] {a81302c7-3d16-48c7-be7d-eeb1e4d279cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.06 00:25:17.689898 [ 277 ] {a81302c7-3d16-48c7-be7d-eeb1e4d279cd} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Loading data parts 2026.05.06 00:25:17.690087 [ 277 ] {a81302c7-3d16-48c7-be7d-eeb1e4d279cd} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): There are no data parts 2026.05.06 00:25:17.691718 [ 277 ] {a81302c7-3d16-48c7-be7d-eeb1e4d279cd} TCPHandler: Processed in 0.004013705 sec. 2026.05.06 00:25:17.691996 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.692150 [ 277 ] {c8a5510c-7c51-41f3-b3d9-26f7c8d8b8ec} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.692275 [ 277 ] {c8a5510c-7c51-41f3-b3d9-26f7c8d8b8ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.06 00:25:17.694009 [ 277 ] {c8a5510c-7c51-41f3-b3d9-26f7c8d8b8ec} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Loading data parts 2026.05.06 00:25:17.694213 [ 277 ] {c8a5510c-7c51-41f3-b3d9-26f7c8d8b8ec} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): There are no data parts 2026.05.06 00:25:17.695624 [ 277 ] {c8a5510c-7c51-41f3-b3d9-26f7c8d8b8ec} TCPHandler: Processed in 0.003677779 sec. 2026.05.06 00:25:17.695765 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.695984 [ 277 ] {56f90808-ef74-40c5-8576-03e52e3c9bc7} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.696072 [ 277 ] {56f90808-ef74-40c5-8576-03e52e3c9bc7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.06 00:25:17.697973 [ 277 ] {56f90808-ef74-40c5-8576-03e52e3c9bc7} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Loading data parts 2026.05.06 00:25:17.698107 [ 277 ] {56f90808-ef74-40c5-8576-03e52e3c9bc7} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): There are no data parts 2026.05.06 00:25:17.699462 [ 277 ] {56f90808-ef74-40c5-8576-03e52e3c9bc7} TCPHandler: Processed in 0.003746731 sec. 2026.05.06 00:25:17.699708 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.699870 [ 277 ] {eb33b9c7-add4-434f-b917-ea819d5e00c9} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.700016 [ 277 ] {eb33b9c7-add4-434f-b917-ea819d5e00c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.06 00:25:17.701667 [ 277 ] {eb33b9c7-add4-434f-b917-ea819d5e00c9} oximeter.fields_i32 (57e81ad1-85ae-4934-b6e7-ad9dd49f7234): Loading data parts 2026.05.06 00:25:17.701938 [ 277 ] {eb33b9c7-add4-434f-b917-ea819d5e00c9} oximeter.fields_i32 (57e81ad1-85ae-4934-b6e7-ad9dd49f7234): There are no data parts 2026.05.06 00:25:17.703178 [ 277 ] {eb33b9c7-add4-434f-b917-ea819d5e00c9} TCPHandler: Processed in 0.003519077 sec. 2026.05.06 00:25:17.703326 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.703564 [ 277 ] {a1b9c538-a4f8-4332-b7c1-c06f56466fc6} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.703608 [ 277 ] {a1b9c538-a4f8-4332-b7c1-c06f56466fc6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.06 00:25:17.705429 [ 277 ] {a1b9c538-a4f8-4332-b7c1-c06f56466fc6} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Loading data parts 2026.05.06 00:25:17.705565 [ 277 ] {a1b9c538-a4f8-4332-b7c1-c06f56466fc6} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): There are no data parts 2026.05.06 00:25:17.706753 [ 277 ] {a1b9c538-a4f8-4332-b7c1-c06f56466fc6} TCPHandler: Processed in 0.003476156 sec. 2026.05.06 00:25:17.706963 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.707117 [ 277 ] {ceedd309-8bd6-49d9-b716-d22ff9fa9ab0} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.707238 [ 277 ] {ceedd309-8bd6-49d9-b716-d22ff9fa9ab0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.06 00:25:17.709099 [ 277 ] {ceedd309-8bd6-49d9-b716-d22ff9fa9ab0} oximeter.fields_i64 (8feaa098-5d12-4d65-aed1-f8457af35f0e): Loading data parts 2026.05.06 00:25:17.709374 [ 277 ] {ceedd309-8bd6-49d9-b716-d22ff9fa9ab0} oximeter.fields_i64 (8feaa098-5d12-4d65-aed1-f8457af35f0e): There are no data parts 2026.05.06 00:25:17.710823 [ 277 ] {ceedd309-8bd6-49d9-b716-d22ff9fa9ab0} TCPHandler: Processed in 0.003908522 sec. 2026.05.06 00:25:17.710957 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.711194 [ 277 ] {59df1b21-69ec-4926-b683-7455e71a7244} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.711319 [ 277 ] {59df1b21-69ec-4926-b683-7455e71a7244} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.06 00:25:17.713015 [ 277 ] {59df1b21-69ec-4926-b683-7455e71a7244} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Loading data parts 2026.05.06 00:25:17.713212 [ 277 ] {59df1b21-69ec-4926-b683-7455e71a7244} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): There are no data parts 2026.05.06 00:25:17.714454 [ 277 ] {59df1b21-69ec-4926-b683-7455e71a7244} TCPHandler: Processed in 0.003546238 sec. 2026.05.06 00:25:17.714628 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.714786 [ 277 ] {4666a497-5ef7-4541-be13-4506bed2d55d} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.714905 [ 277 ] {4666a497-5ef7-4541-be13-4506bed2d55d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.06 00:25:17.716645 [ 277 ] {4666a497-5ef7-4541-be13-4506bed2d55d} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Loading data parts 2026.05.06 00:25:17.716842 [ 277 ] {4666a497-5ef7-4541-be13-4506bed2d55d} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): There are no data parts 2026.05.06 00:25:17.718061 [ 277 ] {4666a497-5ef7-4541-be13-4506bed2d55d} TCPHandler: Processed in 0.003481517 sec. 2026.05.06 00:25:17.718200 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.718429 [ 277 ] {2d4b833a-553e-465d-b83a-943b320ef955} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.718545 [ 277 ] {2d4b833a-553e-465d-b83a-943b320ef955} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.06 00:25:17.720429 [ 277 ] {2d4b833a-553e-465d-b83a-943b320ef955} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Loading data parts 2026.05.06 00:25:17.720589 [ 277 ] {2d4b833a-553e-465d-b83a-943b320ef955} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): There are no data parts 2026.05.06 00:25:17.722013 [ 277 ] {2d4b833a-553e-465d-b83a-943b320ef955} TCPHandler: Processed in 0.003864362 sec. 2026.05.06 00:25:17.722147 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.722301 [ 277 ] {00ad521f-ef9e-4989-b72f-0e40e8f34928} executeQuery: (from [fd00:1122:3344:101::d]:36150) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.06 00:25:17.722448 [ 277 ] {00ad521f-ef9e-4989-b72f-0e40e8f34928} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.06 00:25:17.724229 [ 277 ] {00ad521f-ef9e-4989-b72f-0e40e8f34928} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Loading data parts 2026.05.06 00:25:17.724578 [ 277 ] {00ad521f-ef9e-4989-b72f-0e40e8f34928} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): There are no data parts 2026.05.06 00:25:17.726020 [ 277 ] {00ad521f-ef9e-4989-b72f-0e40e8f34928} TCPHandler: Processed in 0.003922063 sec. 2026.05.06 00:25:17.726180 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.726510 [ 277 ] {7f152d9c-1d13-4b70-b587-5e9453edb9f6} executeQuery: (from [fd00:1122:3344:101::d]:36150) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.05.06 00:25:17.726653 [ 277 ] {7f152d9c-1d13-4b70-b587-5e9453edb9f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.06 00:25:17.728549 [ 277 ] {7f152d9c-1d13-4b70-b587-5e9453edb9f6} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Loading data parts 2026.05.06 00:25:17.728782 [ 277 ] {7f152d9c-1d13-4b70-b587-5e9453edb9f6} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): There are no data parts 2026.05.06 00:25:17.730189 [ 277 ] {7f152d9c-1d13-4b70-b587-5e9453edb9f6} TCPHandler: Processed in 0.004058694 sec. 2026.05.06 00:25:17.730446 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:17.732876 [ 278 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.06 00:25:17.733672 [ 278 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.06 00:25:17.748927 [ 275 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:17.749107 [ 275 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 00:25:17.749889 [ 275 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:17.750531 [ 275 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:17.750846 [ 278 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} executeQuery: Read 1 rows, 16.00 B in 0.020077 sec., 49.80823828261194 rows/sec., 796.93 B/sec. 2026.05.06 00:25:17.751120 [ 278 ] {da47f372-53e6-4e30-91cb-1c1f1b1e6f2b} TCPHandler: Processed in 0.02080305 sec. 2026.05.06 00:25:18.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 132.33 MiB, peak 132.33 MiB, free memory in arenas 0.00 B, will set to 152.32 MiB (RSS), difference: 19.99 MiB 2026.05.06 00:25:19.673321 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.05.06 00:25:19.673425 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.06 00:25:19.678100 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Loading data parts 2026.05.06 00:25:19.678425 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): There are no data parts 2026.05.06 00:25:19.684166 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:19.684208 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.06 00:25:19.686004 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:19.686660 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:19.686928 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.05.06 00:25:20.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 156.56 MiB, peak 156.56 MiB, free memory in arenas 0.00 B, will set to 153.74 MiB (RSS), difference: -2.82 MiB 2026.05.06 00:25:24.647048 [ 127 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:25:24.647106 [ 127 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:25:24.761640 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.05.06 00:25:24.762686 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:24.762853 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:24.763644 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:24.764169 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:24.764400 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.06 00:25:24.792125 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.06 00:25:24.811210 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:24.811276 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:24.817999 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:24.819222 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:24.822302 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.06 00:25:25.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 154.57 MiB, peak 158.57 MiB, free memory in arenas 0.00 B, will set to 157.60 MiB (RSS), difference: 3.03 MiB 2026.05.06 00:25:30.000240 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.62 MiB, peak 158.57 MiB, free memory in arenas 0.00 B, will set to 157.64 MiB (RSS), difference: 4.02 MiB 2026.05.06 00:25:32.264526 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.05.06 00:25:32.265284 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:32.265335 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:32.266017 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:32.266562 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:32.266764 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.05.06 00:25:32.322476 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.06 00:25:32.337957 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:32.338064 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:32.344335 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:32.345384 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:32.348160 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.06 00:25:33.000297 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 162.18 MiB, free memory in arenas 0.00 B, will set to 159.23 MiB (RSS), difference: 1.05 MiB 2026.05.06 00:25:37.781526 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.781787 [ 277 ] {94a6d8b7-3cf9-435e-9b2c-8ce3d8cd1dcf} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:25:37.786823 [ 277 ] {94a6d8b7-3cf9-435e-9b2c-8ce3d8cd1dcf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:37.789475 [ 277 ] {94a6d8b7-3cf9-435e-9b2c-8ce3d8cd1dcf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:37.794153 [ 277 ] {94a6d8b7-3cf9-435e-9b2c-8ce3d8cd1dcf} TCPHandler: Processed in 0.012758552 sec. 2026.05.06 00:25:37.795527 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.795636 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 00:25:37.795679 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:37.798710 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.798764 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.799481 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.799913 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.800058 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} executeQuery: Read 20 rows, 2.89 KiB in 0.004453 sec., 4491.354143274197 rows/sec., 649.80 KiB/sec. 2026.05.06 00:25:37.800098 [ 277 ] {315ed224-0ffa-4505-86b8-f2e9552d8e13} TCPHandler: Processed in 0.004622233 sec. 2026.05.06 00:25:37.800227 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.800323 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:25:37.800362 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:25:37.802862 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.802897 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.805558 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.806147 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.806293 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} executeQuery: Read 6 rows, 501.00 B in 0.005989 sec., 1001.8367006177992 rows/sec., 81.69 KiB/sec. 2026.05.06 00:25:37.806330 [ 277 ] {e95ce700-1b00-4c3a-94c4-1e4f66347bcd} TCPHandler: Processed in 0.006153003 sec. 2026.05.06 00:25:37.806444 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.806540 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:25:37.806578 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:25:37.807014 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.807048 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.807468 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.807902 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.808032 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} executeQuery: Read 55 rows, 4.83 KiB in 0.00151 sec., 36423.841059602644 rows/sec., 3.12 MiB/sec. 2026.05.06 00:25:37.808070 [ 277 ] {2a337b0d-3749-482f-8485-a09e0d5da010} TCPHandler: Processed in 0.001676302 sec. 2026.05.06 00:25:37.808179 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.808274 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:25:37.808314 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:25:37.808697 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.808735 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.809144 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.809561 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.809685 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} executeQuery: Read 17 rows, 1.25 KiB in 0.001429 sec., 11896.431070678796 rows/sec., 872.00 KiB/sec. 2026.05.06 00:25:37.809724 [ 277 ] {e957e82a-de42-4584-ad79-76dbef0c19be} TCPHandler: Processed in 0.001594891 sec. 2026.05.06 00:25:37.809833 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.809927 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:25:37.809967 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:25:37.810349 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.810385 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.810842 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.811293 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.811419 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} executeQuery: Read 53 rows, 4.25 KiB in 0.00151 sec., 35099.33774834437 rows/sec., 2.75 MiB/sec. 2026.05.06 00:25:37.811458 [ 277 ] {b7a09504-f6f6-4219-af42-c0ff4391743e} TCPHandler: Processed in 0.001674013 sec. 2026.05.06 00:25:37.811566 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.811660 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:37.811703 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:25:37.812116 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.812149 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.812619 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.813047 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.813174 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} executeQuery: Read 63 rows, 4.52 KiB in 0.001532 sec., 41122.71540469974 rows/sec., 2.88 MiB/sec. 2026.05.06 00:25:37.813209 [ 277 ] {456fcf77-1cd2-4588-a5d1-073cd95cccd6} TCPHandler: Processed in 0.001693132 sec. 2026.05.06 00:25:37.813320 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.813416 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:37.813469 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:25:37.814302 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.814338 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.817542 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.818030 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.818164 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} executeQuery: Read 11 rows, 20.18 KiB in 0.004766 sec., 2308.015107007973 rows/sec., 4.14 MiB/sec. 2026.05.06 00:25:37.818221 [ 277 ] {fe61e735-5ef0-420f-9e51-ce751df87ddd} TCPHandler: Processed in 0.004951207 sec. 2026.05.06 00:25:37.818356 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:37.818452 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:25:37.818493 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:25:37.818806 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:37.818841 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:37.819286 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:37.819748 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:37.819870 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} executeQuery: Read 30 rows, 2.04 KiB in 0.001437 sec., 20876.826722338206 rows/sec., 1.38 MiB/sec. 2026.05.06 00:25:37.819909 [ 277 ] {62741b2d-c8d6-4bd0-a519-17578ceff976} TCPHandler: Processed in 0.001601152 sec. 2026.05.06 00:25:39.647362 [ 90 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:25:39.647441 [ 90 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:25:39.687459 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 18 entries to flush up to offset 106 2026.05.06 00:25:39.689920 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:39.689971 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:39.691276 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:39.691812 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:39.692118 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 106 2026.05.06 00:25:39.766894 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.05.06 00:25:39.767418 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:39.767476 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:39.768252 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:39.768847 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:39.769004 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.05.06 00:25:39.848269 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.06 00:25:39.869076 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:39.869159 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:39.879358 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:39.881231 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:39.887521 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.06 00:25:40.901794 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51949 2026.05.06 00:25:40.903800 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.903844 [ 286 ] {} TCP-Session: e9f9bb9f-882f-40a0-bd24-c1c75f219279 Authenticating user 'default' from [fd00:1122:3344:101::e]:51949 2026.05.06 00:25:40.903865 [ 286 ] {} TCP-Session: e9f9bb9f-882f-40a0-bd24-c1c75f219279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.903878 [ 286 ] {} TCP-Session: e9f9bb9f-882f-40a0-bd24-c1c75f219279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.903928 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.06 00:25:40.903966 [ 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.06 00:25:40.903983 [ 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.06 00:25:40.904394 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51628 2026.05.06 00:25:40.904499 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63714 2026.05.06 00:25:40.904525 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.904569 [ 287 ] {} TCP-Session: 1b713fde-f4d6-467d-acaf-29c39e9f7e93 Authenticating user 'default' from [fd00:1122:3344:101::e]:51628 2026.05.06 00:25:40.904594 [ 287 ] {} TCP-Session: 1b713fde-f4d6-467d-acaf-29c39e9f7e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.904610 [ 287 ] {} TCP-Session: 1b713fde-f4d6-467d-acaf-29c39e9f7e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.904621 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64515 2026.05.06 00:25:40.904744 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.904765 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33867 2026.05.06 00:25:40.904788 [ 288 ] {} TCP-Session: c48df217-176a-459a-a9bf-1bdb7b662371 Authenticating user 'default' from [fd00:1122:3344:101::e]:63714 2026.05.06 00:25:40.904817 [ 288 ] {} TCP-Session: c48df217-176a-459a-a9bf-1bdb7b662371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.904830 [ 288 ] {} TCP-Session: c48df217-176a-459a-a9bf-1bdb7b662371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.904911 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.905000 [ 289 ] {} TCP-Session: bde35bf1-97e1-4c69-aa34-fb8ba9c0183f Authenticating user 'default' from [fd00:1122:3344:101::e]:64515 2026.05.06 00:25:40.905028 [ 289 ] {} TCP-Session: bde35bf1-97e1-4c69-aa34-fb8ba9c0183f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905035 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.905041 [ 289 ] {} TCP-Session: bde35bf1-97e1-4c69-aa34-fb8ba9c0183f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905052 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65507 2026.05.06 00:25:40.905083 [ 290 ] {} TCP-Session: 31c45636-4c2b-4cf9-8d68-affae0150488 Authenticating user 'default' from [fd00:1122:3344:101::e]:33867 2026.05.06 00:25:40.905121 [ 290 ] {} TCP-Session: 31c45636-4c2b-4cf9-8d68-affae0150488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905135 [ 290 ] {} TCP-Session: 31c45636-4c2b-4cf9-8d68-affae0150488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905147 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46654 2026.05.06 00:25:40.905279 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64186 2026.05.06 00:25:40.905280 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.905338 [ 291 ] {} TCP-Session: 15604179-4eb4-44d7-b054-bc04f1ab7dc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:65507 2026.05.06 00:25:40.905355 [ 291 ] {} TCP-Session: 15604179-4eb4-44d7-b054-bc04f1ab7dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905368 [ 291 ] {} TCP-Session: 15604179-4eb4-44d7-b054-bc04f1ab7dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905406 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.905423 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50326 2026.05.06 00:25:40.905441 [ 292 ] {} TCP-Session: a7cca64c-3070-4391-b9ea-ec6df5b015b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46654 2026.05.06 00:25:40.905470 [ 292 ] {} TCP-Session: a7cca64c-3070-4391-b9ea-ec6df5b015b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905483 [ 292 ] {} TCP-Session: a7cca64c-3070-4391-b9ea-ec6df5b015b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905496 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.905530 [ 293 ] {} TCP-Session: 262f7231-7fc7-4e3c-945c-e9a2641a2cc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64186 2026.05.06 00:25:40.905547 [ 293 ] {} TCP-Session: 262f7231-7fc7-4e3c-945c-e9a2641a2cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905559 [ 293 ] {} TCP-Session: 262f7231-7fc7-4e3c-945c-e9a2641a2cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905616 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:40.905658 [ 294 ] {} TCP-Session: 1c3cb75d-e13f-4280-ba46-b094a7677637 Authenticating user 'default' from [fd00:1122:3344:101::e]:50326 2026.05.06 00:25:40.905676 [ 294 ] {} TCP-Session: 1c3cb75d-e13f-4280-ba46-b094a7677637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.905688 [ 294 ] {} TCP-Session: 1c3cb75d-e13f-4280-ba46-b094a7677637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.906937 [ 286 ] {} TCP-Session: e9f9bb9f-882f-40a0-bd24-c1c75f219279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:40.907175 [ 286 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} executeQuery: (from [fd00:1122:3344:101::e]:51949) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:25:40.907552 [ 286 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:25:40.910124 [ 286 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:40.915058 [ 286 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:25:40.932530 [ 295 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} AggregatingTransform: Aggregating 2026.05.06 00:25:40.932755 [ 295 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} Aggregator: Aggregation method: without_key 2026.05.06 00:25:40.933469 [ 295 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00444623 sec. (224.910 rows/sec., 8.79 KiB/sec.) 2026.05.06 00:25:40.933494 [ 295 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} Aggregator: Merging aggregated data 2026.05.06 00:25:40.933521 [ 295 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.06 00:25:40.934651 [ 286 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} executeQuery: Read 1 rows, 40.00 B in 0.027569 sec., 36.27262504987486 rows/sec., 1.42 KiB/sec. 2026.05.06 00:25:40.934799 [ 286 ] {be287315-75a2-43cd-a5ab-f31b3af15ed1} TCPHandler: Processed in 0.028078578 sec. 2026.05.06 00:25:40.941918 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.941973 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.941991 [ 286 ] {} TCP-Session: e9f9bb9f-882f-40a0-bd24-c1c75f219279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942005 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942040 [ 287 ] {} TCP-Session: 1b713fde-f4d6-467d-acaf-29c39e9f7e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942048 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942081 [ 288 ] {} TCP-Session: c48df217-176a-459a-a9bf-1bdb7b662371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942089 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942115 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942137 [ 289 ] {} TCP-Session: bde35bf1-97e1-4c69-aa34-fb8ba9c0183f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942154 [ 291 ] {} TCP-Session: 15604179-4eb4-44d7-b054-bc04f1ab7dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942177 [ 292 ] {} TCP-Session: a7cca64c-3070-4391-b9ea-ec6df5b015b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942138 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942066 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942257 [ 294 ] {} TCP-Session: 1c3cb75d-e13f-4280-ba46-b094a7677637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942023 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:40.942280 [ 293 ] {} TCP-Session: 262f7231-7fc7-4e3c-945c-e9a2641a2cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:40.942341 [ 290 ] {} TCP-Session: 31c45636-4c2b-4cf9-8d68-affae0150488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:41.000359 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 162.36 MiB, peak 172.45 MiB, free memory in arenas 0.00 B, will set to 165.17 MiB (RSS), difference: 2.82 MiB 2026.05.06 00:25:42.776434 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:42.776650 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:25:42.776959 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:25:42.779020 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:25:42.779313 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:42.779395 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:42.779574 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:25:42.781584 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:25:42.783546 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.06 00:25:42.783575 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:25:42.785575 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:25:42.785609 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.06 00:25:42.808713 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} executeQuery: Read 20 rows, 2.89 KiB in 0.032145 sec., 622.1807435059885 rows/sec., 90.02 KiB/sec. 2026.05.06 00:25:42.808821 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} MemoryTracker: Peak memory usage (for query): 134.17 KiB. 2026.05.06 00:25:42.808837 [ 277 ] {1a031eab-38be-4f28-9fee-9fdc624fdcc3} TCPHandler: Processed in 0.032532768 sec. 2026.05.06 00:25:42.810238 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:42.810384 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:25:42.810431 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:25:42.810948 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:42.810993 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:42.811491 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:42.811959 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:42.812119 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} executeQuery: Read 30 rows, 2.40 KiB in 0.001775 sec., 16901.408450704224 rows/sec., 1.32 MiB/sec. 2026.05.06 00:25:42.812160 [ 277 ] {0db04f28-2735-4bb4-8407-161d85baed32} TCPHandler: Processed in 0.002003097 sec. 2026.05.06 00:25:42.812294 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:42.812392 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:25:42.812434 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:25:42.812890 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:42.812927 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:42.813342 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:42.813800 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:42.813945 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} executeQuery: Read 36 rows, 2.88 KiB in 0.001572 sec., 22900.763358778626 rows/sec., 1.79 MiB/sec. 2026.05.06 00:25:42.813983 [ 277 ] {7d7c5f9f-54cf-4f22-b2f9-4a18013a9fed} TCPHandler: Processed in 0.001742404 sec. 2026.05.06 00:25:42.814101 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:42.814197 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:42.814241 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:25:42.814664 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:42.814701 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:42.815149 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:42.815641 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:42.815782 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} executeQuery: Read 60 rows, 4.31 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.62 MiB/sec. 2026.05.06 00:25:42.815820 [ 277 ] {355849d5-4ec0-4e10-a361-021783657af9} TCPHandler: Processed in 0.001767904 sec. 2026.05.06 00:25:42.815960 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:42.816062 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:25:42.816105 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:25:42.816460 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:42.816498 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.06 00:25:42.816992 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:42.817445 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:42.817577 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} executeQuery: Read 30 rows, 2.04 KiB in 0.001557 sec., 19267.82273603083 rows/sec., 1.28 MiB/sec. 2026.05.06 00:25:42.817611 [ 277 ] {69e2f350-b778-4a8f-b120-928b6736327c} TCPHandler: Processed in 0.001731444 sec. 2026.05.06 00:25:47.083799 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58073 2026.05.06 00:25:47.083921 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.083947 [ 286 ] {} TCP-Session: 109ab4f9-4d0e-4bbe-9133-b5d00be04bb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58073 2026.05.06 00:25:47.083970 [ 286 ] {} TCP-Session: 109ab4f9-4d0e-4bbe-9133-b5d00be04bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.083983 [ 286 ] {} TCP-Session: 109ab4f9-4d0e-4bbe-9133-b5d00be04bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084214 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58608 2026.05.06 00:25:47.084236 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50390 2026.05.06 00:25:47.084270 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62619 2026.05.06 00:25:47.084292 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41465 2026.05.06 00:25:47.084310 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52357 2026.05.06 00:25:47.084329 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084363 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084376 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084419 [ 290 ] {} TCP-Session: 90bb6476-5e32-41c1-9740-ebb1891530b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62619 2026.05.06 00:25:47.084408 [ 287 ] {} TCP-Session: e4abd19d-bf3b-46be-ad8b-9ea59e5cdabf Authenticating user 'default' from [fd00:1122:3344:101::e]:58608 2026.05.06 00:25:47.084451 [ 290 ] {} TCP-Session: 90bb6476-5e32-41c1-9740-ebb1891530b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084447 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084484 [ 290 ] {} TCP-Session: 90bb6476-5e32-41c1-9740-ebb1891530b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084478 [ 287 ] {} TCP-Session: e4abd19d-bf3b-46be-ad8b-9ea59e5cdabf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084517 [ 294 ] {} TCP-Session: b217d42d-31fe-4e9d-be0f-768b25853f2a Authenticating user 'default' from [fd00:1122:3344:101::e]:52357 2026.05.06 00:25:47.084537 [ 287 ] {} TCP-Session: e4abd19d-bf3b-46be-ad8b-9ea59e5cdabf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084446 [ 292 ] {} TCP-Session: 08bf0f3c-8be3-4027-9b1c-d300ae19825f Authenticating user 'default' from [fd00:1122:3344:101::e]:41465 2026.05.06 00:25:47.084559 [ 294 ] {} TCP-Session: b217d42d-31fe-4e9d-be0f-768b25853f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084592 [ 292 ] {} TCP-Session: 08bf0f3c-8be3-4027-9b1c-d300ae19825f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084600 [ 294 ] {} TCP-Session: b217d42d-31fe-4e9d-be0f-768b25853f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084617 [ 292 ] {} TCP-Session: 08bf0f3c-8be3-4027-9b1c-d300ae19825f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084364 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084299 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44087 2026.05.06 00:25:47.084679 [ 288 ] {} TCP-Session: 1d0f0005-6160-480f-9657-89ac162e2baf Authenticating user 'default' from [fd00:1122:3344:101::e]:50390 2026.05.06 00:25:47.084282 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60266 2026.05.06 00:25:47.084720 [ 288 ] {} TCP-Session: 1d0f0005-6160-480f-9657-89ac162e2baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084273 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36847 2026.05.06 00:25:47.084759 [ 288 ] {} TCP-Session: 1d0f0005-6160-480f-9657-89ac162e2baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084765 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084787 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084816 [ 293 ] {} TCP-Session: 13d92bc8-47dd-4b6e-b0e7-b7c60270ed55 Authenticating user 'default' from [fd00:1122:3344:101::e]:44087 2026.05.06 00:25:47.084827 [ 291 ] {} TCP-Session: 4e87fb5b-cfd4-4954-8e31-4ed8ae3e7bed Authenticating user 'default' from [fd00:1122:3344:101::e]:60266 2026.05.06 00:25:47.084832 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.084847 [ 291 ] {} TCP-Session: 4e87fb5b-cfd4-4954-8e31-4ed8ae3e7bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084839 [ 293 ] {} TCP-Session: 13d92bc8-47dd-4b6e-b0e7-b7c60270ed55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084872 [ 291 ] {} TCP-Session: 4e87fb5b-cfd4-4954-8e31-4ed8ae3e7bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084867 [ 289 ] {} TCP-Session: a4869843-cbbc-43f4-874f-a523f9909d2b Authenticating user 'default' from [fd00:1122:3344:101::e]:36847 2026.05.06 00:25:47.084886 [ 293 ] {} TCP-Session: 13d92bc8-47dd-4b6e-b0e7-b7c60270ed55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084920 [ 289 ] {} TCP-Session: a4869843-cbbc-43f4-874f-a523f9909d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.084365 [ 286 ] {} TCP-Session: 109ab4f9-4d0e-4bbe-9133-b5d00be04bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.084944 [ 289 ] {} TCP-Session: a4869843-cbbc-43f4-874f-a523f9909d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.085133 [ 286 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} executeQuery: (from [fd00:1122:3344:101::e]:58073) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:25:47.085394 [ 286 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:25:47.085465 [ 286 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:47.085736 [ 286 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:25:47.086706 [ 307 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} AggregatingTransform: Aggregating 2026.05.06 00:25:47.086749 [ 307 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} Aggregator: Aggregation method: without_key 2026.05.06 00:25:47.086785 [ 307 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000952873 sec. (1049.458 rows/sec., 40.99 KiB/sec.) 2026.05.06 00:25:47.086807 [ 307 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} Aggregator: Merging aggregated data 2026.05.06 00:25:47.088112 [ 286 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} executeQuery: Read 1 rows, 40.00 B in 0.003032 sec., 329.81530343007915 rows/sec., 12.88 KiB/sec. 2026.05.06 00:25:47.088242 [ 286 ] {5c4858c3-e978-420f-92fe-32f57c5381f7} TCPHandler: Processed in 0.004026555 sec. 2026.05.06 00:25:47.088371 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088395 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088409 [ 286 ] {} TCP-Session: 109ab4f9-4d0e-4bbe-9133-b5d00be04bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088437 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088453 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088471 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088491 [ 288 ] {} TCP-Session: 1d0f0005-6160-480f-9657-89ac162e2baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088510 [ 290 ] {} TCP-Session: 90bb6476-5e32-41c1-9740-ebb1891530b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088504 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088530 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088569 [ 293 ] {} TCP-Session: 13d92bc8-47dd-4b6e-b0e7-b7c60270ed55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088529 [ 292 ] {} TCP-Session: 08bf0f3c-8be3-4027-9b1c-d300ae19825f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088595 [ 291 ] {} TCP-Session: 4e87fb5b-cfd4-4954-8e31-4ed8ae3e7bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088482 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088444 [ 287 ] {} TCP-Session: e4abd19d-bf3b-46be-ad8b-9ea59e5cdabf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088412 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.088667 [ 289 ] {} TCP-Session: a4869843-cbbc-43f4-874f-a523f9909d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.088706 [ 294 ] {} TCP-Session: b217d42d-31fe-4e9d-be0f-768b25853f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.093644 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60145 2026.05.06 00:25:47.093718 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.093743 [ 286 ] {} TCP-Session: d4863795-1aa3-4e8c-bce0-339b17a8671f Authenticating user 'default' from [fd00:1122:3344:101::e]:60145 2026.05.06 00:25:47.093763 [ 286 ] {} TCP-Session: d4863795-1aa3-4e8c-bce0-339b17a8671f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.093778 [ 286 ] {} TCP-Session: d4863795-1aa3-4e8c-bce0-339b17a8671f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.093978 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52950 2026.05.06 00:25:47.094011 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49826 2026.05.06 00:25:47.094022 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63085 2026.05.06 00:25:47.094032 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50076 2026.05.06 00:25:47.094062 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45666 2026.05.06 00:25:47.094085 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094079 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41283 2026.05.06 00:25:47.094119 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094115 [ 288 ] {} TCP-Session: 28ea6302-5231-4c02-9ed2-acafe4edeabd Authenticating user 'default' from [fd00:1122:3344:101::e]:49826 2026.05.06 00:25:47.094138 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094152 [ 290 ] {} TCP-Session: a5bd66e4-0191-4fc5-a142-3c72e0efb69a Authenticating user 'default' from [fd00:1122:3344:101::e]:50076 2026.05.06 00:25:47.094159 [ 288 ] {} TCP-Session: 28ea6302-5231-4c02-9ed2-acafe4edeabd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094172 [ 292 ] {} TCP-Session: acfb7ddb-a154-4913-9dea-ab0aa62073fd Authenticating user 'default' from [fd00:1122:3344:101::e]:45666 2026.05.06 00:25:47.094183 [ 290 ] {} TCP-Session: a5bd66e4-0191-4fc5-a142-3c72e0efb69a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094190 [ 288 ] {} TCP-Session: 28ea6302-5231-4c02-9ed2-acafe4edeabd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094202 [ 292 ] {} TCP-Session: acfb7ddb-a154-4913-9dea-ab0aa62073fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094212 [ 290 ] {} TCP-Session: a5bd66e4-0191-4fc5-a142-3c72e0efb69a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094233 [ 292 ] {} TCP-Session: acfb7ddb-a154-4913-9dea-ab0aa62073fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094100 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094060 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094298 [ 289 ] {} TCP-Session: cf131c09-b7e1-4a2b-8023-2a50a2551b33 Authenticating user 'default' from [fd00:1122:3344:101::e]:63085 2026.05.06 00:25:47.094319 [ 287 ] {} TCP-Session: 478d131b-7ceb-4712-a4fb-cdb4472be0ec Authenticating user 'default' from [fd00:1122:3344:101::e]:52950 2026.05.06 00:25:47.094327 [ 289 ] {} TCP-Session: cf131c09-b7e1-4a2b-8023-2a50a2551b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094349 [ 287 ] {} TCP-Session: 478d131b-7ceb-4712-a4fb-cdb4472be0ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094360 [ 289 ] {} TCP-Session: cf131c09-b7e1-4a2b-8023-2a50a2551b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094375 [ 287 ] {} TCP-Session: 478d131b-7ceb-4712-a4fb-cdb4472be0ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094037 [ 286 ] {} TCP-Session: d4863795-1aa3-4e8c-bce0-339b17a8671f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.094038 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38259 2026.05.06 00:25:47.094067 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42301 2026.05.06 00:25:47.094169 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094498 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094516 [ 294 ] {} TCP-Session: 42223d03-97d1-4143-9c4a-d7bdb24b4dac Authenticating user 'default' from [fd00:1122:3344:101::e]:41283 2026.05.06 00:25:47.094520 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:25:47.094528 [ 291 ] {} TCP-Session: 0d5c09f3-eb84-4c9f-b816-ff5868b115a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38259 2026.05.06 00:25:47.094540 [ 294 ] {} TCP-Session: 42223d03-97d1-4143-9c4a-d7bdb24b4dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094553 [ 286 ] {072a698b-40b3-49cd-a341-5c2a553c27df} executeQuery: (from [fd00:1122:3344:101::e]:60145) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:25:47.094576 [ 294 ] {} TCP-Session: 42223d03-97d1-4143-9c4a-d7bdb24b4dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094564 [ 291 ] {} TCP-Session: 0d5c09f3-eb84-4c9f-b816-ff5868b115a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094557 [ 293 ] {} TCP-Session: 4b25a4fe-3c77-4243-aeca-ba7e2520ba7b Authenticating user 'default' from [fd00:1122:3344:101::e]:42301 2026.05.06 00:25:47.094634 [ 291 ] {} TCP-Session: 0d5c09f3-eb84-4c9f-b816-ff5868b115a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094650 [ 293 ] {} TCP-Session: 4b25a4fe-3c77-4243-aeca-ba7e2520ba7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094664 [ 293 ] {} TCP-Session: 4b25a4fe-3c77-4243-aeca-ba7e2520ba7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.094749 [ 286 ] {072a698b-40b3-49cd-a341-5c2a553c27df} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:25:47.094794 [ 286 ] {072a698b-40b3-49cd-a341-5c2a553c27df} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:47.095010 [ 286 ] {072a698b-40b3-49cd-a341-5c2a553c27df} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:25:47.095742 [ 307 ] {072a698b-40b3-49cd-a341-5c2a553c27df} AggregatingTransform: Aggregating 2026.05.06 00:25:47.095777 [ 307 ] {072a698b-40b3-49cd-a341-5c2a553c27df} Aggregator: Aggregation method: without_key 2026.05.06 00:25:47.095805 [ 307 ] {072a698b-40b3-49cd-a341-5c2a553c27df} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00071709 sec. (1394.525 rows/sec., 54.47 KiB/sec.) 2026.05.06 00:25:47.095823 [ 307 ] {072a698b-40b3-49cd-a341-5c2a553c27df} Aggregator: Merging aggregated data 2026.05.06 00:25:47.097277 [ 286 ] {072a698b-40b3-49cd-a341-5c2a553c27df} executeQuery: Read 1 rows, 40.00 B in 0.002765 sec., 361.6636528028933 rows/sec., 14.13 KiB/sec. 2026.05.06 00:25:47.097405 [ 286 ] {072a698b-40b3-49cd-a341-5c2a553c27df} TCPHandler: Processed in 0.003440126 sec. 2026.05.06 00:25:47.097533 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097559 [ 286 ] {} TCP-Session: d4863795-1aa3-4e8c-bce0-339b17a8671f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097570 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097591 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097607 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097620 [ 287 ] {} TCP-Session: 478d131b-7ceb-4712-a4fb-cdb4472be0ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097629 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097653 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097676 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097695 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097713 [ 290 ] {} TCP-Session: a5bd66e4-0191-4fc5-a142-3c72e0efb69a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097731 [ 293 ] {} TCP-Session: 4b25a4fe-3c77-4243-aeca-ba7e2520ba7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097742 [ 292 ] {} TCP-Session: acfb7ddb-a154-4913-9dea-ab0aa62073fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097725 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:25:47.097654 [ 288 ] {} TCP-Session: 28ea6302-5231-4c02-9ed2-acafe4edeabd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097691 [ 289 ] {} TCP-Session: cf131c09-b7e1-4a2b-8023-2a50a2551b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097828 [ 291 ] {} TCP-Session: 0d5c09f3-eb84-4c9f-b816-ff5868b115a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.097635 [ 294 ] {} TCP-Session: 42223d03-97d1-4143-9c4a-d7bdb24b4dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:25:47.269248 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 509 entries to flush up to offset 2400 2026.05.06 00:25:47.269750 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.269786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.270479 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:25:47.271012 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.271177 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2400 2026.05.06 00:25:47.387781 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.06 00:25:47.406585 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.406656 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.417148 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:25:47.418690 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.423042 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.06 00:25:47.777239 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.777482 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:25:47.777829 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:25:47.777868 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:25:47.778099 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:47.778172 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:47.778333 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:25:47.778377 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:25:47.778406 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.06 00:25:47.778423 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:25:47.778467 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:25:47.778489 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.06 00:25:47.779900 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} executeQuery: Read 20 rows, 2.89 KiB in 0.002513 sec., 7958.615200955033 rows/sec., 1.12 MiB/sec. 2026.05.06 00:25:47.780049 [ 277 ] {d727e7a1-caad-402d-a7a2-08818f4ce612} TCPHandler: Processed in 0.00294369 sec. 2026.05.06 00:25:47.781888 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.782036 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:25:47.782095 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:25:47.782790 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.782837 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.783456 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:47.783953 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.784113 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} executeQuery: Read 52 rows, 4.61 KiB in 0.002124 sec., 24482.10922787194 rows/sec., 2.12 MiB/sec. 2026.05.06 00:25:47.784154 [ 277 ] {6f5f3c3c-8afc-4a8d-8171-a5f5a2d41720} TCPHandler: Processed in 0.002338791 sec. 2026.05.06 00:25:47.784303 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.784408 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:25:47.784454 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:25:47.784885 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.784929 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.785353 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:47.785858 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.786007 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} executeQuery: Read 11 rows, 847.00 B in 0.001624 sec., 6773.399014778325 rows/sec., 509.33 KiB/sec. 2026.05.06 00:25:47.786053 [ 277 ] {f5e8095b-cacd-4bf9-a75c-8b8305bb9618} TCPHandler: Processed in 0.001802124 sec. 2026.05.06 00:25:47.786193 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.786297 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:25:47.786344 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:25:47.786777 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.786816 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.787252 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:47.787723 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.787861 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} executeQuery: Read 47 rows, 3.76 KiB in 0.001588 sec., 29596.977329974812 rows/sec., 2.31 MiB/sec. 2026.05.06 00:25:47.787900 [ 277 ] {e8d5703b-13c1-4ba8-b743-0c5c132eef35} TCPHandler: Processed in 0.001758284 sec. 2026.05.06 00:25:47.788046 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.788144 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:47.788189 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:25:47.788568 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.788609 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.789037 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:47.789532 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.789684 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} executeQuery: Read 60 rows, 4.31 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.70 MiB/sec. 2026.05.06 00:25:47.789723 [ 277 ] {2082fdc2-37f6-44ed-8810-bed9b3131a5b} TCPHandler: Processed in 0.001727503 sec. 2026.05.06 00:25:47.789876 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.789977 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:47.790035 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:25:47.790910 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.790948 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.791674 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:47.792209 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.792362 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} executeQuery: Read 11 rows, 20.18 KiB in 0.002405 sec., 4573.804573804574 rows/sec., 8.20 MiB/sec. 2026.05.06 00:25:47.792428 [ 277 ] {56b79ff9-7e9f-450f-9b9e-a9c8432046ed} TCPHandler: Processed in 0.002611295 sec. 2026.05.06 00:25:47.792566 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:47.792661 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:25:47.792704 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:25:47.793045 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:47.793082 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:47.793510 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:47.794124 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:47.794279 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} executeQuery: Read 30 rows, 2.04 KiB in 0.001635 sec., 18348.62385321101 rows/sec., 1.22 MiB/sec. 2026.05.06 00:25:47.794328 [ 277 ] {ccfe8fed-ba95-466e-b347-409d807aafbf} TCPHandler: Processed in 0.001814824 sec. 2026.05.06 00:25:49.692442 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 136 2026.05.06 00:25:49.694772 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:49.694827 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.06 00:25:49.696209 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:49.696772 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:49.697035 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 136 2026.05.06 00:25:52.781963 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.782242 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:25:52.782641 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:25:52.782693 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:25:52.782965 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:52.783037 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:52.783180 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:25:52.783217 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:25:52.783241 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.06 00:25:52.783260 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:25:52.783307 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:25:52.783330 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.06 00:25:52.784576 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} executeQuery: Read 20 rows, 2.89 KiB in 0.002446 sec., 8176.6148814390845 rows/sec., 1.16 MiB/sec. 2026.05.06 00:25:52.784688 [ 277 ] {7986bb34-9360-471b-8d42-fc78b76903d9} TCPHandler: Processed in 0.002861569 sec. 2026.05.06 00:25:52.791808 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.791937 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 00:25:52.791987 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:52.792570 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.792620 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.793181 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:52.793580 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.793737 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} executeQuery: Read 15 rows, 4.64 KiB in 0.001835 sec., 8174.386920980926 rows/sec., 2.47 MiB/sec. 2026.05.06 00:25:52.793779 [ 277 ] {f60734d7-aeb7-4510-b2e1-abcd8e5dd638} TCPHandler: Processed in 0.002029017 sec. 2026.05.06 00:25:52.793903 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.794010 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.794056 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:25:52.795233 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.795271 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.795731 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:52.796169 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.796308 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} executeQuery: Read 284 rows, 18.47 KiB in 0.00232 sec., 122413.79310344828 rows/sec., 7.77 MiB/sec. 2026.05.06 00:25:52.796348 [ 277 ] {9fdd2144-101e-4bdb-b515-7144ed171b75} TCPHandler: Processed in 0.002496034 sec. 2026.05.06 00:25:52.796480 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.796579 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:25:52.796621 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:25:52.797026 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.797064 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.797501 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:25:52.797976 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.798115 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} executeQuery: Read 4 rows, 334.00 B in 0.001556 sec., 2570.694087403599 rows/sec., 209.62 KiB/sec. 2026.05.06 00:25:52.798154 [ 277 ] {0fc04724-953b-43bf-9df2-81e8a1d6f609} TCPHandler: Processed in 0.001725014 sec. 2026.05.06 00:25:52.798272 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.798369 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:25:52.798410 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:25:52.799213 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.799251 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.799772 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:52.800223 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.800356 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} executeQuery: Read 779 rows, 61.56 KiB in 0.002006 sec., 388334.9950149551 rows/sec., 29.97 MiB/sec. 2026.05.06 00:25:52.800394 [ 277 ] {bc3cf54d-6358-4a11-8310-b0fa2882d2d0} TCPHandler: Processed in 0.00217165 sec. 2026.05.06 00:25:52.800516 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.800612 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.800652 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:25:52.801087 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.801124 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.801574 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:52.802016 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.802147 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} executeQuery: Read 149 rows, 9.05 KiB in 0.001554 sec., 95881.59588159587 rows/sec., 5.69 MiB/sec. 2026.05.06 00:25:52.802186 [ 277 ] {ffbe5624-fc3d-4f02-b008-8616ce180a38} TCPHandler: Processed in 0.001719603 sec. 2026.05.06 00:25:52.802304 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.802399 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.802439 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:25:52.802915 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.802951 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.803385 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:52.803817 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.803948 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} executeQuery: Read 149 rows, 9.86 KiB in 0.001567 sec., 95086.15188257817 rows/sec., 6.14 MiB/sec. 2026.05.06 00:25:52.803987 [ 277 ] {b0c92b8d-3e2a-415e-a4c0-c6e8473224a0} TCPHandler: Processed in 0.001733063 sec. 2026.05.06 00:25:52.804110 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.804204 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.804245 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:25:52.804689 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.804728 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.805189 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:52.805647 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.805778 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} executeQuery: Read 148 rows, 8.62 KiB in 0.001593 sec., 92906.46578782173 rows/sec., 5.28 MiB/sec. 2026.05.06 00:25:52.805821 [ 277 ] {4ac767c9-d294-405f-a62b-774c2fb389d1} TCPHandler: Processed in 0.001760944 sec. 2026.05.06 00:25:52.805943 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.806037 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:25:52.806078 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:25:52.806624 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.806661 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.807129 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:52.807585 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.807718 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} executeQuery: Read 472 rows, 33.75 KiB in 0.001699 sec., 277810.47675103 rows/sec., 19.40 MiB/sec. 2026.05.06 00:25:52.807755 [ 277 ] {cd93b966-fa69-40b8-9da3-b0e60f88cbc9} TCPHandler: Processed in 0.001862375 sec. 2026.05.06 00:25:52.807878 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.807973 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:25:52.808013 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:25:52.808334 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.808369 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.808772 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:52.809193 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.809317 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. 2026.05.06 00:25:52.809352 [ 277 ] {0e005b31-2d72-4444-b494-84c4361e31f2} TCPHandler: Processed in 0.00152447 sec. 2026.05.06 00:25:52.809479 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.809574 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.809616 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:25:52.810002 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.810036 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.810536 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:52.811019 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.811155 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} executeQuery: Read 167 rows, 11.07 KiB in 0.001599 sec., 104440.27517198249 rows/sec., 6.76 MiB/sec. 2026.05.06 00:25:52.811192 [ 277 ] {adfefaf4-b5bf-4676-b28e-cc850f63171b} TCPHandler: Processed in 0.001762253 sec. 2026.05.06 00:25:52.811305 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.811400 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.811441 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:25:52.811743 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.811777 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.812231 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:52.812647 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.812779 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} executeQuery: Read 1 rows, 69.00 B in 0.001397 sec., 715.8196134574088 rows/sec., 48.23 KiB/sec. 2026.05.06 00:25:52.812814 [ 277 ] {985d2ae5-00d0-4bc0-87c3-f478d237bb55} TCPHandler: Processed in 0.001558721 sec. 2026.05.06 00:25:52.812987 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.813081 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.813135 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:25:52.813895 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.813929 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.814543 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:25:52.814961 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.815108 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} executeQuery: Read 3 rows, 5.50 KiB in 0.002045 sec., 1466.992665036675 rows/sec., 2.63 MiB/sec. 2026.05.06 00:25:52.815163 [ 277 ] {d926fd27-025d-4555-b7ab-4d2cda1d402c} TCPHandler: Processed in 0.00222587 sec. 2026.05.06 00:25:52.815277 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.815373 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.815415 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.06 00:25:52.815734 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.815768 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.816283 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:25:52.816739 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.816865 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} executeQuery: Read 3 rows, 217.00 B in 0.001511 sec., 1985.440105890139 rows/sec., 140.25 KiB/sec. 2026.05.06 00:25:52.816900 [ 277 ] {5786b90a-fcfc-4f9d-9009-efa86c33c1d5} TCPHandler: Processed in 0.001672732 sec. 2026.05.06 00:25:52.817014 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:52.817108 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:25:52.817149 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:25:52.817483 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:52.817518 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:52.817941 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:52.818352 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:52.818497 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} executeQuery: Read 60 rows, 3.66 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.54 MiB/sec. 2026.05.06 00:25:52.818534 [ 277 ] {f7b160e5-84e2-48e6-8511-c6c513139cc5} TCPHandler: Processed in 0.001569821 sec. 2026.05.06 00:25:54.647686 [ 22 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:25:54.647753 [ 22 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:25:54.771369 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2848 2026.05.06 00:25:54.771912 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:54.771960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB. 2026.05.06 00:25:54.772672 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:25:54.773171 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:54.773303 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2848 2026.05.06 00:25:54.773303 [ 22 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:25:54.773391 [ 22 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:54.773414 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB. 2026.05.06 00:25:54.773572 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:25:54.773710 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:25:54.773789 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.05.06 00:25:54.773888 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.05.06 00:25:54.773956 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.05.06 00:25:54.774014 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.05.06 00:25:54.774063 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 509 rows starting from the beginning of the part 2026.05.06 00:25:54.774111 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.05.06 00:25:54.800082 [ 201 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 4 columns (4 merged, 0 gathered) in 0.026583558 sec., 107133.89080573789 rows/sec., 1.53 MiB/sec. 2026.05.06 00:25:54.801071 [ 193 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:25:54.801648 [ 193 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:54.801730 [ 193 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_6_1} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:25:54.801850 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.05.06 00:25:54.923228 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.06 00:25:54.941257 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:54.941319 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB. 2026.05.06 00:25:54.947837 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:25:54.948965 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:54.949260 [ 22 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:25:54.949306 [ 22 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:54.949326 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.70 GiB. 2026.05.06 00:25:54.949426 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:25:54.952734 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.06 00:25:54.953442 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:25:54.954754 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.06 00:25:54.959240 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.05.06 00:25:54.963461 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.05.06 00:25:54.967779 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.05.06 00:25:54.974913 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.05.06 00:25:54.979092 [ 193 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.05.06 00:25:55.000227 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 179.26 MiB, peak 179.26 MiB, free memory in arenas 0.00 B, will set to 177.98 MiB (RSS), difference: -1.28 MiB 2026.05.06 00:25:55.041071 [ 201 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091687166 sec., 501.7059857646816 rows/sec., 2.59 MiB/sec. 2026.05.06 00:25:55.043558 [ 186 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:25:55.046029 [ 186 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:55.046138 [ 186 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_6_1} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:25:55.047937 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.06 00:25:56.000210 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 168.58 MiB, peak 179.26 MiB, free memory in arenas 0.00 B, will set to 181.00 MiB (RSS), difference: 12.43 MiB 2026.05.06 00:25:57.777300 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.777552 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:25:57.777894 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:25:57.777935 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:25:57.778163 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:25:57.778230 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:25:57.778362 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:25:57.778478 [ 308 ] {8231a355-1980-4c70-a789-58ca38b7af22} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:25:57.778500 [ 321 ] {8231a355-1980-4c70-a789-58ca38b7af22} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:25:57.778620 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:25:57.778646 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:25:57.780746 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:25:57.780773 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:25:57.780827 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:25:57.780865 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:25:57.782072 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} executeQuery: Read 35 rows, 3.42 KiB in 0.00462 sec., 7575.757575757576 rows/sec., 740.24 KiB/sec. 2026.05.06 00:25:57.782155 [ 277 ] {8231a355-1980-4c70-a789-58ca38b7af22} TCPHandler: Processed in 0.004987277 sec. 2026.05.06 00:25:57.783564 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.783782 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:25:57.783825 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:25:57.784284 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:57.784324 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:57.784820 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:25:57.785333 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:57.785501 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} executeQuery: Read 52 rows, 4.61 KiB in 0.00175 sec., 29714.285714285714 rows/sec., 2.57 MiB/sec. 2026.05.06 00:25:57.785618 [ 277 ] {5dfd42e6-9e43-405f-a0f3-a303957b7092} TCPHandler: Processed in 0.002105208 sec. 2026.05.06 00:25:57.785745 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.785839 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:25:57.785878 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:25:57.786260 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:57.786294 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:57.786685 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:57.787140 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:57.787268 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} executeQuery: Read 11 rows, 847.00 B in 0.001447 sec., 7601.935038009676 rows/sec., 571.63 KiB/sec. 2026.05.06 00:25:57.787304 [ 277 ] {a7a77f9b-ebea-42d5-8549-d16d54dc8d13} TCPHandler: Processed in 0.001607132 sec. 2026.05.06 00:25:57.787418 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.787511 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:25:57.787549 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:25:57.787937 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:57.787972 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:57.788361 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:25:57.788801 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:57.788947 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} executeQuery: Read 47 rows, 3.76 KiB in 0.001454 sec., 32324.621733149932 rows/sec., 2.53 MiB/sec. 2026.05.06 00:25:57.788985 [ 277 ] {b88b87be-58db-4558-b04c-1e8ef6617020} TCPHandler: Processed in 0.001615821 sec. 2026.05.06 00:25:57.789097 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.789189 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:57.789230 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:25:57.789586 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:57.789618 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:57.790014 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:25:57.790413 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:57.790561 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} executeQuery: Read 60 rows, 4.31 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 3.03 MiB/sec. 2026.05.06 00:25:57.790598 [ 277 ] {1583878c-43a3-4bf4-9652-52e6cd101388} TCPHandler: Processed in 0.001549451 sec. 2026.05.06 00:25:57.790718 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.790811 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:25:57.790863 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:25:57.791568 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:57.791602 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:57.792233 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:57.792722 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:57.792856 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} executeQuery: Read 11 rows, 20.18 KiB in 0.002064 sec., 5329.457364341086 rows/sec., 9.55 MiB/sec. 2026.05.06 00:25:57.792911 [ 277 ] {ccc7fba7-2237-4229-b3ca-acccdcd86b8a} TCPHandler: Processed in 0.00224172 sec. 2026.05.06 00:25:57.793026 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:25:57.793119 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:25:57.793159 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:25:57.793480 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:57.793516 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:57.793901 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:25:57.794314 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:57.794460 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} executeQuery: Read 30 rows, 2.04 KiB in 0.001359 sec., 22075.05518763797 rows/sec., 1.46 MiB/sec. 2026.05.06 00:25:57.794497 [ 277 ] {21fa468e-9324-4b6f-873f-05c56bce3128} TCPHandler: Processed in 0.001520221 sec. 2026.05.06 00:25:59.697281 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 180 2026.05.06 00:25:59.699647 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:25:59.699694 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:25:59.701180 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:25:59.701665 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:25:59.701902 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 180 2026.05.06 00:26:02.273379 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3360 2026.05.06 00:26:02.273930 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.273981 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.274697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:02.275197 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.275347 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3360 2026.05.06 00:26:02.452797 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.06 00:26:02.470142 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.470201 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.475997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:02.477052 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.480194 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.06 00:26:02.782247 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.782474 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:26:02.782805 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:02.782843 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:26:02.783095 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:02.783163 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:02.783300 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.06 00:26:02.783389 [ 275 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:02.783456 [ 305 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:02.783588 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:02.783615 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:02.783688 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:02.783709 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:02.783743 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:02.783782 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:02.786278 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} executeQuery: Read 35 rows, 7.54 KiB in 0.00389 sec., 8997.429305912598 rows/sec., 1.89 MiB/sec. 2026.05.06 00:26:02.786410 [ 277 ] {1c8a8386-7683-4646-b4b4-b2926112d4f0} TCPHandler: Processed in 0.004288458 sec. 2026.05.06 00:26:02.793619 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.793740 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.793787 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:26:02.794373 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.794414 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.794915 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:26:02.795364 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.795516 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} executeQuery: Read 284 rows, 18.47 KiB in 0.001809 sec., 156992.81370923162 rows/sec., 9.97 MiB/sec. 2026.05.06 00:26:02.795556 [ 277 ] {c6dd6683-6ab3-4afb-a61a-b4f80deaa723} TCPHandler: Processed in 0.001992767 sec. 2026.05.06 00:26:02.795691 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.795789 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:02.795830 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:02.796615 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.796656 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.797161 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:02.797622 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.797734 [ 73 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:02.797755 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} executeQuery: Read 813 rows, 64.78 KiB in 0.001986 sec., 409365.5589123867 rows/sec., 31.85 MiB/sec. 2026.05.06 00:26:02.797799 [ 73 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.797807 [ 277 ] {011799c3-93b6-48e6-be65-b1f5243a316e} TCPHandler: Processed in 0.002166779 sec. 2026.05.06 00:26:02.797829 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.797939 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:02.797941 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.798062 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:02.798072 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.798107 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 55 rows starting from the beginning of the part 2026.05.06 00:26:02.798121 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:02.798196 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.05.06 00:26:02.798253 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part 2026.05.06 00:26:02.798299 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 779 rows starting from the beginning of the part 2026.05.06 00:26:02.798346 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part 2026.05.06 00:26:02.798389 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 813 rows starting from the beginning of the part 2026.05.06 00:26:02.798586 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.798627 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.799081 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:02.799507 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.799526 [ 201 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1781 rows, containing 5 columns (5 merged, 0 gathered) in 0.001623922 sec., 1096727.552185388 rows/sec., 90.04 MiB/sec. 2026.05.06 00:26:02.799664 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} executeQuery: Read 163 rows, 10.12 KiB in 0.00161 sec., 101242.23602484471 rows/sec., 6.14 MiB/sec. 2026.05.06 00:26:02.799707 [ 277 ] {3eb0882b-ebf4-421e-aa2f-d2ea3e5a9846} TCPHandler: Processed in 0.001815764 sec. 2026.05.06 00:26:02.799831 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.799912 [ 194 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:02.799926 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.799976 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:26:02.800414 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.800448 [ 194 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.800452 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.800544 [ 194 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_6_1} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:02.800637 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.05.06 00:26:02.800928 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:26:02.801343 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.801470 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} executeQuery: Read 149 rows, 9.86 KiB in 0.001562 sec., 95390.52496798975 rows/sec., 6.16 MiB/sec. 2026.05.06 00:26:02.801511 [ 277 ] {845468cc-5ea4-449e-8dfd-46c3fdb5e276} TCPHandler: Processed in 0.001729413 sec. 2026.05.06 00:26:02.801626 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.801720 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.801759 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:26:02.802192 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.802228 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.802693 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:26:02.803100 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.803229 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} executeQuery: Read 148 rows, 8.62 KiB in 0.001526 sec., 96985.58322411534 rows/sec., 5.52 MiB/sec. 2026.05.06 00:26:02.803264 [ 277 ] {c3b2644e-8771-412f-8d49-b6574aea511e} TCPHandler: Processed in 0.001687363 sec. 2026.05.06 00:26:02.803380 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.803474 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:02.803514 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:02.804070 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.804106 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.804539 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:02.804948 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.805049 [ 61 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:02.805077 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} executeQuery: Read 491 rows, 35.29 KiB in 0.00162 sec., 303086.41975308646 rows/sec., 21.27 MiB/sec. 2026.05.06 00:26:02.805096 [ 61 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.805117 [ 277 ] {87986635-ec9e-45a1-99b0-6a73015cff2a} TCPHandler: Processed in 0.001786784 sec. 2026.05.06 00:26:02.805122 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.805205 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:02.805239 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.805296 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:02.805325 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 53 rows starting from the beginning of the part 2026.05.06 00:26:02.805336 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:26:02.805371 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.05.06 00:26:02.805382 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:26:02.805413 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 47 rows starting from the beginning of the part 2026.05.06 00:26:02.805452 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 472 rows starting from the beginning of the part 2026.05.06 00:26:02.805486 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 47 rows starting from the beginning of the part 2026.05.06 00:26:02.805525 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 491 rows starting from the beginning of the part 2026.05.06 00:26:02.805733 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.805774 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.806193 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:26:02.806441 [ 190 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1146 rows, containing 5 columns (5 merged, 0 gathered) in 0.001263137 sec., 907265.0076753354 rows/sec., 68.16 MiB/sec. 2026.05.06 00:26:02.806679 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:02.806706 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.806846 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. 2026.05.06 00:26:02.806882 [ 277 ] {2438e254-1d93-45c5-8902-7c44434e1cde} TCPHandler: Processed in 0.001691743 sec. 2026.05.06 00:26:02.806997 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.807092 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.807135 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:02.807162 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.807236 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_6_1} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:02.807298 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.05.06 00:26:02.807538 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.807577 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.808008 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:02.808424 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.808524 [ 61 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:02.808553 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} executeQuery: Read 165 rows, 10.93 KiB in 0.001479 sec., 111561.86612576064 rows/sec., 7.22 MiB/sec. 2026.05.06 00:26:02.808560 [ 61 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.808592 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.808594 [ 277 ] {859ea944-10b2-4928-9f7a-595a456187a7} TCPHandler: Processed in 0.001647432 sec. 2026.05.06 00:26:02.808677 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:02.808720 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.808800 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:02.808819 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.808848 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 63 rows starting from the beginning of the part 2026.05.06 00:26:02.808867 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:26:02.808945 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:02.809005 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:02.809049 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 167 rows starting from the beginning of the part 2026.05.06 00:26:02.809092 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:02.809136 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 165 rows starting from the beginning of the part 2026.05.06 00:26:02.809203 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.809243 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.809678 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:26:02.810128 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.810187 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548481 sec., 371331.6469494944 rows/sec., 24.89 MiB/sec. 2026.05.06 00:26:02.810260 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec. 2026.05.06 00:26:02.810301 [ 277 ] {1ba938c9-daaf-491c-81bf-9d289e5da756} TCPHandler: Processed in 0.001629782 sec. 2026.05.06 00:26:02.810415 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.810436 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:02.810510 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.810568 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:02.810903 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.810974 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_6_1} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:02.811034 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.06 00:26:02.811346 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.811386 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.812036 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:02.812499 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.812659 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} executeQuery: Read 21 rows, 38.53 KiB in 0.002166 sec., 9695.290858725763 rows/sec., 17.37 MiB/sec. 2026.05.06 00:26:02.812720 [ 277 ] {24b3a877-9cef-44f7-a416-23ef22a99b77} TCPHandler: Processed in 0.002354212 sec. 2026.05.06 00:26:02.812845 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.812939 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.812979 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.06 00:26:02.813301 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.813337 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.813738 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:26:02.814154 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.814280 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} executeQuery: Read 15 rows, 1.14 KiB in 0.001359 sec., 11037.527593818984 rows/sec., 842.19 KiB/sec. 2026.05.06 00:26:02.814314 [ 277 ] {67723429-ff80-4218-972a-108ae8798e4b} TCPHandler: Processed in 0.00151992 sec. 2026.05.06 00:26:02.814426 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:02.814520 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:02.814561 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:02.814884 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.814918 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.815343 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:02.815772 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.815885 [ 61 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:02.815897 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} executeQuery: Read 60 rows, 3.66 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.56 MiB/sec. 2026.05.06 00:26:02.815934 [ 61 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:02.815949 [ 277 ] {b61beb07-2685-4ac1-a567-245c3f0c011f} TCPHandler: Processed in 0.001572121 sec. 2026.05.06 00:26:02.815965 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:02.816113 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:02.816278 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:02.816326 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.05.06 00:26:02.816414 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.05.06 00:26:02.816468 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.05.06 00:26:02.816516 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:02.816558 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.05.06 00:26:02.816602 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:02.817564 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.001509061 sec., 159039.29662220416 rows/sec., 10.01 MiB/sec. 2026.05.06 00:26:02.817789 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:02.818273 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:02.818349 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_6_1} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:02.818421 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.06 00:26:07.780931 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.781274 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:07.781636 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:07.781672 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} 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.06 00:26:07.781896 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:07.781965 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:07.782105 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 00:26:07.782205 [ 275 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:07.782259 [ 338 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:07.782420 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:07.782448 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:07.782515 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:07.782535 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:07.782569 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:07.782608 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:07.783962 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} executeQuery: Read 35 rows, 3.42 KiB in 0.00282 sec., 12411.347517730497 rows/sec., 1.18 MiB/sec. 2026.05.06 00:26:07.784061 [ 277 ] {3c549804-fe1f-4b76-a22f-627a2cc7aeeb} TCPHandler: Processed in 0.003294144 sec. 2026.05.06 00:26:07.785952 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.786061 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:26:07.786105 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:26:07.786544 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.786585 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.786924 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:07.787147 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.787288 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} executeQuery: Read 2 rows, 167.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 129.64 KiB/sec. 2026.05.06 00:26:07.787327 [ 277 ] {04b1981d-b4d1-49cd-b9c2-0092dfaa9437} TCPHandler: Processed in 0.00142551 sec. 2026.05.06 00:26:07.787451 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.787546 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:07.787585 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:07.788014 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.788050 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.788345 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:07.788552 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.788677 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} executeQuery: Read 79 rows, 6.69 KiB in 0.001149 sec., 68755.43951261966 rows/sec., 5.68 MiB/sec. 2026.05.06 00:26:07.788713 [ 277 ] {2ce7714a-3b19-4383-ac9f-e18bb30d63e5} TCPHandler: Processed in 0.001311407 sec. 2026.05.06 00:26:07.788834 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.788927 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:07.788967 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:07.789484 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.789520 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.789802 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:07.790005 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.790113 [ 67 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:07.790131 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} executeQuery: Read 13 rows, 990.00 B in 0.001222 sec., 10638.297872340425 rows/sec., 791.16 KiB/sec. 2026.05.06 00:26:07.790185 [ 67 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.790191 [ 277 ] {bb60d816-e419-434b-8a98-0c4b5bcd0503} TCPHandler: Processed in 0.001406919 sec. 2026.05.06 00:26:07.790216 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.790335 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.790360 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:07.790432 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:07.790477 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:07.790556 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:07.790617 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part 2026.05.06 00:26:07.790719 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.06 00:26:07.790796 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:07.790860 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:07.790894 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.790925 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 163 rows starting from the beginning of the part 2026.05.06 00:26:07.790937 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.790997 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part 2026.05.06 00:26:07.791274 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:07.791519 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.791647 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} executeQuery: Read 77 rows, 6.16 KiB in 0.001232 sec., 62500 rows/sec., 4.88 MiB/sec. 2026.05.06 00:26:07.791684 [ 277 ] {905eab84-c807-45c8-be2e-f52124faf5cb} TCPHandler: Processed in 0.001399148 sec. 2026.05.06 00:26:07.791800 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.791893 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:07.791936 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:07.792099 [ 200 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 5 columns (5 merged, 0 gathered) in 0.001803405 sec., 201840.40745145988 rows/sec., 13.24 MiB/sec. 2026.05.06 00:26:07.792310 [ 197 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:07.792338 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.792379 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.792622 [ 197 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.792704 [ 197 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_6_1} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:07.792743 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:07.792777 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 00:26:07.792960 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.793095 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} executeQuery: Read 161 rows, 11.48 KiB in 0.001219 sec., 132075.4716981132 rows/sec., 9.20 MiB/sec. 2026.05.06 00:26:07.793131 [ 277 ] {f1dee4aa-5022-42a5-85d2-f12d0cde6149} TCPHandler: Processed in 0.001379609 sec. 2026.05.06 00:26:07.793243 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.793337 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:07.793391 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:07.794088 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.794123 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.794612 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:07.794825 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.794924 [ 66 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:07.794957 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} executeQuery: Read 11 rows, 20.18 KiB in 0.001638 sec., 6715.506715506715 rows/sec., 12.03 MiB/sec. 2026.05.06 00:26:07.794969 [ 66 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.795001 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.795024 [ 277 ] {3eae008e-1154-4ef2-b28d-d3758a4c9976} TCPHandler: Processed in 0.001829704 sec. 2026.05.06 00:26:07.795069 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:07.795147 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:07.795246 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:07.795281 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:07.795287 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:07.795348 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:07.795483 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.06 00:26:07.795604 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2026.05.06 00:26:07.795655 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:07.795697 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:07.795719 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:07.795835 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part 2026.05.06 00:26:07.795947 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2026.05.06 00:26:07.796007 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:07.796224 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.796355 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2026.05.06 00:26:07.796401 [ 277 ] {0d2c955a-13da-4448-a7a8-ddb29e6abc38} TCPHandler: Processed in 0.001303968 sec. 2026.05.06 00:26:07.797658 [ 200 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 19 columns (19 merged, 0 gathered) in 0.002618615 sec., 25967.925792833234 rows/sec., 46.53 MiB/sec. 2026.05.06 00:26:07.798002 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:07.798361 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:07.798428 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_6_1} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:07.798537 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.06 00:26:09.647795 [ 63 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:26:09.647853 [ 63 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:26:09.702210 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 222 2026.05.06 00:26:09.704770 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:09.704826 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:09.706061 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:09.706345 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:09.706666 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 222 2026.05.06 00:26:09.775576 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3808 2026.05.06 00:26:09.776339 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:09.776404 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:09.776901 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:09.777130 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:09.777256 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3808 2026.05.06 00:26:09.980406 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.06 00:26:09.997928 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:09.997995 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.06 00:26:10.004367 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:10.005132 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:10.009037 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.06 00:26:12.785783 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.786054 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} executeQuery: (from [fd00:1122:3344:101::d]:36150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:26:12.786426 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:12.786471 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:26:12.786711 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:12.786781 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:12.786920 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 00:26:12.787019 [ 275 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:12.787042 [ 338 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:12.787153 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:12.787180 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:12.787250 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:12.787270 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:12.787304 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:12.787339 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:12.788465 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} executeQuery: Read 35 rows, 7.54 KiB in 0.002521 sec., 13883.379611265373 rows/sec., 2.92 MiB/sec. 2026.05.06 00:26:12.788556 [ 277 ] {d3c97f83-631f-4105-a0b3-510b618b1e4a} TCPHandler: Processed in 0.002910129 sec. 2026.05.06 00:26:12.793632 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.793764 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.793817 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:26:12.794447 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.794497 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.794880 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:12.795102 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.795243 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} executeQuery: Read 284 rows, 18.47 KiB in 0.001517 sec., 187211.6018457482 rows/sec., 11.89 MiB/sec. 2026.05.06 00:26:12.795282 [ 277 ] {172fd3ac-eee8-449b-9b88-f416067865ec} TCPHandler: Processed in 0.001715433 sec. 2026.05.06 00:26:12.795396 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.795495 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:12.795536 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:12.796220 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.796258 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.796603 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:12.796811 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.796937 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} executeQuery: Read 843 rows, 67.18 KiB in 0.001464 sec., 575819.6721311476 rows/sec., 44.81 MiB/sec. 2026.05.06 00:26:12.796973 [ 277 ] {57d95a5e-2b21-4cef-9fb5-f7ac02ce48d6} TCPHandler: Processed in 0.001627882 sec. 2026.05.06 00:26:12.797111 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.797207 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.797247 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:12.797676 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.797713 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.798012 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:12.798225 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.798349 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} executeQuery: Read 165 rows, 10.27 KiB in 0.001161 sec., 142118.8630490956 rows/sec., 8.64 MiB/sec. 2026.05.06 00:26:12.798386 [ 277 ] {a7dc4e55-7b1d-42db-a81c-18ef92f17e2e} TCPHandler: Processed in 0.001324548 sec. 2026.05.06 00:26:12.798496 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.798590 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.798630 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:26:12.799038 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.799074 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.799364 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:12.799580 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.799701 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} executeQuery: Read 149 rows, 9.86 KiB in 0.001128 sec., 132092.19858156028 rows/sec., 8.53 MiB/sec. 2026.05.06 00:26:12.799738 [ 277 ] {e6abb8a2-64fc-4f4b-b828-ac26d6bb913a} TCPHandler: Processed in 0.001290897 sec. 2026.05.06 00:26:12.799843 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.799938 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.799977 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:26:12.800406 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.800443 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.800737 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:12.800947 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.801070 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} executeQuery: Read 148 rows, 8.62 KiB in 0.00115 sec., 128695.65217391304 rows/sec., 7.32 MiB/sec. 2026.05.06 00:26:12.801107 [ 277 ] {1aec29e8-1151-4f8d-8670-7bee1bf36eab} TCPHandler: Processed in 0.001313577 sec. 2026.05.06 00:26:12.801224 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.801317 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:12.801355 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:12.801915 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.801953 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.802284 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:12.802501 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.802628 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} executeQuery: Read 513 rows, 37.02 KiB in 0.001329 sec., 386004.5146726862 rows/sec., 27.20 MiB/sec. 2026.05.06 00:26:12.802668 [ 277 ] {5da00912-d2ac-4fd8-bfee-44c9a504ba03} TCPHandler: Processed in 0.001493269 sec. 2026.05.06 00:26:12.802770 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.802865 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:26:12.802906 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:26:12.803219 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.803255 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.803553 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:12.803767 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.803890 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2026.05.06 00:26:12.803926 [ 277 ] {c0477205-8c1e-45d1-ba5c-d97078974cb2} TCPHandler: Processed in 0.001206506 sec. 2026.05.06 00:26:12.804042 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.804160 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.804211 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:12.804662 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.804698 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.805027 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:12.805297 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.805435 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} executeQuery: Read 265 rows, 18.03 KiB in 0.001298 sec., 204160.2465331279 rows/sec., 13.57 MiB/sec. 2026.05.06 00:26:12.805474 [ 277 ] {023f8c65-f8b0-4c5d-8840-816792f64fa2} TCPHandler: Processed in 0.00149204 sec. 2026.05.06 00:26:12.805584 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.805681 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.805724 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:26:12.806050 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.806088 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.806398 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:12.806616 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.806746 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.05.06 00:26:12.806785 [ 277 ] {85ab6a90-f5c9-412b-8a83-d2001cb9252f} TCPHandler: Processed in 0.001251237 sec. 2026.05.06 00:26:12.806900 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.807014 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.807077 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:12.807869 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.807905 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.808406 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:12.808624 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.808754 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} executeQuery: Read 23 rows, 42.20 KiB in 0.001764 sec., 13038.548752834467 rows/sec., 23.36 MiB/sec. 2026.05.06 00:26:12.808808 [ 277 ] {cac17cb6-ab17-43e1-a45d-442868371d44} TCPHandler: Processed in 0.001968186 sec. 2026.05.06 00:26:12.808918 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:12.809012 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} executeQuery: (from [fd00:1122:3344:101::d]:36150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:12.809053 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:12.809368 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:12.809404 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:12.809705 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:12.809914 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:12.810037 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} executeQuery: Read 90 rows, 5.77 KiB in 0.001044 sec., 86206.89655172413 rows/sec., 5.39 MiB/sec. 2026.05.06 00:26:12.810072 [ 277 ] {81dd20e1-72af-4768-aa1c-ee743e1404ee} TCPHandler: Processed in 0.001202436 sec. 2026.05.06 00:26:16.987762 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47067 2026.05.06 00:26:16.987883 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.987907 [ 286 ] {} TCP-Session: d16ff39e-05aa-4b63-9d90-fe1828a2f5cb Authenticating user 'default' from [fd00:1122:3344:101::e]:47067 2026.05.06 00:26:16.987927 [ 286 ] {} TCP-Session: d16ff39e-05aa-4b63-9d90-fe1828a2f5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.987940 [ 286 ] {} TCP-Session: d16ff39e-05aa-4b63-9d90-fe1828a2f5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988151 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37035 2026.05.06 00:26:16.988166 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52395 2026.05.06 00:26:16.988201 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41968 2026.05.06 00:26:16.988221 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39972 2026.05.06 00:26:16.988241 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47330 2026.05.06 00:26:16.988259 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988305 [ 286 ] {} TCP-Session: d16ff39e-05aa-4b63-9d90-fe1828a2f5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:16.988338 [ 287 ] {} TCP-Session: f17f4d1e-4e9d-47c8-bcea-9bc6b4078724 Authenticating user 'default' from [fd00:1122:3344:101::e]:37035 2026.05.06 00:26:16.988223 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52294 2026.05.06 00:26:16.988372 [ 287 ] {} TCP-Session: f17f4d1e-4e9d-47c8-bcea-9bc6b4078724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988209 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44419 2026.05.06 00:26:16.988390 [ 287 ] {} TCP-Session: f17f4d1e-4e9d-47c8-bcea-9bc6b4078724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988208 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52431 2026.05.06 00:26:16.988488 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} executeQuery: (from [fd00:1122:3344:101::e]:47067) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:26:16.988677 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988705 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988714 [ 292 ] {} TCP-Session: 7e1c57a2-5135-4420-845b-0dd8733bd627 Authenticating user 'default' from [fd00:1122:3344:101::e]:39972 2026.05.06 00:26:16.988729 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988744 [ 291 ] {} TCP-Session: 4fb9099b-4f93-4683-98d1-d6ee97aa77c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:52431 2026.05.06 00:26:16.988770 [ 292 ] {} TCP-Session: 7e1c57a2-5135-4420-845b-0dd8733bd627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988780 [ 293 ] {} TCP-Session: 4eb0274d-2208-4865-b034-799fa9fdbe89 Authenticating user 'default' from [fd00:1122:3344:101::e]:52294 2026.05.06 00:26:16.988783 [ 291 ] {} TCP-Session: 4fb9099b-4f93-4683-98d1-d6ee97aa77c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988796 [ 292 ] {} TCP-Session: 7e1c57a2-5135-4420-845b-0dd8733bd627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988806 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:26:16.988817 [ 291 ] {} TCP-Session: 4fb9099b-4f93-4683-98d1-d6ee97aa77c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988812 [ 293 ] {} TCP-Session: 4eb0274d-2208-4865-b034-799fa9fdbe89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988862 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988881 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:16.988879 [ 293 ] {} TCP-Session: 4eb0274d-2208-4865-b034-799fa9fdbe89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988917 [ 294 ] {} TCP-Session: 60b65ff6-dec6-43a9-9a7b-07b02a66bca3 Authenticating user 'default' from [fd00:1122:3344:101::e]:47330 2026.05.06 00:26:16.988941 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988958 [ 294 ] {} TCP-Session: 60b65ff6-dec6-43a9-9a7b-07b02a66bca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988977 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.988984 [ 294 ] {} TCP-Session: 60b65ff6-dec6-43a9-9a7b-07b02a66bca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.988981 [ 290 ] {} TCP-Session: 8ce792e6-3303-46bf-a020-a20888edb766 Authenticating user 'default' from [fd00:1122:3344:101::e]:41968 2026.05.06 00:26:16.989017 [ 289 ] {} TCP-Session: b556a7f3-1532-4c97-99e0-258b33d2ca75 Authenticating user 'default' from [fd00:1122:3344:101::e]:44419 2026.05.06 00:26:16.989033 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:26:16.989044 [ 290 ] {} TCP-Session: 8ce792e6-3303-46bf-a020-a20888edb766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.989057 [ 289 ] {} TCP-Session: b556a7f3-1532-4c97-99e0-258b33d2ca75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.989085 [ 290 ] {} TCP-Session: 8ce792e6-3303-46bf-a020-a20888edb766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.989105 [ 289 ] {} TCP-Session: b556a7f3-1532-4c97-99e0-258b33d2ca75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.989077 [ 288 ] {} TCP-Session: cd417a88-1129-4d2c-abfd-4d67841e0fdf Authenticating user 'default' from [fd00:1122:3344:101::e]:52395 2026.05.06 00:26:16.989151 [ 288 ] {} TCP-Session: cd417a88-1129-4d2c-abfd-4d67841e0fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.989164 [ 288 ] {} TCP-Session: cd417a88-1129-4d2c-abfd-4d67841e0fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:16.989209 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:26:16.989327 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} Aggregator: Compile expression max()(UInt64) 0 2026.05.06 00:26:17.277341 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4320 2026.05.06 00:26:17.277910 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.277972 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.285867 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:17.286151 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.286305 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4320 2026.05.06 00:26:17.367790 [ 275 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} AggregatingTransform: Aggregating 2026.05.06 00:26:17.367856 [ 275 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} Aggregator: Aggregation method: without_key 2026.05.06 00:26:17.367887 [ 275 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001235466 sec. (809.411 rows/sec., 31.62 KiB/sec.) 2026.05.06 00:26:17.367902 [ 275 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} Aggregator: Merging aggregated data 2026.05.06 00:26:17.369388 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} executeQuery: Read 1 rows, 40.00 B in 0.380885 sec., 2.6254643790120378 rows/sec., 105.02 B/sec. 2026.05.06 00:26:17.369584 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.06 00:26:17.369603 [ 286 ] {54475323-94b3-4dd3-a63c-38ed8719c48b} TCPHandler: Processed in 0.381418562 sec. 2026.05.06 00:26:17.369763 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369795 [ 286 ] {} TCP-Session: d16ff39e-05aa-4b63-9d90-fe1828a2f5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.369800 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369827 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369841 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369864 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369888 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369918 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369942 [ 287 ] {} TCP-Session: f17f4d1e-4e9d-47c8-bcea-9bc6b4078724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.369957 [ 291 ] {} TCP-Session: 4fb9099b-4f93-4683-98d1-d6ee97aa77c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.369965 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369973 [ 290 ] {} TCP-Session: 8ce792e6-3303-46bf-a020-a20888edb766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.369898 [ 289 ] {} TCP-Session: b556a7f3-1532-4c97-99e0-258b33d2ca75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.370013 [ 293 ] {} TCP-Session: 4eb0274d-2208-4865-b034-799fa9fdbe89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.369897 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.369847 [ 288 ] {} TCP-Session: cd417a88-1129-4d2c-abfd-4d67841e0fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.369898 [ 294 ] {} TCP-Session: 60b65ff6-dec6-43a9-9a7b-07b02a66bca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.370090 [ 292 ] {} TCP-Session: 7e1c57a2-5135-4420-845b-0dd8733bd627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.425467 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:26:17.425535 [ 277 ] {} TCP-Session: 8ac05a8f-bdeb-4879-bdb5-c38364903386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:26:17.509126 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.06 00:26:17.529223 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.529295 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.536143 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:17.537225 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.542651 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.06 00:26:17.781392 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.781624 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:26:17.781989 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:17.782026 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:26:17.782249 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:17.782318 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:17.782457 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:26:17.782593 [ 316 ] {0b2cde97-54ef-440c-bd26-991554270d06} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:17.782684 [ 334 ] {0b2cde97-54ef-440c-bd26-991554270d06} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:17.782820 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:17.782856 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:17.782933 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:17.782954 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:17.782993 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:17.783030 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:17.784251 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} executeQuery: Read 35 rows, 3.42 KiB in 0.002719 sec., 12872.379551305627 rows/sec., 1.23 MiB/sec. 2026.05.06 00:26:17.784362 [ 278 ] {0b2cde97-54ef-440c-bd26-991554270d06} TCPHandler: Processed in 0.003104792 sec. 2026.05.06 00:26:17.786311 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.786433 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:17.786482 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:17.787079 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.787139 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.787623 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:17.787880 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.788033 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} executeQuery: Read 78 rows, 6.61 KiB in 0.001635 sec., 47706.422018348625 rows/sec., 3.95 MiB/sec. 2026.05.06 00:26:17.788075 [ 278 ] {63a93821-6621-4b42-93bc-417b55c82578} TCPHandler: Processed in 0.001823135 sec. 2026.05.06 00:26:17.788250 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.788348 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:17.788391 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:17.788806 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.788842 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.789157 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:17.789375 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.789526 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} executeQuery: Read 11 rows, 847.00 B in 0.001197 sec., 9189.640768588137 rows/sec., 691.02 KiB/sec. 2026.05.06 00:26:17.789600 [ 278 ] {5bca5f57-4ba9-49ab-936f-b6bf40ad52ad} TCPHandler: Processed in 0.001402399 sec. 2026.05.06 00:26:17.789741 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.789845 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:17.789886 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:17.790329 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.790370 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.790749 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:17.790990 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.791125 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} executeQuery: Read 75 rows, 6.00 KiB in 0.0013 sec., 57692.307692307695 rows/sec., 4.50 MiB/sec. 2026.05.06 00:26:17.791166 [ 278 ] {a66716c5-5508-4f4e-b53e-b111d9a4bad7} TCPHandler: Processed in 0.001477579 sec. 2026.05.06 00:26:17.791292 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.791391 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:17.791439 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:17.791874 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.791914 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.792296 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:17.792541 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.792678 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} executeQuery: Read 160 rows, 11.41 KiB in 0.001308 sec., 122324.15902140674 rows/sec., 8.52 MiB/sec. 2026.05.06 00:26:17.792716 [ 278 ] {fb7e6f29-c4af-487c-a697-e87760e19246} TCPHandler: Processed in 0.00147422 sec. 2026.05.06 00:26:17.792843 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.792943 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:17.793005 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:17.793787 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.793825 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.794378 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:17.794632 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.794774 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} executeQuery: Read 11 rows, 20.18 KiB in 0.001849 sec., 5949.16170903191 rows/sec., 10.66 MiB/sec. 2026.05.06 00:26:17.794847 [ 278 ] {357007d3-0b5b-44ea-849f-55e43113391b} TCPHandler: Processed in 0.002054178 sec. 2026.05.06 00:26:17.794974 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:17.795072 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:17.795114 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:17.795520 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:17.795558 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:17.795941 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:17.796228 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:17.796388 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. 2026.05.06 00:26:17.796435 [ 278 ] {7433c80b-15fb-4069-a363-cf32bd18892a} TCPHandler: Processed in 0.00151306 sec. 2026.05.06 00:26:18.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.19 MiB, peak 194.33 MiB, free memory in arenas 0.00 B, will set to 205.06 MiB (RSS), difference: 19.87 MiB 2026.05.06 00:26:19.706918 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 262 2026.05.06 00:26:19.709403 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:19.709458 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:19.710780 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:19.711077 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:19.711224 [ 38 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.06 00:26:19.711269 [ 38 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:19.711292 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:19.711390 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.06 00:26:19.711422 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 262 2026.05.06 00:26:19.711947 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:19.712066 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::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.06 00:26:19.712411 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part 2026.05.06 00:26:19.712756 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.05.06 00:26:19.713084 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::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.06 00:26:19.713415 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part 2026.05.06 00:26:19.713813 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2026.05.06 00:26:19.720310 [ 201 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 72 columns (72 merged, 0 gathered) in 0.00896188 sec., 29234.937312260372 rows/sec., 27.36 MiB/sec. 2026.05.06 00:26:19.721266 [ 191 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.06 00:26:19.721950 [ 191 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:19.722030 [ 191 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_6_1} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.06 00:26:19.722268 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.05.06 00:26:20.000222 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 205.18 MiB, peak 209.64 MiB, free memory in arenas 0.00 B, will set to 206.39 MiB (RSS), difference: 1.21 MiB 2026.05.06 00:26:22.786464 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.786708 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:26:22.787044 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:22.787081 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:26:22.787325 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:22.787388 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:22.787525 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:26:22.787612 [ 317 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:22.787670 [ 316 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:22.787805 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:22.787840 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:22.787912 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:22.787932 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:22.787965 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:22.788002 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:22.789277 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} executeQuery: Read 35 rows, 7.54 KiB in 0.002669 sec., 13113.525665043087 rows/sec., 2.76 MiB/sec. 2026.05.06 00:26:22.789379 [ 278 ] {8e5aac93-42c3-4c8f-8d28-a32a35e3d37f} TCPHandler: Processed in 0.003044072 sec. 2026.05.06 00:26:22.794853 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.794992 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.795044 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:26:22.795763 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.795810 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.796188 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:26:22.796402 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.796538 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} executeQuery: Read 284 rows, 18.47 KiB in 0.001584 sec., 179292.9292929293 rows/sec., 11.39 MiB/sec. 2026.05.06 00:26:22.796574 [ 278 ] {9af4051b-343e-49ad-919b-dcb62987b008} TCPHandler: Processed in 0.001782935 sec. 2026.05.06 00:26:22.796696 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.796789 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:26:22.796829 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:26:22.797260 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.797309 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.797590 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:26:22.797799 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.797921 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} executeQuery: Read 4 rows, 334.00 B in 0.00115 sec., 3478.2608695652175 rows/sec., 283.63 KiB/sec. 2026.05.06 00:26:22.797957 [ 278 ] {95f4768a-1061-45d0-b776-9078ff858e19} TCPHandler: Processed in 0.001307398 sec. 2026.05.06 00:26:22.798088 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.798181 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:22.798219 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:22.798939 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.798973 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.799317 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:22.799532 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.799651 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} executeQuery: Read 861 rows, 68.86 KiB in 0.001489 sec., 578240.4298186703 rows/sec., 45.16 MiB/sec. 2026.05.06 00:26:22.799687 [ 278 ] {d6b8f847-b88b-42f4-aeb3-0c602c18b6d4} TCPHandler: Processed in 0.001644842 sec. 2026.05.06 00:26:22.799819 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.799912 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.799950 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:22.800374 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.800409 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.800700 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:22.800909 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.801028 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} executeQuery: Read 177 rows, 11.15 KiB in 0.001135 sec., 155947.13656387667 rows/sec., 9.60 MiB/sec. 2026.05.06 00:26:22.801063 [ 278 ] {78a3110a-a0f0-4d7d-93b4-e60f7b5bffd3} TCPHandler: Processed in 0.001291148 sec. 2026.05.06 00:26:22.801182 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.801273 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.801310 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:26:22.801718 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.801751 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.802056 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:26:22.802271 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.802390 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} executeQuery: Read 149 rows, 9.86 KiB in 0.001134 sec., 131393.29805996473 rows/sec., 8.49 MiB/sec. 2026.05.06 00:26:22.802424 [ 278 ] {f38a146a-5503-4356-93e6-e682d798b9b9} TCPHandler: Processed in 0.001288717 sec. 2026.05.06 00:26:22.802544 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.802635 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.802673 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:26:22.803090 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.803124 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.803416 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:26:22.803622 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.803743 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} executeQuery: Read 148 rows, 8.62 KiB in 0.001125 sec., 131555.55555555556 rows/sec., 7.48 MiB/sec. 2026.05.06 00:26:22.803779 [ 278 ] {9f946f38-28bd-4eed-ad00-2f2ff167f53e} TCPHandler: Processed in 0.001281607 sec. 2026.05.06 00:26:22.803897 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.803988 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:22.804026 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:22.804630 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.804664 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.804971 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:22.805186 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.805306 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} executeQuery: Read 534 rows, 38.71 KiB in 0.001335 sec., 400000 rows/sec., 28.32 MiB/sec. 2026.05.06 00:26:22.805341 [ 278 ] {12496b8f-d2c5-4392-ba85-c1c94d2dff92} TCPHandler: Processed in 0.00149144 sec. 2026.05.06 00:26:22.805463 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.805554 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:26:22.805594 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:26:22.805917 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.805950 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.806243 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:26:22.806445 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.806567 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} executeQuery: Read 6 rows, 321.00 B in 0.00103 sec., 5825.242718446601 rows/sec., 304.35 KiB/sec. 2026.05.06 00:26:22.806600 [ 278 ] {e07e7b60-c771-417b-8389-d54b35f53044} TCPHandler: Processed in 0.001183245 sec. 2026.05.06 00:26:22.806716 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.806805 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.806845 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:22.807240 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.807273 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.807592 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:22.807805 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.807925 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} executeQuery: Read 267 rows, 18.17 KiB in 0.001138 sec., 234622.14411247804 rows/sec., 15.59 MiB/sec. 2026.05.06 00:26:22.807961 [ 278 ] {6ec7fccb-f5e8-41ef-b3ad-cfcca664068b} TCPHandler: Processed in 0.001291298 sec. 2026.05.06 00:26:22.808078 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.808169 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.808209 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:26:22.808521 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.808555 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.808837 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:26:22.809042 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.809166 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2026.05.06 00:26:22.809199 [ 278 ] {7741ded8-95a8-4f33-a8d4-1c1364b3d454} TCPHandler: Processed in 0.001167366 sec. 2026.05.06 00:26:22.809312 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.809403 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.809454 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:22.810255 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.810287 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.810769 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:22.811052 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.811181 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} executeQuery: Read 31 rows, 56.88 KiB in 0.001794 sec., 17279.821627647714 rows/sec., 30.96 MiB/sec. 2026.05.06 00:26:22.811228 [ 278 ] {12f3ea69-550a-418c-918c-e4670e21a2a9} TCPHandler: Processed in 0.001960707 sec. 2026.05.06 00:26:22.811346 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.811439 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.811479 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.06 00:26:22.811790 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.811823 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.812112 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:22.812315 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} oximeter.measurements_i64 (99842a5d-3b85-4ee6-8e8a-ac634dc51815): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.812435 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} executeQuery: Read 9 rows, 651.00 B in 0.001015 sec., 8866.995073891625 rows/sec., 626.35 KiB/sec. 2026.05.06 00:26:22.812470 [ 278 ] {f3fd2dad-8f2b-40d0-83ca-fd6c7da6a93b} TCPHandler: Processed in 0.001169816 sec. 2026.05.06 00:26:22.812594 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:22.812684 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:22.812723 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:22.813052 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:22.813086 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:22.813383 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:22.813601 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:22.813720 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} executeQuery: Read 90 rows, 5.77 KiB in 0.001054 sec., 85388.99430740038 rows/sec., 5.34 MiB/sec. 2026.05.06 00:26:22.813753 [ 278 ] {bbcb708c-36df-4997-afad-c795bf4b3d95} TCPHandler: Processed in 0.001205986 sec. 2026.05.06 00:26:24.647887 [ 40 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:26:24.647941 [ 40 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:26:24.786657 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4768 2026.05.06 00:26:24.787211 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:24.787262 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:24.787761 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:24.788003 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:24.788133 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4768 2026.05.06 00:26:25.042992 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.06 00:26:25.061063 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:25.061127 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.06 00:26:25.067448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:25.068120 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:25.071394 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.06 00:26:26.000309 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 206.96 MiB, peak 210.96 MiB, free memory in arenas 0.00 B, will set to 209.21 MiB (RSS), difference: 2.25 MiB 2026.05.06 00:26:27.781630 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.781916 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:26:27.782341 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:27.782381 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:26:27.782684 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:27.782773 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:27.782965 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:26:27.783080 [ 317 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:27.783099 [ 298 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:27.783219 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:27.783260 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:27.783348 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:27.783378 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:27.783428 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:27.783486 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:27.784789 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} executeQuery: Read 35 rows, 3.42 KiB in 0.002994 sec., 11690.04676018704 rows/sec., 1.12 MiB/sec. 2026.05.06 00:26:27.784952 [ 278 ] {f8308c7e-2b91-43d9-9736-5e30708e55c3} TCPHandler: Processed in 0.003505287 sec. 2026.05.06 00:26:27.786789 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.786899 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:27.786943 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:27.787450 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.787497 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.787900 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:27.788126 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.788257 [ 28 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:27.788279 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} executeQuery: Read 78 rows, 6.61 KiB in 0.001414 sec., 55162.659123055164 rows/sec., 4.57 MiB/sec. 2026.05.06 00:26:27.788324 [ 28 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.788334 [ 278 ] {ef566391-ce6a-4e7c-a81b-1004b923bc2a} TCPHandler: Processed in 0.001599662 sec. 2026.05.06 00:26:27.788351 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.788462 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:27.788467 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.788613 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:27.788615 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:27.788655 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 840 rows starting from the beginning of the part 2026.05.06 00:26:27.788675 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:27.788726 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 79 rows starting from the beginning of the part 2026.05.06 00:26:27.788782 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 843 rows starting from the beginning of the part 2026.05.06 00:26:27.788829 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 78 rows starting from the beginning of the part 2026.05.06 00:26:27.788870 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 861 rows starting from the beginning of the part 2026.05.06 00:26:27.788912 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 78 rows starting from the beginning of the part 2026.05.06 00:26:27.789093 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.789137 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.789478 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:27.789708 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.789841 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} executeQuery: Read 11 rows, 847.00 B in 0.001247 sec., 8821.170809943866 rows/sec., 663.31 KiB/sec. 2026.05.06 00:26:27.789878 [ 278 ] {47d447dd-a63a-4cd3-b0aa-5970275725ca} TCPHandler: Processed in 0.00146116 sec. 2026.05.06 00:26:27.790001 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.790095 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:27.790135 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:27.790248 [ 201 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2779 rows, containing 5 columns (5 merged, 0 gathered) in 0.001830075 sec., 1518517.0006693716 rows/sec., 124.95 MiB/sec. 2026.05.06 00:26:27.790482 [ 191 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:27.790566 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.790602 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.790755 [ 191 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.790825 [ 191 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_11_2} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:27.790899 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.05.06 00:26:27.790920 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:27.791132 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.791228 [ 28 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:27.791259 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} executeQuery: Read 75 rows, 6.00 KiB in 0.001182 sec., 63451.776649746185 rows/sec., 4.95 MiB/sec. 2026.05.06 00:26:27.791260 [ 28 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.791297 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.791301 [ 278 ] {ff8beb55-e8f6-4842-8e20-a78e70e648ca} TCPHandler: Processed in 0.001349648 sec. 2026.05.06 00:26:27.791424 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:27.791426 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.791538 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:27.791540 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:27.791583 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:27.791589 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 514 rows starting from the beginning of the part 2026.05.06 00:26:27.791700 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part 2026.05.06 00:26:27.791751 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 513 rows starting from the beginning of the part 2026.05.06 00:26:27.791799 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 75 rows starting from the beginning of the part 2026.05.06 00:26:27.791846 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 534 rows starting from the beginning of the part 2026.05.06 00:26:27.791910 [ 192 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 75 rows starting from the beginning of the part 2026.05.06 00:26:27.792000 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.792041 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.792423 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:27.792661 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.792773 [ 28 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:27.792795 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2026.05.06 00:26:27.792812 [ 28 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.792837 [ 278 ] {97ced8aa-40b7-4996-af74-018037dbad96} TCPHandler: Processed in 0.00145924 sec. 2026.05.06 00:26:27.792837 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.792929 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:27.792968 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.793022 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:27.793051 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 575 rows starting from the beginning of the part 2026.05.06 00:26:27.793061 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:27.793117 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:27.793122 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part 2026.05.06 00:26:27.793175 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 265 rows starting from the beginning of the part 2026.05.06 00:26:27.793182 [ 201 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 5 columns (5 merged, 0 gathered) in 0.001814004 sec., 985664.8607169555 rows/sec., 74.29 MiB/sec. 2026.05.06 00:26:27.793218 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.05.06 00:26:27.793259 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 267 rows starting from the beginning of the part 2026.05.06 00:26:27.793297 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.05.06 00:26:27.793419 [ 196 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:27.793740 [ 196 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.793828 [ 196 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_11_2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:27.793897 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.793914 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.06 00:26:27.793941 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.794441 [ 196 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1588 rows, containing 5 columns (5 merged, 0 gathered) in 0.00154531 sec., 1027625.5249755712 rows/sec., 69.50 MiB/sec. 2026.05.06 00:26:27.794480 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:27.794637 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:27.794724 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.794866 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} executeQuery: Read 11 rows, 20.18 KiB in 0.001822 sec., 6037.321624588364 rows/sec., 10.82 MiB/sec. 2026.05.06 00:26:27.794875 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.794916 [ 278 ] {690359bc-a9bf-4052-9361-98bce0c14426} TCPHandler: Processed in 0.001997647 sec. 2026.05.06 00:26:27.794947 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_11_2} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:27.795010 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.06 00:26:27.795040 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:27.795136 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:27.795177 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:27.795533 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.795568 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.795871 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:27.796089 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.796183 [ 28 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:27.796212 [ 28 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:27.796216 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.05.06 00:26:27.796230 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:27.796261 [ 278 ] {178a2415-e3ec-4801-b6d8-47d75e9579d6} TCPHandler: Processed in 0.001270507 sec. 2026.05.06 00:26:27.796325 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:27.796444 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:27.796477 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 240 rows starting from the beginning of the part 2026.05.06 00:26:27.796538 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:27.796582 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 90 rows starting from the beginning of the part 2026.05.06 00:26:27.796620 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:27.796653 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::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.06 00:26:27.796713 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:27.797590 [ 187 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001300978 sec., 461191.5036226593 rows/sec., 29.59 MiB/sec. 2026.05.06 00:26:27.797747 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:27.798000 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:27.798075 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_11_2} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:27.798142 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.06 00:26:29.711730 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 304 2026.05.06 00:26:29.714175 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:29.714229 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:29.715558 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:26:29.715845 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:29.716179 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 304 2026.05.06 00:26:32.288206 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5280 2026.05.06 00:26:32.288759 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.288808 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.289318 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:32.289555 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.289690 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5280 2026.05.06 00:26:32.289691 [ 46 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:32.289764 [ 46 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.289785 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.289895 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:32.290031 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.290070 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2848 rows starting from the beginning of the part 2026.05.06 00:26:32.290162 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.05.06 00:26:32.290212 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.05.06 00:26:32.290259 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.05.06 00:26:32.290305 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.05.06 00:26:32.290347 [ 196 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.05.06 00:26:32.291834 [ 187 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5280 rows, containing 4 columns (4 merged, 0 gathered) in 0.001988897 sec., 2654737.776767726 rows/sec., 37.98 MiB/sec. 2026.05.06 00:26:32.292579 [ 188 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:32.292919 [ 188 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.293014 [ 188 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_11_2} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:32.293113 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.06 00:26:32.571440 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.06 00:26:32.588608 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.588657 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.594847 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:32.595534 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.595808 [ 88 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:32.595849 [ 88 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.595871 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.596001 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:32.598780 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.06 00:26:32.599970 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.601322 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.05.06 00:26:32.605784 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.05.06 00:26:32.609994 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.05.06 00:26:32.614081 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.05.06 00:26:32.618771 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.05.06 00:26:32.622966 [ 196 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.05.06 00:26:32.675050 [ 189 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079108466 sec., 1049.1923835307337 rows/sec., 5.43 MiB/sec. 2026.05.06 00:26:32.677882 [ 187 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:32.679992 [ 187 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.680106 [ 187 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_11_2} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:32.682094 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.06 00:26:32.786692 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.786959 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:26:32.787366 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:32.787406 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:26:32.787651 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:32.787720 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:32.787865 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 00:26:32.787983 [ 317 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:32.787984 [ 316 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:32.788103 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:32.788131 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:32.788200 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:32.788221 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:32.788257 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:32.788297 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:26:32.789684 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} executeQuery: Read 35 rows, 7.54 KiB in 0.002841 sec., 12319.605772615276 rows/sec., 2.59 MiB/sec. 2026.05.06 00:26:32.789813 [ 278 ] {eea4cb38-88a7-4608-b5ae-5e73e959b893} TCPHandler: Processed in 0.003265164 sec. 2026.05.06 00:26:32.795203 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.795337 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.795389 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:26:32.796047 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.796099 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.796531 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:32.796776 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.796913 [ 88 ] {} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:26:32.796925 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} executeQuery: Read 284 rows, 18.47 KiB in 0.001627 sec., 174554.39459127228 rows/sec., 11.09 MiB/sec. 2026.05.06 00:26:32.796953 [ 88 ] {} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.796979 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.796982 [ 278 ] {c341c026-8a01-48c8-b9fe-b905b3de311e} TCPHandler: Processed in 0.001840115 sec. 2026.05.06 00:26:32.797073 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:26:32.797118 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.797174 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.797204 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.05.06 00:26:32.797214 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:32.797257 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:32.797261 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.05.06 00:26:32.797320 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::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.06 00:26:32.797369 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::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.06 00:26:32.797427 [ 198 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::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.06 00:26:32.798021 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.798057 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.798469 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:32.798482 [ 189 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448869 sec., 980074.8031740619 rows/sec., 65.99 MiB/sec. 2026.05.06 00:26:32.798627 [ 186 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:26:32.798712 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.798848 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} executeQuery: Read 859 rows, 68.71 KiB in 0.001653 sec., 519661.2220205687 rows/sec., 40.59 MiB/sec. 2026.05.06 00:26:32.798885 [ 278 ] {25eee912-9103-4b8a-9b3f-4130044a710b} TCPHandler: Processed in 0.001816835 sec. 2026.05.06 00:26:32.798885 [ 186 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.798952 [ 186 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_5_1} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:26:32.799011 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.799028 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.06 00:26:32.799106 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.799147 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:32.799585 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.799621 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.799946 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:32.800174 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.800285 [ 105 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:32.800308 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} executeQuery: Read 173 rows, 10.87 KiB in 0.00122 sec., 141803.2786885246 rows/sec., 8.70 MiB/sec. 2026.05.06 00:26:32.800332 [ 105 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.800350 [ 278 ] {5d6038e1-24b0-44a2-9fed-ef5ff9c04b46} TCPHandler: Processed in 0.001388938 sec. 2026.05.06 00:26:32.800361 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.800456 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:32.800477 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.800578 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.800578 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.800623 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:26:32.800632 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part 2026.05.06 00:26:32.800721 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 165 rows starting from the beginning of the part 2026.05.06 00:26:32.800772 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:32.800814 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part 2026.05.06 00:26:32.800856 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:32.800905 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 173 rows starting from the beginning of the part 2026.05.06 00:26:32.801062 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.801106 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.801472 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:32.801721 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.801830 [ 105 ] {} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:26:32.801856 [ 189 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143862 sec., 502564.9580848313 rows/sec., 32.96 MiB/sec. 2026.05.06 00:26:32.801864 [ 105 ] {} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.801863 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} executeQuery: Read 149 rows, 9.86 KiB in 0.001303 sec., 114351.49654643131 rows/sec., 7.39 MiB/sec. 2026.05.06 00:26:32.801894 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.801925 [ 278 ] {03412c4b-840a-4844-9440-e8694a40f00b} TCPHandler: Processed in 0.001497441 sec. 2026.05.06 00:26:32.801967 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:26:32.801992 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:32.802041 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.802050 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.802073 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.05.06 00:26:32.802144 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.05.06 00:26:32.802150 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.802199 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.05.06 00:26:32.802200 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:26:32.802243 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.05.06 00:26:32.802270 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.802287 [ 186 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.05.06 00:26:32.802351 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_11_2} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:32.802433 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.06 00:26:32.802639 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.802680 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.803009 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:32.803107 [ 193 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001164495 sec., 639762.3003963091 rows/sec., 43.77 MiB/sec. 2026.05.06 00:26:32.803227 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.803299 [ 193 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:26:32.803340 [ 105 ] {} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:26:32.803367 [ 105 ] {} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.803373 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} executeQuery: Read 148 rows, 8.62 KiB in 0.00124 sec., 119354.83870967742 rows/sec., 6.79 MiB/sec. 2026.05.06 00:26:32.803391 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.803426 [ 278 ] {93142c07-873e-4672-825f-cce7316de2e0} TCPHandler: Processed in 0.001426239 sec. 2026.05.06 00:26:32.803463 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:26:32.803549 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.803556 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.803593 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.05.06 00:26:32.803612 [ 193 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.803638 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.05.06 00:26:32.803647 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:32.803680 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::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.06 00:26:32.803692 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:32.803699 [ 193 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_5_1} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:26:32.803720 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::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.06 00:26:32.803760 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::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.06 00:26:32.803800 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.06 00:26:32.804273 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.804312 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.804478 [ 194 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001035864 sec., 714379.4938331672 rows/sec., 43.35 MiB/sec. 2026.05.06 00:26:32.804600 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:26:32.804667 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:32.804852 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.804909 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.804912 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_5_1} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:26:32.804976 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.06 00:26:32.805043 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} executeQuery: Read 521 rows, 37.66 KiB in 0.001414 sec., 368458.2743988685 rows/sec., 26.01 MiB/sec. 2026.05.06 00:26:32.805083 [ 278 ] {14b7eb9f-bc54-4ff0-8d74-66742d2dd647} TCPHandler: Processed in 0.001583601 sec. 2026.05.06 00:26:32.805193 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.805289 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:26:32.805332 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:26:32.805667 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.805704 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.806036 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:32.806265 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.806399 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} executeQuery: Read 6 rows, 321.00 B in 0.001129 sec., 5314.437555358724 rows/sec., 277.66 KiB/sec. 2026.05.06 00:26:32.806436 [ 278 ] {dbd3674e-913e-4716-b6b5-d877f5fabf6a} TCPHandler: Processed in 0.001291247 sec. 2026.05.06 00:26:32.806550 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.806646 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.806690 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:32.807086 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.807124 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.807475 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:32.807694 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.807824 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} executeQuery: Read 265 rows, 18.03 KiB in 0.001196 sec., 221571.90635451506 rows/sec., 14.72 MiB/sec. 2026.05.06 00:26:32.807861 [ 278 ] {986d19d7-a0d5-4ec9-8a4f-4c6fcbca703a} TCPHandler: Processed in 0.001359119 sec. 2026.05.06 00:26:32.807979 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.808069 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.808109 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:26:32.808414 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.808449 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.808750 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:32.809029 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.809135 [ 105 ] {} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:26:32.809169 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} executeQuery: Read 1 rows, 69.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 60.81 KiB/sec. 2026.05.06 00:26:32.809171 [ 105 ] {} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.809209 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.809211 [ 278 ] {c501e68e-79aa-4ae0-a886-c9bdda57d48a} TCPHandler: Processed in 0.001283637 sec. 2026.05.06 00:26:32.809310 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:26:32.809337 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.809441 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.809467 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.809497 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:32.809521 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:26:32.809609 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.05.06 00:26:32.809680 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.05.06 00:26:32.809740 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.06 00:26:32.809802 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.06 00:26:32.810380 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.810424 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.810666 [ 194 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001405459 sec., 3557.55664163807 rows/sec., 239.72 KiB/sec. 2026.05.06 00:26:32.810780 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:26:32.811029 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.811067 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:26:32.811096 [ 187 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_5_1} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:26:32.811162 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.06 00:26:32.811317 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.811433 [ 88 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:26:32.811467 [ 88 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.811466 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} executeQuery: Read 31 rows, 56.88 KiB in 0.002042 sec., 15181.194906953966 rows/sec., 27.20 MiB/sec. 2026.05.06 00:26:32.811484 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.811535 [ 278 ] {239b559e-362e-46e9-9ea7-f1572b53e2ea} TCPHandler: Processed in 0.00224756 sec. 2026.05.06 00:26:32.811575 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:26:32.811657 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:32.811760 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:32.811803 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:32.811841 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:32.811909 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 68 rows starting from the beginning of the part 2026.05.06 00:26:32.812069 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2026.05.06 00:26:32.812139 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:32.812182 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:32.812187 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:32.812316 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:32.812441 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:32.812533 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:32.812553 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:32.812772 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.812906 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} executeQuery: Read 90 rows, 5.77 KiB in 0.001164 sec., 77319.58762886598 rows/sec., 4.84 MiB/sec. 2026.05.06 00:26:32.812942 [ 278 ] {599cdb55-14b6-4848-8227-92eb3a09d44c} TCPHandler: Processed in 0.001335848 sec. 2026.05.06 00:26:32.820446 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 19 columns (19 merged, 0 gathered) in 0.00890676 sec., 19647.9977006229 rows/sec., 35.21 MiB/sec. 2026.05.06 00:26:32.820871 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:26:32.821225 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:32.821298 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_11_2} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:26:32.821393 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.05.06 00:26:33.000242 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 211.93 MiB, peak 220.78 MiB, free memory in arenas 0.00 B, will set to 222.23 MiB (RSS), difference: 10.30 MiB 2026.05.06 00:26:33.293322 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.293567 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:26:33.293993 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:33.294036 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:26:33.294398 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:33.294471 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:33.294619 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:26:33.294722 [ 341 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:33.294746 [ 308 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:33.294856 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (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.06 00:26:33.294883 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:33.294957 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:33.294979 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.06 00:26:33.295015 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:26:33.295065 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:26:33.296457 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} executeQuery: Read 35 rows, 3.42 KiB in 0.002997 sec., 11678.345011678344 rows/sec., 1.11 MiB/sec. 2026.05.06 00:26:33.296585 [ 278 ] {973267f8-bcbb-4fc1-ba20-6423cf5084da} TCPHandler: Processed in 0.003403486 sec. 2026.05.06 00:26:33.322311 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.322511 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 00:26:33.322592 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:33.323454 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.323502 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.323934 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:26:33.324134 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.324285 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} executeQuery: Read 15 rows, 4.72 KiB in 0.00183 sec., 8196.72131147541 rows/sec., 2.52 MiB/sec. 2026.05.06 00:26:33.324324 [ 278 ] {91175e6e-1721-4511-90eb-d7db9408724a} TCPHandler: Processed in 0.002112418 sec. 2026.05.06 00:26:33.324449 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.324551 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.324594 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:26:33.325032 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.325071 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.325406 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:33.325617 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.325750 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} executeQuery: Read 24 rows, 2.04 KiB in 0.001222 sec., 19639.934533551554 rows/sec., 1.63 MiB/sec. 2026.05.06 00:26:33.325788 [ 278 ] {72f5c92e-6c6a-4a6b-8a61-fc5e7afaac0f} TCPHandler: Processed in 0.001391399 sec. 2026.05.06 00:26:33.325901 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.325998 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:26:33.326040 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:26:33.326437 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.326474 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.326772 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:26:33.326985 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.327117 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} executeQuery: Read 8 rows, 668.00 B in 0.001137 sec., 7036.059806508355 rows/sec., 573.74 KiB/sec. 2026.05.06 00:26:33.327155 [ 278 ] {abff333c-be58-45a0-a501-5901f81018af} TCPHandler: Processed in 0.001303278 sec. 2026.05.06 00:26:33.327276 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.327398 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:33.327446 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:33.329056 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.329094 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.329621 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:33.329838 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.329969 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} executeQuery: Read 2549 rows, 195.44 KiB in 0.002597 sec., 981517.1351559492 rows/sec., 73.49 MiB/sec. 2026.05.06 00:26:33.330009 [ 278 ] {6572c8b6-b217-4944-957a-2eaad5594516} TCPHandler: Processed in 0.002794068 sec. 2026.05.06 00:26:33.330137 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.330233 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.330272 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:33.330714 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.330752 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.331080 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:33.331288 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.331416 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} executeQuery: Read 40 rows, 3.02 KiB in 0.001202 sec., 33277.87021630616 rows/sec., 2.46 MiB/sec. 2026.05.06 00:26:33.331453 [ 278 ] {31a6e185-0a3d-4f8d-8aaf-f6f5c050a0fc} TCPHandler: Processed in 0.001365978 sec. 2026.05.06 00:26:33.331567 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.331661 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.331700 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:26:33.332317 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.332353 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.332686 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:33.332898 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.333028 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} executeQuery: Read 825 rows, 49.42 KiB in 0.001386 sec., 595238.0952380951 rows/sec., 34.82 MiB/sec. 2026.05.06 00:26:33.333067 [ 278 ] {f7b8b3d2-9c99-49c9-95de-730382842de6} TCPHandler: Processed in 0.001548091 sec. 2026.05.06 00:26:33.333184 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.333278 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.333316 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:26:33.333695 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.333732 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.334012 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.06 00:26:33.334219 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.334342 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} executeQuery: Read 2 rows, 144.00 B in 0.001083 sec., 1846.7220683287167 rows/sec., 129.85 KiB/sec. 2026.05.06 00:26:33.334379 [ 278 ] {a64c3daf-f0d4-49bd-b582-218853679041} TCPHandler: Processed in 0.001244767 sec. 2026.05.06 00:26:33.334498 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.334591 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.334629 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:26:33.335028 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.335064 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.335366 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:33.335597 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.335722 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} executeQuery: Read 12 rows, 960.00 B in 0.001149 sec., 10443.864229765013 rows/sec., 815.93 KiB/sec. 2026.05.06 00:26:33.335760 [ 278 ] {9f542f0f-9a72-4292-8758-bc974213bd6c} TCPHandler: Processed in 0.001311047 sec. 2026.05.06 00:26:33.335875 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.335968 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:33.336007 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:33.336794 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.336830 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.337248 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:33.337461 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.337590 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} executeQuery: Read 1343 rows, 92.75 KiB in 0.001639 sec., 819402.0744356315 rows/sec., 55.26 MiB/sec. 2026.05.06 00:26:33.337627 [ 278 ] {700b56fe-c2c4-4bdd-a2f8-adf9857811b0} TCPHandler: Processed in 0.001801405 sec. 2026.05.06 00:26:33.337745 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.337839 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.337881 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:33.339725 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.339762 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.340542 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:33.340764 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.340894 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} executeQuery: Read 4465 rows, 297.06 KiB in 0.003073 sec., 1452977.5463716236 rows/sec., 94.40 MiB/sec. 2026.05.06 00:26:33.340933 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.05.06 00:26:33.340947 [ 278 ] {18f9716b-131b-445b-aaee-ce608b295ac0} TCPHandler: Processed in 0.003250894 sec. 2026.05.06 00:26:33.341068 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.341163 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.341218 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:33.342019 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.342055 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.342573 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:33.342809 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.342946 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} executeQuery: Read 20 rows, 36.70 KiB in 0.001802 sec., 11098.779134295228 rows/sec., 19.89 MiB/sec. 2026.05.06 00:26:33.342996 [ 278 ] {c2c88fee-2aa0-48b5-b093-d893ebecebdd} TCPHandler: Processed in 0.001976527 sec. 2026.05.06 00:26:33.343112 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:33.343208 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:33.343250 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:33.343586 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:33.343622 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:33.343919 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:33.344128 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:33.344255 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} executeQuery: Read 12 rows, 848.00 B in 0.001067 sec., 11246.485473289596 rows/sec., 776.12 KiB/sec. 2026.05.06 00:26:33.344291 [ 278 ] {d7eeff92-b005-4b54-95c9-c34f1dba3ac0} TCPHandler: Processed in 0.001227977 sec. 2026.05.06 00:26:37.780076 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:37.780459 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:26:37.780870 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:37.780904 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:26:37.781136 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:37.781205 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:37.781344 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:26:37.781460 [ 341 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:37.781476 [ 308 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:37.781506 [ 314 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:26:37.781693 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:26:37.781723 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:37.781810 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:37.781830 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:26:37.781865 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:37.781903 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:37.781941 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:37.783374 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} executeQuery: Read 50 rows, 4.03 KiB in 0.003064 sec., 16318.537859007834 rows/sec., 1.28 MiB/sec. 2026.05.06 00:26:37.783507 [ 278 ] {895db9fa-5f31-4a33-8f01-bcc57eab97cc} TCPHandler: Processed in 0.003612329 sec. 2026.05.06 00:26:37.785006 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:37.785121 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:37.785162 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:37.785707 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:37.785747 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:37.786112 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:37.786337 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:37.786482 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} executeQuery: Read 56 rows, 4.41 KiB in 0.001394 sec., 40172.166427546625 rows/sec., 3.09 MiB/sec. 2026.05.06 00:26:37.786520 [ 278 ] {e91e4660-dc73-4772-bb6e-1be1394c2bf9} TCPHandler: Processed in 0.00156453 sec. 2026.05.06 00:26:37.786646 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:37.786740 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:37.786778 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:37.787224 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:37.787260 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:37.787559 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:37.787788 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:37.787922 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2026.05.06 00:26:37.787958 [ 278 ] {a18f0927-bef3-4bdc-9cde-8fd345147f71} TCPHandler: Processed in 0.001359958 sec. 2026.05.06 00:26:37.788074 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:37.788172 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:37.788214 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:37.788602 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:37.788637 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:37.788983 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:37.789190 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:37.789321 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} executeQuery: Read 128 rows, 9.13 KiB in 0.001167 sec., 109682.94772922022 rows/sec., 7.64 MiB/sec. 2026.05.06 00:26:37.789357 [ 278 ] {e0f3bb58-afaf-4103-9370-a71ed2852451} TCPHandler: Processed in 0.001330048 sec. 2026.05.06 00:26:37.789473 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:37.789565 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:37.789605 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:37.789940 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:37.789976 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:37.790279 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:37.790479 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:37.790610 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} executeQuery: Read 48 rows, 3.31 KiB in 0.001062 sec., 45197.74011299435 rows/sec., 3.05 MiB/sec. 2026.05.06 00:26:37.790645 [ 278 ] {0b3925d2-f007-4775-96b7-a77f2d0253a6} TCPHandler: Processed in 0.001222636 sec. 2026.05.06 00:26:39.647992 [ 111 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:26:39.648069 [ 111 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:26:39.716576 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 364 2026.05.06 00:26:39.719752 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:39.719814 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:39.721161 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:26:39.721446 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:39.721773 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 364 2026.05.06 00:26:39.789917 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5728 2026.05.06 00:26:39.790450 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:39.790489 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:39.791010 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:39.791239 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:39.791362 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5728 2026.05.06 00:26:40.098986 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.06 00:26:40.113981 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:40.114041 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:40.119982 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:26:40.120707 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:40.123189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.06 00:26:41.001177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 223.68 MiB, peak 227.68 MiB, free memory in arenas 0.00 B, will set to 224.93 MiB (RSS), difference: 1.26 MiB 2026.05.06 00:26:42.782704 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.782949 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:26:42.783323 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:42.783366 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:26:42.783622 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:42.783695 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:42.783835 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:26:42.783951 [ 304 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:42.783955 [ 345 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:42.783996 [ 314 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:26:42.784184 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:26:42.784213 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:42.784296 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:42.784317 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:26:42.784350 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:42.784386 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:42.784420 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:42.785534 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} executeQuery: Read 50 rows, 4.03 KiB in 0.002685 sec., 18621.9739292365 rows/sec., 1.46 MiB/sec. 2026.05.06 00:26:42.785646 [ 278 ] {788f3fdb-131e-44fd-a60d-2d3db624ec94} TCPHandler: Processed in 0.003077912 sec. 2026.05.06 00:26:42.787832 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.788055 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:42.788161 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:42.788947 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:42.788989 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:42.789374 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:26:42.789606 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:42.789752 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} executeQuery: Read 118 rows, 10.28 KiB in 0.001768 sec., 66742.0814479638 rows/sec., 5.68 MiB/sec. 2026.05.06 00:26:42.789789 [ 278 ] {819ae4cc-7f7a-4b49-8f63-a94657e44886} TCPHandler: Processed in 0.002058448 sec. 2026.05.06 00:26:42.789922 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.790016 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:42.790058 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:42.790486 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:42.790522 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:42.790817 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:42.791034 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:42.791163 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} executeQuery: Read 31 rows, 2.33 KiB in 0.001169 sec., 26518.391787852866 rows/sec., 1.95 MiB/sec. 2026.05.06 00:26:42.791198 [ 278 ] {3f0c34b3-1a4a-47d2-94f8-7e8b2b0100dc} TCPHandler: Processed in 0.001330688 sec. 2026.05.06 00:26:42.791306 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.791394 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:42.791431 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:42.791843 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:42.791876 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:42.792229 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:26:42.792441 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:42.792566 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} executeQuery: Read 95 rows, 7.60 KiB in 0.00117 sec., 81196.58119658119 rows/sec., 6.34 MiB/sec. 2026.05.06 00:26:42.792602 [ 278 ] {e4c4eea0-9d6f-402f-9f17-c9242ba11673} TCPHandler: Processed in 0.001330208 sec. 2026.05.06 00:26:42.792720 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.792814 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:42.792856 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:42.793279 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:42.793314 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:42.793639 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:26:42.793854 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:42.793983 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.05.06 00:26:42.794018 [ 278 ] {e85a311a-d029-4a91-b087-4a67f1b5fe5f} TCPHandler: Processed in 0.001346049 sec. 2026.05.06 00:26:42.794132 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.794225 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:42.794279 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:42.795046 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:42.795080 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:42.795622 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:42.795848 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:42.795986 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} executeQuery: Read 31 rows, 56.88 KiB in 0.00178 sec., 17415.730337078654 rows/sec., 31.21 MiB/sec. 2026.05.06 00:26:42.796041 [ 278 ] {8743b241-72ce-4424-8dcc-662e5f981be0} TCPHandler: Processed in 0.001957706 sec. 2026.05.06 00:26:42.796175 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:42.796269 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:42.796310 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:42.796647 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:42.796681 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:42.796981 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:26:42.797204 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:42.797332 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.05.06 00:26:42.797367 [ 278 ] {cef36f06-847c-4e0b-94b7-13ee4a95ebc0} TCPHandler: Processed in 0.001240457 sec. 2026.05.06 00:26:44.721266 [ 148 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:26:44.721336 [ 148 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:44.721360 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:44.721479 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:26:44.721637 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:44.721679 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:26:44.721755 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.05.06 00:26:44.721801 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:26:44.721847 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:26:44.721890 [ 195 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.05.06 00:26:44.722646 [ 187 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001216877 sec., 19722.617815933736 rows/sec., 1.65 MiB/sec. 2026.05.06 00:26:44.722830 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:26:44.723136 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:44.723213 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_5_1} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:26:44.723305 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.05.06 00:26:45.021466 [ 148 ] {} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:26:45.021536 [ 148 ] {} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:45.021559 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:45.021733 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:26:45.021946 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:45.021985 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::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.06 00:26:45.022057 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.05.06 00:26:45.022105 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::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.06 00:26:45.022153 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::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.06 00:26:45.022193 [ 195 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::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.06 00:26:45.023005 [ 194 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001355049 sec., 22139.42078847333 rows/sec., 1.13 MiB/sec. 2026.05.06 00:26:45.023201 [ 197 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:26:45.023514 [ 197 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:45.023593 [ 197 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_5_1} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:26:45.023678 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.06 00:26:47.291560 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6240 2026.05.06 00:26:47.292124 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.292174 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.292748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:47.292989 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.293124 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6240 2026.05.06 00:26:47.623379 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.06 00:26:47.639750 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.639803 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.645267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:26:47.645918 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.648689 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.06 00:26:47.781398 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.781651 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:26:47.782015 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:47.782051 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:26:47.782277 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:47.782348 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:47.782492 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:26:47.782594 [ 325 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:47.782597 [ 341 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:47.782596 [ 345 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:26:47.782725 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:26:47.782747 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:47.782832 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:47.782854 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:26:47.782888 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:47.782926 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:47.782971 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:47.784078 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} executeQuery: Read 50 rows, 4.03 KiB in 0.002534 sec., 19731.64956590371 rows/sec., 1.55 MiB/sec. 2026.05.06 00:26:47.784193 [ 278 ] {09090c15-2a2c-470c-8a30-aa9b18e3349a} TCPHandler: Processed in 0.0029364 sec. 2026.05.06 00:26:47.786061 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.786169 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:47.786212 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:47.786698 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.786743 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.787143 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:26:47.787380 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.787531 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} executeQuery: Read 78 rows, 6.61 KiB in 0.001394 sec., 55954.08895265423 rows/sec., 4.63 MiB/sec. 2026.05.06 00:26:47.787532 [ 142 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:26:47.787571 [ 278 ] {e001d024-6605-4ce7-91ff-c08973c8698d} TCPHandler: Processed in 0.001560921 sec. 2026.05.06 00:26:47.787619 [ 142 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.787650 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.787715 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.787759 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:26:47.787816 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:47.787865 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:47.787899 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:47.787944 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 889 rows starting from the beginning of the part 2026.05.06 00:26:47.788040 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 859 rows starting from the beginning of the part 2026.05.06 00:26:47.788099 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2549 rows starting from the beginning of the part 2026.05.06 00:26:47.788157 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.05.06 00:26:47.788210 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 118 rows starting from the beginning of the part 2026.05.06 00:26:47.788263 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part 2026.05.06 00:26:47.788270 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.788316 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.788634 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:47.788861 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.788998 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} executeQuery: Read 11 rows, 847.00 B in 0.0012 sec., 9166.666666666668 rows/sec., 689.29 KiB/sec. 2026.05.06 00:26:47.789037 [ 278 ] {430f57a6-3f26-4d08-ab3b-7d155228345a} TCPHandler: Processed in 0.001371228 sec. 2026.05.06 00:26:47.789154 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.789248 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:47.789289 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:47.789705 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.789741 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.790051 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:26:47.790268 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.790311 [ 194 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.002600375 sec., 1749363.072633755 rows/sec., 140.73 MiB/sec. 2026.05.06 00:26:47.790370 [ 142 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:26:47.790397 [ 142 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.790400 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} executeQuery: Read 75 rows, 6.00 KiB in 0.001171 sec., 64047.822374039286 rows/sec., 5.00 MiB/sec. 2026.05.06 00:26:47.790415 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.790450 [ 278 ] {3c07be5b-c2f0-40a8-a84b-d70a12f98e4d} TCPHandler: Processed in 0.001344628 sec. 2026.05.06 00:26:47.790515 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:26:47.790576 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.790628 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:47.790664 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 566 rows starting from the beginning of the part 2026.05.06 00:26:47.790675 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:47.790695 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:26:47.790726 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:47.790742 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 521 rows starting from the beginning of the part 2026.05.06 00:26:47.790795 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1343 rows starting from the beginning of the part 2026.05.06 00:26:47.790840 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.05.06 00:26:47.790892 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 95 rows starting from the beginning of the part 2026.05.06 00:26:47.790941 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part 2026.05.06 00:26:47.790985 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.791066 [ 197 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_16_3} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:26:47.791141 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.791143 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.05.06 00:26:47.791186 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.791552 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:26:47.791800 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.791907 [ 142 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:26:47.791938 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.05.06 00:26:47.791939 [ 142 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.791981 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.791982 [ 278 ] {e68dd84f-4e15-40bf-899e-5d03fe3a0198} TCPHandler: Processed in 0.00145447 sec. 2026.05.06 00:26:47.792047 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:26:47.792119 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.792152 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:47.792187 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1588 rows starting from the beginning of the part 2026.05.06 00:26:47.792220 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:47.792266 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part 2026.05.06 00:26:47.792288 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:47.792293 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001812945 sec., 1469432.3324756129 rows/sec., 108.17 MiB/sec. 2026.05.06 00:26:47.792325 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4465 rows starting from the beginning of the part 2026.05.06 00:26:47.792409 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part 2026.05.06 00:26:47.792455 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.05.06 00:26:47.792508 [ 194 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.05.06 00:26:47.792633 [ 191 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:26:47.792962 [ 191 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.793027 [ 191 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_16_3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:26:47.793065 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.793102 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.793104 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.05.06 00:26:47.793643 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:47.793880 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.794024 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} executeQuery: Read 11 rows, 20.18 KiB in 0.001822 sec., 6037.321624588364 rows/sec., 10.82 MiB/sec. 2026.05.06 00:26:47.794081 [ 278 ] {32658dbc-9154-492f-972f-23b7b2489574} TCPHandler: Processed in 0.002010107 sec. 2026.05.06 00:26:47.794200 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:47.794303 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:47.794347 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:47.794691 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.794727 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.794878 [ 192 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6766 rows, containing 5 columns (5 merged, 0 gathered) in 0.002853409 sec., 2371198.8011532873 rows/sec., 156.41 MiB/sec. 2026.05.06 00:26:47.795131 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:26:47.795354 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.795456 [ 142 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:26:47.795486 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} executeQuery: Read 60 rows, 4.14 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.36 MiB/sec. 2026.05.06 00:26:47.795491 [ 142 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:47.795529 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:47.795530 [ 278 ] {5db33683-5cac-47ba-b0af-6f1bc451d11b} TCPHandler: Processed in 0.001378198 sec. 2026.05.06 00:26:47.795587 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:26:47.795593 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:26:47.795699 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:47.795728 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2026.05.06 00:26:47.795774 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2026.05.06 00:26:47.795816 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.05.06 00:26:47.795853 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::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.06 00:26:47.795891 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:47.795901 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.795926 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.05.06 00:26:47.795974 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_16_3} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:26:47.796051 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2026.05.06 00:26:47.796725 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 4 columns (4 merged, 0 gathered) in 0.001158435 sec., 751013.2204223803 rows/sec., 48.57 MiB/sec. 2026.05.06 00:26:47.796894 [ 191 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:26:47.797142 [ 191 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:47.797203 [ 191 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_16_3} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:26:47.797271 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.05.06 00:26:49.722118 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 392 2026.05.06 00:26:49.724332 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:49.724386 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:49.725611 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:26:49.725895 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:49.726243 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2026.05.06 00:26:52.781735 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.782008 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:52.782360 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:52.782397 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} 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.06 00:26:52.782647 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:52.782726 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:52.782872 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 00:26:52.782988 [ 325 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:26:52.782987 [ 345 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:52.782995 [ 304 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:52.783149 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:26:52.783177 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:52.783264 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:52.783285 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:26:52.783321 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:52.783363 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:52.783398 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:26:52.784522 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} executeQuery: Read 50 rows, 4.03 KiB in 0.002623 sec., 19062.142584826535 rows/sec., 1.50 MiB/sec. 2026.05.06 00:26:52.784661 [ 278 ] {cca8f776-b6a1-4809-963e-fb9d4eb1ff5e} TCPHandler: Processed in 0.003069271 sec. 2026.05.06 00:26:52.786861 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.786980 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:26:52.787028 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:26:52.787521 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.787566 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.787930 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:26:52.788153 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.788318 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} executeQuery: Read 4 rows, 334.00 B in 0.001373 sec., 2913.3284777858703 rows/sec., 237.56 KiB/sec. 2026.05.06 00:26:52.788358 [ 278 ] {265e11e0-22b0-4982-8c3a-a4f128f931e6} TCPHandler: Processed in 0.001552541 sec. 2026.05.06 00:26:52.788482 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.788581 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:52.788621 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:52.789069 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.789107 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.789425 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:26:52.789643 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.789775 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} executeQuery: Read 120 rows, 10.42 KiB in 0.001216 sec., 98684.21052631579 rows/sec., 8.37 MiB/sec. 2026.05.06 00:26:52.789812 [ 278 ] {20c8ad89-1205-4e0b-bce4-322a8131f1f4} TCPHandler: Processed in 0.001381819 sec. 2026.05.06 00:26:52.789943 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.790039 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:52.790079 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:52.790489 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.790525 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.790829 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:26:52.791058 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.791225 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} executeQuery: Read 35 rows, 2.61 KiB in 0.001206 sec., 29021.55887230514 rows/sec., 2.11 MiB/sec. 2026.05.06 00:26:52.791266 [ 278 ] {a624ccd6-fbf1-4616-b3cb-c8ea504a1a7a} TCPHandler: Processed in 0.001371418 sec. 2026.05.06 00:26:52.791387 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.791485 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:52.791527 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:52.791980 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.792019 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.792365 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:26:52.792597 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.792740 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} executeQuery: Read 99 rows, 7.92 KiB in 0.001269 sec., 78014.18439716312 rows/sec., 6.10 MiB/sec. 2026.05.06 00:26:52.792781 [ 278 ] {a72160b5-a655-4e95-a2fb-1dfd445eaef3} TCPHandler: Processed in 0.00144415 sec. 2026.05.06 00:26:52.792927 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.793025 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:52.793071 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:52.793497 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.793535 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.793882 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:26:52.794104 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.794242 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} executeQuery: Read 162 rows, 11.55 KiB in 0.001235 sec., 131174.0890688259 rows/sec., 9.13 MiB/sec. 2026.05.06 00:26:52.794279 [ 278 ] {8d6089b5-dcd4-4651-9c36-642c2a54c683} TCPHandler: Processed in 0.001402009 sec. 2026.05.06 00:26:52.794414 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.794509 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:52.794566 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:52.795372 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.795411 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.795968 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:26:52.796204 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.796347 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} executeQuery: Read 31 rows, 56.88 KiB in 0.001857 sec., 16693.591814754982 rows/sec., 29.91 MiB/sec. 2026.05.06 00:26:52.796404 [ 278 ] {c2a8546c-e69b-4843-9269-9f9a5db86967} TCPHandler: Processed in 0.002039738 sec. 2026.05.06 00:26:52.796540 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:52.796635 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:52.796678 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:52.797030 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:52.797067 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:52.797390 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:26:52.797604 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:52.797735 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.05.06 00:26:52.797771 [ 278 ] {4af6e28d-ccaf-4525-9119-08723f9f02a0} TCPHandler: Processed in 0.001280847 sec. 2026.05.06 00:26:54.648122 [ 134 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:26:54.648175 [ 134 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:26:54.793253 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6688 2026.05.06 00:26:54.793757 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:54.793804 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:54.794318 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:54.794559 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:54.794710 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6688 2026.05.06 00:26:55.148807 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.06 00:26:55.164949 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:55.165000 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.06 00:26:55.171048 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:26:55.171709 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:55.174642 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.06 00:26:57.781287 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.781535 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:26:57.781896 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:26:57.781935 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:26:57.782164 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:26:57.782238 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:26:57.782385 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:26:57.782489 [ 325 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:26:57.782499 [ 345 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:26:57.782516 [ 304 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:26:57.782654 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:26:57.782682 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:26:57.782771 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:26:57.782793 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:26:57.782829 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:57.782903 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:57.782940 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:26:57.784240 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} executeQuery: Read 50 rows, 4.03 KiB in 0.002796 sec., 17882.6895565093 rows/sec., 1.41 MiB/sec. 2026.05.06 00:26:57.784385 [ 278 ] {223c28cd-b8f7-4a80-8c19-53cacdc28441} TCPHandler: Processed in 0.003232574 sec. 2026.05.06 00:26:57.786213 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.786330 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:26:57.786377 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:26:57.786865 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.786911 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.787316 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:26:57.787546 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.787700 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} executeQuery: Read 78 rows, 6.61 KiB in 0.001406 sec., 55476.529160739694 rows/sec., 4.59 MiB/sec. 2026.05.06 00:26:57.787741 [ 278 ] {c27aee64-0995-490f-8f16-6c6cdcb645b5} TCPHandler: Processed in 0.001580361 sec. 2026.05.06 00:26:57.787871 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.787973 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:26:57.788015 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:26:57.788420 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.788458 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.788757 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:26:57.788973 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.789096 [ 132 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:26:57.789103 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} executeQuery: Read 11 rows, 847.00 B in 0.001152 sec., 9548.611111111111 rows/sec., 718.01 KiB/sec. 2026.05.06 00:26:57.789155 [ 132 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.789166 [ 278 ] {0405bfdb-eb98-4cb4-97b1-dd80688858f8} TCPHandler: Processed in 0.001345358 sec. 2026.05.06 00:26:57.789189 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.789294 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:26:57.789295 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.789406 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:57.789423 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:26:57.789440 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 200 rows starting from the beginning of the part 2026.05.06 00:26:57.789464 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:26:57.789504 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.05.06 00:26:57.789558 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:57.789608 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:57.789655 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part 2026.05.06 00:26:57.789700 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:26:57.789885 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.789921 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.790371 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:26:57.790554 [ 200 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298538 sec., 252591.76088801408 rows/sec., 17.84 MiB/sec. 2026.05.06 00:26:57.790587 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.790741 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} executeQuery: Read 75 rows, 6.00 KiB in 0.001336 sec., 56137.72455089821 rows/sec., 4.38 MiB/sec. 2026.05.06 00:26:57.790765 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:26:57.790781 [ 278 ] {1535396e-b17c-47ea-bc09-1e1d9320befa} TCPHandler: Processed in 0.001535121 sec. 2026.05.06 00:26:57.790911 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.791010 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:57.791057 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:26:57.791069 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.791145 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_16_3} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:26:57.791237 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 00:26:57.791480 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.791522 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.791862 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:26:57.792089 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.792222 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2026.05.06 00:26:57.792260 [ 278 ] {c7842713-880e-4815-8ae7-fb29d2e622a4} TCPHandler: Processed in 0.001398449 sec. 2026.05.06 00:26:57.792380 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.792473 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:26:57.792528 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:26:57.793266 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.793304 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.793810 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:26:57.794039 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.794151 [ 132 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:26:57.794185 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} executeQuery: Read 11 rows, 20.18 KiB in 0.00173 sec., 6358.381502890174 rows/sec., 11.39 MiB/sec. 2026.05.06 00:26:57.794197 [ 132 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.794233 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.794247 [ 278 ] {9aeed08c-fd6e-4536-bfc5-c329eec98374} TCPHandler: Processed in 0.001916316 sec. 2026.05.06 00:26:57.794309 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:26:57.794378 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:26:57.794474 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:26:57.794497 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:26:57.794516 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:26:57.794553 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 175 rows starting from the beginning of the part 2026.05.06 00:26:57.794676 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:57.794783 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:57.794865 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:57.794893 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:57.794904 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:57.795011 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:57.795122 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:26:57.795235 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:26:57.795459 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.795603 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2026.05.06 00:26:57.795640 [ 278 ] {4747c63a-c1a8-41c8-a1dc-8a783b86d324} TCPHandler: Processed in 0.001311487 sec. 2026.05.06 00:26:57.798197 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 19 columns (19 merged, 0 gathered) in 0.003917433 sec., 71220.1076572337 rows/sec., 127.62 MiB/sec. 2026.05.06 00:26:57.798885 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:26:57.799242 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:57.799307 [ 199 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_16_3} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:26:57.799421 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.05.06 00:26:59.726425 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 422 2026.05.06 00:26:59.728689 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:26:59.728726 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:26:59.729908 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:26:59.730182 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:26:59.730424 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 422 2026.05.06 00:27:02.294833 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7200 2026.05.06 00:27:02.295366 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.295403 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.295944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:27:02.296207 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.296343 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7200 2026.05.06 00:27:02.674755 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 2026.05.06 00:27:02.690476 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.690530 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.695762 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:27:02.696432 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.699109 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 114 2026.05.06 00:27:02.782473 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.782700 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:02.783035 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:02.783069 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:02.783287 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:02.783355 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:02.783496 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:02.783593 [ 325 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:02.783599 [ 345 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:02.783605 [ 304 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:02.783724 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:02.783750 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:02.783835 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:02.783854 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:02.783888 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:02.783923 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:02.783961 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:02.785040 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} executeQuery: Read 50 rows, 4.03 KiB in 0.002433 sec., 20550.760378133993 rows/sec., 1.62 MiB/sec. 2026.05.06 00:27:02.785166 [ 278 ] {0eedee69-0b82-45d3-aebd-9ec96f9e13ba} TCPHandler: Processed in 0.002822338 sec. 2026.05.06 00:27:02.787316 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.787440 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:02.787491 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:02.788098 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.788143 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.788544 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:02.788778 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.788918 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} executeQuery: Read 118 rows, 10.28 KiB in 0.001515 sec., 77887.78877887789 rows/sec., 6.63 MiB/sec. 2026.05.06 00:27:02.788954 [ 278 ] {8f4008ce-bb78-4496-8c61-5a651c428cc7} TCPHandler: Processed in 0.001687622 sec. 2026.05.06 00:27:02.789089 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.789182 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:02.789221 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:02.789625 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.789659 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.789947 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:27:02.790155 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.790279 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} executeQuery: Read 31 rows, 2.33 KiB in 0.001116 sec., 27777.777777777777 rows/sec., 2.04 MiB/sec. 2026.05.06 00:27:02.790316 [ 278 ] {505b6e57-bf16-4484-bda1-84caa070dc53} TCPHandler: Processed in 0.001274158 sec. 2026.05.06 00:27:02.790433 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.790526 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:02.790564 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:02.790991 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.791025 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.791324 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:02.791541 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.791663 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} executeQuery: Read 95 rows, 7.60 KiB in 0.001156 sec., 82179.93079584776 rows/sec., 6.42 MiB/sec. 2026.05.06 00:27:02.791699 [ 278 ] {7d0d5d47-ea6b-4e5f-b256-f0c3e1bc04a2} TCPHandler: Processed in 0.001312188 sec. 2026.05.06 00:27:02.791817 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.791909 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:02.791951 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:02.792360 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.792394 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.792713 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:02.792928 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.793053 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.05.06 00:27:02.793087 [ 278 ] {b255f6f8-c4e8-4f28-8c47-ca48509f30be} TCPHandler: Processed in 0.001316938 sec. 2026.05.06 00:27:02.793201 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.793292 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:02.793346 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:02.794099 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.794133 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.794690 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:27:02.794907 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.795037 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} executeQuery: Read 31 rows, 56.88 KiB in 0.001762 sec., 17593.643586833146 rows/sec., 31.53 MiB/sec. 2026.05.06 00:27:02.795086 [ 278 ] {0fe2944b-8e6a-4b55-a37f-5b4f0ca04730} TCPHandler: Processed in 0.001932146 sec. 2026.05.06 00:27:02.795215 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:02.795308 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:02.795349 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:02.795664 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:02.795695 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:02.795976 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:02.796170 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:02.796286 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2026.05.06 00:27:02.796384 [ 278 ] {18d438b1-c5ab-4381-932c-24fabb90ff6a} TCPHandler: Processed in 0.001216156 sec. 2026.05.06 00:27:03.041862 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.042106 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:27:03.042462 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:03.042502 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:27:03.042756 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:03.042828 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:03.042979 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:27:03.043088 [ 345 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:03.043110 [ 307 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:03.043110 [ 304 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:03.043242 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:03.043271 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:03.043354 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:03.043377 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:03.043413 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:27:03.043454 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:27:03.043495 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:27:03.044697 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} executeQuery: Read 50 rows, 8.14 KiB in 0.002697 sec., 18539.11753800519 rows/sec., 2.95 MiB/sec. 2026.05.06 00:27:03.044824 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} MemoryTracker: Peak memory usage (for query): 136.16 KiB. 2026.05.06 00:27:03.044840 [ 278 ] {694fed3f-a815-480c-b8c9-174aad7bdca0} TCPHandler: Processed in 0.003127592 sec. 2026.05.06 00:27:03.057368 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.057560 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.057635 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:27:03.058404 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.058457 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.058827 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:27:03.059058 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.059205 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} executeQuery: Read 24 rows, 2.04 KiB in 0.001699 sec., 14125.956444967627 rows/sec., 1.17 MiB/sec. 2026.05.06 00:27:03.059245 [ 278 ] {19b01edc-894b-460a-82c4-414b4b740cdd} TCPHandler: Processed in 0.001970137 sec. 2026.05.06 00:27:03.059373 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.059469 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:27:03.059509 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:27:03.059902 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.059941 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.060235 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:27:03.060456 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.060585 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} executeQuery: Read 2 rows, 167.00 B in 0.001134 sec., 1763.668430335097 rows/sec., 143.81 KiB/sec. 2026.05.06 00:27:03.060623 [ 278 ] {82f53422-573d-4a93-9daa-7cbd2da30132} TCPHandler: Processed in 0.001300927 sec. 2026.05.06 00:27:03.060736 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.060831 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:03.060870 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:03.062415 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.062453 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.062937 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:03.063155 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.063285 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} executeQuery: Read 2544 rows, 195.07 KiB in 0.002473 sec., 1028710.0687424182 rows/sec., 77.03 MiB/sec. 2026.05.06 00:27:03.063323 [ 278 ] {b378667a-3442-4c5d-9933-4cec3b92b7ee} TCPHandler: Processed in 0.002635046 sec. 2026.05.06 00:27:03.063441 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.063537 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.063577 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:03.063999 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.064037 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.064331 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:27:03.064548 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.064693 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} executeQuery: Read 34 rows, 2.60 KiB in 0.001174 sec., 28960.817717206133 rows/sec., 2.17 MiB/sec. 2026.05.06 00:27:03.064731 [ 278 ] {3ad5ee0b-ba98-4723-be46-2ccc01733c9b} TCPHandler: Processed in 0.001339018 sec. 2026.05.06 00:27:03.064849 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.064971 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.065020 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:27:03.065749 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.065784 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.066109 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:27:03.066384 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.066515 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} executeQuery: Read 825 rows, 49.42 KiB in 0.001567 sec., 526483.7268666241 rows/sec., 30.80 MiB/sec. 2026.05.06 00:27:03.066555 [ 278 ] {970ac0b5-eecf-4702-99b6-ff5016d65e28} TCPHandler: Processed in 0.001765523 sec. 2026.05.06 00:27:03.066689 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.066784 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.066825 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:27:03.067207 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.067245 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.067538 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.06 00:27:03.067755 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.067881 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} executeQuery: Read 1 rows, 72.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 63.06 KiB/sec. 2026.05.06 00:27:03.067921 [ 278 ] {6214c29c-4799-4437-984c-b0fb7d57de8d} TCPHandler: Processed in 0.001281418 sec. 2026.05.06 00:27:03.068038 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.068130 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.068169 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:27:03.068563 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.068599 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.068896 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:27:03.069107 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.069236 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.05.06 00:27:03.069275 [ 278 ] {b9336153-1a0f-4709-b6c3-2dd3c66270ba} TCPHandler: Processed in 0.001285498 sec. 2026.05.06 00:27:03.069390 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.069483 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:03.069522 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:03.070381 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.070419 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.070774 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:03.070986 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.071115 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} executeQuery: Read 1337 rows, 92.26 KiB in 0.001649 sec., 810794.4208611279 rows/sec., 54.64 MiB/sec. 2026.05.06 00:27:03.071153 [ 278 ] {5af50db3-4192-45ea-9310-7c0ee3ae33d6} TCPHandler: Processed in 0.001812584 sec. 2026.05.06 00:27:03.071267 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.071371 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.071424 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:03.072250 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.072294 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.072745 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:03.072958 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.073100 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} executeQuery: Read 1533 rows, 95.96 KiB in 0.001748 sec., 877002.2883295194 rows/sec., 53.61 MiB/sec. 2026.05.06 00:27:03.073152 [ 278 ] {2e785a59-0d46-461e-b7d2-98c6d3452cbd} TCPHandler: Processed in 0.001934306 sec. 2026.05.06 00:27:03.073277 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.073380 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.073439 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:03.074228 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.074264 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.074791 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:27:03.075025 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.075171 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} executeQuery: Read 20 rows, 36.70 KiB in 0.001809 sec., 11055.83195135434 rows/sec., 19.81 MiB/sec. 2026.05.06 00:27:03.075224 [ 278 ] {4e548a28-6c96-4d5b-9382-04372dd49ff4} TCPHandler: Processed in 0.001996757 sec. 2026.05.06 00:27:03.075346 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:03.075441 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:03.075483 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:03.075809 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:03.075844 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:03.076146 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:03.076356 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:03.076487 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} executeQuery: Read 12 rows, 848.00 B in 0.001064 sec., 11278.195488721803 rows/sec., 778.31 KiB/sec. 2026.05.06 00:27:03.076522 [ 278 ] {19fb8903-46fd-40e9-ba20-1c952cf4eb57} TCPHandler: Processed in 0.001227157 sec. 2026.05.06 00:27:07.779777 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:07.780023 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:07.780364 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:07.780400 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:07.780621 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:07.780692 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:07.780835 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:27:07.780945 [ 345 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:07.780949 [ 307 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:07.780950 [ 304 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:07.781091 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:07.781118 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:07.781202 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:07.781223 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:07.781259 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:07.781301 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:07.781337 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:07.782635 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} executeQuery: Read 50 rows, 4.03 KiB in 0.002704 sec., 18491.12426035503 rows/sec., 1.45 MiB/sec. 2026.05.06 00:27:07.782789 [ 278 ] {361596de-eb6c-4a73-bfdb-820d19ecb712} TCPHandler: Processed in 0.003145843 sec. 2026.05.06 00:27:07.784235 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:07.784345 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:07.784388 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:07.784886 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.784934 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.785322 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:07.785550 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.785690 [ 118 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:07.785700 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} executeQuery: Read 56 rows, 4.41 KiB in 0.001388 sec., 40345.821325648416 rows/sec., 3.10 MiB/sec. 2026.05.06 00:27:07.785762 [ 118 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.785783 [ 278 ] {63cdbba7-b80b-49b1-9beb-f00d1f4392eb} TCPHandler: Processed in 0.001597912 sec. 2026.05.06 00:27:07.785789 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.785896 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:07.785921 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:07.786004 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:07.786022 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:07.786037 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3357 rows starting from the beginning of the part 2026.05.06 00:27:07.786070 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:07.786121 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 120 rows starting from the beginning of the part 2026.05.06 00:27:07.786178 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2026.05.06 00:27:07.786225 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 118 rows starting from the beginning of the part 2026.05.06 00:27:07.786267 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2544 rows starting from the beginning of the part 2026.05.06 00:27:07.786329 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.05.06 00:27:07.786514 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.786558 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.786878 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:07.787108 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.787220 [ 118 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:07.787242 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} executeQuery: Read 64 rows, 5.12 KiB in 0.001239 sec., 51654.5601291364 rows/sec., 4.03 MiB/sec. 2026.05.06 00:27:07.787258 [ 118 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.787284 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.787304 [ 278 ] {dba5dae2-e34b-4d15-9282-1fee779fcbf8} TCPHandler: Processed in 0.00143208 sec. 2026.05.06 00:27:07.787368 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:07.787442 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:07.787469 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:07.787500 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1828 rows starting from the beginning of the part 2026.05.06 00:27:07.787548 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:07.787552 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 99 rows starting from the beginning of the part 2026.05.06 00:27:07.787600 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:07.787616 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 75 rows starting from the beginning of the part 2026.05.06 00:27:07.787662 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 95 rows starting from the beginning of the part 2026.05.06 00:27:07.787699 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1337 rows starting from the beginning of the part 2026.05.06 00:27:07.787738 [ 199 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.05.06 00:27:07.788005 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.788046 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.788444 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6273 rows, containing 5 columns (5 merged, 0 gathered) in 0.002584975 sec., 2426715.9256859347 rows/sec., 193.20 MiB/sec. 2026.05.06 00:27:07.788532 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:07.788769 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.788834 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:07.788875 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548751 sec., 2258594.183312876 rows/sec., 164.01 MiB/sec. 2026.05.06 00:27:07.788897 [ 116 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:07.788913 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} executeQuery: Read 128 rows, 9.13 KiB in 0.001384 sec., 92485.54913294797 rows/sec., 6.44 MiB/sec. 2026.05.06 00:27:07.788946 [ 116 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.788969 [ 278 ] {b4521252-c5bd-4931-b2ca-67c8c53fc806} TCPHandler: Processed in 0.001576131 sec. 2026.05.06 00:27:07.788982 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.789053 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:07.789055 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:07.789105 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:07.789143 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:07.789174 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6766 rows starting from the beginning of the part 2026.05.06 00:27:07.789208 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:07.789220 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 162 rows starting from the beginning of the part 2026.05.06 00:27:07.789216 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.789258 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:07.789284 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:07.789326 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:07.789348 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_21_4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:07.789349 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.789364 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1533 rows starting from the beginning of the part 2026.05.06 00:27:07.789411 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part 2026.05.06 00:27:07.789436 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_21_4} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:07.789455 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.05.06 00:27:07.789504 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.06 00:27:07.789627 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.789668 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.789994 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:07.790218 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.790328 [ 116 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:07.790356 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} executeQuery: Read 48 rows, 3.31 KiB in 0.001167 sec., 41131.105398457585 rows/sec., 2.77 MiB/sec. 2026.05.06 00:27:07.790363 [ 116 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:07.790407 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:07.790410 [ 278 ] {1b4fb670-14ee-48e3-9b26-e29cc7cfd386} TCPHandler: Processed in 0.001355178 sec. 2026.05.06 00:27:07.790493 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:07.790606 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:07.790638 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part 2026.05.06 00:27:07.790692 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:07.790734 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:07.790771 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:07.790808 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.05.06 00:27:07.790846 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part 2026.05.06 00:27:07.791742 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 4 columns (4 merged, 0 gathered) in 0.001287797 sec., 861937.0910166742 rows/sec., 56.25 MiB/sec. 2026.05.06 00:27:07.791894 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:07.792139 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.792200 [ 198 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_21_4} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:07.792262 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.06 00:27:07.792318 [ 189 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8909 rows, containing 5 columns (5 merged, 0 gathered) in 0.003293944 sec., 2704660.431385597 rows/sec., 176.84 MiB/sec. 2026.05.06 00:27:07.792470 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:07.792725 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:07.792784 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_21_4} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:07.792841 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.05.06 00:27:09.648231 [ 114 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:27:09.648287 [ 114 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:27:09.730744 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 470 2026.05.06 00:27:09.733532 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:09.733574 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:09.734799 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:27:09.735064 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:09.735200 [ 114 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.06 00:27:09.735247 [ 114 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:09.735269 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:09.735316 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 470 2026.05.06 00:27:09.735403 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.06 00:27:09.736012 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:09.736163 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 262 rows starting from the beginning of the part 2026.05.06 00:27:09.736554 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::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.06 00:27:09.736919 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:09.737257 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2026.05.06 00:27:09.737593 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.05.06 00:27:09.737930 [ 198 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2026.05.06 00:27:09.743446 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 72 columns (72 merged, 0 gathered) in 0.008096539 sec., 58049.49497556919 rows/sec., 51.21 MiB/sec. 2026.05.06 00:27:09.744463 [ 193 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.06 00:27:09.745087 [ 193 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:09.745179 [ 193 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_11_2} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.06 00:27:09.745517 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2026.05.06 00:27:09.796526 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7648 2026.05.06 00:27:09.796942 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:09.796979 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:09.797426 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:27:09.797663 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:09.797787 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7648 2026.05.06 00:27:09.797788 [ 114 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:27:09.797848 [ 114 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:09.797870 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:09.797956 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:27:09.798048 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:09.798079 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5280 rows starting from the beginning of the part 2026.05.06 00:27:09.798131 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.05.06 00:27:09.798179 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.05.06 00:27:09.798222 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.05.06 00:27:09.798260 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.05.06 00:27:09.798299 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.05.06 00:27:09.799514 [ 189 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001593592 sec., 4799220.87962289 rows/sec., 68.65 MiB/sec. 2026.05.06 00:27:09.800038 [ 186 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:27:09.800350 [ 186 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:09.800424 [ 186 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_16_3} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:27:09.800512 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.06 00:27:10.001239 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000858322 sec. 2026.05.06 00:27:10.199511 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 2026.05.06 00:27:10.216265 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:10.216329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:10.222591 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:27:10.223328 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:10.223659 [ 114 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:27:10.223728 [ 114 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:10.223751 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:10.223885 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:27:10.227082 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.06 00:27:10.227787 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:10.229202 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.05.06 00:27:10.233863 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:10.238042 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.05.06 00:27:10.242163 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:10.246570 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:10.251040 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part 2026.05.06 00:27:10.306484 [ 189 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082653534 sec., 1463.9422435343176 rows/sec., 7.57 MiB/sec. 2026.05.06 00:27:10.309127 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:27:10.311340 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:10.311448 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_16_3} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:27:10.313608 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.05.06 00:27:11.000253 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 231.05 MiB, peak 241.00 MiB, free memory in arenas 0.00 B, will set to 239.81 MiB (RSS), difference: 8.76 MiB 2026.05.06 00:27:12.782286 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.782517 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:12.782869 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:12.782907 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:12.783128 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:12.783197 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:12.783342 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:12.783464 [ 331 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:12.783473 [ 345 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:12.783490 [ 344 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:12.783630 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:12.783658 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:12.783745 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:12.783766 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:12.783801 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:12.783839 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:12.783872 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:12.785098 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} executeQuery: Read 50 rows, 4.03 KiB in 0.002675 sec., 18691.58878504673 rows/sec., 1.47 MiB/sec. 2026.05.06 00:27:12.785231 [ 278 ] {a4240cd3-c68d-4092-8927-f9e9beebcd47} TCPHandler: Processed in 0.003079601 sec. 2026.05.06 00:27:12.787411 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.787527 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:12.787572 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:12.788103 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:12.788146 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:12.788544 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:12.788784 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:12.788929 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} executeQuery: Read 118 rows, 10.28 KiB in 0.001437 sec., 82115.51844119694 rows/sec., 6.98 MiB/sec. 2026.05.06 00:27:12.788967 [ 278 ] {c80154e9-8488-436e-a031-c93206bbb704} TCPHandler: Processed in 0.001611252 sec. 2026.05.06 00:27:12.789096 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.789191 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:12.789231 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:12.789640 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:12.789677 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:12.789973 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:12.790195 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:12.790323 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} executeQuery: Read 31 rows, 2.33 KiB in 0.00115 sec., 26956.521739130436 rows/sec., 1.98 MiB/sec. 2026.05.06 00:27:12.790359 [ 278 ] {b1b8a4a1-ed40-47d4-96d3-e2632fb3cddb} TCPHandler: Processed in 0.001312597 sec. 2026.05.06 00:27:12.790484 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.790579 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:12.790619 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:12.791056 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:12.791092 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:12.791390 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:12.791601 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:12.791729 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} executeQuery: Read 95 rows, 7.60 KiB in 0.001168 sec., 81335.61643835617 rows/sec., 6.35 MiB/sec. 2026.05.06 00:27:12.791765 [ 278 ] {1d691d1f-5175-48b8-9e3f-fb8535c27072} TCPHandler: Processed in 0.001329438 sec. 2026.05.06 00:27:12.791883 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.791977 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:12.792019 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:12.792422 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:12.792459 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:12.792775 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:12.792984 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:12.793109 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.05.06 00:27:12.793145 [ 278 ] {7abbfbf7-0711-45b3-9b33-bddbbbade316} TCPHandler: Processed in 0.001311968 sec. 2026.05.06 00:27:12.793259 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.793355 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:12.793409 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:12.794148 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:12.794184 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:12.794740 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:12.794967 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:12.795103 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} executeQuery: Read 31 rows, 56.88 KiB in 0.001766 sec., 17553.793884484712 rows/sec., 31.46 MiB/sec. 2026.05.06 00:27:12.795155 [ 278 ] {c48211d0-71a4-40be-bc6e-1a19063487b7} TCPHandler: Processed in 0.001944136 sec. 2026.05.06 00:27:12.795281 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:12.795376 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:12.795418 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:12.795753 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:12.795790 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:12.796090 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:12.796302 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:12.796431 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.05.06 00:27:12.796467 [ 278 ] {035dd35c-b91f-45bf-83e1-21718f125eec} TCPHandler: Processed in 0.001234447 sec. 2026.05.06 00:27:17.060391 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64552 2026.05.06 00:27:17.060547 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.060586 [ 289 ] {} TCP-Session: 8e3b8357-4426-4cf3-a603-c2573bae0587 Authenticating user 'default' from [fd00:1122:3344:101::e]:64552 2026.05.06 00:27:17.060616 [ 289 ] {} TCP-Session: 8e3b8357-4426-4cf3-a603-c2573bae0587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.060631 [ 289 ] {} TCP-Session: 8e3b8357-4426-4cf3-a603-c2573bae0587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.060930 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43022 2026.05.06 00:27:17.060944 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49210 2026.05.06 00:27:17.060980 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39345 2026.05.06 00:27:17.060997 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46848 2026.05.06 00:27:17.061001 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49628 2026.05.06 00:27:17.060963 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46602 2026.05.06 00:27:17.061140 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.060956 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38927 2026.05.06 00:27:17.061209 [ 291 ] {} TCP-Session: 73b4807e-a4b7-46ea-b97f-641b6423c935 Authenticating user 'default' from [fd00:1122:3344:101::e]:43022 2026.05.06 00:27:17.060945 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37021 2026.05.06 00:27:17.061260 [ 289 ] {} TCP-Session: 8e3b8357-4426-4cf3-a603-c2573bae0587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.061263 [ 291 ] {} TCP-Session: 73b4807e-a4b7-46ea-b97f-641b6423c935 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061341 [ 291 ] {} TCP-Session: 73b4807e-a4b7-46ea-b97f-641b6423c935 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061520 [ 289 ] {4e6ce422-fb65-486e-9617-654df76d270b} executeQuery: (from [fd00:1122:3344:101::e]:64552) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:27:17.061604 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.061654 [ 290 ] {} TCP-Session: 78b83d5a-f43c-4697-ba5b-9ca5716d5c7c Authenticating user 'default' from [fd00:1122:3344:101::e]:38927 2026.05.06 00:27:17.061679 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.061695 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.061770 [ 294 ] {} TCP-Session: ed608f17-f07d-4ecb-b30b-37861bf15561 Authenticating user 'default' from [fd00:1122:3344:101::e]:46602 2026.05.06 00:27:17.061684 [ 290 ] {} TCP-Session: 78b83d5a-f43c-4697-ba5b-9ca5716d5c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061809 [ 292 ] {} TCP-Session: e39f2d63-5de2-4624-bfad-662177a770bb Authenticating user 'default' from [fd00:1122:3344:101::e]:37021 2026.05.06 00:27:17.061837 [ 290 ] {} TCP-Session: 78b83d5a-f43c-4697-ba5b-9ca5716d5c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061813 [ 294 ] {} TCP-Session: ed608f17-f07d-4ecb-b30b-37861bf15561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061865 [ 292 ] {} TCP-Session: e39f2d63-5de2-4624-bfad-662177a770bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061889 [ 294 ] {} TCP-Session: ed608f17-f07d-4ecb-b30b-37861bf15561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061903 [ 292 ] {} TCP-Session: e39f2d63-5de2-4624-bfad-662177a770bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.061945 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.061970 [ 289 ] {4e6ce422-fb65-486e-9617-654df76d270b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:27:17.061995 [ 287 ] {} TCP-Session: 2e40e97f-e1a5-4cf9-ae4e-a9e6e03f1649 Authenticating user 'default' from [fd00:1122:3344:101::e]:49628 2026.05.06 00:27:17.061995 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.062031 [ 287 ] {} TCP-Session: 2e40e97f-e1a5-4cf9-ae4e-a9e6e03f1649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062054 [ 289 ] {4e6ce422-fb65-486e-9617-654df76d270b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:17.062060 [ 286 ] {} TCP-Session: c0e99ed6-3544-4747-9701-c183df8da1a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46848 2026.05.06 00:27:17.062069 [ 287 ] {} TCP-Session: 2e40e97f-e1a5-4cf9-ae4e-a9e6e03f1649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062107 [ 286 ] {} TCP-Session: c0e99ed6-3544-4747-9701-c183df8da1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062133 [ 286 ] {} TCP-Session: c0e99ed6-3544-4747-9701-c183df8da1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062172 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.062209 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.062213 [ 277 ] {} TCP-Session: c5781a7d-53c3-413a-ba6d-877ac53118ef Authenticating user 'default' from [fd00:1122:3344:101::e]:39345 2026.05.06 00:27:17.062255 [ 293 ] {} TCP-Session: 71c7c1f9-3c37-4581-b1f8-7b0775500a84 Authenticating user 'default' from [fd00:1122:3344:101::e]:49210 2026.05.06 00:27:17.062262 [ 277 ] {} TCP-Session: c5781a7d-53c3-413a-ba6d-877ac53118ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062289 [ 293 ] {} TCP-Session: 71c7c1f9-3c37-4581-b1f8-7b0775500a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062305 [ 277 ] {} TCP-Session: c5781a7d-53c3-413a-ba6d-877ac53118ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062318 [ 293 ] {} TCP-Session: 71c7c1f9-3c37-4581-b1f8-7b0775500a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.062458 [ 289 ] {4e6ce422-fb65-486e-9617-654df76d270b} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:27:17.063798 [ 319 ] {4e6ce422-fb65-486e-9617-654df76d270b} AggregatingTransform: Aggregating 2026.05.06 00:27:17.063841 [ 319 ] {4e6ce422-fb65-486e-9617-654df76d270b} Aggregator: Aggregation method: without_key 2026.05.06 00:27:17.063879 [ 319 ] {4e6ce422-fb65-486e-9617-654df76d270b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001282157 sec. (779.936 rows/sec., 30.47 KiB/sec.) 2026.05.06 00:27:17.063898 [ 319 ] {4e6ce422-fb65-486e-9617-654df76d270b} Aggregator: Merging aggregated data 2026.05.06 00:27:17.065612 [ 289 ] {4e6ce422-fb65-486e-9617-654df76d270b} executeQuery: Read 1 rows, 40.00 B in 0.004178 sec., 239.34897079942556 rows/sec., 9.35 KiB/sec. 2026.05.06 00:27:17.065772 [ 289 ] {4e6ce422-fb65-486e-9617-654df76d270b} TCPHandler: Processed in 0.004834975 sec. 2026.05.06 00:27:17.065945 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.065981 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066006 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066025 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066049 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066070 [ 292 ] {} TCP-Session: e39f2d63-5de2-4624-bfad-662177a770bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066092 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066125 [ 290 ] {} TCP-Session: 78b83d5a-f43c-4697-ba5b-9ca5716d5c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066134 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066165 [ 294 ] {} TCP-Session: ed608f17-f07d-4ecb-b30b-37861bf15561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066107 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066205 [ 286 ] {} TCP-Session: c0e99ed6-3544-4747-9701-c183df8da1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066101 [ 293 ] {} TCP-Session: 71c7c1f9-3c37-4581-b1f8-7b0775500a84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066247 [ 287 ] {} TCP-Session: 2e40e97f-e1a5-4cf9-ae4e-a9e6e03f1649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066073 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.066041 [ 291 ] {} TCP-Session: 73b4807e-a4b7-46ea-b97f-641b6423c935 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.066329 [ 277 ] {} TCP-Session: c5781a7d-53c3-413a-ba6d-877ac53118ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.065984 [ 289 ] {} TCP-Session: 8e3b8357-4426-4cf3-a603-c2573bae0587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.084566 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42562 2026.05.06 00:27:17.084650 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.084678 [ 289 ] {} TCP-Session: 015acc9f-3567-4e5c-9367-4ae9e1b94cc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42562 2026.05.06 00:27:17.084701 [ 289 ] {} TCP-Session: 015acc9f-3567-4e5c-9367-4ae9e1b94cc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.084716 [ 289 ] {} TCP-Session: 015acc9f-3567-4e5c-9367-4ae9e1b94cc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.084944 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32941 2026.05.06 00:27:17.084964 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48090 2026.05.06 00:27:17.084995 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61829 2026.05.06 00:27:17.085017 [ 289 ] {} TCP-Session: 015acc9f-3567-4e5c-9367-4ae9e1b94cc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.085019 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64606 2026.05.06 00:27:17.085046 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085067 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085079 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085101 [ 290 ] {} TCP-Session: de721261-7312-4648-8ffe-677c7c369271 Authenticating user 'default' from [fd00:1122:3344:101::e]:32941 2026.05.06 00:27:17.085120 [ 292 ] {} TCP-Session: 2528ef38-e228-4346-a000-e20fe242e874 Authenticating user 'default' from [fd00:1122:3344:101::e]:48090 2026.05.06 00:27:17.085136 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085152 [ 290 ] {} TCP-Session: de721261-7312-4648-8ffe-677c7c369271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085168 [ 292 ] {} TCP-Session: 2528ef38-e228-4346-a000-e20fe242e874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085190 [ 290 ] {} TCP-Session: de721261-7312-4648-8ffe-677c7c369271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085189 [ 286 ] {} TCP-Session: 4d9df9a1-167c-4b5d-8806-778a6a4da42c Authenticating user 'default' from [fd00:1122:3344:101::e]:64606 2026.05.06 00:27:17.085206 [ 292 ] {} TCP-Session: 2528ef38-e228-4346-a000-e20fe242e874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085212 [ 289 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} executeQuery: (from [fd00:1122:3344:101::e]:42562) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:27:17.085234 [ 286 ] {} TCP-Session: 4d9df9a1-167c-4b5d-8806-778a6a4da42c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085137 [ 294 ] {} TCP-Session: 781e9f16-8989-474e-b044-0747600d3bd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61829 2026.05.06 00:27:17.085290 [ 286 ] {} TCP-Session: 4d9df9a1-167c-4b5d-8806-778a6a4da42c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085316 [ 294 ] {} TCP-Session: 781e9f16-8989-474e-b044-0747600d3bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085020 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56788 2026.05.06 00:27:17.085347 [ 294 ] {} TCP-Session: 781e9f16-8989-474e-b044-0747600d3bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085006 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58497 2026.05.06 00:27:17.085424 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.084973 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54622 2026.05.06 00:27:17.085462 [ 287 ] {} TCP-Session: 26165402-ff57-4271-9f29-5b2c47473273 Authenticating user 'default' from [fd00:1122:3344:101::e]:56788 2026.05.06 00:27:17.085475 [ 289 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:27:17.085487 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085533 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085554 [ 277 ] {} TCP-Session: d663b2fe-e067-4d1c-90f5-cbc4970ad92c Authenticating user 'default' from [fd00:1122:3344:101::e]:58497 2026.05.06 00:27:17.085562 [ 289 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:17.085575 [ 293 ] {} TCP-Session: dda1dbee-1484-42fc-8073-10d00f8c6e1e Authenticating user 'default' from [fd00:1122:3344:101::e]:54622 2026.05.06 00:27:17.085602 [ 277 ] {} TCP-Session: d663b2fe-e067-4d1c-90f5-cbc4970ad92c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085641 [ 293 ] {} TCP-Session: dda1dbee-1484-42fc-8073-10d00f8c6e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085656 [ 277 ] {} TCP-Session: d663b2fe-e067-4d1c-90f5-cbc4970ad92c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085672 [ 293 ] {} TCP-Session: dda1dbee-1484-42fc-8073-10d00f8c6e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.084945 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39043 2026.05.06 00:27:17.085494 [ 287 ] {} TCP-Session: 26165402-ff57-4271-9f29-5b2c47473273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085753 [ 287 ] {} TCP-Session: 26165402-ff57-4271-9f29-5b2c47473273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085763 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.085794 [ 291 ] {} TCP-Session: 338fdcf0-a7bc-4d00-a8d3-a49b44f21732 Authenticating user 'default' from [fd00:1122:3344:101::e]:39043 2026.05.06 00:27:17.085811 [ 291 ] {} TCP-Session: 338fdcf0-a7bc-4d00-a8d3-a49b44f21732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085828 [ 291 ] {} TCP-Session: 338fdcf0-a7bc-4d00-a8d3-a49b44f21732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.085969 [ 289 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:27:17.087092 [ 300 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} AggregatingTransform: Aggregating 2026.05.06 00:27:17.087127 [ 300 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} Aggregator: Aggregation method: without_key 2026.05.06 00:27:17.087156 [ 300 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001058624 sec. (944.622 rows/sec., 36.90 KiB/sec.) 2026.05.06 00:27:17.087181 [ 300 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} Aggregator: Merging aggregated data 2026.05.06 00:27:17.088964 [ 289 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} executeQuery: Read 1 rows, 40.00 B in 0.003798 sec., 263.2964718272775 rows/sec., 10.29 KiB/sec. 2026.05.06 00:27:17.089186 [ 289 ] {ecfa9c84-c80a-4fff-9694-5107091dd60a} TCPHandler: Processed in 0.004257687 sec. 2026.05.06 00:27:17.089372 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089402 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089424 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089458 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089470 [ 287 ] {} TCP-Session: 26165402-ff57-4271-9f29-5b2c47473273 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089487 [ 290 ] {} TCP-Session: de721261-7312-4648-8ffe-677c7c369271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089501 [ 294 ] {} TCP-Session: 781e9f16-8989-474e-b044-0747600d3bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089527 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089499 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089575 [ 291 ] {} TCP-Session: 338fdcf0-a7bc-4d00-a8d3-a49b44f21732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089571 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089599 [ 293 ] {} TCP-Session: dda1dbee-1484-42fc-8073-10d00f8c6e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089480 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089639 [ 286 ] {} TCP-Session: 4d9df9a1-167c-4b5d-8806-778a6a4da42c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089438 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.089697 [ 277 ] {} TCP-Session: d663b2fe-e067-4d1c-90f5-cbc4970ad92c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089405 [ 289 ] {} TCP-Session: 015acc9f-3567-4e5c-9367-4ae9e1b94cc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.089751 [ 292 ] {} TCP-Session: 2528ef38-e228-4346-a000-e20fe242e874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.298105 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8160 2026.05.06 00:27:17.298651 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.298703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.299255 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:27:17.299526 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.299687 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8160 2026.05.06 00:27:17.329514 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65259 2026.05.06 00:27:17.329631 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.329661 [ 289 ] {} TCP-Session: a3f6ff23-8648-4893-9f27-3e337414bb45 Authenticating user 'default' from [fd00:1122:3344:101::e]:65259 2026.05.06 00:27:17.329690 [ 289 ] {} TCP-Session: a3f6ff23-8648-4893-9f27-3e337414bb45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.329708 [ 289 ] {} TCP-Session: a3f6ff23-8648-4893-9f27-3e337414bb45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.329918 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55486 2026.05.06 00:27:17.329947 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36672 2026.05.06 00:27:17.329960 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42873 2026.05.06 00:27:17.329937 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47444 2026.05.06 00:27:17.330019 [ 289 ] {} TCP-Session: a3f6ff23-8648-4893-9f27-3e337414bb45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.330037 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.330034 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.330080 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.330080 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.330114 [ 290 ] {} TCP-Session: c4f53e5e-6b6f-4cce-a3b4-8058a7905761 Authenticating user 'default' from [fd00:1122:3344:101::e]:55486 2026.05.06 00:27:17.330120 [ 277 ] {} TCP-Session: 0275a9c1-795c-4eb8-a7dd-0aa7e3e4043b Authenticating user 'default' from [fd00:1122:3344:101::e]:42873 2026.05.06 00:27:17.330125 [ 292 ] {} TCP-Session: 38cee2a0-cdb4-44db-9eb1-6c8e2662bd99 Authenticating user 'default' from [fd00:1122:3344:101::e]:47444 2026.05.06 00:27:17.330145 [ 290 ] {} TCP-Session: c4f53e5e-6b6f-4cce-a3b4-8058a7905761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330156 [ 277 ] {} TCP-Session: 0275a9c1-795c-4eb8-a7dd-0aa7e3e4043b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330160 [ 292 ] {} TCP-Session: 38cee2a0-cdb4-44db-9eb1-6c8e2662bd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330169 [ 290 ] {} TCP-Session: c4f53e5e-6b6f-4cce-a3b4-8058a7905761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330187 [ 292 ] {} TCP-Session: 38cee2a0-cdb4-44db-9eb1-6c8e2662bd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330202 [ 289 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} executeQuery: (from [fd00:1122:3344:101::e]:65259) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:27:17.330074 [ 294 ] {} TCP-Session: c89955e0-8872-4528-abed-12d23d87eda3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36672 2026.05.06 00:27:17.329933 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46384 2026.05.06 00:27:17.330265 [ 294 ] {} TCP-Session: c89955e0-8872-4528-abed-12d23d87eda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.329919 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33755 2026.05.06 00:27:17.330306 [ 294 ] {} TCP-Session: c89955e0-8872-4528-abed-12d23d87eda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330179 [ 277 ] {} TCP-Session: 0275a9c1-795c-4eb8-a7dd-0aa7e3e4043b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330350 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.330374 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.330391 [ 293 ] {} TCP-Session: 51e0e0f9-7183-494f-8612-fa12f140ac35 Authenticating user 'default' from [fd00:1122:3344:101::e]:46384 2026.05.06 00:27:17.330401 [ 291 ] {} TCP-Session: a001b19b-c97f-48ad-abb9-81c1ea2d2571 Authenticating user 'default' from [fd00:1122:3344:101::e]:33755 2026.05.06 00:27:17.330416 [ 293 ] {} TCP-Session: 51e0e0f9-7183-494f-8612-fa12f140ac35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330419 [ 291 ] {} TCP-Session: a001b19b-c97f-48ad-abb9-81c1ea2d2571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330430 [ 293 ] {} TCP-Session: 51e0e0f9-7183-494f-8612-fa12f140ac35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330438 [ 291 ] {} TCP-Session: a001b19b-c97f-48ad-abb9-81c1ea2d2571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.330497 [ 289 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:27:17.330556 [ 289 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:17.330840 [ 289 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:27:17.331782 [ 329 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} AggregatingTransform: Aggregating 2026.05.06 00:27:17.331835 [ 329 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} Aggregator: Aggregation method: without_key 2026.05.06 00:27:17.331879 [ 329 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934263 sec. (1070.362 rows/sec., 41.81 KiB/sec.) 2026.05.06 00:27:17.331903 [ 329 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} Aggregator: Merging aggregated data 2026.05.06 00:27:17.333349 [ 289 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} executeQuery: Read 1 rows, 40.00 B in 0.003204 sec., 312.10986267166044 rows/sec., 12.19 KiB/sec. 2026.05.06 00:27:17.333506 [ 289 ] {c999ff50-24d3-4e28-8268-39f717f0ac5b} TCPHandler: Processed in 0.003608379 sec. 2026.05.06 00:27:17.333620 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333649 [ 289 ] {} TCP-Session: a3f6ff23-8648-4893-9f27-3e337414bb45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.333684 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333703 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333723 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333734 [ 292 ] {} TCP-Session: 38cee2a0-cdb4-44db-9eb1-6c8e2662bd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.333764 [ 277 ] {} TCP-Session: 0275a9c1-795c-4eb8-a7dd-0aa7e3e4043b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.333769 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333794 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333748 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:27:17.333824 [ 290 ] {} TCP-Session: c4f53e5e-6b6f-4cce-a3b4-8058a7905761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.333841 [ 294 ] {} TCP-Session: c89955e0-8872-4528-abed-12d23d87eda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.333868 [ 291 ] {} TCP-Session: a001b19b-c97f-48ad-abb9-81c1ea2d2571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.333754 [ 293 ] {} TCP-Session: 51e0e0f9-7183-494f-8612-fa12f140ac35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.335655 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63035 2026.05.06 00:27:17.335693 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56146 2026.05.06 00:27:17.335738 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.335773 [ 287 ] {} TCP-Session: 941645b3-0bb4-46f3-aaaf-83ca17bed5f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63035 2026.05.06 00:27:17.335791 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:27:17.335794 [ 287 ] {} TCP-Session: 941645b3-0bb4-46f3-aaaf-83ca17bed5f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.335831 [ 286 ] {} TCP-Session: 6563d158-42a1-4aa2-bd7a-7beafa6802e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:56146 2026.05.06 00:27:17.335837 [ 287 ] {} TCP-Session: 941645b3-0bb4-46f3-aaaf-83ca17bed5f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.335869 [ 286 ] {} TCP-Session: 6563d158-42a1-4aa2-bd7a-7beafa6802e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.335896 [ 286 ] {} TCP-Session: 6563d158-42a1-4aa2-bd7a-7beafa6802e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.352538 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63035). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.06 00:27:17.352718 [ 287 ] {} TCP-Session: 941645b3-0bb4-46f3-aaaf-83ca17bed5f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.352743 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:56146). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.06 00:27:17.352816 [ 286 ] {} TCP-Session: 6563d158-42a1-4aa2-bd7a-7beafa6802e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:27:17.727381 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.05.06 00:27:17.742906 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.742955 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.749126 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:27:17.749840 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.752644 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.05.06 00:27:17.785369 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.785605 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:17.785965 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:17.786004 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:17.786242 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:17.786320 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:17.786469 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:17.786599 [ 307 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:17.786618 [ 324 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:17.786599 [ 327 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:17.786778 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:17.786819 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:17.786937 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:17.786962 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:17.787001 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:17.787049 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:17.787135 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:17.788566 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} executeQuery: Read 50 rows, 4.03 KiB in 0.003053 sec., 16377.333770062232 rows/sec., 1.29 MiB/sec. 2026.05.06 00:27:17.788751 [ 278 ] {13b47bbb-a533-4301-b459-35841fbb6e35} TCPHandler: Processed in 0.003520647 sec. 2026.05.06 00:27:17.790956 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.791080 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:17.791132 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:17.791699 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.791756 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.792224 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:27:17.792474 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.792633 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} executeQuery: Read 78 rows, 6.61 KiB in 0.001589 sec., 49087.47640025173 rows/sec., 4.06 MiB/sec. 2026.05.06 00:27:17.792681 [ 278 ] {9f6c3168-af38-4844-897b-6bcf8b6f60ff} TCPHandler: Processed in 0.001811404 sec. 2026.05.06 00:27:17.792861 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.792993 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:17.793050 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:17.793779 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.793828 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.794168 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:17.794423 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.794578 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} executeQuery: Read 11 rows, 847.00 B in 0.001617 sec., 6802.721088435374 rows/sec., 511.53 KiB/sec. 2026.05.06 00:27:17.794625 [ 278 ] {6ec14f01-dd4a-42fe-a6ad-c0943850dae3} TCPHandler: Processed in 0.001828784 sec. 2026.05.06 00:27:17.794797 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.794911 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:17.794954 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:17.795699 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.795740 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.796133 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:27:17.796406 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.796564 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} executeQuery: Read 75 rows, 6.00 KiB in 0.001673 sec., 44829.64734010759 rows/sec., 3.50 MiB/sec. 2026.05.06 00:27:17.796612 [ 278 ] {b5afc630-c58a-4c14-97ab-b7d0f5c4d434} TCPHandler: Processed in 0.001886705 sec. 2026.05.06 00:27:17.796763 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.796866 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:17.796917 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:17.797461 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.797504 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.797908 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:27:17.798168 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.798308 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. 2026.05.06 00:27:17.798349 [ 278 ] {03a56550-4ff9-427c-976c-be924c1ef2bd} TCPHandler: Processed in 0.001642532 sec. 2026.05.06 00:27:17.798502 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.798615 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:17.798683 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:17.799485 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.799523 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.800074 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:17.800318 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.800464 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} executeQuery: Read 11 rows, 20.18 KiB in 0.001872 sec., 5876.068376068376 rows/sec., 10.53 MiB/sec. 2026.05.06 00:27:17.800530 [ 278 ] {5945a878-243a-423d-852d-ba85baaa27fb} TCPHandler: Processed in 0.002083028 sec. 2026.05.06 00:27:17.800659 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:17.800760 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:17.800804 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:17.801181 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:17.801219 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:17.801540 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:27:17.801780 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:17.801927 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2026.05.06 00:27:17.801966 [ 278 ] {a372d9c9-2dcb-4a66-b5ff-887bf687602d} TCPHandler: Processed in 0.001358228 sec. 2026.05.06 00:27:19.735766 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 504 2026.05.06 00:27:19.738053 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:19.738101 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.06 00:27:19.739402 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:27:19.739687 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:19.740052 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 504 2026.05.06 00:27:22.782292 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.782541 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:22.782887 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:22.782925 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} 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.06 00:27:22.783147 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:22.783220 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:22.783362 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 00:27:22.783479 [ 300 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:22.783497 [ 316 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:22.783479 [ 307 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:22.783660 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:22.783691 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:22.783787 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:22.783810 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:22.783845 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:22.783882 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:22.783915 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:22.785045 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} executeQuery: Read 50 rows, 4.03 KiB in 0.002593 sec., 19282.68414963363 rows/sec., 1.52 MiB/sec. 2026.05.06 00:27:22.785209 [ 278 ] {93bf6708-1878-436a-81c0-1e38469207c8} TCPHandler: Processed in 0.003051921 sec. 2026.05.06 00:27:22.787368 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.787504 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:27:22.787558 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:27:22.788113 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.788168 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.788550 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:27:22.788787 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.788937 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} executeQuery: Read 4 rows, 334.00 B in 0.001473 sec., 2715.5465037338768 rows/sec., 221.43 KiB/sec. 2026.05.06 00:27:22.788977 [ 278 ] {40b212ce-7854-4dc5-ad06-cf9cd4f08e45} TCPHandler: Processed in 0.001672963 sec. 2026.05.06 00:27:22.789102 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.789202 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:22.789242 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:22.789698 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.789733 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.790051 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:27:22.790270 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.790401 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} executeQuery: Read 120 rows, 10.42 KiB in 0.001221 sec., 98280.09828009827 rows/sec., 8.34 MiB/sec. 2026.05.06 00:27:22.790439 [ 278 ] {f4febd00-35ce-48cf-98b6-869d46091671} TCPHandler: Processed in 0.001386838 sec. 2026.05.06 00:27:22.790559 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.790655 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:22.790696 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:22.791097 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.791132 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.791427 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:22.791654 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.791752 [ 99 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:22.791787 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} executeQuery: Read 35 rows, 2.61 KiB in 0.00115 sec., 30434.782608695652 rows/sec., 2.22 MiB/sec. 2026.05.06 00:27:22.791788 [ 99 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.791821 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.791825 [ 278 ] {702934ff-cce7-4392-910a-9be4eb3b6ae4} TCPHandler: Processed in 0.001315618 sec. 2026.05.06 00:27:22.791920 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:22.791943 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.792044 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:22.792044 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:22.792080 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:22.792102 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:22.792144 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:22.792194 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2026.05.06 00:27:22.792240 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:22.792281 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:22.792325 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part 2026.05.06 00:27:22.792523 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.792566 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.792907 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:27:22.793139 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.793191 [ 190 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310897 sec., 279960.9732877564 rows/sec., 20.02 MiB/sec. 2026.05.06 00:27:22.793272 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} executeQuery: Read 99 rows, 7.92 KiB in 0.001245 sec., 79518.07228915663 rows/sec., 6.22 MiB/sec. 2026.05.06 00:27:22.793316 [ 278 ] {34966549-b16f-45ea-85c8-dff273e206e2} TCPHandler: Processed in 0.001423519 sec. 2026.05.06 00:27:22.793393 [ 189 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:22.793439 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.793541 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:22.793588 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:22.793677 [ 189 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.793753 [ 189 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_21_4} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:22.793823 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.06 00:27:22.793993 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.794034 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.794381 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:27:22.794603 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.794736 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} executeQuery: Read 162 rows, 11.55 KiB in 0.001214 sec., 133443.16309719934 rows/sec., 9.29 MiB/sec. 2026.05.06 00:27:22.794773 [ 278 ] {6e66f0b8-531c-4302-a549-c4e73ccf0e78} TCPHandler: Processed in 0.001383699 sec. 2026.05.06 00:27:22.794891 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.794990 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:22.795045 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:22.795810 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.795845 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.796350 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:22.796567 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.796664 [ 99 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:22.796693 [ 99 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.796695 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} executeQuery: Read 31 rows, 56.88 KiB in 0.001785 sec., 17366.946778711485 rows/sec., 31.12 MiB/sec. 2026.05.06 00:27:22.796712 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.796824 [ 278 ] {e4260af6-e491-4675-b17c-9eab8edcb777} TCPHandler: Processed in 0.001983267 sec. 2026.05.06 00:27:22.796878 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:22.796952 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:22.797052 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:22.797094 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:22.797116 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:22.797174 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 279 rows starting from the beginning of the part 2026.05.06 00:27:22.797298 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:22.797394 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:22.797437 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:22.797476 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:22.797486 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:22.797583 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:22.797670 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:22.797819 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:27:22.798075 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.798212 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2026.05.06 00:27:22.798250 [ 278 ] {ea7e932b-8bbd-49eb-8167-a4991ef49560} TCPHandler: Processed in 0.001348949 sec. 2026.05.06 00:27:22.801326 [ 189 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 19 columns (19 merged, 0 gathered) in 0.004489921 sec., 89756.59037208004 rows/sec., 160.84 MiB/sec. 2026.05.06 00:27:22.802133 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:22.802483 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:22.802557 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_21_4} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:22.802663 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.05.06 00:27:23.000199 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 242.70 MiB, peak 250.40 MiB, free memory in arenas 0.00 B, will set to 244.05 MiB (RSS), difference: 1.36 MiB 2026.05.06 00:27:24.648348 [ 98 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:27:24.648399 [ 98 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:27:24.799784 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8608 2026.05.06 00:27:24.800347 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:24.800396 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:24.800977 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:27:24.801214 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:24.801351 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8608 2026.05.06 00:27:25.252723 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.05.06 00:27:25.269423 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:25.269488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:25.275390 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:27:25.276087 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:25.278905 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.06 00:27:27.782172 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.782503 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:27.782832 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:27.782869 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:27.783090 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:27.783161 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:27.783303 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:27.783423 [ 307 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:27.783442 [ 316 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:27.783423 [ 327 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:27.783594 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:27.783623 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:27.783709 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:27.783730 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:27.783766 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:27.783803 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:27.783839 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:27.785007 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} executeQuery: Read 50 rows, 4.03 KiB in 0.002602 sec., 19215.98770176787 rows/sec., 1.51 MiB/sec. 2026.05.06 00:27:27.785160 [ 278 ] {46441df8-fd2c-47a6-a47c-5a50b54ccf42} TCPHandler: Processed in 0.003170363 sec. 2026.05.06 00:27:27.787041 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.787152 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:27.787197 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:27.787678 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:27.787717 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:27.788090 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:27:27.788325 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:27.788474 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} executeQuery: Read 78 rows, 6.61 KiB in 0.001355 sec., 57564.57564575646 rows/sec., 4.77 MiB/sec. 2026.05.06 00:27:27.788515 [ 278 ] {c0a61bfe-2bbd-4b31-b67f-3607d32779bb} TCPHandler: Processed in 0.00152523 sec. 2026.05.06 00:27:27.788638 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.788734 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:27.788774 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:27.789164 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:27.789200 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:27.789488 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:27.789763 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:27.789914 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} executeQuery: Read 11 rows, 847.00 B in 0.001199 sec., 9174.311926605506 rows/sec., 689.87 KiB/sec. 2026.05.06 00:27:27.789952 [ 278 ] {e65b65b5-4d3e-48f2-bb14-260e06e3ee5e} TCPHandler: Processed in 0.001363459 sec. 2026.05.06 00:27:27.790064 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.790187 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:27.790231 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:27.790638 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:27.790674 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:27.790989 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:27:27.791205 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:27.791335 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} executeQuery: Read 75 rows, 6.00 KiB in 0.001192 sec., 62919.463087248325 rows/sec., 4.91 MiB/sec. 2026.05.06 00:27:27.791374 [ 278 ] {eb1e911f-3f59-4ff8-b526-98b026556ad8} TCPHandler: Processed in 0.001359448 sec. 2026.05.06 00:27:27.791492 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.791588 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:27.791630 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:27.792024 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:27.792059 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:27.792383 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:27:27.792592 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:27.792722 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.05.06 00:27:27.792760 [ 278 ] {65a74b4f-6775-46dd-b5a7-9b68ba4ccc63} TCPHandler: Processed in 0.001317068 sec. 2026.05.06 00:27:27.792882 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.792978 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:27.793034 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:27.793744 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:27.793780 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:27.794295 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:27.794521 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:27.794659 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} executeQuery: Read 11 rows, 20.18 KiB in 0.001699 sec., 6474.3967039434965 rows/sec., 11.60 MiB/sec. 2026.05.06 00:27:27.794712 [ 278 ] {9bb58f95-7355-4e31-88a3-ece040f8eea3} TCPHandler: Processed in 0.001879895 sec. 2026.05.06 00:27:27.794837 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:27.794935 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:27.794977 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:27.795314 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:27.795351 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:27.795653 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:27:27.795873 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:27.796006 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.05.06 00:27:27.796042 [ 278 ] {13406767-b87e-4aa1-9c53-62b2337e1b9e} TCPHandler: Processed in 0.001255497 sec. 2026.05.06 00:27:29.740241 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 534 2026.05.06 00:27:29.742662 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:29.742719 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:29.743952 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:27:29.744226 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:29.744594 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 534 2026.05.06 00:27:32.301437 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9120 2026.05.06 00:27:32.302347 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.302415 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.302966 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:32.303202 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.303334 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9120 2026.05.06 00:27:32.778950 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.06 00:27:32.782132 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.782380 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:32.782718 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:32.782754 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:32.782976 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:32.783046 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:32.783185 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:32.783304 [ 307 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:32.783318 [ 303 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:32.783318 [ 316 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:32.783464 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:32.783496 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:32.783583 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:32.783603 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:32.783638 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:32.783675 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:32.783710 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:32.785170 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} executeQuery: Read 50 rows, 4.03 KiB in 0.002891 sec., 17295.053614666205 rows/sec., 1.36 MiB/sec. 2026.05.06 00:27:32.785329 [ 278 ] {c6c6d3a8-4621-42bc-af82-bc69d861a124} TCPHandler: Processed in 0.003331085 sec. 2026.05.06 00:27:32.787379 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.787494 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:32.787547 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:32.788193 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.788240 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.788649 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:27:32.788884 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.789012 [ 89 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:27:32.789031 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} executeQuery: Read 118 rows, 10.28 KiB in 0.001574 sec., 74968.23379923761 rows/sec., 6.38 MiB/sec. 2026.05.06 00:27:32.789061 [ 89 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.789080 [ 278 ] {20c63eef-817b-4c10-b624-be8a2ec5c8cd} TCPHandler: Processed in 0.001751824 sec. 2026.05.06 00:27:32.789088 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.789213 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.789233 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:27:32.789314 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:32.789362 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:32.789439 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:32.789497 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3358 rows starting from the beginning of the part 2026.05.06 00:27:32.789566 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 118 rows starting from the beginning of the part 2026.05.06 00:27:32.789608 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part 2026.05.06 00:27:32.789650 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 120 rows starting from the beginning of the part 2026.05.06 00:27:32.789689 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 78 rows starting from the beginning of the part 2026.05.06 00:27:32.789726 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 118 rows starting from the beginning of the part 2026.05.06 00:27:32.789782 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.789824 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.790156 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:27:32.790377 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.790516 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} executeQuery: Read 31 rows, 2.33 KiB in 0.001224 sec., 25326.797385620914 rows/sec., 1.86 MiB/sec. 2026.05.06 00:27:32.790554 [ 278 ] {0dbc19f0-762c-4d6d-99c8-06aa367b6291} TCPHandler: Processed in 0.001388689 sec. 2026.05.06 00:27:32.790667 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.790759 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:32.790799 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:32.791227 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.791263 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.791285 [ 190 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3870 rows, containing 5 columns (5 merged, 0 gathered) in 0.002120268 sec., 1825240.9601050436 rows/sec., 147.16 MiB/sec. 2026.05.06 00:27:32.791583 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:27:32.791671 [ 190 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:27:32.791855 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.791966 [ 89 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:27:32.791999 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} executeQuery: Read 95 rows, 7.60 KiB in 0.001258 sec., 75516.69316375199 rows/sec., 5.90 MiB/sec. 2026.05.06 00:27:32.792000 [ 89 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.792028 [ 190 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.792041 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.792043 [ 278 ] {14a4c85f-bee9-402c-86ea-721eb81395aa} TCPHandler: Processed in 0.001422679 sec. 2026.05.06 00:27:32.792120 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:27:32.792121 [ 190 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_26_5} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:27:32.792181 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.792207 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:32.792233 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.05.06 00:27:32.792236 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:27:32.792278 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:32.792288 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 95 rows starting from the beginning of the part 2026.05.06 00:27:32.792328 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:32.792337 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 75 rows starting from the beginning of the part 2026.05.06 00:27:32.792382 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 99 rows starting from the beginning of the part 2026.05.06 00:27:32.792416 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part 2026.05.06 00:27:32.792449 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part 2026.05.06 00:27:32.792743 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.792794 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.793162 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:27:32.793381 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.793469 [ 195 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2269 rows, containing 5 columns (5 merged, 0 gathered) in 0.001375588 sec., 1649476.4420742255 rows/sec., 121.89 MiB/sec. 2026.05.06 00:27:32.793484 [ 89 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:27:32.793511 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.05.06 00:27:32.793522 [ 89 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.793553 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.793555 [ 278 ] {8495d0bc-f2fd-4a8e-addd-8dabb01f8d5a} TCPHandler: Processed in 0.001420309 sec. 2026.05.06 00:27:32.793621 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:27:32.793674 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.793712 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:32.793742 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8909 rows starting from the beginning of the part 2026.05.06 00:27:32.793749 [ 197 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:27:32.793771 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:32.793787 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:32.793830 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:32.793832 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:32.793870 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part 2026.05.06 00:27:32.793908 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:32.793941 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:32.794081 [ 197 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.794159 [ 197 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_26_5} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:27:32.794229 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.05.06 00:27:32.794658 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.794699 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.795401 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:27:32.795636 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.795782 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} executeQuery: Read 31 rows, 56.88 KiB in 0.002029 sec., 15278.46229669788 rows/sec., 27.38 MiB/sec. 2026.05.06 00:27:32.795844 [ 278 ] {3aea1ac9-9fa9-4587-9f8a-5590feaa709e} TCPHandler: Processed in 0.00221599 sec. 2026.05.06 00:27:32.795965 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:32.796056 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:32.796098 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:32.796362 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.796422 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.796431 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.796471 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:32.796789 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:27:32.797046 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.797077 [ 197 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9711 rows, containing 5 columns (5 merged, 0 gathered) in 0.003482727 sec., 2788332.2465412878 rows/sec., 183.29 MiB/sec. 2026.05.06 00:27:32.797149 [ 89 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:27:32.797179 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.05.06 00:27:32.797177 [ 89 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:32.797220 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:32.797222 [ 278 ] {d02a389c-2a5b-4161-af1c-d8b6a130a551} TCPHandler: Processed in 0.001303997 sec. 2026.05.06 00:27:32.797265 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:27:32.797312 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:27:32.797439 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:32.797474 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1110 rows starting from the beginning of the part 2026.05.06 00:27:32.797520 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.797535 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:32.797590 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_26_5} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:27:32.797612 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:32.797655 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.05.06 00:27:32.797656 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:32.797712 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:32.797751 [ 192 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:32.798691 [ 187 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.001423959 sec., 990197.0492127934 rows/sec., 65.07 MiB/sec. 2026.05.06 00:27:32.798937 [ 197 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:27:32.799194 [ 197 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.799265 [ 197 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_26_5} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:27:32.799335 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.05.06 00:27:32.802456 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:27:32.803176 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:32.806327 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.06 00:27:33.039411 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.039651 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:27:33.040022 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:33.040069 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:27:33.040354 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:33.040429 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:33.040580 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:27:33.040694 [ 316 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:33.040717 [ 334 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:33.040731 [ 307 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:33.040917 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:33.040945 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:33.041031 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:33.041051 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:33.041085 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:27:33.041122 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:27:33.041157 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:27:33.042348 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} executeQuery: Read 50 rows, 8.14 KiB in 0.002797 sec., 17876.29603146228 rows/sec., 2.84 MiB/sec. 2026.05.06 00:27:33.042514 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} MemoryTracker: Peak memory usage (for query): 135.30 KiB. 2026.05.06 00:27:33.042530 [ 278 ] {f6200653-234e-4df7-8865-88fbfe79f995} TCPHandler: Processed in 0.003225854 sec. 2026.05.06 00:27:33.055854 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.055963 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.056008 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:27:33.056482 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.056525 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.056898 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:27:33.057137 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.057281 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} executeQuery: Read 24 rows, 2.04 KiB in 0.001347 sec., 17817.371937639196 rows/sec., 1.48 MiB/sec. 2026.05.06 00:27:33.057318 [ 278 ] {287e2e47-e11a-4d20-912a-2d873c8fcc3c} TCPHandler: Processed in 0.00151518 sec. 2026.05.06 00:27:33.057435 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.057530 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:27:33.057571 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:27:33.057964 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.058000 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.058296 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:27:33.058511 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.058641 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} executeQuery: Read 8 rows, 668.00 B in 0.001129 sec., 7085.916740478299 rows/sec., 577.81 KiB/sec. 2026.05.06 00:27:33.058678 [ 278 ] {d3409ad5-fd3e-4eb7-bda1-dcbaa2216826} TCPHandler: Processed in 0.001291298 sec. 2026.05.06 00:27:33.058791 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.058885 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:33.058924 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:33.060408 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.060442 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.060924 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:27:33.061140 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.061270 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} executeQuery: Read 2547 rows, 195.29 KiB in 0.002402 sec., 1060366.3613655288 rows/sec., 79.40 MiB/sec. 2026.05.06 00:27:33.061308 [ 278 ] {9ea2f364-0f92-49a9-8514-d5a2090fb952} TCPHandler: Processed in 0.002565175 sec. 2026.05.06 00:27:33.061423 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.061516 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.061557 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:33.061978 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.062015 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.062328 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:27:33.062545 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.062676 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} executeQuery: Read 40 rows, 3.02 KiB in 0.001178 sec., 33955.85738539898 rows/sec., 2.51 MiB/sec. 2026.05.06 00:27:33.062714 [ 278 ] {044c3694-03b9-4661-b0fa-0d71c48a8a69} TCPHandler: Processed in 0.001340358 sec. 2026.05.06 00:27:33.062852 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.062976 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.063026 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:27:33.063745 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.063785 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.064129 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:27:33.064368 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.064498 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} executeQuery: Read 825 rows, 49.42 KiB in 0.001547 sec., 533290.2391725922 rows/sec., 31.20 MiB/sec. 2026.05.06 00:27:33.064537 [ 278 ] {1659c5da-63d4-4a6c-b968-b02067785c8e} TCPHandler: Processed in 0.001751774 sec. 2026.05.06 00:27:33.064652 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.064749 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.064790 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:27:33.065173 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.065210 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.065518 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.06 00:27:33.065749 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.065878 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} executeQuery: Read 1 rows, 72.00 B in 0.001147 sec., 871.8395815170009 rows/sec., 61.30 KiB/sec. 2026.05.06 00:27:33.065915 [ 278 ] {48b00bdd-6066-4ae2-896f-a40f65e4669a} TCPHandler: Processed in 0.001313038 sec. 2026.05.06 00:27:33.066029 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.066125 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.066166 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:27:33.066557 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.066593 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.066900 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:27:33.067121 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.067250 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} executeQuery: Read 12 rows, 960.00 B in 0.001143 sec., 10498.687664041996 rows/sec., 820.21 KiB/sec. 2026.05.06 00:27:33.067288 [ 278 ] {3a9672e3-2e11-4818-b915-097ef0e8128c} TCPHandler: Processed in 0.001309358 sec. 2026.05.06 00:27:33.067401 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.067498 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:33.067537 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:33.068357 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.068394 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.068765 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:27:33.068996 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.069125 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} executeQuery: Read 1343 rows, 92.75 KiB in 0.001646 sec., 815917.3754556502 rows/sec., 55.03 MiB/sec. 2026.05.06 00:27:33.069163 [ 278 ] {70d328fb-a171-4cfd-b5c8-a259340cd6ce} TCPHandler: Processed in 0.001811034 sec. 2026.05.06 00:27:33.069283 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.069405 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.069458 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:33.070243 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.070289 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.070784 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:27:33.071011 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.071146 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} executeQuery: Read 1536 rows, 96.17 KiB in 0.001766 sec., 869762.174405436 rows/sec., 53.18 MiB/sec. 2026.05.06 00:27:33.071184 [ 278 ] {18a6536d-068c-4692-8633-065e047f39d3} TCPHandler: Processed in 0.001961916 sec. 2026.05.06 00:27:33.071299 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.071395 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.071452 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:33.072209 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.072247 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.072805 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:27:33.073045 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.073191 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} executeQuery: Read 20 rows, 36.70 KiB in 0.001816 sec., 11013.215859030837 rows/sec., 19.74 MiB/sec. 2026.05.06 00:27:33.073252 [ 278 ] {0a3931b4-296b-47c3-822c-479942fb9119} TCPHandler: Processed in 0.002001167 sec. 2026.05.06 00:27:33.073378 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:33.073473 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:33.073516 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:33.073839 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:33.073876 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.06 00:27:33.074173 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:27:33.074394 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:33.074524 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} executeQuery: Read 12 rows, 848.00 B in 0.001071 sec., 11204.481792717088 rows/sec., 773.23 KiB/sec. 2026.05.06 00:27:33.074561 [ 278 ] {02a1b345-196e-41b3-8a15-335c2813a052} TCPHandler: Processed in 0.001232027 sec. 2026.05.06 00:27:37.780982 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:37.781225 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:37.781563 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:37.781598 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:37.781820 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:37.781893 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:37.782036 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:27:37.782154 [ 316 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:37.782169 [ 307 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:37.782154 [ 303 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:37.782324 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:37.782354 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:37.782442 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:37.782463 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:37.782502 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:37.782542 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:37.782582 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:37.783794 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} executeQuery: Read 50 rows, 4.03 KiB in 0.002659 sec., 18804.0616773223 rows/sec., 1.48 MiB/sec. 2026.05.06 00:27:37.783957 [ 278 ] {7ac79a0e-6086-470f-93a0-2bd80ab5adf3} TCPHandler: Processed in 0.003104472 sec. 2026.05.06 00:27:37.785493 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:37.785605 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:37.785650 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:37.786144 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:37.786183 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:37.786559 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:27:37.786785 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:37.786928 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} executeQuery: Read 56 rows, 4.41 KiB in 0.001358 sec., 41237.113402061856 rows/sec., 3.17 MiB/sec. 2026.05.06 00:27:37.786966 [ 278 ] {54334dce-96d8-4576-9992-ebde2753ce8b} TCPHandler: Processed in 0.001525741 sec. 2026.05.06 00:27:37.787087 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:37.787182 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:37.787222 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:37.787638 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:37.787674 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:37.787983 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:27:37.788214 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:37.788339 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.05.06 00:27:37.788376 [ 278 ] {587f3ed7-47e1-407b-b726-ad4bb6506313} TCPHandler: Processed in 0.001339198 sec. 2026.05.06 00:27:37.788494 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:37.788594 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:37.788641 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:37.789026 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:37.789061 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:37.789382 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:27:37.789599 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:37.789723 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} executeQuery: Read 128 rows, 9.13 KiB in 0.001152 sec., 111111.11111111111 rows/sec., 7.74 MiB/sec. 2026.05.06 00:27:37.789760 [ 278 ] {1a832829-0b04-44f6-a7ac-07a99836f5b1} TCPHandler: Processed in 0.001314967 sec. 2026.05.06 00:27:37.789876 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:37.789970 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:37.790013 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:37.790344 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:37.790380 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:37.790683 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:27:37.790888 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:37.791016 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} executeQuery: Read 48 rows, 3.31 KiB in 0.001063 sec., 45155.22107243651 rows/sec., 3.04 MiB/sec. 2026.05.06 00:27:37.791052 [ 278 ] {1d1d0e7d-ccac-4b05-94b3-cf8bf63c3554} TCPHandler: Processed in 0.001223947 sec. 2026.05.06 00:27:39.648440 [ 82 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:27:39.648496 [ 82 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:27:39.744971 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 582 2026.05.06 00:27:39.747617 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:39.747656 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:39.748867 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:27:39.749143 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:39.749398 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 582 2026.05.06 00:27:39.803634 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9568 2026.05.06 00:27:39.804228 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:39.804278 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:39.804858 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:39.805088 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:39.805230 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9568 2026.05.06 00:27:40.306602 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.06 00:27:40.323126 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:40.323189 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:40.329165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:27:40.329856 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:40.332678 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.06 00:27:42.782914 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.783209 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:42.783585 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:42.783628 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:42.783888 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:42.783970 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:42.784166 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:42.784294 [ 337 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:42.784305 [ 307 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:42.784344 [ 310 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:42.784501 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:42.784532 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:42.784621 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:42.784643 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:42.784678 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:42.784716 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:42.784770 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:42.786028 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} executeQuery: Read 50 rows, 4.03 KiB in 0.002931 sec., 17059.0242238144 rows/sec., 1.34 MiB/sec. 2026.05.06 00:27:42.786160 [ 278 ] {030a704e-0b6e-43f0-918d-352885e1cd0c} TCPHandler: Processed in 0.003387226 sec. 2026.05.06 00:27:42.788318 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.788477 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:42.788540 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:42.789184 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:42.789224 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:42.789608 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:27:42.789846 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:42.789992 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} executeQuery: Read 118 rows, 10.28 KiB in 0.001562 sec., 75544.17413572343 rows/sec., 6.43 MiB/sec. 2026.05.06 00:27:42.790032 [ 278 ] {9d283977-3883-45a5-b47d-41798ff91b7e} TCPHandler: Processed in 0.001789184 sec. 2026.05.06 00:27:42.790157 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.790251 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:42.790292 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:42.790702 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:42.790738 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:42.791028 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:27:42.791258 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:42.791393 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} executeQuery: Read 31 rows, 2.33 KiB in 0.00116 sec., 26724.137931034482 rows/sec., 1.96 MiB/sec. 2026.05.06 00:27:42.791431 [ 278 ] {21770c2a-4b29-4069-ae82-faa8aad54f9e} TCPHandler: Processed in 0.001322858 sec. 2026.05.06 00:27:42.791544 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.791639 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:42.791679 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:42.792116 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:42.792152 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:42.792470 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:27:42.792688 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:42.792816 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} executeQuery: Read 95 rows, 7.60 KiB in 0.001195 sec., 79497.9079497908 rows/sec., 6.21 MiB/sec. 2026.05.06 00:27:42.792853 [ 278 ] {2b02118c-e536-4b02-8a20-f7b81dd1e6b3} TCPHandler: Processed in 0.001357718 sec. 2026.05.06 00:27:42.792968 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.793063 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:42.793107 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:42.793509 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:42.793544 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:42.793887 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:27:42.794119 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:42.794250 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.05.06 00:27:42.794288 [ 278 ] {c4209d5d-895e-4977-b103-3333e059ed0d} TCPHandler: Processed in 0.001368838 sec. 2026.05.06 00:27:42.794392 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.794485 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:42.794542 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:42.795303 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:42.795338 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:42.795919 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:27:42.796152 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:42.796296 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} executeQuery: Read 31 rows, 56.88 KiB in 0.001829 sec., 16949.15254237288 rows/sec., 30.37 MiB/sec. 2026.05.06 00:27:42.796350 [ 278 ] {a3cddc91-820f-4e99-9255-e592baf7c29f} TCPHandler: Processed in 0.002005577 sec. 2026.05.06 00:27:42.796480 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:42.796574 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:42.796615 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:42.796960 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:42.796994 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:42.797291 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:27:42.797497 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:42.797614 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.05.06 00:27:42.797649 [ 278 ] {3d39dd38-9065-4a26-ba37-04046877c18b} TCPHandler: Processed in 0.001257768 sec. 2026.05.06 00:27:44.778651 [ 77 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 00:27:44.778716 [ 77 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:44.778737 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:44.778849 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.06 00:27:44.779012 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:44.779053 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.05.06 00:27:44.779126 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.05.06 00:27:44.779179 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:27:44.779226 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:27:44.779270 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:44.779978 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001177906 sec., 30562.71043699582 rows/sec., 2.55 MiB/sec. 2026.05.06 00:27:44.780103 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 00:27:44.780358 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:44.780426 [ 194 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_9_2} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 00:27:44.780487 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 00:27:47.305450 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10080 2026.05.06 00:27:47.306055 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.306100 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.306630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:47.306869 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.306992 [ 75 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:47.307013 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10080 2026.05.06 00:27:47.307033 [ 75 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.307053 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.307177 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:47.307336 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:47.307379 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7648 rows starting from the beginning of the part 2026.05.06 00:27:47.307456 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.05.06 00:27:47.307507 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.05.06 00:27:47.307556 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.05.06 00:27:47.307600 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.05.06 00:27:47.307646 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.05.06 00:27:47.309869 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10080 rows, containing 4 columns (4 merged, 0 gathered) in 0.002752368 sec., 3662300.971381734 rows/sec., 52.39 MiB/sec. 2026.05.06 00:27:47.310138 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:47.310396 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.310471 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_21_4} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:47.310550 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.05.06 00:27:47.782972 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.783223 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:47.783576 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:47.783614 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:47.783847 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:47.783922 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:47.784072 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:47.784187 [ 337 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:47.784192 [ 339 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:47.784192 [ 307 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:47.784343 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:47.784370 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:47.784459 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:47.784481 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:47.784517 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:47.784557 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:47.784616 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:47.786016 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} executeQuery: Read 50 rows, 4.03 KiB in 0.002897 sec., 17259.233690024164 rows/sec., 1.36 MiB/sec. 2026.05.06 00:27:47.786158 [ 278 ] {f06ca3c1-6465-45a4-8979-d8ecfb560d64} TCPHandler: Processed in 0.003325645 sec. 2026.05.06 00:27:47.787966 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.788080 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:47.788127 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:47.788727 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.788773 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.789218 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:27:47.789452 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.789601 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} executeQuery: Read 78 rows, 6.61 KiB in 0.001554 sec., 50193.05019305019 rows/sec., 4.16 MiB/sec. 2026.05.06 00:27:47.789642 [ 278 ] {8db84e7d-59b8-4af1-99d9-67717080e581} TCPHandler: Processed in 0.001730144 sec. 2026.05.06 00:27:47.789770 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.789869 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:47.789911 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:47.790316 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.790352 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.790661 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:27:47.790889 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.790979 [ 75 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:27:47.791014 [ 75 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.791021 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} executeQuery: Read 11 rows, 847.00 B in 0.001173 sec., 9377.66410912191 rows/sec., 705.16 KiB/sec. 2026.05.06 00:27:47.791031 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.791059 [ 278 ] {bef1aff4-d93e-43ca-8b54-e3c0ecbec267} TCPHandler: Processed in 0.001341338 sec. 2026.05.06 00:27:47.791166 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:27:47.791171 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.791333 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:47.791375 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:47.791378 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:47.791442 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:47.791545 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:47.791629 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:47.791704 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2026.05.06 00:27:47.791774 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:47.791803 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.791844 [ 194 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:27:47.791846 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.792231 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:27:47.792469 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.792611 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} executeQuery: Read 75 rows, 6.00 KiB in 0.001297 sec., 57825.75173477255 rows/sec., 4.51 MiB/sec. 2026.05.06 00:27:47.792651 [ 278 ] {4914d4ed-1de9-4a14-80a6-f036aa357621} TCPHandler: Processed in 0.00153097 sec. 2026.05.06 00:27:47.792772 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.792849 [ 197 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 5 columns (5 merged, 0 gathered) in 0.001748754 sec., 199570.66574258017 rows/sec., 14.21 MiB/sec. 2026.05.06 00:27:47.792868 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:47.792923 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:47.793028 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:27:47.793326 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.793336 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.793380 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.793405 [ 201 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_26_5} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:27:47.793482 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 00:27:47.793738 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:27:47.793965 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.794100 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.05.06 00:27:47.794138 [ 278 ] {b79cebdb-8593-487f-9b50-dd907bfae855} TCPHandler: Processed in 0.001415469 sec. 2026.05.06 00:27:47.794267 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.794385 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:47.794453 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:47.795305 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.795343 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.795886 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:27:47.796117 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.796250 [ 50 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:27:47.796266 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} executeQuery: Read 11 rows, 20.18 KiB in 0.001907 sec., 5768.222338751966 rows/sec., 10.34 MiB/sec. 2026.05.06 00:27:47.796342 [ 50 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.796372 [ 278 ] {180df8b0-e98c-4c9b-a05c-8e30995c965d} TCPHandler: Processed in 0.002163989 sec. 2026.05.06 00:27:47.796386 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.796501 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:47.796502 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:27:47.796603 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:47.796654 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:47.796852 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:47.796950 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 403 rows starting from the beginning of the part 2026.05.06 00:27:47.797004 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.797048 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.797152 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:47.797323 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:47.797398 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:27:47.797436 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:47.797551 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:47.797644 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.797657 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:27:47.797787 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} executeQuery: Read 60 rows, 4.14 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.36 MiB/sec. 2026.05.06 00:27:47.797829 [ 278 ] {bdebf733-f8b8-48a1-8788-4a1fce136c34} TCPHandler: Processed in 0.001376588 sec. 2026.05.06 00:27:47.801602 [ 188 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 507 rows, containing 19 columns (19 merged, 0 gathered) in 0.005143779 sec., 98565.6654378036 rows/sec., 176.63 MiB/sec. 2026.05.06 00:27:47.802337 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:27:47.802653 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.802724 [ 194 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_26_5} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:27:47.802807 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2026.05.06 00:27:47.832877 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.06 00:27:47.850643 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.850693 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.856493 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:27:47.857166 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.857443 [ 50 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:27:47.857485 [ 50 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:47.857505 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:47.857579 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:27:47.860334 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.06 00:27:47.861769 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:47.863189 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.05.06 00:27:47.867672 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:47.872116 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.05.06 00:27:47.876331 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:47.880878 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.05.06 00:27:47.885098 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.05.06 00:27:47.936616 [ 188 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079066686 sec., 2010.9607224463664 rows/sec., 10.40 MiB/sec. 2026.05.06 00:27:47.939662 [ 200 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:27:47.941863 [ 200 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:47.941984 [ 200 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_21_4} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:27:47.944064 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.06 00:27:48.000214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 249.40 MiB, peak 259.94 MiB, free memory in arenas 0.00 B, will set to 254.30 MiB (RSS), difference: 4.90 MiB 2026.05.06 00:27:49.749828 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 610 2026.05.06 00:27:49.751995 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:49.752036 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:49.753230 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:27:49.753487 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:49.753733 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2026.05.06 00:27:52.782995 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.783270 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:52.783641 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:52.783678 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} 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.06 00:27:52.783904 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:52.783976 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:52.784121 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 00:27:52.784239 [ 321 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:52.784257 [ 339 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:52.784257 [ 275 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:52.784395 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:52.784423 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:52.784512 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:52.784532 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:52.784566 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:52.784605 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:52.784639 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:27:52.786119 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} executeQuery: Read 50 rows, 4.03 KiB in 0.002956 sec., 16914.74966170501 rows/sec., 1.33 MiB/sec. 2026.05.06 00:27:52.786267 [ 278 ] {70af9eaa-7f13-4a36-8bcf-31b74b488836} TCPHandler: Processed in 0.003410946 sec. 2026.05.06 00:27:52.788374 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.788499 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:27:52.788553 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:27:52.789102 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.789151 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.789552 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:27:52.789790 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.789941 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} executeQuery: Read 4 rows, 334.00 B in 0.001482 sec., 2699.055330634278 rows/sec., 220.09 KiB/sec. 2026.05.06 00:27:52.789983 [ 278 ] {4cc262e5-7f4d-42fe-a584-8e2c6cb75728} TCPHandler: Processed in 0.001659573 sec. 2026.05.06 00:27:52.790103 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.790201 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:52.790242 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:52.790693 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.790731 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.791060 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:27:52.791278 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.791390 [ 52 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:27:52.791412 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} executeQuery: Read 120 rows, 10.42 KiB in 0.001233 sec., 97323.60097323601 rows/sec., 8.26 MiB/sec. 2026.05.06 00:27:52.791435 [ 52 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.791457 [ 278 ] {23912ff1-25dc-4583-b724-6cf68184c493} TCPHandler: Processed in 0.001402879 sec. 2026.05.06 00:27:52.791464 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.791568 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:27:52.791581 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.791681 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:52.791690 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:52.791718 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3358 rows starting from the beginning of the part 2026.05.06 00:27:52.791740 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:52.791781 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2547 rows starting from the beginning of the part 2026.05.06 00:27:52.791831 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.05.06 00:27:52.791875 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 118 rows starting from the beginning of the part 2026.05.06 00:27:52.791916 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part 2026.05.06 00:27:52.791956 [ 199 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 120 rows starting from the beginning of the part 2026.05.06 00:27:52.792157 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.792199 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.792735 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:27:52.792998 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.793155 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} executeQuery: Read 35 rows, 2.61 KiB in 0.001544 sec., 22668.39378238342 rows/sec., 1.65 MiB/sec. 2026.05.06 00:27:52.793265 [ 278 ] {21f668b6-6da1-49b3-9f0f-25e03d83e700} TCPHandler: Processed in 0.001730653 sec. 2026.05.06 00:27:52.793404 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.793502 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:52.793543 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:52.793976 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.794013 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.794340 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:27:52.794485 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6277 rows, containing 5 columns (5 merged, 0 gathered) in 0.00294698 sec., 2129977.129128803 rows/sec., 169.57 MiB/sec. 2026.05.06 00:27:52.794560 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.794666 [ 52 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:27:52.794693 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} executeQuery: Read 99 rows, 7.92 KiB in 0.001209 sec., 81885.85607940446 rows/sec., 6.40 MiB/sec. 2026.05.06 00:27:52.794695 [ 52 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.794734 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.794740 [ 278 ] {18cc3167-d82c-47d7-a9d3-d8768cba76df} TCPHandler: Processed in 0.001396889 sec. 2026.05.06 00:27:52.794828 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:27:52.794861 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:27:52.794863 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.794973 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:52.794977 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:52.795022 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:27:52.795042 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:52.795104 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1343 rows starting from the beginning of the part 2026.05.06 00:27:52.795163 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.795169 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2026.05.06 00:27:52.795231 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 95 rows starting from the beginning of the part 2026.05.06 00:27:52.795255 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_31_6} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:27:52.795281 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part 2026.05.06 00:27:52.795333 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 99 rows starting from the beginning of the part 2026.05.06 00:27:52.795337 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.05.06 00:27:52.795463 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.795506 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.795871 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:27:52.796102 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.796209 [ 52 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:27:52.796237 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} executeQuery: Read 162 rows, 11.55 KiB in 0.001278 sec., 126760.56338028169 rows/sec., 8.83 MiB/sec. 2026.05.06 00:27:52.796238 [ 52 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.796278 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.796282 [ 278 ] {a72b5a0e-77af-4c30-a6f1-440c46b4f25c} TCPHandler: Processed in 0.00146807 sec. 2026.05.06 00:27:52.796347 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:27:52.796402 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.796448 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:52.796483 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9711 rows starting from the beginning of the part 2026.05.06 00:27:52.796500 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:52.796537 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1536 rows starting from the beginning of the part 2026.05.06 00:27:52.796562 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:52.796587 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 128 rows starting from the beginning of the part 2026.05.06 00:27:52.796634 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:52.796672 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.05.06 00:27:52.796712 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 162 rows starting from the beginning of the part 2026.05.06 00:27:52.796883 [ 186 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3506 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101278 sec., 1668508.4029814238 rows/sec., 121.20 MiB/sec. 2026.05.06 00:27:52.797131 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:27:52.797372 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.797372 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.797425 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.797448 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_31_6} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:27:52.797525 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.06 00:27:52.798033 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:27:52.798299 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.798444 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} executeQuery: Read 31 rows, 56.88 KiB in 0.001962 sec., 15800.203873598368 rows/sec., 28.31 MiB/sec. 2026.05.06 00:27:52.798527 [ 278 ] {abb2c84f-3504-4f48-bd9e-a5259b7c8eff} TCPHandler: Processed in 0.002172459 sec. 2026.05.06 00:27:52.798663 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:52.798758 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:52.798800 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:52.799134 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.799170 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.799539 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:27:52.799764 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.799891 [ 52 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:27:52.799919 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2026.05.06 00:27:52.799924 [ 52 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:52.799960 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:52.799962 [ 278 ] {29270201-82df-44fe-b016-e6d665e2c747} TCPHandler: Processed in 0.001347828 sec. 2026.05.06 00:27:52.800047 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:27:52.800164 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:52.800198 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1410 rows starting from the beginning of the part 2026.05.06 00:27:52.800254 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.05.06 00:27:52.800302 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part 2026.05.06 00:27:52.800347 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:52.800390 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:52.800431 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.05.06 00:27:52.800972 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11857 rows, containing 5 columns (5 merged, 0 gathered) in 0.004654513 sec., 2547420.1060347236 rows/sec., 166.45 MiB/sec. 2026.05.06 00:27:52.801298 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1650 rows, containing 4 columns (4 merged, 0 gathered) in 0.001291277 sec., 1277804.839705191 rows/sec., 84.28 MiB/sec. 2026.05.06 00:27:52.801341 [ 186 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:27:52.801527 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:27:52.801668 [ 186 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.801752 [ 186 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_31_6} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:27:52.801824 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:52.801849 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. 2026.05.06 00:27:52.801904 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_31_6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:27:52.801986 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.06 00:27:53.000256 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 254.98 MiB, peak 263.57 MiB, free memory in arenas 0.00 B, will set to 256.61 MiB (RSS), difference: 1.63 MiB 2026.05.06 00:27:54.648531 [ 29 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:27:54.648583 [ 29 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:27:54.807080 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10528 2026.05.06 00:27:54.807580 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:54.807619 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:54.808111 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:54.808350 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:54.808485 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10528 2026.05.06 00:27:55.361353 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.05.06 00:27:55.377162 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:55.377224 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:55.382905 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:27:55.383592 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:55.386336 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.05.06 00:27:57.782285 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.782605 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:27:57.783173 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:27:57.783272 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:27:57.783614 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:27:57.783697 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:27:57.783863 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:27:57.783978 [ 317 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:27:57.783983 [ 335 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:27:57.784000 [ 342 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:27:57.784150 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:27:57.784182 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:27:57.784283 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:27:57.784307 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:27:57.784349 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:57.784395 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:57.784437 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:27:57.785564 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} executeQuery: Read 50 rows, 4.03 KiB in 0.003108 sec., 16087.516087516087 rows/sec., 1.26 MiB/sec. 2026.05.06 00:27:57.785672 [ 278 ] {512b4b2c-a1fa-4f9b-96d5-0ad3e1f2261c} TCPHandler: Processed in 0.003520378 sec. 2026.05.06 00:27:57.787486 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.787614 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:27:57.787665 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:27:57.788215 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:57.788264 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:57.788657 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:27:57.788881 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:57.789029 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} executeQuery: Read 78 rows, 6.61 KiB in 0.001452 sec., 53719.00826446281 rows/sec., 4.45 MiB/sec. 2026.05.06 00:27:57.789069 [ 278 ] {094929aa-9a05-4486-9fca-0b48ae9e5178} TCPHandler: Processed in 0.001644353 sec. 2026.05.06 00:27:57.789193 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.789287 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:27:57.789327 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:27:57.789721 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:57.789759 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:57.790054 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:27:57.790266 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:57.790398 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} executeQuery: Read 11 rows, 847.00 B in 0.001129 sec., 9743.135518157662 rows/sec., 732.64 KiB/sec. 2026.05.06 00:27:57.790434 [ 278 ] {17ddbf18-0491-42d8-a564-ca3ff8f1bd12} TCPHandler: Processed in 0.001289987 sec. 2026.05.06 00:27:57.790548 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.790641 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:27:57.790680 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:27:57.791084 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:57.791122 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:57.791432 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:27:57.791645 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:57.791773 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} executeQuery: Read 75 rows, 6.00 KiB in 0.00115 sec., 65217.391304347824 rows/sec., 5.09 MiB/sec. 2026.05.06 00:27:57.791810 [ 278 ] {225032b9-e14b-46c4-9352-19f426e97b3d} TCPHandler: Processed in 0.001311028 sec. 2026.05.06 00:27:57.791926 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.792019 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:57.792063 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:27:57.792463 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:57.792499 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:57.792824 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:27:57.793042 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:57.793173 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.05.06 00:27:57.793210 [ 278 ] {e31d29b7-83b0-4c5e-bb48-f4e724c6d635} TCPHandler: Processed in 0.001332578 sec. 2026.05.06 00:27:57.793322 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.793415 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:27:57.793470 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:27:57.794197 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:57.794235 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:57.794738 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:27:57.794967 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:57.795107 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} executeQuery: Read 11 rows, 20.18 KiB in 0.001709 sec., 6436.512580456407 rows/sec., 11.53 MiB/sec. 2026.05.06 00:27:57.795161 [ 278 ] {456c7aec-da63-435a-a230-f4db34fd2941} TCPHandler: Processed in 0.001887256 sec. 2026.05.06 00:27:57.795286 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:27:57.795382 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:27:57.795422 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:27:57.795772 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:57.795808 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:57.796111 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:27:57.796324 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:57.796450 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.05.06 00:27:57.796485 [ 278 ] {ae98291c-6d3f-4e73-8371-f1b18e57fa32} TCPHandler: Processed in 0.001247717 sec. 2026.05.06 00:27:59.754787 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 640 2026.05.06 00:27:59.757066 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:59.757124 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:59.758344 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:27:59.758625 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:59.758803 [ 36 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.06 00:27:59.758895 [ 36 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:27:59.758933 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:27:59.758982 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 640 2026.05.06 00:27:59.759074 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.06 00:27:59.759754 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:27:59.759907 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 470 rows starting from the beginning of the part 2026.05.06 00:27:59.760290 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part 2026.05.06 00:27:59.760617 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part 2026.05.06 00:27:59.760925 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::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.06 00:27:59.761222 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2026.05.06 00:27:59.761516 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.05.06 00:27:59.767609 [ 186 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 72 columns (72 merged, 0 gathered) in 0.008592995 sec., 74479.27061519295 rows/sec., 64.47 MiB/sec. 2026.05.06 00:27:59.768819 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.06 00:27:59.769469 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:27:59.769555 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_16_3} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.06 00:27:59.769797 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2026.05.06 00:28:02.308570 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11040 2026.05.06 00:28:02.309172 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.309217 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.309766 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:28:02.309993 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.310120 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11040 2026.05.06 00:28:02.783444 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.783699 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:02.784047 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:02.784084 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:02.784311 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:02.784385 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:02.784531 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:28:02.784628 [ 301 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:02.784628 [ 333 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:02.784652 [ 335 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:02.784774 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:02.784801 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:02.784890 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:02.784912 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:02.784951 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:02.784993 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:02.785031 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:02.786157 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} executeQuery: Read 50 rows, 4.03 KiB in 0.002561 sec., 19523.62358453729 rows/sec., 1.53 MiB/sec. 2026.05.06 00:28:02.786284 [ 278 ] {2d689379-f656-4e35-b9ae-8efca20721a4} TCPHandler: Processed in 0.002979121 sec. 2026.05.06 00:28:02.788321 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.788434 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:02.788480 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:02.788981 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.789024 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.789407 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:28:02.789637 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.789790 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} executeQuery: Read 118 rows, 10.28 KiB in 0.001389 sec., 84953.2037437005 rows/sec., 7.23 MiB/sec. 2026.05.06 00:28:02.789830 [ 278 ] {91fca66a-4d34-42a8-9514-21144ad312d4} TCPHandler: Processed in 0.001561401 sec. 2026.05.06 00:28:02.789953 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.790054 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:02.790098 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:02.790486 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.790521 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.790808 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:28:02.791017 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.791146 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} executeQuery: Read 31 rows, 2.33 KiB in 0.001178 sec., 26315.78947368421 rows/sec., 1.93 MiB/sec. 2026.05.06 00:28:02.791254 [ 278 ] {a0f8cff7-8d88-4106-a0fd-dc05cbc3e7d0} TCPHandler: Processed in 0.001349228 sec. 2026.05.06 00:28:02.791393 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.791516 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:02.791568 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:02.792015 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.792052 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.792376 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:28:02.792594 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.792726 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} executeQuery: Read 95 rows, 7.60 KiB in 0.001236 sec., 76860.84142394822 rows/sec., 6.00 MiB/sec. 2026.05.06 00:28:02.792765 [ 278 ] {456dd580-4728-44ea-b1d8-e2d4bc152adc} TCPHandler: Processed in 0.001433169 sec. 2026.05.06 00:28:02.792883 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.792979 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:02.793024 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:02.793425 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.793462 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.793802 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:28:02.794012 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.794144 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.05.06 00:28:02.794182 [ 278 ] {45a09149-14a3-48e5-8246-72283da864b0} TCPHandler: Processed in 0.001349458 sec. 2026.05.06 00:28:02.794300 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.794395 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:02.794451 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:02.795226 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.795264 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.795817 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:28:02.796043 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.796187 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} executeQuery: Read 31 rows, 56.88 KiB in 0.00181 sec., 17127.07182320442 rows/sec., 30.69 MiB/sec. 2026.05.06 00:28:02.796241 [ 278 ] {5e8a89b5-419b-4516-9e7e-1024aeebebef} TCPHandler: Processed in 0.001990067 sec. 2026.05.06 00:28:02.796357 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:02.796453 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:02.796496 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:02.796835 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.796872 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.797174 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:28:02.797388 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.797519 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.05.06 00:28:02.797555 [ 278 ] {a540e887-b7d6-49da-8612-ff488d5f364d} TCPHandler: Processed in 0.001246356 sec. 2026.05.06 00:28:02.886505 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.05.06 00:28:02.902501 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:02.902554 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:02.909037 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:28:02.909744 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:02.912539 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.05.06 00:28:03.040258 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.040540 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:28:03.040929 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:03.040971 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:28:03.041238 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:03.041309 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:03.041449 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:28:03.041560 [ 325 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:03.041561 [ 301 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:03.041580 [ 335 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:03.041698 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:03.041725 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:03.041811 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:03.041831 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:03.041866 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:28:03.041904 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:28:03.041939 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:28:03.043106 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} executeQuery: Read 50 rows, 8.14 KiB in 0.002685 sec., 18621.9739292365 rows/sec., 2.96 MiB/sec. 2026.05.06 00:28:03.043230 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} MemoryTracker: Peak memory usage (for query): 135.86 KiB. 2026.05.06 00:28:03.043249 [ 278 ] {0fa4a097-0db3-4274-881d-def20dc9dfe9} TCPHandler: Processed in 0.003134302 sec. 2026.05.06 00:28:03.055845 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.055985 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.056041 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:28:03.056605 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.056657 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.057046 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:28:03.057270 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.057413 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} executeQuery: Read 24 rows, 2.04 KiB in 0.00148 sec., 16216.216216216217 rows/sec., 1.35 MiB/sec. 2026.05.06 00:28:03.057451 [ 278 ] {188b9724-332e-41dc-a2f9-9a93e1e57fb8} TCPHandler: Processed in 0.001685153 sec. 2026.05.06 00:28:03.057565 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.057661 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:28:03.057700 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:28:03.058071 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.058105 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.058457 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:28:03.058662 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.058798 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} executeQuery: Read 2 rows, 167.00 B in 0.00113 sec., 1769.911504424779 rows/sec., 144.32 KiB/sec. 2026.05.06 00:28:03.058835 [ 278 ] {c4c3578e-f609-41f4-bce3-382ed9ce6a5f} TCPHandler: Processed in 0.001297207 sec. 2026.05.06 00:28:03.058943 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.059039 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:03.059078 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:03.060596 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.060634 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.061109 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:28:03.061341 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.061475 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} executeQuery: Read 2544 rows, 195.07 KiB in 0.002455 sec., 1036252.5458248472 rows/sec., 77.60 MiB/sec. 2026.05.06 00:28:03.061513 [ 278 ] {5e431edd-739a-4dcf-93f2-95e319ee1ab4} TCPHandler: Processed in 0.002619025 sec. 2026.05.06 00:28:03.061632 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.061728 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.061769 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:03.062200 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.062236 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.062541 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:28:03.062763 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.062896 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} executeQuery: Read 34 rows, 2.60 KiB in 0.001187 sec., 28643.639427127215 rows/sec., 2.14 MiB/sec. 2026.05.06 00:28:03.062933 [ 278 ] {b6aa6caa-3e7a-403b-8576-056a2a97e392} TCPHandler: Processed in 0.001350888 sec. 2026.05.06 00:28:03.063049 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.063144 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.063183 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:28:03.063940 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.063976 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.064330 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:28:03.064540 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.064670 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} executeQuery: Read 825 rows, 49.42 KiB in 0.001544 sec., 534326.4248704663 rows/sec., 31.26 MiB/sec. 2026.05.06 00:28:03.064709 [ 278 ] {a3786787-55b7-49c8-8ec4-671e3ab86235} TCPHandler: Processed in 0.001709043 sec. 2026.05.06 00:28:03.064818 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.064921 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.064962 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:28:03.065349 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.065384 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.065687 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:28:03.065894 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.066014 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} executeQuery: Read 1 rows, 72.00 B in 0.001163 sec., 859.8452278589854 rows/sec., 60.46 KiB/sec. 2026.05.06 00:28:03.066050 [ 278 ] {6ca4ad4d-6631-4793-9651-3692ff1ffef7} TCPHandler: Processed in 0.001337048 sec. 2026.05.06 00:28:03.066158 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.066314 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.066353 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:28:03.066754 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.066790 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.067082 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:28:03.067295 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.067423 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.05.06 00:28:03.067463 [ 278 ] {f496e54e-8b3b-4bf6-b52a-fe9d18b58597} TCPHandler: Processed in 0.001292847 sec. 2026.05.06 00:28:03.067595 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.067711 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:03.067752 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:03.068715 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.068758 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.069175 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:28:03.069407 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.069545 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} executeQuery: Read 1337 rows, 92.26 KiB in 0.001853 sec., 721532.6497571506 rows/sec., 48.62 MiB/sec. 2026.05.06 00:28:03.069586 [ 278 ] {acebb1f2-4117-4e66-a386-c909834a2044} TCPHandler: Processed in 0.002053268 sec. 2026.05.06 00:28:03.069710 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.069807 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.069852 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:03.070552 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.070591 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.071041 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:28:03.071271 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.071402 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} executeQuery: Read 1533 rows, 95.96 KiB in 0.001614 sec., 949814.1263940521 rows/sec., 58.06 MiB/sec. 2026.05.06 00:28:03.071442 [ 278 ] {ec2ecca4-1315-4de8-a635-9aa785d857d0} TCPHandler: Processed in 0.001782524 sec. 2026.05.06 00:28:03.071558 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.071654 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.071710 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:03.072498 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.072536 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.073070 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:28:03.073309 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.073443 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} executeQuery: Read 20 rows, 36.70 KiB in 0.001821 sec., 10982.976386600769 rows/sec., 19.68 MiB/sec. 2026.05.06 00:28:03.073493 [ 278 ] {0820a30a-278c-4677-a790-eb64a72dc744} TCPHandler: Processed in 0.002001657 sec. 2026.05.06 00:28:03.073612 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:03.073703 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:03.073744 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:03.074046 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:03.074081 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.06 00:28:03.074440 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:28:03.074668 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:03.074798 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} executeQuery: Read 12 rows, 848.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 765.37 KiB/sec. 2026.05.06 00:28:03.074834 [ 278 ] {bd2a7327-3184-4c2d-a1bb-cda0710972af} TCPHandler: Processed in 0.001246867 sec. 2026.05.06 00:28:07.781136 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:07.781382 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:07.781740 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:07.781774 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:07.781995 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:07.782063 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:07.782202 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:28:07.782307 [ 325 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:07.782323 [ 335 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:07.782354 [ 314 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:07.782473 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:07.782500 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:07.782583 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:07.782604 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:07.782639 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:07.782675 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:07.782728 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:07.783986 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} executeQuery: Read 50 rows, 4.03 KiB in 0.002697 sec., 18539.11753800519 rows/sec., 1.46 MiB/sec. 2026.05.06 00:28:07.784103 [ 278 ] {c6f35653-39b3-4042-a61e-45c04d9a316c} TCPHandler: Processed in 0.003095861 sec. 2026.05.06 00:28:07.785648 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:07.785784 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:07.785842 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:07.786438 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:07.786489 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:07.786860 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:28:07.787089 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:07.787237 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} executeQuery: Read 56 rows, 4.41 KiB in 0.001496 sec., 37433.1550802139 rows/sec., 2.88 MiB/sec. 2026.05.06 00:28:07.787275 [ 278 ] {e6db32ff-7fe8-46da-a9b8-d8f4f2f671fa} TCPHandler: Processed in 0.001694533 sec. 2026.05.06 00:28:07.787398 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:07.787492 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:07.787531 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:07.787945 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:07.787981 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:07.788264 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:28:07.788469 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:07.788595 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} executeQuery: Read 64 rows, 5.12 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 4.45 MiB/sec. 2026.05.06 00:28:07.788631 [ 278 ] {2de9c3e2-4e1f-4669-a0e8-c154212bc4f8} TCPHandler: Processed in 0.001280817 sec. 2026.05.06 00:28:07.788749 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:07.788842 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:07.788885 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:07.789252 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:07.789287 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:07.789625 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:28:07.789830 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:07.789955 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} executeQuery: Read 128 rows, 9.13 KiB in 0.001131 sec., 113174.18213969938 rows/sec., 7.88 MiB/sec. 2026.05.06 00:28:07.789991 [ 278 ] {e65b8e5f-2d30-4528-9dd9-571607c5ace1} TCPHandler: Processed in 0.001289008 sec. 2026.05.06 00:28:07.790105 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:07.790206 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:07.790255 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:07.790590 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:07.790627 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:07.790959 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:28:07.791173 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:07.791301 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} executeQuery: Read 48 rows, 3.31 KiB in 0.001117 sec., 42972.24709042077 rows/sec., 2.90 MiB/sec. 2026.05.06 00:28:07.791336 [ 278 ] {5a56f541-8699-4650-a65a-099f5c61f5af} TCPHandler: Processed in 0.001277528 sec. 2026.05.06 00:28:09.648835 [ 67 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:28:09.648890 [ 67 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:28:09.759569 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 688 2026.05.06 00:28:09.762494 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:09.762559 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:09.763875 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:28:09.764167 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:09.764541 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 688 2026.05.06 00:28:09.810528 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11488 2026.05.06 00:28:09.811206 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:09.811269 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:09.811914 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:28:09.812148 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:09.812279 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11488 2026.05.06 00:28:10.412820 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.05.06 00:28:10.430158 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:10.430226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:10.437086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:28:10.437828 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:10.441065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.05.06 00:28:12.783717 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.784083 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:12.784506 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:12.784543 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:12.784771 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:12.784844 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:12.784993 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:28:12.785096 [ 325 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:12.785115 [ 335 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:12.785130 [ 314 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:12.785258 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:12.785293 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:12.785403 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:12.785429 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:12.785473 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:12.785521 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:12.785563 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:12.786831 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} executeQuery: Read 50 rows, 4.03 KiB in 0.002901 sec., 17235.43605653223 rows/sec., 1.36 MiB/sec. 2026.05.06 00:28:12.786984 [ 278 ] {625a60c9-231c-45b0-a525-f91e31ebd9da} TCPHandler: Processed in 0.003459257 sec. 2026.05.06 00:28:12.789274 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.789485 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:12.789569 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:12.790343 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.790391 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.790788 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:28:12.791035 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.791172 [ 64 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:28:12.791188 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} executeQuery: Read 118 rows, 10.28 KiB in 0.001767 sec., 66779.85285795134 rows/sec., 5.68 MiB/sec. 2026.05.06 00:28:12.791227 [ 64 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.791240 [ 278 ] {678e157b-4d33-4184-aa06-5f1a1061b793} TCPHandler: Processed in 0.002070258 sec. 2026.05.06 00:28:12.791255 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.791347 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:28:12.791373 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.791449 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:12.791474 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:12.791484 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3358 rows starting from the beginning of the part 2026.05.06 00:28:12.791523 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:12.791561 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 78 rows starting from the beginning of the part 2026.05.06 00:28:12.791610 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 118 rows starting from the beginning of the part 2026.05.06 00:28:12.791650 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2544 rows starting from the beginning of the part 2026.05.06 00:28:12.791688 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.05.06 00:28:12.791726 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 118 rows starting from the beginning of the part 2026.05.06 00:28:12.791960 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.792004 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.792322 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:28:12.792570 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.792698 [ 64 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:28:12.792719 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} executeQuery: Read 31 rows, 2.33 KiB in 0.001265 sec., 24505.92885375494 rows/sec., 1.80 MiB/sec. 2026.05.06 00:28:12.792731 [ 64 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.792760 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.792769 [ 278 ] {3540f9af-45ec-4847-a9b7-58007f3a5997} TCPHandler: Processed in 0.001445059 sec. 2026.05.06 00:28:12.792850 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:28:12.792898 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.792940 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:12.792969 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:12.792993 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:12.793028 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part 2026.05.06 00:28:12.793035 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:12.793076 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:12.793117 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:12.793156 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part 2026.05.06 00:28:12.793197 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:12.793520 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.793555 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.793976 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:28:12.794020 [ 186 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002710546 sec., 2313924.9435353614 rows/sec., 184.23 MiB/sec. 2026.05.06 00:28:12.794039 [ 188 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 5 columns (5 merged, 0 gathered) in 0.001227277 sec., 299035.9959487549 rows/sec., 21.38 MiB/sec. 2026.05.06 00:28:12.794220 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.794243 [ 190 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:28:12.794320 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:28:12.794347 [ 64 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:28:12.794364 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} executeQuery: Read 95 rows, 7.60 KiB in 0.00139 sec., 68345.3237410072 rows/sec., 5.34 MiB/sec. 2026.05.06 00:28:12.794387 [ 64 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.794418 [ 278 ] {830e929c-677d-42fa-bcde-d044a8b08026} TCPHandler: Processed in 0.001568071 sec. 2026.05.06 00:28:12.794425 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.794505 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:28:12.794567 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.794594 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:12.794624 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:28:12.794668 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:12.794681 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 75 rows starting from the beginning of the part 2026.05.06 00:28:12.794700 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.794707 [ 190 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.794722 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:12.794732 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 95 rows starting from the beginning of the part 2026.05.06 00:28:12.794785 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_36_7} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:28:12.794793 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1337 rows starting from the beginning of the part 2026.05.06 00:28:12.794834 [ 190 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_31_6} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:28:12.794854 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.05.06 00:28:12.794894 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.06 00:28:12.794901 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 95 rows starting from the beginning of the part 2026.05.06 00:28:12.794970 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.06 00:28:12.795217 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.795258 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.795617 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:28:12.795863 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.795980 [ 64 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:28:12.795999 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} executeQuery: Read 160 rows, 11.41 KiB in 0.00135 sec., 118518.51851851851 rows/sec., 8.25 MiB/sec. 2026.05.06 00:28:12.796020 [ 64 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.796043 [ 278 ] {73c20832-9442-4873-b72e-37bd0b1a16ff} TCPHandler: Processed in 0.001524291 sec. 2026.05.06 00:28:12.796044 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.796135 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:28:12.796173 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.796231 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:12.796250 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001767633 sec., 1977786.1128412967 rows/sec., 143.61 MiB/sec. 2026.05.06 00:28:12.796263 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11857 rows starting from the beginning of the part 2026.05.06 00:28:12.796282 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:12.796335 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:12.796352 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:12.796383 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:12.796426 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1533 rows starting from the beginning of the part 2026.05.06 00:28:12.796471 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 128 rows starting from the beginning of the part 2026.05.06 00:28:12.796516 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:12.796530 [ 190 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:28:12.796865 [ 190 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.796943 [ 190 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_36_7} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:28:12.797033 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.06 00:28:12.797240 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.797282 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.797875 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:28:12.798116 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.798237 [ 64 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:28:12.798259 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} executeQuery: Read 31 rows, 56.88 KiB in 0.001996 sec., 15531.062124248498 rows/sec., 27.83 MiB/sec. 2026.05.06 00:28:12.798273 [ 64 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.798300 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.798320 [ 278 ] {8a4d61f0-70ef-40a8-b87c-77111e4a2169} TCPHandler: Processed in 0.002196179 sec. 2026.05.06 00:28:12.798379 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:28:12.798451 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:12.798551 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:12.798596 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:12.798606 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:12.798674 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 507 rows starting from the beginning of the part 2026.05.06 00:28:12.798797 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:12.798911 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:12.798969 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.799011 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.799012 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:12.799121 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:12.799215 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:12.799339 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:28:12.799593 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.799707 [ 64 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:28:12.799733 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. 2026.05.06 00:28:12.799740 [ 64 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:12.799775 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:12.799777 [ 278 ] {ae4e2145-b30b-4f85-b80c-6a04578b8e3f} TCPHandler: Processed in 0.001374269 sec. 2026.05.06 00:28:12.799862 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:28:12.799958 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:12.799985 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1650 rows starting from the beginning of the part 2026.05.06 00:28:12.800033 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:12.800077 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:12.800124 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.05.06 00:28:12.800164 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part 2026.05.06 00:28:12.800202 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:12.800828 [ 191 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13998 rows, containing 5 columns (5 merged, 0 gathered) in 0.004722123 sec., 2964344.6390532395 rows/sec., 192.88 MiB/sec. 2026.05.06 00:28:12.801216 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:28:12.801275 [ 191 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 4 columns (4 merged, 0 gathered) in 0.001452829 sec., 1300910.155290127 rows/sec., 86.04 MiB/sec. 2026.05.06 00:28:12.801513 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.801518 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:28:12.801595 [ 188 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_36_7} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:28:12.801676 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2026.05.06 00:28:12.801806 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.801880 [ 190 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_36_7} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:28:12.801946 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.06 00:28:12.820842 [ 201 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 19 columns (19 merged, 0 gathered) in 0.022496413 sec., 28048.916064974448 rows/sec., 50.26 MiB/sec. 2026.05.06 00:28:12.821784 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:28:12.822100 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:12.822184 [ 190 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_31_6} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:28:12.822298 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.05.06 00:28:13.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 260.12 MiB, peak 272.11 MiB, free memory in arenas 0.00 B, will set to 262.27 MiB (RSS), difference: 2.15 MiB 2026.05.06 00:28:16.730966 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57781 2026.05.06 00:28:16.731082 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.731110 [ 287 ] {} TCP-Session: 87a63a7a-eea4-40cc-85e0-4f07e0206843 Authenticating user 'default' from [fd00:1122:3344:101::e]:57781 2026.05.06 00:28:16.731139 [ 287 ] {} TCP-Session: 87a63a7a-eea4-40cc-85e0-4f07e0206843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731152 [ 287 ] {} TCP-Session: 87a63a7a-eea4-40cc-85e0-4f07e0206843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731358 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43310 2026.05.06 00:28:16.731374 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43948 2026.05.06 00:28:16.731417 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50188 2026.05.06 00:28:16.731465 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64695 2026.05.06 00:28:16.731493 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.731436 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62963 2026.05.06 00:28:16.731530 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.731562 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.731558 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.731586 [ 290 ] {} TCP-Session: 1137221b-e887-4108-b269-af927918ef15 Authenticating user 'default' from [fd00:1122:3344:101::e]:43948 2026.05.06 00:28:16.731607 [ 286 ] {} TCP-Session: f9b21a6d-25a2-49be-93ee-4efb675da687 Authenticating user 'default' from [fd00:1122:3344:101::e]:64695 2026.05.06 00:28:16.731620 [ 292 ] {} TCP-Session: 7ee0b1fa-c787-489a-afba-32bfb7d125ed Authenticating user 'default' from [fd00:1122:3344:101::e]:50188 2026.05.06 00:28:16.731630 [ 290 ] {} TCP-Session: 1137221b-e887-4108-b269-af927918ef15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731636 [ 286 ] {} TCP-Session: f9b21a6d-25a2-49be-93ee-4efb675da687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731653 [ 292 ] {} TCP-Session: 7ee0b1fa-c787-489a-afba-32bfb7d125ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731655 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.731674 [ 292 ] {} TCP-Session: 7ee0b1fa-c787-489a-afba-32bfb7d125ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731664 [ 286 ] {} TCP-Session: f9b21a6d-25a2-49be-93ee-4efb675da687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731690 [ 277 ] {} TCP-Session: 119f8b75-ec16-426f-a81a-f51266ed3c58 Authenticating user 'default' from [fd00:1122:3344:101::e]:62963 2026.05.06 00:28:16.731655 [ 290 ] {} TCP-Session: 1137221b-e887-4108-b269-af927918ef15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731724 [ 277 ] {} TCP-Session: 119f8b75-ec16-426f-a81a-f51266ed3c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731570 [ 287 ] {} TCP-Session: 87a63a7a-eea4-40cc-85e0-4f07e0206843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:16.731756 [ 277 ] {} TCP-Session: 119f8b75-ec16-426f-a81a-f51266ed3c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731427 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33951 2026.05.06 00:28:16.731403 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58469 2026.05.06 00:28:16.731379 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38173 2026.05.06 00:28:16.731550 [ 289 ] {} TCP-Session: 0362bfa9-0693-4fa1-a759-28efc3a95cc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:43310 2026.05.06 00:28:16.731913 [ 289 ] {} TCP-Session: 0362bfa9-0693-4fa1-a759-28efc3a95cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731927 [ 289 ] {} TCP-Session: 0362bfa9-0693-4fa1-a759-28efc3a95cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.731946 [ 287 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} executeQuery: (from [fd00:1122:3344:101::e]:57781) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:28:16.732020 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.732053 [ 294 ] {} TCP-Session: 5eb36a29-5972-402e-9293-91a53c5185f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33951 2026.05.06 00:28:16.732064 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.732084 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.732105 [ 291 ] {} TCP-Session: 59835768-7f64-46bb-83fd-92a6b3c78794 Authenticating user 'default' from [fd00:1122:3344:101::e]:38173 2026.05.06 00:28:16.732117 [ 293 ] {} TCP-Session: f866d9e8-327c-4db5-9330-7d3ed2f3defb Authenticating user 'default' from [fd00:1122:3344:101::e]:58469 2026.05.06 00:28:16.732129 [ 291 ] {} TCP-Session: 59835768-7f64-46bb-83fd-92a6b3c78794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.732139 [ 293 ] {} TCP-Session: f866d9e8-327c-4db5-9330-7d3ed2f3defb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.732145 [ 291 ] {} TCP-Session: 59835768-7f64-46bb-83fd-92a6b3c78794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.732154 [ 293 ] {} TCP-Session: f866d9e8-327c-4db5-9330-7d3ed2f3defb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.732070 [ 294 ] {} TCP-Session: 5eb36a29-5972-402e-9293-91a53c5185f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.732191 [ 294 ] {} TCP-Session: 5eb36a29-5972-402e-9293-91a53c5185f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.732278 [ 287 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:28:16.732342 [ 287 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:16.732661 [ 287 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:28:16.733768 [ 314 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} AggregatingTransform: Aggregating 2026.05.06 00:28:16.733810 [ 314 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} Aggregator: Aggregation method: without_key 2026.05.06 00:28:16.733850 [ 314 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001084484 sec. (922.098 rows/sec., 36.02 KiB/sec.) 2026.05.06 00:28:16.733869 [ 314 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} Aggregator: Merging aggregated data 2026.05.06 00:28:16.735299 [ 287 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} executeQuery: Read 1 rows, 40.00 B in 0.003418 sec., 292.5687536571094 rows/sec., 11.43 KiB/sec. 2026.05.06 00:28:16.735446 [ 287 ] {a934f86b-5184-4a97-8b16-3a32967b3b1e} TCPHandler: Processed in 0.004021374 sec. 2026.05.06 00:28:16.735572 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735601 [ 287 ] {} TCP-Session: 87a63a7a-eea4-40cc-85e0-4f07e0206843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735602 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735627 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735644 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735653 [ 289 ] {} TCP-Session: 0362bfa9-0693-4fa1-a759-28efc3a95cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735664 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735682 [ 290 ] {} TCP-Session: 1137221b-e887-4108-b269-af927918ef15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735688 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735725 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735752 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735771 [ 293 ] {} TCP-Session: f866d9e8-327c-4db5-9330-7d3ed2f3defb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735756 [ 291 ] {} TCP-Session: 59835768-7f64-46bb-83fd-92a6b3c78794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735722 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.735812 [ 277 ] {} TCP-Session: 119f8b75-ec16-426f-a81a-f51266ed3c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735720 [ 286 ] {} TCP-Session: f9b21a6d-25a2-49be-93ee-4efb675da687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735854 [ 292 ] {} TCP-Session: 7ee0b1fa-c787-489a-afba-32bfb7d125ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.735696 [ 294 ] {} TCP-Session: 5eb36a29-5972-402e-9293-91a53c5185f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911337 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37245 2026.05.06 00:28:16.911439 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.911465 [ 287 ] {} TCP-Session: 6ae7c025-e220-4777-80b2-aded97457c66 Authenticating user 'default' from [fd00:1122:3344:101::e]:37245 2026.05.06 00:28:16.911489 [ 287 ] {} TCP-Session: 6ae7c025-e220-4777-80b2-aded97457c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911502 [ 287 ] {} TCP-Session: 6ae7c025-e220-4777-80b2-aded97457c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911693 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46511 2026.05.06 00:28:16.911714 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37753 2026.05.06 00:28:16.911734 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49628 2026.05.06 00:28:16.911750 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47991 2026.05.06 00:28:16.911782 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37796 2026.05.06 00:28:16.911833 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.911855 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.911882 [ 291 ] {} TCP-Session: de091240-2e04-4aec-9218-86edf29499b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:37753 2026.05.06 00:28:16.911897 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.911908 [ 289 ] {} TCP-Session: 5548455e-78b9-4202-8aed-432fc82a2505 Authenticating user 'default' from [fd00:1122:3344:101::e]:46511 2026.05.06 00:28:16.911916 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.911943 [ 292 ] {} TCP-Session: 9ff68afa-056a-4103-8f32-5edf7cac39c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47991 2026.05.06 00:28:16.911953 [ 289 ] {} TCP-Session: 5548455e-78b9-4202-8aed-432fc82a2505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911970 [ 286 ] {} TCP-Session: fcbc25d4-a758-406b-ba23-b5f3e8628720 Authenticating user 'default' from [fd00:1122:3344:101::e]:37796 2026.05.06 00:28:16.911981 [ 292 ] {} TCP-Session: 9ff68afa-056a-4103-8f32-5edf7cac39c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911988 [ 289 ] {} TCP-Session: 5548455e-78b9-4202-8aed-432fc82a2505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912009 [ 286 ] {} TCP-Session: fcbc25d4-a758-406b-ba23-b5f3e8628720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912015 [ 292 ] {} TCP-Session: 9ff68afa-056a-4103-8f32-5edf7cac39c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912044 [ 286 ] {} TCP-Session: fcbc25d4-a758-406b-ba23-b5f3e8628720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911921 [ 287 ] {} TCP-Session: 6ae7c025-e220-4777-80b2-aded97457c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:16.911920 [ 291 ] {} TCP-Session: de091240-2e04-4aec-9218-86edf29499b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911820 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.912113 [ 291 ] {} TCP-Session: de091240-2e04-4aec-9218-86edf29499b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912135 [ 293 ] {} TCP-Session: a1809681-44f4-4087-bd69-62b2d27f5ac2 Authenticating user 'default' from [fd00:1122:3344:101::e]:49628 2026.05.06 00:28:16.911759 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51857 2026.05.06 00:28:16.912157 [ 293 ] {} TCP-Session: a1809681-44f4-4087-bd69-62b2d27f5ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.911721 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49439 2026.05.06 00:28:16.912193 [ 293 ] {} TCP-Session: a1809681-44f4-4087-bd69-62b2d27f5ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912228 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.911772 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37814 2026.05.06 00:28:16.912277 [ 294 ] {} TCP-Session: 552c9bf1-e57e-475e-958e-ed85f42ace45 Authenticating user 'default' from [fd00:1122:3344:101::e]:51857 2026.05.06 00:28:16.912291 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.912314 [ 294 ] {} TCP-Session: 552c9bf1-e57e-475e-958e-ed85f42ace45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912274 [ 287 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} executeQuery: (from [fd00:1122:3344:101::e]:37245) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:28:16.912345 [ 290 ] {} TCP-Session: 31e86e88-5d59-4923-bfe3-2934ae933d92 Authenticating user 'default' from [fd00:1122:3344:101::e]:49439 2026.05.06 00:28:16.912349 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.912404 [ 290 ] {} TCP-Session: 31e86e88-5d59-4923-bfe3-2934ae933d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912426 [ 277 ] {} TCP-Session: 930822c2-a71b-4ecc-aa9f-38d64f5944e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:37814 2026.05.06 00:28:16.912439 [ 290 ] {} TCP-Session: 31e86e88-5d59-4923-bfe3-2934ae933d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912467 [ 277 ] {} TCP-Session: 930822c2-a71b-4ecc-aa9f-38d64f5944e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912348 [ 294 ] {} TCP-Session: 552c9bf1-e57e-475e-958e-ed85f42ace45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912493 [ 277 ] {} TCP-Session: 930822c2-a71b-4ecc-aa9f-38d64f5944e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.912623 [ 287 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:28:16.912685 [ 287 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:16.912980 [ 287 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:28:16.913938 [ 303 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} AggregatingTransform: Aggregating 2026.05.06 00:28:16.913979 [ 303 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} Aggregator: Aggregation method: without_key 2026.05.06 00:28:16.914016 [ 303 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000931553 sec. (1073.476 rows/sec., 41.93 KiB/sec.) 2026.05.06 00:28:16.914036 [ 303 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} Aggregator: Merging aggregated data 2026.05.06 00:28:16.915323 [ 287 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} executeQuery: Read 1 rows, 40.00 B in 0.003124 sec., 320.1024327784891 rows/sec., 12.50 KiB/sec. 2026.05.06 00:28:16.915469 [ 287 ] {fdd82c75-499b-4eef-aa17-8290b4722e36} TCPHandler: Processed in 0.00372748 sec. 2026.05.06 00:28:16.915594 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915624 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915634 [ 287 ] {} TCP-Session: 6ae7c025-e220-4777-80b2-aded97457c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915642 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915667 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915693 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915712 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915730 [ 290 ] {} TCP-Session: 31e86e88-5d59-4923-bfe3-2934ae933d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915735 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915756 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915802 [ 293 ] {} TCP-Session: a1809681-44f4-4087-bd69-62b2d27f5ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915777 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.915839 [ 292 ] {} TCP-Session: 9ff68afa-056a-4103-8f32-5edf7cac39c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915865 [ 286 ] {} TCP-Session: fcbc25d4-a758-406b-ba23-b5f3e8628720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915765 [ 294 ] {} TCP-Session: 552c9bf1-e57e-475e-958e-ed85f42ace45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915744 [ 291 ] {} TCP-Session: de091240-2e04-4aec-9218-86edf29499b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915724 [ 277 ] {} TCP-Session: 930822c2-a71b-4ecc-aa9f-38d64f5944e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.915668 [ 289 ] {} TCP-Session: 5548455e-78b9-4202-8aed-432fc82a2505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957106 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60140 2026.05.06 00:28:16.957204 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.957233 [ 287 ] {} TCP-Session: 6bc6a54b-8f33-4ce6-b8f1-283fe81ddd88 Authenticating user 'default' from [fd00:1122:3344:101::e]:60140 2026.05.06 00:28:16.957255 [ 287 ] {} TCP-Session: 6bc6a54b-8f33-4ce6-b8f1-283fe81ddd88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957267 [ 287 ] {} TCP-Session: 6bc6a54b-8f33-4ce6-b8f1-283fe81ddd88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957429 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54717 2026.05.06 00:28:16.957440 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55183 2026.05.06 00:28:16.957542 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43895 2026.05.06 00:28:16.957556 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35611 2026.05.06 00:28:16.957603 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.957621 [ 287 ] {} TCP-Session: 6bc6a54b-8f33-4ce6-b8f1-283fe81ddd88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:16.957636 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.957641 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.957668 [ 293 ] {} TCP-Session: 165ffe6c-88e0-4b36-a6cf-defd780cec1c Authenticating user 'default' from [fd00:1122:3344:101::e]:43895 2026.05.06 00:28:16.957585 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33065 2026.05.06 00:28:16.957697 [ 293 ] {} TCP-Session: 165ffe6c-88e0-4b36-a6cf-defd780cec1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957693 [ 290 ] {} TCP-Session: f5a86d4f-2547-4916-b7af-3d6bebc51a31 Authenticating user 'default' from [fd00:1122:3344:101::e]:55183 2026.05.06 00:28:16.957742 [ 293 ] {} TCP-Session: 165ffe6c-88e0-4b36-a6cf-defd780cec1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957689 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.957769 [ 290 ] {} TCP-Session: f5a86d4f-2547-4916-b7af-3d6bebc51a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957781 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.957811 [ 290 ] {} TCP-Session: f5a86d4f-2547-4916-b7af-3d6bebc51a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957816 [ 292 ] {} TCP-Session: fa43fbf4-27ce-49e1-ac27-eb593b26019c Authenticating user 'default' from [fd00:1122:3344:101::e]:35611 2026.05.06 00:28:16.957833 [ 286 ] {} TCP-Session: 4db12061-5839-4afd-b522-86fedda2533f Authenticating user 'default' from [fd00:1122:3344:101::e]:33065 2026.05.06 00:28:16.957859 [ 292 ] {} TCP-Session: fa43fbf4-27ce-49e1-ac27-eb593b26019c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957879 [ 286 ] {} TCP-Session: 4db12061-5839-4afd-b522-86fedda2533f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957894 [ 292 ] {} TCP-Session: fa43fbf4-27ce-49e1-ac27-eb593b26019c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957909 [ 286 ] {} TCP-Session: 4db12061-5839-4afd-b522-86fedda2533f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.957794 [ 287 ] {549c015a-6cfb-4367-bf24-0837e253e009} executeQuery: (from [fd00:1122:3344:101::e]:60140) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:28:16.957561 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50244 2026.05.06 00:28:16.957461 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44454 2026.05.06 00:28:16.957645 [ 289 ] {} TCP-Session: 3a4742d9-c451-4ae1-be72-893fe428a443 Authenticating user 'default' from [fd00:1122:3344:101::e]:54717 2026.05.06 00:28:16.957574 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49974 2026.05.06 00:28:16.958041 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.958067 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.958094 [ 294 ] {} TCP-Session: 7fe36229-11d6-4b9e-9a6c-76373ac680bc Authenticating user 'default' from [fd00:1122:3344:101::e]:50244 2026.05.06 00:28:16.958110 [ 291 ] {} TCP-Session: 6f200b0f-22a6-478a-a5e8-109954761398 Authenticating user 'default' from [fd00:1122:3344:101::e]:44454 2026.05.06 00:28:16.958118 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:28:16.958125 [ 294 ] {} TCP-Session: 7fe36229-11d6-4b9e-9a6c-76373ac680bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958141 [ 291 ] {} TCP-Session: 6f200b0f-22a6-478a-a5e8-109954761398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958158 [ 277 ] {} TCP-Session: fcca3a94-16a4-4c9f-95ed-9b8ae5d24642 Authenticating user 'default' from [fd00:1122:3344:101::e]:49974 2026.05.06 00:28:16.958176 [ 294 ] {} TCP-Session: 7fe36229-11d6-4b9e-9a6c-76373ac680bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958186 [ 291 ] {} TCP-Session: 6f200b0f-22a6-478a-a5e8-109954761398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958213 [ 287 ] {549c015a-6cfb-4367-bf24-0837e253e009} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:28:16.958204 [ 277 ] {} TCP-Session: fcca3a94-16a4-4c9f-95ed-9b8ae5d24642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958051 [ 289 ] {} TCP-Session: 3a4742d9-c451-4ae1-be72-893fe428a443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958266 [ 277 ] {} TCP-Session: fcca3a94-16a4-4c9f-95ed-9b8ae5d24642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958299 [ 289 ] {} TCP-Session: 3a4742d9-c451-4ae1-be72-893fe428a443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.958276 [ 287 ] {549c015a-6cfb-4367-bf24-0837e253e009} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:16.958619 [ 287 ] {549c015a-6cfb-4367-bf24-0837e253e009} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:28:16.959532 [ 323 ] {549c015a-6cfb-4367-bf24-0837e253e009} AggregatingTransform: Aggregating 2026.05.06 00:28:16.959623 [ 323 ] {549c015a-6cfb-4367-bf24-0837e253e009} Aggregator: Aggregation method: without_key 2026.05.06 00:28:16.959660 [ 323 ] {549c015a-6cfb-4367-bf24-0837e253e009} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941903 sec. (1061.680 rows/sec., 41.47 KiB/sec.) 2026.05.06 00:28:16.959679 [ 323 ] {549c015a-6cfb-4367-bf24-0837e253e009} Aggregator: Merging aggregated data 2026.05.06 00:28:16.961170 [ 287 ] {549c015a-6cfb-4367-bf24-0837e253e009} executeQuery: Read 1 rows, 40.00 B in 0.003428 sec., 291.71528588098016 rows/sec., 11.40 KiB/sec. 2026.05.06 00:28:16.961299 [ 287 ] {549c015a-6cfb-4367-bf24-0837e253e009} TCPHandler: Processed in 0.003809951 sec. 2026.05.06 00:28:16.961417 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961445 [ 287 ] {} TCP-Session: 6bc6a54b-8f33-4ce6-b8f1-283fe81ddd88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961447 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961465 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961493 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961499 [ 289 ] {} TCP-Session: 3a4742d9-c451-4ae1-be72-893fe428a443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961518 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961551 [ 286 ] {} TCP-Session: 4db12061-5839-4afd-b522-86fedda2533f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961562 [ 277 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961587 [ 290 ] {} TCP-Session: f5a86d4f-2547-4916-b7af-3d6bebc51a31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961598 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961614 [ 277 ] {} TCP-Session: fcca3a94-16a4-4c9f-95ed-9b8ae5d24642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961628 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961656 [ 292 ] {} TCP-Session: fa43fbf4-27ce-49e1-ac27-eb593b26019c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961680 [ 291 ] {} TCP-Session: 6f200b0f-22a6-478a-a5e8-109954761398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961565 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.06 00:28:16.961531 [ 293 ] {} TCP-Session: 165ffe6c-88e0-4b36-a6cf-defd780cec1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:16.961750 [ 294 ] {} TCP-Session: 7fe36229-11d6-4b9e-9a6c-76373ac680bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:28:17.312394 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12000 2026.05.06 00:28:17.312936 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.312977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.313472 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:28:17.313701 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.313844 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12000 2026.05.06 00:28:17.343898 [ 57 ] {} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 00:28:17.343967 [ 57 ] {} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.343992 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.344122 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.06 00:28:17.344282 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:17.344319 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 149 rows starting from the beginning of the part 2026.05.06 00:28:17.344384 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 825 rows starting from the beginning of the part 2026.05.06 00:28:17.344431 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 825 rows starting from the beginning of the part 2026.05.06 00:28:17.344477 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 825 rows starting from the beginning of the part 2026.05.06 00:28:17.344514 [ 188 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 825 rows starting from the beginning of the part 2026.05.06 00:28:17.345752 [ 190 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 3449 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686203 sec., 2045423.949548186 rows/sec., 127.99 MiB/sec. 2026.05.06 00:28:17.345990 [ 201 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 00:28:17.346312 [ 201 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.346402 [ 201 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_9_2} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 00:28:17.346496 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.05.06 00:28:17.378684 [ 57 ] {} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 00:28:17.378781 [ 57 ] {} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.378822 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.379003 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.06 00:28:17.379161 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:17.379201 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.05.06 00:28:17.379274 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.05.06 00:28:17.379327 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.06 00:28:17.379374 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.06 00:28:17.379415 [ 190 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.05.06 00:28:17.380262 [ 201 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319628 sec., 287959.9402255787 rows/sec., 20.80 MiB/sec. 2026.05.06 00:28:17.380430 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 00:28:17.380735 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.380814 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_9_2} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 00:28:17.380886 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.06 00:28:17.692690 [ 56 ] {} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.06 00:28:17.692752 [ 56 ] {} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.692774 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.692900 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.06 00:28:17.693056 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:17.693094 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.05.06 00:28:17.693172 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.05.06 00:28:17.693220 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.05.06 00:28:17.693263 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.05.06 00:28:17.693303 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.05.06 00:28:17.694162 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319678 sec., 148521.07862675595 rows/sec., 9.72 MiB/sec. 2026.05.06 00:28:17.694310 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.06 00:28:17.694572 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.694652 [ 190 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_9_2} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.06 00:28:17.694729 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.06 00:28:17.783129 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.783378 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:17.783845 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:17.783896 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:17.784155 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:17.784250 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:17.784408 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:28:17.784530 [ 304 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:17.784541 [ 332 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:17.784541 [ 303 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:17.784680 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:17.784711 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:17.784805 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:17.784827 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:17.784866 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:17.784927 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:17.784996 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:17.786366 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} executeQuery: Read 50 rows, 4.03 KiB in 0.003087 sec., 16196.954972465177 rows/sec., 1.27 MiB/sec. 2026.05.06 00:28:17.786550 [ 278 ] {9d0cd6d0-7e61-449c-a07a-a75173d8ebf0} TCPHandler: Processed in 0.003564688 sec. 2026.05.06 00:28:17.788470 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.788628 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:17.788701 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:17.789449 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.789511 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.790030 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:28:17.790395 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.790663 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} executeQuery: Read 78 rows, 6.61 KiB in 0.002089 sec., 37338.439444710384 rows/sec., 3.09 MiB/sec. 2026.05.06 00:28:17.790730 [ 278 ] {0f0f7fcd-b3f9-4958-be3e-7cd185f3f8a6} TCPHandler: Processed in 0.002333262 sec. 2026.05.06 00:28:17.790873 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.790981 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:17.791028 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:17.791514 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.791554 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.791888 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:28:17.792122 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.792257 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} executeQuery: Read 11 rows, 847.00 B in 0.001303 sec., 8442.05679201842 rows/sec., 634.80 KiB/sec. 2026.05.06 00:28:17.792299 [ 278 ] {ede17389-0043-4eeb-bbba-5f4f0c0fca87} TCPHandler: Processed in 0.0014788 sec. 2026.05.06 00:28:17.792424 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.792519 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:17.792562 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:17.793009 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.793049 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.793378 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:28:17.793653 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.793819 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} executeQuery: Read 75 rows, 6.00 KiB in 0.001316 sec., 56990.88145896657 rows/sec., 4.45 MiB/sec. 2026.05.06 00:28:17.793874 [ 278 ] {a19fdf66-8a50-4d7b-8f14-afc3440fcfb7} TCPHandler: Processed in 0.0014989 sec. 2026.05.06 00:28:17.794023 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.794121 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:17.794165 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:17.794608 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.794645 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.794996 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:28:17.795218 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.795364 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.05.06 00:28:17.795416 [ 278 ] {41553181-85f0-4def-9627-bbd28618d162} TCPHandler: Processed in 0.001446299 sec. 2026.05.06 00:28:17.795581 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.795750 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:17.795828 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:17.796872 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.796927 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.797745 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:28:17.798034 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.798217 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} executeQuery: Read 11 rows, 20.18 KiB in 0.002541 sec., 4329.0043290043295 rows/sec., 7.76 MiB/sec. 2026.05.06 00:28:17.798339 [ 278 ] {682615f5-cb0f-4e35-aa1e-39209c046e37} TCPHandler: Processed in 0.002816818 sec. 2026.05.06 00:28:17.798510 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:17.798614 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:17.798662 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:17.799061 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.799103 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.799532 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:28:17.799816 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.800096 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. 2026.05.06 00:28:17.800148 [ 278 ] {6d59d38e-75fc-480d-aa6a-bf0c8a0e3f1b} TCPHandler: Processed in 0.001701043 sec. 2026.05.06 00:28:17.941221 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.05.06 00:28:17.959707 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:17.959781 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:17.965280 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:28:17.965993 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:17.969725 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.05.06 00:28:18.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 263.43 MiB, peak 272.11 MiB, free memory in arenas 0.00 B, will set to 262.33 MiB (RSS), difference: -1.10 MiB 2026.05.06 00:28:19.764955 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 722 2026.05.06 00:28:19.767388 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:19.767423 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.06 00:28:19.768622 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:28:19.768893 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:19.769149 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 722 2026.05.06 00:28:22.787999 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.788281 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:28:22.788671 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:22.788709 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:28:22.788958 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:22.789026 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:22.789169 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 33-element set) 2026.05.06 00:28:22.789287 [ 325 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:22.789288 [ 347 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:22.789304 [ 342 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:22.789467 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:22.789494 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:22.789579 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:22.789599 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:22.789634 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:22.789672 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:22.789708 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:22.790978 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} executeQuery: Read 50 rows, 8.14 KiB in 0.002815 sec., 17761.989342806395 rows/sec., 2.83 MiB/sec. 2026.05.06 00:28:22.791115 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} MemoryTracker: Peak memory usage (for query): 141.03 KiB. 2026.05.06 00:28:22.791131 [ 278 ] {1509d330-99df-4097-8903-4ac907264e50} TCPHandler: Processed in 0.003273024 sec. 2026.05.06 00:28:22.796600 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.796731 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.06 00:28:22.796782 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:22.797367 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.797416 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.797839 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.06 00:28:22.798035 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.798179 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} executeQuery: Read 1 rows, 106.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 69.66 KiB/sec. 2026.05.06 00:28:22.798218 [ 278 ] {09d23026-28a4-48b2-a77c-427d0a4a7248} TCPHandler: Processed in 0.001677433 sec. 2026.05.06 00:28:22.798336 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.798430 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.798470 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:28:22.799000 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.799036 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.799351 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:28:22.799555 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.799678 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} executeQuery: Read 284 rows, 18.47 KiB in 0.001269 sec., 223798.26635145786 rows/sec., 14.21 MiB/sec. 2026.05.06 00:28:22.799712 [ 278 ] {f8c0728f-69f0-4152-b5e2-7db7bee8fd3f} TCPHandler: Processed in 0.001428469 sec. 2026.05.06 00:28:22.799829 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.799915 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:28:22.799951 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:28:22.800320 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.800352 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.800673 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:28:22.800879 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.801003 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} executeQuery: Read 4 rows, 334.00 B in 0.001086 sec., 3683.241252302026 rows/sec., 300.34 KiB/sec. 2026.05.06 00:28:22.801039 [ 278 ] {87eb4119-4a08-48c8-b693-99153fc655da} TCPHandler: Processed in 0.001243817 sec. 2026.05.06 00:28:22.801152 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.801243 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:22.801281 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:22.802088 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.802123 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.802464 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:28:22.802678 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.802814 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} executeQuery: Read 862 rows, 68.95 KiB in 0.001588 sec., 542821.1586901763 rows/sec., 42.40 MiB/sec. 2026.05.06 00:28:22.802852 [ 278 ] {74c67fe8-20b9-48da-9612-6a9098f613b4} TCPHandler: Processed in 0.001746653 sec. 2026.05.06 00:28:22.802967 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.803059 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.803098 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:22.803568 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.803603 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.803904 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:28:22.804119 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.804242 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} executeQuery: Read 177 rows, 11.15 KiB in 0.0012 sec., 147500 rows/sec., 9.08 MiB/sec. 2026.05.06 00:28:22.804279 [ 278 ] {9dc929de-bd9d-4588-bdd0-ac81136a5012} TCPHandler: Processed in 0.001358298 sec. 2026.05.06 00:28:22.804395 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.804486 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.804525 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:28:22.804976 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.805012 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.805302 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:28:22.805505 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.805625 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} executeQuery: Read 150 rows, 9.92 KiB in 0.001156 sec., 129757.78546712804 rows/sec., 8.38 MiB/sec. 2026.05.06 00:28:22.805663 [ 278 ] {a91e1fbe-b296-42ea-a10d-8154aa64e6c2} TCPHandler: Processed in 0.001315377 sec. 2026.05.06 00:28:22.805787 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.805878 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.805916 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:28:22.806369 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.806404 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.806690 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:28:22.806893 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.807016 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} executeQuery: Read 148 rows, 8.62 KiB in 0.001155 sec., 128138.52813852814 rows/sec., 7.29 MiB/sec. 2026.05.06 00:28:22.807052 [ 278 ] {28f23a2a-2e14-4b27-98e4-ef50c7d4c095} TCPHandler: Processed in 0.001312188 sec. 2026.05.06 00:28:22.807168 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.807259 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:22.807297 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:22.807970 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.808005 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.808315 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:28:22.808530 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.808664 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} executeQuery: Read 525 rows, 37.99 KiB in 0.001422 sec., 369198.3122362869 rows/sec., 26.09 MiB/sec. 2026.05.06 00:28:22.808701 [ 278 ] {a2196863-c8e4-49ad-a532-004f44412fc8} TCPHandler: Processed in 0.001579911 sec. 2026.05.06 00:28:22.808825 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.808916 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:28:22.808956 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:28:22.809286 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.809321 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.809610 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:28:22.809817 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.809941 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2026.05.06 00:28:22.809976 [ 278 ] {aa701bdd-e4b9-47fb-ac18-4cdd7f2953a5} TCPHandler: Processed in 0.001198396 sec. 2026.05.06 00:28:22.810104 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.810195 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.810236 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:22.810635 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.810673 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.810994 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:28:22.811201 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.811331 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} executeQuery: Read 267 rows, 18.17 KiB in 0.001153 sec., 231569.8178664354 rows/sec., 15.39 MiB/sec. 2026.05.06 00:28:22.811367 [ 278 ] {c0c0b849-5230-404d-ad20-95ab6b330bcd} TCPHandler: Processed in 0.001309347 sec. 2026.05.06 00:28:22.811490 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.811581 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.811622 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:28:22.811945 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.811979 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.812268 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:28:22.812485 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.812607 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} executeQuery: Read 2 rows, 134.00 B in 0.001044 sec., 1915.7088122605364 rows/sec., 125.34 KiB/sec. 2026.05.06 00:28:22.812643 [ 278 ] {835e8248-9c9f-4f74-a58b-2e4ca9804b24} TCPHandler: Processed in 0.001198706 sec. 2026.05.06 00:28:22.812755 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.812847 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.812901 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:22.813680 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.813715 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.814228 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:28:22.814442 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.814576 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} executeQuery: Read 31 rows, 56.88 KiB in 0.001746 sec., 17754.86827033219 rows/sec., 31.82 MiB/sec. 2026.05.06 00:28:22.814629 [ 278 ] {3e1b100c-522b-46b4-b843-5f3a4976e6f6} TCPHandler: Processed in 0.001919676 sec. 2026.05.06 00:28:22.814752 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:22.814843 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:22.814883 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:22.815207 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:22.815242 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:22.815531 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:28:22.815738 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:22.815868 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} executeQuery: Read 90 rows, 5.77 KiB in 0.001042 sec., 86372.36084452976 rows/sec., 5.40 MiB/sec. 2026.05.06 00:28:22.815904 [ 278 ] {035b158b-f2f6-48c1-a830-5338b9549f99} TCPHandler: Processed in 0.001198906 sec. 2026.05.06 00:28:23.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 263.35 MiB, peak 272.11 MiB, free memory in arenas 0.00 B, will set to 262.33 MiB (RSS), difference: -1.02 MiB 2026.05.06 00:28:24.648940 [ 47 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:28:24.649019 [ 47 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:28:24.814034 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12448 2026.05.06 00:28:24.814734 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:24.814768 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:24.815248 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:28:24.815476 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:24.815604 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12448 2026.05.06 00:28:24.815636 [ 38 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:28:24.815710 [ 38 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:24.815735 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:24.815861 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:28:24.815989 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:24.816031 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10080 rows starting from the beginning of the part 2026.05.06 00:28:24.816105 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.05.06 00:28:24.816154 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.05.06 00:28:24.816200 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.05.06 00:28:24.816244 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.05.06 00:28:24.816286 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.05.06 00:28:24.820776 [ 201 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12448 rows, containing 4 columns (4 merged, 0 gathered) in 0.004966567 sec., 2506359.020224634 rows/sec., 35.85 MiB/sec. 2026.05.06 00:28:24.821052 [ 201 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:28:24.821358 [ 201 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:24.821439 [ 201 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_26_5} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:28:24.821517 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.06 00:28:25.469879 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.05.06 00:28:25.486756 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:25.486809 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:25.492955 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:28:25.493660 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:25.493966 [ 45 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:28:25.494033 [ 45 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:25.494057 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:25.494176 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:28:25.496523 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.05.06 00:28:25.497981 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:25.499384 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.05.06 00:28:25.503792 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.05.06 00:28:25.508131 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.05.06 00:28:25.512521 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.05.06 00:28:25.517105 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.05.06 00:28:25.520935 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.05.06 00:28:25.573798 [ 199 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.079674284 sec., 2460.015831456986 rows/sec., 12.72 MiB/sec. 2026.05.06 00:28:25.576714 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:28:25.578805 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:25.578912 [ 198 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_26_5} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:28:25.581785 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.06 00:28:26.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 263.52 MiB, peak 274.06 MiB, free memory in arenas 0.00 B, will set to 268.98 MiB (RSS), difference: 5.46 MiB 2026.05.06 00:28:27.782731 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.782979 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:27.783355 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:27.783398 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:27.783651 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:27.783727 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:27.783864 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:28:27.783973 [ 325 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:27.783985 [ 307 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:27.783996 [ 347 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:27.784035 [ 342 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:27.784187 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:27.784214 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:27.784298 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:27.784318 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:27.784351 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:27.784388 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:27.784428 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:27.785614 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} executeQuery: Read 50 rows, 4.03 KiB in 0.002738 sec., 18261.504747991235 rows/sec., 1.44 MiB/sec. 2026.05.06 00:28:27.785745 [ 278 ] {bbcea44d-31fe-436e-8448-fe1eb22c8cc2} TCPHandler: Processed in 0.003145242 sec. 2026.05.06 00:28:27.787605 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.787719 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:27.787768 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:27.788352 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:27.788393 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:27.788807 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 00:28:27.789027 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:27.789166 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} executeQuery: Read 78 rows, 6.61 KiB in 0.001485 sec., 52525.25252525252 rows/sec., 4.35 MiB/sec. 2026.05.06 00:28:27.789204 [ 278 ] {e4cf303a-78b1-4f48-bc41-89c8a6993f4c} TCPHandler: Processed in 0.001646002 sec. 2026.05.06 00:28:27.789340 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.789434 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:27.789474 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:27.789867 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:27.789901 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:27.790203 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:28:27.790415 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:27.790538 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} executeQuery: Read 11 rows, 847.00 B in 0.001122 sec., 9803.921568627451 rows/sec., 737.21 KiB/sec. 2026.05.06 00:28:27.790573 [ 278 ] {e2a8e369-09f1-47d1-87da-ffa5fc4e579d} TCPHandler: Processed in 0.001280057 sec. 2026.05.06 00:28:27.790686 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.790781 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:27.790820 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:27.791235 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:27.791269 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:27.791567 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 00:28:27.791782 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:27.791904 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} executeQuery: Read 75 rows, 6.00 KiB in 0.00114 sec., 65789.47368421053 rows/sec., 5.14 MiB/sec. 2026.05.06 00:28:27.791940 [ 278 ] {7ad06b6a-e9ba-41f3-90a9-6bfad9ea630b} TCPHandler: Processed in 0.001300468 sec. 2026.05.06 00:28:27.792054 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.792146 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:27.792187 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:27.792584 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:27.792618 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:27.792954 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 00:28:27.793159 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:27.793283 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.05.06 00:28:27.793318 [ 278 ] {1882a0a3-0e12-4e55-b44f-cf07cd619ad9} TCPHandler: Processed in 0.001310897 sec. 2026.05.06 00:28:27.793424 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.793516 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:27.793568 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:27.794281 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:27.794314 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:27.794841 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:28:27.795060 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:27.795194 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} executeQuery: Read 11 rows, 20.18 KiB in 0.001696 sec., 6485.8490566037735 rows/sec., 11.62 MiB/sec. 2026.05.06 00:28:27.795245 [ 278 ] {1c29cac0-4f10-47cf-8fac-6cfe0e7a8b1d} TCPHandler: Processed in 0.001867795 sec. 2026.05.06 00:28:27.795387 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:27.795508 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:27.795560 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:27.795947 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:27.795983 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:27.796313 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 00:28:27.796525 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:27.796657 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.05.06 00:28:27.796694 [ 278 ] {8c627e97-f5af-48e8-85ca-6c690006bfd1} TCPHandler: Processed in 0.001369479 sec. 2026.05.06 00:28:29.769456 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 764 2026.05.06 00:28:29.772038 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:29.772103 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:29.773384 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.06 00:28:29.773703 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:29.774096 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 764 2026.05.06 00:28:32.315756 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12960 2026.05.06 00:28:32.316616 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.316682 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.317402 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:28:32.317614 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.317802 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12960 2026.05.06 00:28:32.787998 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.788365 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:28:32.788926 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:32.788963 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:28:32.789201 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:32.789267 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:32.789406 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 00:28:32.789503 [ 325 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:32.789530 [ 340 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:32.789530 [ 347 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:32.789567 [ 342 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:32.789848 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:32.789877 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:32.789959 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:32.789979 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:32.790014 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:32.790145 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:32.790185 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:32.791333 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} executeQuery: Read 50 rows, 8.14 KiB in 0.003135 sec., 15948.963317384369 rows/sec., 2.54 MiB/sec. 2026.05.06 00:28:32.791464 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} MemoryTracker: Peak memory usage (for query): 148.41 KiB. 2026.05.06 00:28:32.791479 [ 278 ] {a3cb18ce-da24-4ec3-bbdf-1e5919b05d87} TCPHandler: Processed in 0.003647869 sec. 2026.05.06 00:28:32.797059 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.797186 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.797237 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:28:32.797893 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.797929 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.798298 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:28:32.798521 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.798673 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} executeQuery: Read 284 rows, 18.47 KiB in 0.001524 sec., 186351.70603674543 rows/sec., 11.84 MiB/sec. 2026.05.06 00:28:32.798711 [ 278 ] {318838e0-606c-4055-8359-a40002a390a7} TCPHandler: Processed in 0.001711333 sec. 2026.05.06 00:28:32.798849 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.798966 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:32.799015 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:32.799927 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.799962 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.800347 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 00:28:32.800574 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.800704 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} executeQuery: Read 859 rows, 68.71 KiB in 0.001761 sec., 487791.02782509936 rows/sec., 38.10 MiB/sec. 2026.05.06 00:28:32.800741 [ 278 ] {3b4be56a-ff38-417e-8791-5953804094d9} TCPHandler: Processed in 0.001954456 sec. 2026.05.06 00:28:32.800860 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.800954 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.800994 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:32.801433 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.801467 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.801774 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:28:32.801993 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.802122 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} executeQuery: Read 173 rows, 10.87 KiB in 0.001186 sec., 145868.46543001686 rows/sec., 8.95 MiB/sec. 2026.05.06 00:28:32.802159 [ 278 ] {8b2dc512-3c76-41a8-a15c-29e24c34726f} TCPHandler: Processed in 0.001347778 sec. 2026.05.06 00:28:32.802273 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.802366 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.802406 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:28:32.802832 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.802866 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.803177 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:28:32.803403 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.803533 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} executeQuery: Read 149 rows, 9.86 KiB in 0.001185 sec., 125738.39662447256 rows/sec., 8.12 MiB/sec. 2026.05.06 00:28:32.803571 [ 278 ] {07d86e7f-1aec-4864-96e2-481066636fa3} TCPHandler: Processed in 0.001346298 sec. 2026.05.06 00:28:32.803700 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.803794 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.803833 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:28:32.804252 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.804288 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.804590 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.06 00:28:32.804805 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.804936 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} executeQuery: Read 148 rows, 8.62 KiB in 0.001159 sec., 127696.28990509058 rows/sec., 7.26 MiB/sec. 2026.05.06 00:28:32.804972 [ 278 ] {8c7e7429-b23d-4633-b2ea-5bd22bc76a8f} TCPHandler: Processed in 0.001320808 sec. 2026.05.06 00:28:32.805091 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.805184 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:32.805224 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:32.805806 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.805840 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.806163 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 00:28:32.806377 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.806503 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} executeQuery: Read 521 rows, 37.66 KiB in 0.001336 sec., 389970.05988023954 rows/sec., 27.53 MiB/sec. 2026.05.06 00:28:32.806539 [ 278 ] {4fa3b568-08b9-45f4-9d7c-a192339ed385} TCPHandler: Processed in 0.00149714 sec. 2026.05.06 00:28:32.806650 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.806743 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:28:32.806785 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:28:32.807111 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.807146 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.807450 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:28:32.807666 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.807792 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.05.06 00:28:32.807828 [ 278 ] {2de3c575-c676-4fa8-a7c0-cf8d753d3e77} TCPHandler: Processed in 0.001226276 sec. 2026.05.06 00:28:32.807934 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.808036 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.808080 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:32.808520 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.808556 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.808920 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 00:28:32.809143 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.809273 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} executeQuery: Read 265 rows, 18.03 KiB in 0.001256 sec., 210987.26114649684 rows/sec., 14.02 MiB/sec. 2026.05.06 00:28:32.809311 [ 278 ] {92cb71ae-193e-4fe5-9b49-ac7521fb5022} TCPHandler: Processed in 0.001426539 sec. 2026.05.06 00:28:32.809427 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.809521 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.809563 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:28:32.809893 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.809927 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.810216 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:28:32.810421 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.810548 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} executeQuery: Read 1 rows, 69.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 64.42 KiB/sec. 2026.05.06 00:28:32.810584 [ 278 ] {594e54d9-b43b-4e27-a6c0-b3680dac5050} TCPHandler: Processed in 0.001206927 sec. 2026.05.06 00:28:32.810694 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.810788 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.810843 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:32.811646 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.811683 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.812243 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:28:32.812461 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.812598 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} executeQuery: Read 31 rows, 56.88 KiB in 0.001828 sec., 16958.424507658645 rows/sec., 30.39 MiB/sec. 2026.05.06 00:28:32.812658 [ 278 ] {0558883a-9578-4c8f-bcff-00f54ab7df66} TCPHandler: Processed in 0.002012298 sec. 2026.05.06 00:28:32.812792 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:32.812886 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:32.812927 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:32.813263 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:32.813300 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:32.813614 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 00:28:32.813835 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:32.813962 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.05.06 00:28:32.813999 [ 278 ] {8e8a48a3-a94a-448d-855e-b909d6cffcc3} TCPHandler: Processed in 0.001257287 sec. 2026.05.06 00:28:32.996687 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.05.06 00:28:33.013162 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.013256 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.019644 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:28:33.020456 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.024238 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.05.06 00:28:33.040187 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.040431 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:28:33.040823 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:33.040868 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:28:33.041103 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:33.041172 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:33.041312 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.06 00:28:33.041405 [ 340 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:33.041405 [ 347 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:33.041429 [ 325 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:33.041429 [ 301 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:33.041562 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:33.041585 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:33.041671 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:33.041691 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:33.041725 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:28:33.041763 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:28:33.041797 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:28:33.042870 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} executeQuery: Read 50 rows, 8.14 KiB in 0.002543 sec., 19661.81675186787 rows/sec., 3.13 MiB/sec. 2026.05.06 00:28:33.042973 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} MemoryTracker: Peak memory usage (for query): 136.98 KiB. 2026.05.06 00:28:33.042988 [ 278 ] {217a1466-007d-461b-917e-8ad116f94805} TCPHandler: Processed in 0.00291986 sec. 2026.05.06 00:28:33.054293 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.054422 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:28:33.054476 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:28:33.055000 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.055041 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.055387 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:28:33.055608 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.055762 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} executeQuery: Read 8 rows, 668.00 B in 0.001375 sec., 5818.181818181819 rows/sec., 474.43 KiB/sec. 2026.05.06 00:28:33.055804 [ 278 ] {8756e7fc-aead-47bc-813b-7111d40d4f4f} TCPHandler: Processed in 0.001570821 sec. 2026.05.06 00:28:33.055930 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.056027 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:33.056067 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:33.057418 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.057456 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.057943 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 00:28:33.058157 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.058276 [ 33 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 00:28:33.058295 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} executeQuery: Read 2427 rows, 183.83 KiB in 0.002288 sec., 1060751.7482517483 rows/sec., 78.46 MiB/sec. 2026.05.06 00:28:33.058344 [ 33 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.058358 [ 278 ] {b8970544-6311-4113-98e7-dbf1f61270fe} TCPHandler: Processed in 0.002478184 sec. 2026.05.06 00:28:33.058373 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.058482 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.06 00:28:33.058487 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.058603 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:33.058606 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:33.058648 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3358 rows starting from the beginning of the part 2026.05.06 00:28:33.058668 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:33.058723 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 78 rows starting from the beginning of the part 2026.05.06 00:28:33.058778 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 862 rows starting from the beginning of the part 2026.05.06 00:28:33.058826 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 78 rows starting from the beginning of the part 2026.05.06 00:28:33.058887 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 859 rows starting from the beginning of the part 2026.05.06 00:28:33.058935 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2427 rows starting from the beginning of the part 2026.05.06 00:28:33.059106 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.059147 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.059477 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:28:33.059710 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.059825 [ 33 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:28:33.059852 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} executeQuery: Read 28 rows, 2.06 KiB in 0.001265 sec., 22134.387351778656 rows/sec., 1.59 MiB/sec. 2026.05.06 00:28:33.059860 [ 33 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.059897 [ 278 ] {ac972242-c0b1-4264-ab32-a003ab6de856} TCPHandler: Processed in 0.001458359 sec. 2026.05.06 00:28:33.059896 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.060037 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:28:33.060059 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.060164 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:33.060175 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:28:33.060204 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:33.060225 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:28:33.060277 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:33.060336 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part 2026.05.06 00:28:33.060380 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:28:33.060424 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 173 rows starting from the beginning of the part 2026.05.06 00:28:33.060470 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part 2026.05.06 00:28:33.060911 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.060954 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.061448 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470669 sec., 424976.6602818173 rows/sec., 28.50 MiB/sec. 2026.05.06 00:28:33.061529 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:28:33.061595 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:28:33.061777 [ 200 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 7662 rows, containing 5 columns (5 merged, 0 gathered) in 0.003340295 sec., 2293809.379111725 rows/sec., 182.68 MiB/sec. 2026.05.06 00:28:33.061850 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.061900 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.061997 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} executeQuery: Read 801 rows, 47.38 KiB in 0.001841 sec., 435089.62520369363 rows/sec., 25.13 MiB/sec. 2026.05.06 00:28:33.061999 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_36_7} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:28:33.062042 [ 278 ] {30cb4be2-9338-4fcc-99f4-ae09d5ac00cd} TCPHandler: Processed in 0.002035907 sec. 2026.05.06 00:28:33.062101 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.06 00:28:33.062110 [ 193 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 00:28:33.062173 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.062273 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:33.062314 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:28:33.062382 [ 193 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.062454 [ 193 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_41_8} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 00:28:33.062539 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2026.05.06 00:28:33.062712 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.062752 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.063050 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.06 00:28:33.063260 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.063389 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} executeQuery: Read 1 rows, 72.00 B in 0.001135 sec., 881.057268722467 rows/sec., 61.95 KiB/sec. 2026.05.06 00:28:33.063427 [ 278 ] {9892e190-6c9c-49c8-bb3b-dc15006cc93f} TCPHandler: Processed in 0.001302068 sec. 2026.05.06 00:28:33.063540 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.063632 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:33.063671 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:33.064459 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.064494 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.064873 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 00:28:33.065083 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.065181 [ 27 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 00:28:33.065207 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} executeQuery: Read 1307 rows, 89.49 KiB in 0.001593 sec., 820464.5323289391 rows/sec., 54.86 MiB/sec. 2026.05.06 00:28:33.065225 [ 27 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.065244 [ 278 ] {08a3ce10-e16a-47f6-921d-c902dcf940d2} TCPHandler: Processed in 0.001751514 sec. 2026.05.06 00:28:33.065247 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.065336 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.06 00:28:33.065366 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.065435 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:33.065463 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:33.065470 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:28:33.065512 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:33.065545 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 75 rows starting from the beginning of the part 2026.05.06 00:28:33.065595 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 525 rows starting from the beginning of the part 2026.05.06 00:28:33.065636 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part 2026.05.06 00:28:33.065677 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 521 rows starting from the beginning of the part 2026.05.06 00:28:33.065717 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1307 rows starting from the beginning of the part 2026.05.06 00:28:33.066174 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.066214 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.066731 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 00:28:33.066944 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.067053 [ 27 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 00:28:33.067075 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} executeQuery: Read 1500 rows, 93.18 KiB in 0.00163 sec., 920245.3987730062 rows/sec., 55.83 MiB/sec. 2026.05.06 00:28:33.067088 [ 27 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.067108 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.067112 [ 278 ] {43056672-eb66-4df8-8c57-9eca2c9231ff} TCPHandler: Processed in 0.001792554 sec. 2026.05.06 00:28:33.067142 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4333 rows, containing 5 columns (5 merged, 0 gathered) in 0.001837115 sec., 2358589.418735354 rows/sec., 171.05 MiB/sec. 2026.05.06 00:28:33.067171 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.06 00:28:33.067230 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.067263 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:33.067296 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13998 rows starting from the beginning of the part 2026.05.06 00:28:33.067336 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:33.067341 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:33.067370 [ 189 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 00:28:33.067395 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 267 rows starting from the beginning of the part 2026.05.06 00:28:33.067399 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:33.067432 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:33.067469 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::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.06 00:28:33.067510 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1500 rows starting from the beginning of the part 2026.05.06 00:28:33.067662 [ 189 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.067739 [ 189 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_41_8} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 00:28:33.067811 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.05.06 00:28:33.068193 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.068233 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.068805 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:28:33.069035 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.069151 [ 27 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:28:33.069184 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} executeQuery: Read 20 rows, 36.70 KiB in 0.001866 sec., 10718.113612004287 rows/sec., 19.21 MiB/sec. 2026.05.06 00:28:33.069188 [ 27 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.069220 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.069237 [ 278 ] {3a3a2423-85fa-47bc-8d7d-123a81039e6f} TCPHandler: Processed in 0.002054177 sec. 2026.05.06 00:28:33.069292 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:28:33.069353 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:33.069449 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:33.069494 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:33.069522 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:33.069597 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part 2026.05.06 00:28:33.069722 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:33.069831 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.069858 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:33.069870 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.069987 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:33.070101 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:33.070218 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:28:33.070218 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 00:28:33.070455 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.070561 [ 27 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 00:28:33.070590 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} executeQuery: Read 12 rows, 848.00 B in 0.001158 sec., 10362.694300518135 rows/sec., 715.13 KiB/sec. 2026.05.06 00:28:33.070592 [ 27 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:33.070628 [ 278 ] {f0f8f0ab-66ef-44ec-bdd4-77949b762711} TCPHandler: Processed in 0.001320648 sec. 2026.05.06 00:28:33.070628 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.05.06 00:28:33.070713 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.06 00:28:33.070806 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:33.070832 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1890 rows starting from the beginning of the part 2026.05.06 00:28:33.070901 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:33.070945 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part 2026.05.06 00:28:33.070981 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:33.071017 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::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.06 00:28:33.071056 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part 2026.05.06 00:28:33.072622 [ 195 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2202 rows, containing 4 columns (4 merged, 0 gathered) in 0.001941446 sec., 1134206.153557709 rows/sec., 74.77 MiB/sec. 2026.05.06 00:28:33.072802 [ 192 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 16350 rows, containing 5 columns (5 merged, 0 gathered) in 0.005659236 sec., 2889082.554606311 rows/sec., 187.21 MiB/sec. 2026.05.06 00:28:33.072884 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 00:28:33.073134 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.073203 [ 189 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_41_8} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 00:28:33.073261 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.05.06 00:28:33.073628 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 00:28:33.073980 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.074058 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_41_8} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 00:28:33.074151 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2026.05.06 00:28:33.075428 [ 187 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 19 columns (19 merged, 0 gathered) in 0.006167024 sec., 119182.28305905733 rows/sec., 213.57 MiB/sec. 2026.05.06 00:28:33.076499 [ 189 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:28:33.076824 [ 189 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:33.076892 [ 189 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_36_7} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:28:33.076976 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. 2026.05.06 00:28:34.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 270.58 MiB, peak 283.11 MiB, free memory in arenas 0.00 B, will set to 275.82 MiB (RSS), difference: 5.25 MiB 2026.05.06 00:28:37.781600 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:37.781873 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:37.782235 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:37.782270 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:37.782492 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:37.782563 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:37.782707 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:28:37.782810 [ 329 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:37.782812 [ 325 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:37.782845 [ 340 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:37.782811 [ 301 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:37.782980 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:37.783003 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:37.783085 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:37.783105 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:37.783138 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:37.783176 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:37.783213 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:37.784443 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} executeQuery: Read 50 rows, 4.03 KiB in 0.002674 sec., 18698.57890800299 rows/sec., 1.47 MiB/sec. 2026.05.06 00:28:37.784561 [ 278 ] {c147c207-444c-4eb8-9b38-60e3c55d436b} TCPHandler: Processed in 0.003101652 sec. 2026.05.06 00:28:37.786048 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:37.786160 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:37.786204 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:37.786707 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:37.786751 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:37.787145 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 00:28:37.787367 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:37.787520 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} executeQuery: Read 56 rows, 4.41 KiB in 0.001394 sec., 40172.166427546625 rows/sec., 3.09 MiB/sec. 2026.05.06 00:28:37.787562 [ 278 ] {26873d7e-1fe7-4a64-8eba-4205af76d653} TCPHandler: Processed in 0.001565341 sec. 2026.05.06 00:28:37.787682 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:37.787777 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:37.787818 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:37.788238 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:37.788275 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:37.788619 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 00:28:37.788839 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:37.788973 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2026.05.06 00:28:37.789012 [ 278 ] {40b30f35-7b44-4f45-9917-814fe4e16533} TCPHandler: Processed in 0.001378768 sec. 2026.05.06 00:28:37.789128 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:37.789223 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:37.789267 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:37.789645 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:37.789682 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:37.790030 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 00:28:37.790244 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:37.790373 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} executeQuery: Read 128 rows, 9.13 KiB in 0.001169 sec., 109495.29512403764 rows/sec., 7.63 MiB/sec. 2026.05.06 00:28:37.790409 [ 278 ] {7364b7d0-5cd5-46e3-ab97-d1df8aa79b64} TCPHandler: Processed in 0.001330488 sec. 2026.05.06 00:28:37.790526 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:37.790620 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:37.790661 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:37.790992 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:37.791028 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:37.791334 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 00:28:37.791543 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:37.791672 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} executeQuery: Read 48 rows, 3.31 KiB in 0.00107 sec., 44859.81308411215 rows/sec., 3.02 MiB/sec. 2026.05.06 00:28:37.791715 [ 278 ] {9a30c7e9-399a-49ad-8b4b-a445668b47fc} TCPHandler: Processed in 0.001237127 sec. 2026.05.06 00:28:39.649082 [ 105 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:28:39.649158 [ 105 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:28:39.774463 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 818 2026.05.06 00:28:39.777330 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:39.777393 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:39.778730 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.06 00:28:39.779030 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:39.779424 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 818 2026.05.06 00:28:39.817975 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13408 2026.05.06 00:28:39.818510 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:39.818553 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:39.819080 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:28:39.819328 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:39.819466 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13408 2026.05.06 00:28:40.524371 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.05.06 00:28:40.539853 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:40.539903 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:40.545704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:28:40.546604 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:40.551374 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.05.06 00:28:42.787898 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.788156 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:28:42.788541 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:42.788578 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:28:42.788815 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:42.788882 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:42.789023 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 00:28:42.789121 [ 321 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:42.789130 [ 325 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:42.789138 [ 329 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:42.789152 [ 319 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:42.789290 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:42.789316 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:42.789399 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:42.789420 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:42.789453 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:42.789490 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:42.789524 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:42.790807 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} executeQuery: Read 50 rows, 8.14 KiB in 0.002765 sec., 18083.182640144663 rows/sec., 2.88 MiB/sec. 2026.05.06 00:28:42.790949 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} MemoryTracker: Peak memory usage (for query): 148.15 KiB. 2026.05.06 00:28:42.790965 [ 278 ] {667f750a-17ce-4add-9a86-a00546620b34} TCPHandler: Processed in 0.003203033 sec. 2026.05.06 00:28:42.796104 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.796230 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.796282 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:28:42.797141 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.797190 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.797589 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:28:42.797828 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.797975 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} executeQuery: Read 284 rows, 18.47 KiB in 0.001782 sec., 159371.49270482603 rows/sec., 10.12 MiB/sec. 2026.05.06 00:28:42.798017 [ 278 ] {7e928433-ae7d-48db-861a-9e6370c17daf} TCPHandler: Processed in 0.001971546 sec. 2026.05.06 00:28:42.798152 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.798247 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:42.798289 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:42.799096 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.799134 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.799526 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 00:28:42.799744 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.799880 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} executeQuery: Read 859 rows, 68.71 KiB in 0.001652 sec., 519975.7869249394 rows/sec., 40.62 MiB/sec. 2026.05.06 00:28:42.799917 [ 278 ] {9cb1137f-356b-4843-a9b6-0119ad3c3dd2} TCPHandler: Processed in 0.001815084 sec. 2026.05.06 00:28:42.800043 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.800138 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.800179 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:42.800634 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.800670 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.800997 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:28:42.801225 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.801352 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} executeQuery: Read 173 rows, 10.87 KiB in 0.001232 sec., 140422.0779220779 rows/sec., 8.62 MiB/sec. 2026.05.06 00:28:42.801389 [ 278 ] {bfd500b6-a68b-4b16-a904-fad563af032d} TCPHandler: Processed in 0.001395269 sec. 2026.05.06 00:28:42.801513 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.801608 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.801647 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:28:42.802083 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.802118 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.802423 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:28:42.802638 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.802764 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} executeQuery: Read 149 rows, 9.86 KiB in 0.001174 sec., 126916.52470187395 rows/sec., 8.20 MiB/sec. 2026.05.06 00:28:42.802802 [ 278 ] {e177f29b-91e8-407f-beba-9f5bd3394514} TCPHandler: Processed in 0.001338228 sec. 2026.05.06 00:28:42.802925 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.803019 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.803057 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:28:42.803494 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.803530 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.803832 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.06 00:28:42.804050 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.804176 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} executeQuery: Read 148 rows, 8.62 KiB in 0.001176 sec., 125850.34013605442 rows/sec., 7.16 MiB/sec. 2026.05.06 00:28:42.804214 [ 278 ] {e9fdd173-0a68-4d3b-ac61-d916c19315bb} TCPHandler: Processed in 0.001338028 sec. 2026.05.06 00:28:42.804336 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.804429 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:42.804469 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:42.805051 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.805088 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.805421 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 00:28:42.805645 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.805775 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} executeQuery: Read 521 rows, 37.66 KiB in 0.001362 sec., 382525.6975036711 rows/sec., 27.00 MiB/sec. 2026.05.06 00:28:42.805813 [ 278 ] {c335f615-5402-4ea1-b610-aa7c43f2d6ce} TCPHandler: Processed in 0.00152595 sec. 2026.05.06 00:28:42.805933 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.806027 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:28:42.806069 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:28:42.806408 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.806443 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.806748 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:28:42.806959 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.807086 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2026.05.06 00:28:42.807122 [ 278 ] {06a11f91-9b5f-46e5-b004-22c5ec33a02a} TCPHandler: Processed in 0.001238177 sec. 2026.05.06 00:28:42.807235 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.807330 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.807372 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:42.807779 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.807813 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.808146 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 00:28:42.808376 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.808501 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} executeQuery: Read 265 rows, 18.03 KiB in 0.001189 sec., 222876.36669470143 rows/sec., 14.81 MiB/sec. 2026.05.06 00:28:42.808537 [ 278 ] {e4f35b75-c0db-4626-abf8-07470f156d83} TCPHandler: Processed in 0.001350948 sec. 2026.05.06 00:28:42.808651 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.808746 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.808789 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:28:42.809109 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.809144 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.809436 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.06 00:28:42.809652 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.809778 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.05.06 00:28:42.809813 [ 278 ] {77664908-0117-4ca0-8b1b-72bb634550f9} TCPHandler: Processed in 0.001211356 sec. 2026.05.06 00:28:42.809941 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.810033 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.810088 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:42.810868 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.810904 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.811446 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:28:42.811672 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.811811 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} executeQuery: Read 31 rows, 56.88 KiB in 0.001795 sec., 17270.194986072423 rows/sec., 30.95 MiB/sec. 2026.05.06 00:28:42.811870 [ 278 ] {b9669fae-2069-4ba0-9878-61c253309d81} TCPHandler: Processed in 0.001978037 sec. 2026.05.06 00:28:42.811989 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:42.812084 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:42.812125 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:42.812455 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:42.812490 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:42.812795 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 00:28:42.813006 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:42.813132 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} executeQuery: Read 90 rows, 5.77 KiB in 0.001066 sec., 84427.76735459661 rows/sec., 5.28 MiB/sec. 2026.05.06 00:28:42.813167 [ 278 ] {0d6d0436-61dc-404a-ba3d-7cb397c32bdd} TCPHandler: Processed in 0.001227976 sec. 2026.05.06 00:28:45.470937 [ 153 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.06 00:28:45.471017 [ 153 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:45.471043 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:45.471172 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.05.06 00:28:45.471331 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:45.471369 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:28:45.471441 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.05.06 00:28:45.471493 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:28:45.471544 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:28:45.471590 [ 192 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2026.05.06 00:28:45.472440 [ 189 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328118 sec., 28611.915507507612 rows/sec., 2.39 MiB/sec. 2026.05.06 00:28:45.472617 [ 187 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.06 00:28:45.472962 [ 187 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:45.473051 [ 187 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_13_3} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.06 00:28:45.473153 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 00:28:46.890264 [ 152 ] {} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.06 00:28:46.890330 [ 152 ] {} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:46.890352 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:46.890480 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.06 00:28:46.890623 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:46.890656 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.05.06 00:28:46.890722 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.05.06 00:28:46.890767 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.05.06 00:28:46.890812 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.06 00:28:46.890851 [ 189 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.06 00:28:46.891542 [ 187 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001115975 sec., 5376.464526535093 rows/sec., 399.03 KiB/sec. 2026.05.06 00:28:46.891776 [ 191 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.06 00:28:46.892111 [ 191 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:46.892196 [ 191 ] {804207c9-8d70-4f38-b580-d35f77c60cae::all_1_5_1} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.06 00:28:46.892302 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 00:28:47.319608 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13920 2026.05.06 00:28:47.320188 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.320230 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.320737 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:28:47.320969 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.321105 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13920 2026.05.06 00:28:47.783448 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.783664 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:47.784058 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:47.784095 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:47.784312 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:47.784382 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:47.784525 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:28:47.784641 [ 333 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:47.784643 [ 329 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:47.784673 [ 302 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:47.784658 [ 298 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:47.784796 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:47.784822 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:47.784910 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:47.784931 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:47.784966 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:47.785013 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:47.785058 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:47.786135 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} executeQuery: Read 50 rows, 4.03 KiB in 0.002515 sec., 19880.715705765408 rows/sec., 1.56 MiB/sec. 2026.05.06 00:28:47.786277 [ 278 ] {ebe72570-c64d-4b9a-901a-351cadd7fac7} TCPHandler: Processed in 0.00293212 sec. 2026.05.06 00:28:47.788059 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.788170 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:47.788247 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:47.788725 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.788764 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.789144 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 00:28:47.789377 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.789527 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} executeQuery: Read 78 rows, 6.61 KiB in 0.00139 sec., 56115.10791366907 rows/sec., 4.65 MiB/sec. 2026.05.06 00:28:47.789565 [ 278 ] {0a236824-2d11-45ef-9ff5-4db4816cc962} TCPHandler: Processed in 0.001555671 sec. 2026.05.06 00:28:47.789690 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.789785 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:47.789851 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:47.790242 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.790276 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.790579 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:28:47.790803 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.790937 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} executeQuery: Read 11 rows, 847.00 B in 0.001171 sec., 9393.680614859095 rows/sec., 706.36 KiB/sec. 2026.05.06 00:28:47.790975 [ 278 ] {b66b4fac-20bd-4f44-9e67-360e2d3c7a09} TCPHandler: Processed in 0.001333978 sec. 2026.05.06 00:28:47.791089 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.791184 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:47.791223 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:47.791624 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.791659 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.791972 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 00:28:47.792186 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.792312 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} executeQuery: Read 75 rows, 6.00 KiB in 0.001146 sec., 65445.02617801046 rows/sec., 5.11 MiB/sec. 2026.05.06 00:28:47.792348 [ 278 ] {0e22596e-2329-4581-a6bd-3f1013e1cfc9} TCPHandler: Processed in 0.001307257 sec. 2026.05.06 00:28:47.792462 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.792559 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:47.792602 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:47.792994 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.793030 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.793374 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 00:28:47.793584 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.793711 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.05.06 00:28:47.793747 [ 278 ] {ee6e019b-6827-4509-b14b-32da493b1826} TCPHandler: Processed in 0.001333308 sec. 2026.05.06 00:28:47.793863 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.793958 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:47.794013 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:47.794752 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.794787 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.795333 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:28:47.795564 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.795705 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} executeQuery: Read 11 rows, 20.18 KiB in 0.001766 sec., 6228.76557191393 rows/sec., 11.16 MiB/sec. 2026.05.06 00:28:47.795757 [ 278 ] {2158846b-4fbc-4198-8e80-cd98de416101} TCPHandler: Processed in 0.001942886 sec. 2026.05.06 00:28:47.795874 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:47.795969 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:47.796011 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:47.796350 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:47.796385 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:47.796713 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 00:28:47.796935 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:47.797065 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.05.06 00:28:47.797100 [ 278 ] {32f6fef8-9cbf-411d-b391-c634743ba674} TCPHandler: Processed in 0.001275588 sec. 2026.05.06 00:28:48.051547 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.05.06 00:28:48.067153 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:48.067208 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:48.073490 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.06 00:28:48.074169 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:48.076894 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.05.06 00:28:49.779924 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 856 2026.05.06 00:28:49.782633 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:49.782686 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:49.783944 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.06 00:28:49.784230 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:49.784382 [ 150 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.06 00:28:49.784427 [ 150 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:49.784450 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:49.784599 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.06 00:28:49.784622 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 856 2026.05.06 00:28:49.785167 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:49.785306 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 640 rows starting from the beginning of the part 2026.05.06 00:28:49.785695 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2026.05.06 00:28:49.786052 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2026.05.06 00:28:49.786402 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part 2026.05.06 00:28:49.786729 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part 2026.05.06 00:28:49.787043 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part 2026.05.06 00:28:49.793344 [ 187 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 856 rows, containing 72 columns (72 merged, 0 gathered) in 0.008816449 sec., 97091.24387834602 rows/sec., 82.78 MiB/sec. 2026.05.06 00:28:49.794710 [ 187 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.06 00:28:49.795280 [ 187 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:49.795350 [ 187 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_21_4} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.06 00:28:49.795671 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2026.05.06 00:28:52.789020 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.789282 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:28:52.789651 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:52.789693 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:28:52.789948 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:52.790021 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:52.790172 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.05.06 00:28:52.790286 [ 345 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:52.790291 [ 333 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:52.790301 [ 302 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:52.790286 [ 329 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:52.790445 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:52.790468 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:52.790556 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:52.790578 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:52.790615 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:52.790655 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:52.790691 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:28:52.792043 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} executeQuery: Read 50 rows, 8.14 KiB in 0.002863 sec., 17464.198393293747 rows/sec., 2.78 MiB/sec. 2026.05.06 00:28:52.792173 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} MemoryTracker: Peak memory usage (for query): 141.94 KiB. 2026.05.06 00:28:52.792190 [ 278 ] {b3db88e6-d635-4b1a-af57-79c4efb92f64} TCPHandler: Processed in 0.003305344 sec. 2026.05.06 00:28:52.797572 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.797711 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.797777 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:28:52.798465 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.798512 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.798966 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:28:52.799208 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.799360 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} executeQuery: Read 284 rows, 18.47 KiB in 0.001695 sec., 167551.62241887907 rows/sec., 10.64 MiB/sec. 2026.05.06 00:28:52.799401 [ 278 ] {c8f18ce6-04dc-4808-8da6-0f578f0f4187} TCPHandler: Processed in 0.001891855 sec. 2026.05.06 00:28:52.799527 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.799627 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:28:52.799669 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:28:52.800076 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.800118 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.800421 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:28:52.800650 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.800785 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} executeQuery: Read 4 rows, 334.00 B in 0.001179 sec., 3392.705682782019 rows/sec., 276.65 KiB/sec. 2026.05.06 00:28:52.800823 [ 278 ] {93fb8156-d4d3-4817-9b75-aa1f4d71f750} TCPHandler: Processed in 0.001348338 sec. 2026.05.06 00:28:52.800936 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.801031 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:52.801071 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:52.801801 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.801838 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.802204 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 00:28:52.802436 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.802575 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} executeQuery: Read 861 rows, 68.86 KiB in 0.001562 sec., 551216.3892445583 rows/sec., 43.05 MiB/sec. 2026.05.06 00:28:52.802614 [ 278 ] {5db70d7d-0906-4206-b098-14477d7bba4b} TCPHandler: Processed in 0.001728534 sec. 2026.05.06 00:28:52.802731 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.802826 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.802866 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:52.803309 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.803346 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.803665 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 00:28:52.803884 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.804013 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} executeQuery: Read 177 rows, 11.15 KiB in 0.001205 sec., 146887.96680497925 rows/sec., 9.04 MiB/sec. 2026.05.06 00:28:52.804051 [ 278 ] {0111b2f9-5319-44db-a4ab-941aabde87b8} TCPHandler: Processed in 0.001370368 sec. 2026.05.06 00:28:52.804190 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.804283 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.804323 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:28:52.804764 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.804802 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.805130 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:28:52.805357 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.805460 [ 146 ] {} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.05.06 00:28:52.805486 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} executeQuery: Read 149 rows, 9.86 KiB in 0.001222 sec., 121931.26022913257 rows/sec., 7.88 MiB/sec. 2026.05.06 00:28:52.805508 [ 146 ] {} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.805531 [ 278 ] {16da350b-f9b4-49f4-b7f7-dec222cf6522} TCPHandler: Processed in 0.001392859 sec. 2026.05.06 00:28:52.805559 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.805666 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.05.06 00:28:52.805667 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.805785 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:52.805798 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.805823 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 974 rows starting from the beginning of the part 2026.05.06 00:28:52.805843 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:28:52.805895 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part 2026.05.06 00:28:52.805945 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.05.06 00:28:52.805989 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 801 rows starting from the beginning of the part 2026.05.06 00:28:52.806034 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.05.06 00:28:52.806078 [ 187 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.05.06 00:28:52.806314 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.806358 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.806684 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.06 00:28:52.806927 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.807057 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} executeQuery: Read 148 rows, 8.62 KiB in 0.001277 sec., 115896.6327329679 rows/sec., 6.59 MiB/sec. 2026.05.06 00:28:52.807095 [ 278 ] {890baec8-d126-44c8-80b3-8d40b6737c93} TCPHandler: Processed in 0.00147885 sec. 2026.05.06 00:28:52.807213 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.807273 [ 189 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001649012 sec., 1438437.076261422 rows/sec., 92.04 MiB/sec. 2026.05.06 00:28:52.807308 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:52.807360 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:52.807478 [ 194 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.06 00:28:52.807731 [ 194 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.807799 [ 194 ] {0e94bbf1-c7b0-47d9-88d6-079607b6ca29::all_1_14_3} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.05.06 00:28:52.807867 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.06 00:28:52.807970 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.808012 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.808368 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 00:28:52.808615 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.808755 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} executeQuery: Read 525 rows, 37.99 KiB in 0.001465 sec., 358361.7747440273 rows/sec., 25.32 MiB/sec. 2026.05.06 00:28:52.808794 [ 278 ] {9c10c910-081e-4a3f-b6e1-45aad828c253} TCPHandler: Processed in 0.001629952 sec. 2026.05.06 00:28:52.808910 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.809004 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:28:52.809046 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:28:52.809415 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.809460 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.809804 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:28:52.810019 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.810148 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} executeQuery: Read 6 rows, 321.00 B in 0.001162 sec., 5163.5111876075725 rows/sec., 269.77 KiB/sec. 2026.05.06 00:28:52.810185 [ 278 ] {f0f69107-b089-40b4-a233-48fafda20b95} TCPHandler: Processed in 0.001323968 sec. 2026.05.06 00:28:52.810307 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.810401 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.810444 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:52.810848 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.810883 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.811230 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 00:28:52.811441 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.811573 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} executeQuery: Read 267 rows, 18.17 KiB in 0.00119 sec., 224369.74789915964 rows/sec., 14.91 MiB/sec. 2026.05.06 00:28:52.811610 [ 278 ] {096c5001-a943-4a9f-bdbf-28a207cfedbe} TCPHandler: Processed in 0.001351248 sec. 2026.05.06 00:28:52.811730 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.811823 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.811866 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:28:52.812184 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.812220 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.812520 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.06 00:28:52.812723 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.812846 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2026.05.06 00:28:52.812881 [ 278 ] {3c051c6d-8995-4581-8fe5-e055c8de0c6e} TCPHandler: Processed in 0.001199056 sec. 2026.05.06 00:28:52.812994 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.813086 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.813142 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:52.813925 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.813960 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.814512 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.06 00:28:52.814736 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.814871 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} executeQuery: Read 31 rows, 56.88 KiB in 0.001803 sec., 17193.56627842485 rows/sec., 30.81 MiB/sec. 2026.05.06 00:28:52.814923 [ 278 ] {7c3a5dd3-d525-4936-be15-2a196e407c49} TCPHandler: Processed in 0.001976437 sec. 2026.05.06 00:28:52.815041 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:52.815135 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:52.815175 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:52.815504 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:52.815540 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:52.815846 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 00:28:52.816044 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:52.816176 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} executeQuery: Read 90 rows, 5.77 KiB in 0.00106 sec., 84905.6603773585 rows/sec., 5.31 MiB/sec. 2026.05.06 00:28:52.816216 [ 278 ] {6e373fef-1f8d-4e2c-86d0-7cba537c9990} TCPHandler: Processed in 0.001223997 sec. 2026.05.06 00:28:54.649201 [ 144 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:28:54.649248 [ 144 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:28:54.821368 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14368 2026.05.06 00:28:54.821984 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:54.822033 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:54.822652 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:28:54.822916 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:54.823054 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14368 2026.05.06 00:28:55.577114 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.05.06 00:28:55.593766 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:55.593823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:55.599926 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.06 00:28:55.600600 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:55.603375 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.05.06 00:28:57.783621 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.783858 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:28:57.784201 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:28:57.784239 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:28:57.784462 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:28:57.784536 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:28:57.784685 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:28:57.784801 [ 324 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:28:57.784818 [ 302 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:28:57.784818 [ 334 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:28:57.784801 [ 316 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:28:57.785017 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:28:57.785050 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:28:57.785143 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:28:57.785165 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:28:57.785202 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:57.785241 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:57.785278 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:28:57.786456 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} executeQuery: Read 50 rows, 4.03 KiB in 0.002695 sec., 18552.87569573284 rows/sec., 1.46 MiB/sec. 2026.05.06 00:28:57.786624 [ 278 ] {f7b2991d-2664-4719-8c15-c53eeb915dee} TCPHandler: Processed in 0.003137042 sec. 2026.05.06 00:28:57.788508 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.788624 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:28:57.788671 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:28:57.789252 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.789308 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.789765 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 00:28:57.789998 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.790141 [ 141 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 00:28:57.790155 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} executeQuery: Read 78 rows, 6.61 KiB in 0.001565 sec., 49840.255591054316 rows/sec., 4.13 MiB/sec. 2026.05.06 00:28:57.790194 [ 141 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.790211 [ 278 ] {6df24568-52f8-47e7-b90e-04e74995acbe} TCPHandler: Processed in 0.001757433 sec. 2026.05.06 00:28:57.790225 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.790331 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.06 00:28:57.790352 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.790437 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:57.790461 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:28:57.790473 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::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.06 00:28:57.790514 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:28:57.790546 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2026.05.06 00:28:57.790597 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 859 rows starting from the beginning of the part 2026.05.06 00:28:57.790637 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 78 rows starting from the beginning of the part 2026.05.06 00:28:57.790679 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 861 rows starting from the beginning of the part 2026.05.06 00:28:57.790719 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part 2026.05.06 00:28:57.790937 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.790983 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.791338 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 00:28:57.791580 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.791722 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} executeQuery: Read 11 rows, 847.00 B in 0.001284 sec., 8566.978193146417 rows/sec., 644.20 KiB/sec. 2026.05.06 00:28:57.791761 [ 278 ] {430eeed6-6845-4585-b6e8-3080fec5bf0b} TCPHandler: Processed in 0.00146081 sec. 2026.05.06 00:28:57.791897 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.792005 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:28:57.792049 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:28:57.792480 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.792517 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.792619 [ 190 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5291 rows, containing 5 columns (5 merged, 0 gathered) in 0.002329451 sec., 2271350.6315436554 rows/sec., 182.85 MiB/sec. 2026.05.06 00:28:57.792833 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 00:28:57.792961 [ 189 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 00:28:57.793088 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.793226 [ 141 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 00:28:57.793238 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} executeQuery: Read 75 rows, 6.00 KiB in 0.001259 sec., 59571.08816521049 rows/sec., 4.65 MiB/sec. 2026.05.06 00:28:57.793266 [ 141 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.793284 [ 189 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.793290 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.793289 [ 278 ] {127584bb-94d8-4113-8674-5e8737026785} TCPHandler: Processed in 0.00144164 sec. 2026.05.06 00:28:57.793363 [ 189 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_46_9} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 00:28:57.793369 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.06 00:28:57.793434 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.793461 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.05.06 00:28:57.793474 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:57.793506 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:28:57.793535 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:57.793558 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.05.06 00:28:57.793585 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:28:57.793608 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 521 rows starting from the beginning of the part 2026.05.06 00:28:57.793653 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 75 rows starting from the beginning of the part 2026.05.06 00:28:57.793691 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 525 rows starting from the beginning of the part 2026.05.06 00:28:57.793727 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 75 rows starting from the beginning of the part 2026.05.06 00:28:57.794005 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.794046 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.794423 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 00:28:57.794643 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.794778 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.05.06 00:28:57.794782 [ 140 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 00:28:57.794816 [ 278 ] {a24e3f9f-23f4-4f13-b2a7-085cf153ca46} TCPHandler: Processed in 0.001431889 sec. 2026.05.06 00:28:57.794852 [ 189 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513901 sec., 2041084.5887544826 rows/sec., 150.01 MiB/sec. 2026.05.06 00:28:57.794853 [ 140 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.794894 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.794942 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.794967 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.06 00:28:57.795043 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:28:57.795043 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 00:28:57.795074 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:57.795105 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 16350 rows starting from the beginning of the part 2026.05.06 00:28:57.795110 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:28:57.795163 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 128 rows starting from the beginning of the part 2026.05.06 00:28:57.795213 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 265 rows starting from the beginning of the part 2026.05.06 00:28:57.795254 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:57.795293 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 267 rows starting from the beginning of the part 2026.05.06 00:28:57.795329 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.795334 [ 190 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.05.06 00:28:57.795401 [ 194 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_46_9} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 00:28:57.795474 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.06 00:28:57.795890 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.795933 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.796500 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.06 00:28:57.796749 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.796898 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} executeQuery: Read 11 rows, 20.18 KiB in 0.001874 sec., 5869.797225186766 rows/sec., 10.52 MiB/sec. 2026.05.06 00:28:57.796963 [ 278 ] {8358f57e-f5c1-4c7b-ba76-0d9d75413039} TCPHandler: Processed in 0.002070238 sec. 2026.05.06 00:28:57.797089 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:28:57.797187 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:28:57.797229 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:28:57.797568 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.797605 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.798045 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 00:28:57.798266 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.798374 [ 140 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 00:28:57.798402 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} executeQuery: Read 60 rows, 4.14 KiB in 0.001234 sec., 48622.3662884927 rows/sec., 3.28 MiB/sec. 2026.05.06 00:28:57.798405 [ 140 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:57.798442 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:57.798446 [ 278 ] {bc4605b6-1f9d-4647-9aa6-f1c61c6ff58a} TCPHandler: Processed in 0.001407529 sec. 2026.05.06 00:28:57.798522 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.06 00:28:57.798616 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:28:57.798642 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2202 rows starting from the beginning of the part 2026.05.06 00:28:57.798690 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part 2026.05.06 00:28:57.798728 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2026.05.06 00:28:57.798764 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:57.798800 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::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.06 00:28:57.798835 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.05.06 00:28:57.799748 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2550 rows, containing 4 columns (4 merged, 0 gathered) in 0.001260237 sec., 2023428.926463832 rows/sec., 133.11 MiB/sec. 2026.05.06 00:28:57.800008 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 00:28:57.800244 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.800305 [ 201 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_46_9} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 00:28:57.800364 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.06 00:28:57.800408 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 17330 rows, containing 5 columns (5 merged, 0 gathered) in 0.005475274 sec., 3165138.40220599 rows/sec., 205.66 MiB/sec. 2026.05.06 00:28:57.800671 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 00:28:57.800960 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:57.801028 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_46_9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 00:28:57.801128 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. 2026.05.06 00:28:58.001153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 279.00 MiB, peak 288.04 MiB, free memory in arenas 0.00 B, will set to 280.08 MiB (RSS), difference: 1.08 MiB 2026.05.06 00:28:59.785011 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 896 2026.05.06 00:28:59.787713 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:28:59.787762 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:28:59.788984 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.06 00:28:59.789264 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:28:59.789580 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 896 2026.05.06 00:29:02.323220 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14880 2026.05.06 00:29:02.323821 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.323865 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.324398 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:29:02.324634 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.324764 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14880 2026.05.06 00:29:02.324762 [ 135 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:29:02.324817 [ 135 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.324839 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.324977 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:29:02.325144 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.325193 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12448 rows starting from the beginning of the part 2026.05.06 00:29:02.325275 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.05.06 00:29:02.325332 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.05.06 00:29:02.325387 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.05.06 00:29:02.325437 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.05.06 00:29:02.325490 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.05.06 00:29:02.327398 [ 201 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14880 rows, containing 4 columns (4 merged, 0 gathered) in 0.002485904 sec., 5985750.053099396 rows/sec., 85.63 MiB/sec. 2026.05.06 00:29:02.327658 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:29:02.327897 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.327967 [ 194 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_31_6} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:29:02.328035 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.06 00:29:02.788713 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.788931 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.06 00:29:02.789265 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:02.789303 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.06 00:29:02.789548 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:02.789619 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:02.789760 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.06 00:29:02.789893 [ 302 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:02.789900 [ 324 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:02.789943 [ 315 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:02.789893 [ 334 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:02.790089 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:02.790117 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:02.790201 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:02.790220 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:02.790255 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:29:02.790293 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:29:02.790326 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.06 00:29:02.791576 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} executeQuery: Read 50 rows, 8.14 KiB in 0.002738 sec., 18261.504747991235 rows/sec., 2.90 MiB/sec. 2026.05.06 00:29:02.791736 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} MemoryTracker: Peak memory usage (for query): 148.07 KiB. 2026.05.06 00:29:02.791751 [ 278 ] {0e5f4974-97c2-4b63-a8f9-96e29d1162b5} TCPHandler: Processed in 0.003160183 sec. 2026.05.06 00:29:02.797046 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.797161 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.797210 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:29:02.797802 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.797839 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.798218 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:29:02.798449 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.798594 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} executeQuery: Read 284 rows, 18.47 KiB in 0.001468 sec., 193460.49046321528 rows/sec., 12.29 MiB/sec. 2026.05.06 00:29:02.798594 [ 134 ] {} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.05.06 00:29:02.798633 [ 278 ] {97e07ca7-1267-4e82-9ecb-b7347e91468c} TCPHandler: Processed in 0.001638152 sec. 2026.05.06 00:29:02.798651 [ 134 ] {} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.798678 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.798765 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.798773 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.05.06 00:29:02.798866 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:02.798891 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.798909 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:02.798927 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 308 rows starting from the beginning of the part 2026.05.06 00:29:02.798995 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.05.06 00:29:02.799044 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.05.06 00:29:02.799082 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.05.06 00:29:02.799122 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.05.06 00:29:02.799161 [ 194 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.05.06 00:29:02.799803 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.799855 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.800192 [ 201 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145743 sec., 1185648.7104011856 rows/sec., 80.15 MiB/sec. 2026.05.06 00:29:02.800259 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 00:29:02.800349 [ 201 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.06 00:29:02.800522 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.800644 [ 201 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.800670 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} executeQuery: Read 859 rows, 68.71 KiB in 0.001823 sec., 471201.3165112452 rows/sec., 36.81 MiB/sec. 2026.05.06 00:29:02.800713 [ 278 ] {b6b9447e-bb84-4a96-ac03-31c0c230b834} TCPHandler: Processed in 0.001996838 sec. 2026.05.06 00:29:02.800717 [ 201 ] {4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad::all_1_14_3} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.05.06 00:29:02.800798 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.05.06 00:29:02.800847 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.800945 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.800985 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:02.801434 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.801470 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.801778 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 00:29:02.801985 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.802094 [ 134 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 00:29:02.802111 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} executeQuery: Read 173 rows, 10.87 KiB in 0.001184 sec., 146114.86486486488 rows/sec., 8.97 MiB/sec. 2026.05.06 00:29:02.802135 [ 134 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.802156 [ 278 ] {6dc0e810-1158-4145-a8f8-0d6aa442714a} TCPHandler: Processed in 0.001356368 sec. 2026.05.06 00:29:02.802164 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.802278 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.06 00:29:02.802286 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.802396 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.802403 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.802438 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:29:02.802447 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:02.802523 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 173 rows starting from the beginning of the part 2026.05.06 00:29:02.802568 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:02.802608 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 177 rows starting from the beginning of the part 2026.05.06 00:29:02.802651 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:02.802694 [ 199 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 173 rows starting from the beginning of the part 2026.05.06 00:29:02.802878 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.802919 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.803235 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:29:02.803458 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.803587 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} executeQuery: Read 149 rows, 9.86 KiB in 0.001208 sec., 123344.37086092714 rows/sec., 7.97 MiB/sec. 2026.05.06 00:29:02.803623 [ 278 ] {4d7cf35b-a2a2-4b46-8918-5156be17d5e4} TCPHandler: Processed in 0.001384309 sec. 2026.05.06 00:29:02.803624 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395749 sec., 551675.1221028996 rows/sec., 36.59 MiB/sec. 2026.05.06 00:29:02.803753 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.803789 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 00:29:02.803844 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.803883 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:29:02.804051 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.804123 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_41_8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 00:29:02.804202 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.06 00:29:02.804309 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.804342 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.804616 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.06 00:29:02.804827 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.804920 [ 134 ] {} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.05.06 00:29:02.804942 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} executeQuery: Read 148 rows, 8.62 KiB in 0.001163 sec., 127257.09372312984 rows/sec., 7.24 MiB/sec. 2026.05.06 00:29:02.804958 [ 134 ] {} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.804981 [ 278 ] {794f03af-9b4f-4512-ab44-7c225f8339ac} TCPHandler: Processed in 0.001325088 sec. 2026.05.06 00:29:02.804982 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.805059 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.05.06 00:29:02.805110 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.805129 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.805157 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 160 rows starting from the beginning of the part 2026.05.06 00:29:02.805268 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.05.06 00:29:02.805269 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:02.805311 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.05.06 00:29:02.805321 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:02.805356 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.05.06 00:29:02.805397 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.05.06 00:29:02.805433 [ 201 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.05.06 00:29:02.805912 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.805953 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.806211 [ 195 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001120655 sec., 803101.7574543459 rows/sec., 48.95 MiB/sec. 2026.05.06 00:29:02.806274 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 00:29:02.806349 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.06 00:29:02.806484 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.806612 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} executeQuery: Read 521 rows, 37.66 KiB in 0.001361 sec., 382806.7597354886 rows/sec., 27.02 MiB/sec. 2026.05.06 00:29:02.806628 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.806648 [ 278 ] {aa6d2311-fde6-4b10-82e0-12f7580c7083} TCPHandler: Processed in 0.00152515 sec. 2026.05.06 00:29:02.806696 [ 186 ] {33c78334-c499-4395-8f10-08b69c5065f6::all_1_14_3} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.05.06 00:29:02.806773 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.806783 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.06 00:29:02.806865 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.06 00:29:02.806905 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.06 00:29:02.807239 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.807272 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.807562 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:29:02.807762 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.807856 [ 134 ] {} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.06 00:29:02.807885 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2026.05.06 00:29:02.807892 [ 134 ] {} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.807925 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.807927 [ 278 ] {bb6ca63e-8e20-406c-9e0a-6b284dda5899} TCPHandler: Processed in 0.001200436 sec. 2026.05.06 00:29:02.807985 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::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.06 00:29:02.808058 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.808074 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.808105 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.05.06 00:29:02.808145 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.06 00:29:02.808156 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.808176 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.05.06 00:29:02.808202 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:02.808214 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.05.06 00:29:02.808256 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.05.06 00:29:02.808285 [ 201 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.05.06 00:29:02.808629 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.808669 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.808931 [ 193 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.000964793 sec., 62189.50593547009 rows/sec., 3.17 MiB/sec. 2026.05.06 00:29:02.809006 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 00:29:02.809114 [ 200 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.06 00:29:02.809251 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.809393 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} executeQuery: Read 265 rows, 18.03 KiB in 0.001255 sec., 211155.37848605576 rows/sec., 14.03 MiB/sec. 2026.05.06 00:29:02.809429 [ 278 ] {2c6e5a33-d0c6-49d7-8990-a1d05aa43ff9} TCPHandler: Processed in 0.001417919 sec. 2026.05.06 00:29:02.809465 [ 200 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.809549 [ 200 ] {ba8b22dd-09d9-488f-94ef-2d1f8d6d6193::all_1_10_2} oximeter.measurements_bool (ba8b22dd-09d9-488f-94ef-2d1f8d6d6193) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.06 00:29:02.809550 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.809641 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.05.06 00:29:02.809654 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.809702 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.06 00:29:02.810019 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.810054 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.810359 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.06 00:29:02.810575 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.810680 [ 134 ] {} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.06 00:29:02.810702 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2026.05.06 00:29:02.810716 [ 134 ] {} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.810742 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.810744 [ 278 ] {b87cdb85-b01b-4d2d-862b-8c9230d34f6f} TCPHandler: Processed in 0.001239847 sec. 2026.05.06 00:29:02.810822 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:29:02.810869 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.810918 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.810953 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:29:02.810963 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.811006 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.05.06 00:29:02.811022 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:02.811059 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:29:02.811108 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:29:02.811153 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:29:02.811199 [ 200 ] {225abb46-28d9-4669-a48b-0d937299dac5::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.06 00:29:02.811806 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.811847 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.812098 [ 192 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001305848 sec., 8423.645018409492 rows/sec., 564.62 KiB/sec. 2026.05.06 00:29:02.812242 [ 191 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.06 00:29:02.812390 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.06 00:29:02.812507 [ 191 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_10_2} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.812570 [ 191 ] {225abb46-28d9-4669-a48b-0d937299dac5::all_1_10_2} oximeter.measurements_f64 (225abb46-28d9-4669-a48b-0d937299dac5) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.06 00:29:02.812621 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.812639 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.05.06 00:29:02.812739 [ 134 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.06 00:29:02.812764 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} executeQuery: Read 31 rows, 56.88 KiB in 0.001817 sec., 17061.089708310403 rows/sec., 30.57 MiB/sec. 2026.05.06 00:29:02.812775 [ 134 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.812805 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.812832 [ 278 ] {aa7d068e-c468-4a48-a981-61a5a3fe43c4} TCPHandler: Processed in 0.002009877 sec. 2026.05.06 00:29:02.812879 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.06 00:29:02.812981 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:02.813072 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:02.813085 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:02.813112 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:02.813136 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 735 rows starting from the beginning of the part 2026.05.06 00:29:02.813245 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:02.813343 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:02.813461 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:02.813462 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:02.813506 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:02.813554 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:02.813642 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:02.813818 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 00:29:02.814040 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.814168 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} executeQuery: Read 90 rows, 5.77 KiB in 0.001115 sec., 80717.48878923766 rows/sec., 5.05 MiB/sec. 2026.05.06 00:29:02.814204 [ 278 ] {a9316083-ea78-4c70-957c-ffb20e554af3} TCPHandler: Processed in 0.001270047 sec. 2026.05.06 00:29:02.828553 [ 188 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 850 rows, containing 19 columns (19 merged, 0 gathered) in 0.015706102 sec., 54119.09333073222 rows/sec., 96.98 MiB/sec. 2026.05.06 00:29:02.829596 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.06 00:29:02.829912 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:02.829976 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_41_8} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.06 00:29:02.830051 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2026.05.06 00:29:03.041985 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.042262 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:29:03.042671 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:03.042719 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:29:03.043018 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:03.043094 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:03.043240 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:29:03.043353 [ 302 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:03.043376 [ 315 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:03.043376 [ 296 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:03.043353 [ 334 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:03.043553 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:03.043582 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:03.043667 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:03.043688 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:03.043723 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:29:03.043761 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:29:03.043797 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:29:03.044991 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} executeQuery: Read 50 rows, 8.14 KiB in 0.00285 sec., 17543.859649122805 rows/sec., 2.79 MiB/sec. 2026.05.06 00:29:03.045152 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} MemoryTracker: Peak memory usage (for query): 136.58 KiB. 2026.05.06 00:29:03.045168 [ 278 ] {5747d70f-e6f1-49b5-bbc2-2569baa196d8} TCPHandler: Processed in 0.003325995 sec. 2026.05.06 00:29:03.057478 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.057607 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.057660 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:29:03.058224 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.058273 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.058650 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:29:03.058887 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.059044 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} executeQuery: Read 24 rows, 2.04 KiB in 0.001474 sec., 16282.225237449118 rows/sec., 1.35 MiB/sec. 2026.05.06 00:29:03.059083 [ 278 ] {0614a940-1800-435d-9d5a-309b2ac94567} TCPHandler: Processed in 0.001666802 sec. 2026.05.06 00:29:03.059211 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.059307 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:29:03.059347 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:29:03.059735 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.059771 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.060068 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:29:03.060297 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.060428 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} executeQuery: Read 2 rows, 167.00 B in 0.00114 sec., 1754.3859649122808 rows/sec., 143.06 KiB/sec. 2026.05.06 00:29:03.060465 [ 278 ] {89f6a2ae-1929-4d42-966a-06f79635ba9b} TCPHandler: Processed in 0.001303388 sec. 2026.05.06 00:29:03.060581 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.060673 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:03.060713 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:03.062395 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.062433 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.062881 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 00:29:03.063099 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.063231 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} executeQuery: Read 2544 rows, 195.07 KiB in 0.002575 sec., 987961.1650485437 rows/sec., 73.98 MiB/sec. 2026.05.06 00:29:03.063269 [ 278 ] {93d4cdab-ffad-4358-b113-ae9e442b9dd8} TCPHandler: Processed in 0.002736707 sec. 2026.05.06 00:29:03.063397 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.063493 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.063534 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:03.063973 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.064009 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.064326 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 00:29:03.064554 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.064684 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} executeQuery: Read 34 rows, 2.60 KiB in 0.001209 sec., 28122.415219189414 rows/sec., 2.10 MiB/sec. 2026.05.06 00:29:03.064722 [ 278 ] {63d59e41-2a47-4b06-bc39-837d390de689} TCPHandler: Processed in 0.001372818 sec. 2026.05.06 00:29:03.064836 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.064931 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.064972 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:29:03.065777 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.065813 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.066136 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:29:03.066351 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.066481 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} executeQuery: Read 825 rows, 49.42 KiB in 0.001567 sec., 526483.7268666241 rows/sec., 30.80 MiB/sec. 2026.05.06 00:29:03.066518 [ 278 ] {87211afe-a5b3-4429-bb75-f6e58dc3c200} TCPHandler: Processed in 0.001730414 sec. 2026.05.06 00:29:03.066632 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.066725 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.066765 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:29:03.067142 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.067179 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.067473 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.06 00:29:03.067696 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.067826 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} executeQuery: Read 1 rows, 72.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 62.84 KiB/sec. 2026.05.06 00:29:03.067864 [ 278 ] {74dac2e1-416a-4ed6-9ac2-66573d4e028a} TCPHandler: Processed in 0.001278847 sec. 2026.05.06 00:29:03.067981 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.068074 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.068114 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:29:03.068506 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.068541 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.068842 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.06 00:29:03.069056 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.069188 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2026.05.06 00:29:03.069226 [ 278 ] {b1541d08-897c-49eb-a18b-88e0f63b8010} TCPHandler: Processed in 0.001292497 sec. 2026.05.06 00:29:03.069345 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.069438 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:03.069477 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:03.070475 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.070512 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.070873 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 00:29:03.071089 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.071220 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} executeQuery: Read 1337 rows, 92.26 KiB in 0.001799 sec., 743190.6614785992 rows/sec., 50.08 MiB/sec. 2026.05.06 00:29:03.071259 [ 278 ] {520741e9-4fd4-4537-b55a-a3d259ea5519} TCPHandler: Processed in 0.001962056 sec. 2026.05.06 00:29:03.071376 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.071471 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.071515 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:03.072197 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.072233 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.072658 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 00:29:03.072874 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.073003 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} executeQuery: Read 1569 rows, 98.95 KiB in 0.00155 sec., 1012258.0645161291 rows/sec., 62.34 MiB/sec. 2026.05.06 00:29:03.073039 [ 278 ] {37511f8d-ced1-4e90-a614-56ba143a776e} TCPHandler: Processed in 0.001711413 sec. 2026.05.06 00:29:03.073160 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.073254 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.073310 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:03.074101 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.074137 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.074661 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.06 00:29:03.074908 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.075049 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} executeQuery: Read 20 rows, 36.70 KiB in 0.001813 sec., 11031.439602868175 rows/sec., 19.77 MiB/sec. 2026.05.06 00:29:03.075100 [ 278 ] {a89e458c-2f0f-4ce5-8574-7b67ac501668} TCPHandler: Processed in 0.001988247 sec. 2026.05.06 00:29:03.075233 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:03.075360 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:03.075414 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:03.075799 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.075844 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.076199 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 00:29:03.076425 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.076557 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} executeQuery: Read 12 rows, 848.00 B in 0.001223 sec., 9811.937857726902 rows/sec., 677.13 KiB/sec. 2026.05.06 00:29:03.076594 [ 278 ] {3d1131dd-3e40-4084-b356-5a9f6419bc6f} TCPHandler: Processed in 0.001422809 sec. 2026.05.06 00:29:03.103528 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.05.06 00:29:03.121960 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.122007 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.127642 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.06 00:29:03.128341 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.128621 [ 133 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.06 00:29:03.128693 [ 133 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:03.128717 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.05.06 00:29:03.128816 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.06 00:29:03.131763 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.05.06 00:29:03.131862 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:03.132635 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.05.06 00:29:03.136217 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:03.139725 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.05.06 00:29:03.143628 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:03.147562 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.05.06 00:29:03.151326 [ 192 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:03.203728 [ 189 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.07495119 sec., 3122.0318183073546 rows/sec., 16.14 MiB/sec. 2026.05.06 00:29:03.206627 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.06 00:29:03.208694 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:03.208817 [ 197 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_31_6} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.06 00:29:03.211437 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.06 00:29:07.781677 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:07.781957 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:07.782331 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:07.782368 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:07.782593 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:07.782667 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:07.782814 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:29:07.782927 [ 315 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:07.782927 [ 296 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:07.782970 [ 348 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:07.782984 [ 302 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:07.783159 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:07.783191 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:07.783283 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:07.783306 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:07.783342 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:07.783381 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:07.783421 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:07.784680 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} executeQuery: Read 50 rows, 4.03 KiB in 0.002829 sec., 17674.089784376105 rows/sec., 1.39 MiB/sec. 2026.05.06 00:29:07.784863 [ 278 ] {75b3a686-be0a-4a93-a925-bf7710fe9f8e} TCPHandler: Processed in 0.003329465 sec. 2026.05.06 00:29:07.786367 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:07.786483 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:07.786529 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:07.787067 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:07.787106 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:07.787494 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 00:29:07.787748 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:07.787907 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} executeQuery: Read 56 rows, 4.41 KiB in 0.001459 sec., 38382.45373543523 rows/sec., 2.95 MiB/sec. 2026.05.06 00:29:07.787946 [ 278 ] {6118f0af-a15e-4386-8a0a-8e484c1ed804} TCPHandler: Processed in 0.001630811 sec. 2026.05.06 00:29:07.788081 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:07.788193 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:07.788239 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:07.788696 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:07.788733 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:07.789052 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 00:29:07.789280 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:07.789417 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} executeQuery: Read 64 rows, 5.12 KiB in 0.00125 sec., 51200 rows/sec., 4.00 MiB/sec. 2026.05.06 00:29:07.789454 [ 278 ] {3c5548e8-ad21-44ca-a8a1-88f09a681b3f} TCPHandler: Processed in 0.001423739 sec. 2026.05.06 00:29:07.789583 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:07.789680 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:07.789724 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:07.790122 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:07.790158 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:07.790491 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 00:29:07.790723 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:07.790856 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} executeQuery: Read 128 rows, 9.13 KiB in 0.001197 sec., 106934.00167084378 rows/sec., 7.45 MiB/sec. 2026.05.06 00:29:07.790895 [ 278 ] {5fba58d4-3aeb-42a5-8336-9b29ad3c53ba} TCPHandler: Processed in 0.001361588 sec. 2026.05.06 00:29:07.791039 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:07.791133 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:07.791176 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:07.791536 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:07.791571 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:07.791893 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 00:29:07.792127 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:07.792269 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} executeQuery: Read 48 rows, 3.31 KiB in 0.001155 sec., 41558.44155844156 rows/sec., 2.80 MiB/sec. 2026.05.06 00:29:07.792313 [ 278 ] {6be52d80-5223-468a-b21d-6b751f80c996} TCPHandler: Processed in 0.001330838 sec. 2026.05.06 00:29:09.649293 [ 122 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:29:09.649351 [ 122 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:29:09.789992 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 954 2026.05.06 00:29:09.792831 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:09.792872 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:09.794119 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.06 00:29:09.794398 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:09.794749 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 954 2026.05.06 00:29:09.824954 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15328 2026.05.06 00:29:09.825508 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:09.825551 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:09.826298 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:29:09.826539 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:09.826668 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15328 2026.05.06 00:29:10.001318 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000951653 sec. 2026.05.06 00:29:10.631928 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.05.06 00:29:10.647705 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:10.647770 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:10.652930 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.06 00:29:10.653652 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:10.656371 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.05.06 00:29:12.784319 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.784579 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:12.784974 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:12.785020 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:12.785285 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:12.785367 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:12.785526 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:12.785665 [ 337 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:12.785672 [ 296 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:12.785684 [ 302 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:12.785674 [ 348 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:12.785892 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:12.785920 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:12.786006 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:12.786027 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:12.786060 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:12.786100 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:12.786135 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:12.787365 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} executeQuery: Read 50 rows, 4.03 KiB in 0.002887 sec., 17319.016279875304 rows/sec., 1.36 MiB/sec. 2026.05.06 00:29:12.787529 [ 278 ] {72c240f5-cb41-4317-972a-fbc238661ab4} TCPHandler: Processed in 0.003349946 sec. 2026.05.06 00:29:12.789662 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.789770 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:12.789815 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:12.790349 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:12.790396 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:12.790782 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 00:29:12.791010 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:12.791157 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} executeQuery: Read 118 rows, 10.28 KiB in 0.001419 sec., 83157.15292459479 rows/sec., 7.07 MiB/sec. 2026.05.06 00:29:12.791197 [ 278 ] {f83715ee-027f-4d64-b199-cfc4cc0a50ea} TCPHandler: Processed in 0.001585981 sec. 2026.05.06 00:29:12.791319 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.791414 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:12.791457 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:12.791874 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:12.791911 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:12.792211 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 00:29:12.792477 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:12.792614 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} executeQuery: Read 31 rows, 2.33 KiB in 0.001219 sec., 25430.680885972106 rows/sec., 1.87 MiB/sec. 2026.05.06 00:29:12.792651 [ 278 ] {a71aa880-88c9-4d56-8dac-e72f67743c45} TCPHandler: Processed in 0.001381949 sec. 2026.05.06 00:29:12.792764 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.792859 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:12.792901 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:12.793337 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:12.793372 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:12.793695 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 00:29:12.793918 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:12.794046 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} executeQuery: Read 95 rows, 7.60 KiB in 0.001205 sec., 78838.17427385892 rows/sec., 6.16 MiB/sec. 2026.05.06 00:29:12.794083 [ 278 ] {11a936d5-d74e-4571-a3b8-8c1a365aabfe} TCPHandler: Processed in 0.001367369 sec. 2026.05.06 00:29:12.794200 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.794295 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:12.794339 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:12.794760 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:12.794795 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:12.795139 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 00:29:12.795379 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:12.795514 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.05.06 00:29:12.795551 [ 278 ] {1259dbbb-95f1-4674-9794-e47c8bba4db8} TCPHandler: Processed in 0.001398539 sec. 2026.05.06 00:29:12.795670 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.795764 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:12.795820 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:12.796615 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:12.796651 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:12.797202 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.06 00:29:12.797453 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:12.797591 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} executeQuery: Read 31 rows, 56.88 KiB in 0.001844 sec., 16811.279826464208 rows/sec., 30.13 MiB/sec. 2026.05.06 00:29:12.797645 [ 278 ] {282303a5-c752-481e-ac84-37a9741f822f} TCPHandler: Processed in 0.002023487 sec. 2026.05.06 00:29:12.797791 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:12.797894 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:12.797937 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:12.798311 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:12.798347 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:12.798668 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 00:29:12.798889 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:12.799018 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.05.06 00:29:12.799055 [ 278 ] {7a0c8c86-e423-41df-a4bb-716fe99f8bd2} TCPHandler: Processed in 0.001314238 sec. 2026.05.06 00:29:16.923620 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40921 2026.05.06 00:29:16.923785 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.923829 [ 287 ] {} TCP-Session: 2e1c93d6-7e12-40cc-802f-9fe355bf2f4a Authenticating user 'default' from [fd00:1122:3344:101::e]:40921 2026.05.06 00:29:16.923861 [ 287 ] {} TCP-Session: 2e1c93d6-7e12-40cc-802f-9fe355bf2f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.923881 [ 287 ] {} TCP-Session: 2e1c93d6-7e12-40cc-802f-9fe355bf2f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.924163 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64953 2026.05.06 00:29:16.924168 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64225 2026.05.06 00:29:16.924318 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.924359 [ 289 ] {} TCP-Session: b054e67b-7c65-4023-bdb0-3d28faa3b19e Authenticating user 'default' from [fd00:1122:3344:101::e]:64953 2026.05.06 00:29:16.924391 [ 289 ] {} TCP-Session: b054e67b-7c65-4023-bdb0-3d28faa3b19e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.924409 [ 289 ] {} TCP-Session: b054e67b-7c65-4023-bdb0-3d28faa3b19e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.924468 [ 287 ] {} TCP-Session: 2e1c93d6-7e12-40cc-802f-9fe355bf2f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:16.924600 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.924663 [ 290 ] {} TCP-Session: a0b80b97-8bc1-4be9-9e31-d21e88803a3d Authenticating user 'default' from [fd00:1122:3344:101::e]:64225 2026.05.06 00:29:16.924690 [ 290 ] {} TCP-Session: a0b80b97-8bc1-4be9-9e31-d21e88803a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.924703 [ 287 ] {c79eaaa9-367a-40cf-a243-0818844827d4} executeQuery: (from [fd00:1122:3344:101::e]:40921) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:29:16.924707 [ 290 ] {} TCP-Session: a0b80b97-8bc1-4be9-9e31-d21e88803a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.925102 [ 287 ] {c79eaaa9-367a-40cf-a243-0818844827d4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:29:16.925194 [ 287 ] {c79eaaa9-367a-40cf-a243-0818844827d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:16.925653 [ 287 ] {c79eaaa9-367a-40cf-a243-0818844827d4} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:29:16.925973 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46210 2026.05.06 00:29:16.925972 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63561 2026.05.06 00:29:16.926028 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53527 2026.05.06 00:29:16.926085 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54784 2026.05.06 00:29:16.926229 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61217 2026.05.06 00:29:16.926282 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42286 2026.05.06 00:29:16.926555 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.926596 [ 349 ] {} TCP-Session: 1cbade0b-b66d-43d6-a5cc-259e82f9c46a Authenticating user 'default' from [fd00:1122:3344:101::e]:63561 2026.05.06 00:29:16.926623 [ 349 ] {} TCP-Session: 1cbade0b-b66d-43d6-a5cc-259e82f9c46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.926642 [ 349 ] {} TCP-Session: 1cbade0b-b66d-43d6-a5cc-259e82f9c46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.926680 [ 300 ] {c79eaaa9-367a-40cf-a243-0818844827d4} AggregatingTransform: Aggregating 2026.05.06 00:29:16.926726 [ 300 ] {c79eaaa9-367a-40cf-a243-0818844827d4} Aggregator: Aggregation method: without_key 2026.05.06 00:29:16.926768 [ 300 ] {c79eaaa9-367a-40cf-a243-0818844827d4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000971063 sec. (1029.799 rows/sec., 40.23 KiB/sec.) 2026.05.06 00:29:16.926787 [ 300 ] {c79eaaa9-367a-40cf-a243-0818844827d4} Aggregator: Merging aggregated data 2026.05.06 00:29:16.926844 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.926891 [ 350 ] {} TCP-Session: 495aaadb-3c1e-4d25-a36a-f165a56c7bd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53527 2026.05.06 00:29:16.926912 [ 350 ] {} TCP-Session: 495aaadb-3c1e-4d25-a36a-f165a56c7bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.926934 [ 350 ] {} TCP-Session: 495aaadb-3c1e-4d25-a36a-f165a56c7bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.926987 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.927036 [ 353 ] {} TCP-Session: ac7ffe7c-16e6-40be-a45b-4c5e3160e4a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42286 2026.05.06 00:29:16.927061 [ 353 ] {} TCP-Session: ac7ffe7c-16e6-40be-a45b-4c5e3160e4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927076 [ 353 ] {} TCP-Session: ac7ffe7c-16e6-40be-a45b-4c5e3160e4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927368 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.927415 [ 352 ] {} TCP-Session: 24beb249-57bb-4f75-a89b-a44d1b8cf78d Authenticating user 'default' from [fd00:1122:3344:101::e]:61217 2026.05.06 00:29:16.927436 [ 352 ] {} TCP-Session: 24beb249-57bb-4f75-a89b-a44d1b8cf78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927457 [ 352 ] {} TCP-Session: 24beb249-57bb-4f75-a89b-a44d1b8cf78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927522 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.927578 [ 351 ] {} TCP-Session: ab663526-93eb-4c39-a9cf-86dc988fb510 Authenticating user 'default' from [fd00:1122:3344:101::e]:54784 2026.05.06 00:29:16.927613 [ 351 ] {} TCP-Session: ab663526-93eb-4c39-a9cf-86dc988fb510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927634 [ 351 ] {} TCP-Session: ab663526-93eb-4c39-a9cf-86dc988fb510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927649 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.927689 [ 291 ] {} TCP-Session: 50927f59-2d92-4758-a851-9f95e3d57f6c Authenticating user 'default' from [fd00:1122:3344:101::e]:46210 2026.05.06 00:29:16.927706 [ 291 ] {} TCP-Session: 50927f59-2d92-4758-a851-9f95e3d57f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.927718 [ 291 ] {} TCP-Session: 50927f59-2d92-4758-a851-9f95e3d57f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928138 [ 287 ] {c79eaaa9-367a-40cf-a243-0818844827d4} executeQuery: Read 1 rows, 40.00 B in 0.003506 sec., 285.2253280091272 rows/sec., 11.14 KiB/sec. 2026.05.06 00:29:16.928291 [ 287 ] {c79eaaa9-367a-40cf-a243-0818844827d4} TCPHandler: Processed in 0.004040404 sec. 2026.05.06 00:29:16.928433 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928464 [ 287 ] {} TCP-Session: 2e1c93d6-7e12-40cc-802f-9fe355bf2f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928465 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928484 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928515 [ 353 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928520 [ 352 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928541 [ 290 ] {} TCP-Session: a0b80b97-8bc1-4be9-9e31-d21e88803a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928544 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928574 [ 352 ] {} TCP-Session: 24beb249-57bb-4f75-a89b-a44d1b8cf78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928589 [ 349 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928602 [ 291 ] {} TCP-Session: 50927f59-2d92-4758-a851-9f95e3d57f6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928616 [ 351 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928624 [ 349 ] {} TCP-Session: 1cbade0b-b66d-43d6-a5cc-259e82f9c46a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928638 [ 350 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.928664 [ 351 ] {} TCP-Session: ab663526-93eb-4c39-a9cf-86dc988fb510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928558 [ 353 ] {} TCP-Session: ac7ffe7c-16e6-40be-a45b-4c5e3160e4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928699 [ 350 ] {} TCP-Session: 495aaadb-3c1e-4d25-a36a-f165a56c7bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.928517 [ 289 ] {} TCP-Session: b054e67b-7c65-4023-bdb0-3d28faa3b19e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976231 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36849 2026.05.06 00:29:16.976342 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.976370 [ 287 ] {} TCP-Session: 306754b3-e4bc-4c86-ba33-c972f656ffff Authenticating user 'default' from [fd00:1122:3344:101::e]:36849 2026.05.06 00:29:16.976392 [ 287 ] {} TCP-Session: 306754b3-e4bc-4c86-ba33-c972f656ffff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976406 [ 287 ] {} TCP-Session: 306754b3-e4bc-4c86-ba33-c972f656ffff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976648 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39779 2026.05.06 00:29:16.976661 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64787 2026.05.06 00:29:16.976681 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59512 2026.05.06 00:29:16.976720 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45179 2026.05.06 00:29:16.976741 [ 287 ] {} TCP-Session: 306754b3-e4bc-4c86-ba33-c972f656ffff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:16.976773 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.976728 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.976794 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.976810 [ 290 ] {} TCP-Session: 4278c5df-3f51-48d8-8405-dfabf1d4e4fb Authenticating user 'default' from [fd00:1122:3344:101::e]:64787 2026.05.06 00:29:16.976830 [ 289 ] {} TCP-Session: fcde14db-8737-4f72-9c60-8a6826331621 Authenticating user 'default' from [fd00:1122:3344:101::e]:39779 2026.05.06 00:29:16.976845 [ 353 ] {} TCP-Session: 6917eaf6-6587-4b29-99c9-e65f1cd80835 Authenticating user 'default' from [fd00:1122:3344:101::e]:45179 2026.05.06 00:29:16.976861 [ 290 ] {} TCP-Session: 4278c5df-3f51-48d8-8405-dfabf1d4e4fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976873 [ 289 ] {} TCP-Session: fcde14db-8737-4f72-9c60-8a6826331621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976898 [ 290 ] {} TCP-Session: 4278c5df-3f51-48d8-8405-dfabf1d4e4fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976911 [ 289 ] {} TCP-Session: fcde14db-8737-4f72-9c60-8a6826331621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976927 [ 287 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} executeQuery: (from [fd00:1122:3344:101::e]:36849) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:29:16.976886 [ 353 ] {} TCP-Session: 6917eaf6-6587-4b29-99c9-e65f1cd80835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976794 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.976973 [ 353 ] {} TCP-Session: 6917eaf6-6587-4b29-99c9-e65f1cd80835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976716 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53725 2026.05.06 00:29:16.976993 [ 349 ] {} TCP-Session: 50b6fa19-4cd6-4062-9457-318cf1852fc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59512 2026.05.06 00:29:16.976712 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61446 2026.05.06 00:29:16.977060 [ 349 ] {} TCP-Session: 50b6fa19-4cd6-4062-9457-318cf1852fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977082 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.977098 [ 349 ] {} TCP-Session: 50b6fa19-4cd6-4062-9457-318cf1852fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977119 [ 352 ] {} TCP-Session: b34cee24-c70b-4a4a-9729-1b3a5b45b11d Authenticating user 'default' from [fd00:1122:3344:101::e]:53725 2026.05.06 00:29:16.976692 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49579 2026.05.06 00:29:16.977142 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.977151 [ 352 ] {} TCP-Session: b34cee24-c70b-4a4a-9729-1b3a5b45b11d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977200 [ 351 ] {} TCP-Session: cb6670ae-485f-4659-9c69-ba7f4203d118 Authenticating user 'default' from [fd00:1122:3344:101::e]:61446 2026.05.06 00:29:16.977213 [ 287 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:29:16.977218 [ 352 ] {} TCP-Session: b34cee24-c70b-4a4a-9729-1b3a5b45b11d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977235 [ 351 ] {} TCP-Session: cb6670ae-485f-4659-9c69-ba7f4203d118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977217 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.977285 [ 287 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:16.977303 [ 350 ] {} TCP-Session: a77832b8-40bf-4a74-8e92-7f693da6a7b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49579 2026.05.06 00:29:16.977274 [ 351 ] {} TCP-Session: cb6670ae-485f-4659-9c69-ba7f4203d118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977333 [ 350 ] {} TCP-Session: a77832b8-40bf-4a74-8e92-7f693da6a7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.976668 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48102 2026.05.06 00:29:16.977362 [ 350 ] {} TCP-Session: a77832b8-40bf-4a74-8e92-7f693da6a7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977434 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:16.977460 [ 291 ] {} TCP-Session: 861f79c0-984e-4c0b-8d9a-32d8cf537bd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48102 2026.05.06 00:29:16.977476 [ 291 ] {} TCP-Session: 861f79c0-984e-4c0b-8d9a-32d8cf537bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977489 [ 291 ] {} TCP-Session: 861f79c0-984e-4c0b-8d9a-32d8cf537bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.977610 [ 287 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:29:16.978535 [ 312 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} AggregatingTransform: Aggregating 2026.05.06 00:29:16.978576 [ 312 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} Aggregator: Aggregation method: without_key 2026.05.06 00:29:16.978611 [ 312 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896452 sec. (1115.509 rows/sec., 43.57 KiB/sec.) 2026.05.06 00:29:16.978629 [ 312 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} Aggregator: Merging aggregated data 2026.05.06 00:29:16.980205 [ 287 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} executeQuery: Read 1 rows, 40.00 B in 0.003333 sec., 300.03000300030004 rows/sec., 11.72 KiB/sec. 2026.05.06 00:29:16.980368 [ 287 ] {ba9d43d4-01fb-4243-b3dd-cf71450e142e} TCPHandler: Processed in 0.00375243 sec. 2026.05.06 00:29:16.980494 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980521 [ 287 ] {} TCP-Session: 306754b3-e4bc-4c86-ba33-c972f656ffff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980529 [ 353 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980560 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980563 [ 353 ] {} TCP-Session: 6917eaf6-6587-4b29-99c9-e65f1cd80835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980583 [ 350 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980601 [ 290 ] {} TCP-Session: 4278c5df-3f51-48d8-8405-dfabf1d4e4fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980610 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980638 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980667 [ 351 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980680 [ 289 ] {} TCP-Session: fcde14db-8737-4f72-9c60-8a6826331621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980691 [ 349 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980713 [ 352 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:16.980715 [ 351 ] {} TCP-Session: cb6670ae-485f-4659-9c69-ba7f4203d118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980738 [ 349 ] {} TCP-Session: 50b6fa19-4cd6-4062-9457-318cf1852fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980754 [ 352 ] {} TCP-Session: b34cee24-c70b-4a4a-9729-1b3a5b45b11d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980633 [ 350 ] {} TCP-Session: a77832b8-40bf-4a74-8e92-7f693da6a7b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:16.980694 [ 291 ] {} TCP-Session: 861f79c0-984e-4c0b-8d9a-32d8cf537bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.210914 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42509 2026.05.06 00:29:17.211025 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211052 [ 287 ] {} TCP-Session: d7921100-cc3d-4c70-b3d8-aa56c6215702 Authenticating user 'default' from [fd00:1122:3344:101::e]:42509 2026.05.06 00:29:17.211076 [ 287 ] {} TCP-Session: d7921100-cc3d-4c70-b3d8-aa56c6215702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211089 [ 287 ] {} TCP-Session: d7921100-cc3d-4c70-b3d8-aa56c6215702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211338 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57586 2026.05.06 00:29:17.211358 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48317 2026.05.06 00:29:17.211396 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61184 2026.05.06 00:29:17.211401 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37582 2026.05.06 00:29:17.211394 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45725 2026.05.06 00:29:17.211467 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211509 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211519 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211549 [ 349 ] {} TCP-Session: 6b033f16-8bff-4283-b9c0-895da7e39b6f Authenticating user 'default' from [fd00:1122:3344:101::e]:48317 2026.05.06 00:29:17.211558 [ 352 ] {} TCP-Session: 9cdf18c7-a380-45ba-9027-79a0f632bb1b Authenticating user 'default' from [fd00:1122:3344:101::e]:61184 2026.05.06 00:29:17.211568 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211582 [ 349 ] {} TCP-Session: 6b033f16-8bff-4283-b9c0-895da7e39b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211464 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211624 [ 351 ] {} TCP-Session: b2f60330-aaaf-4ec9-9de4-3dfd8bd9fcf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45725 2026.05.06 00:29:17.211372 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39365 2026.05.06 00:29:17.211659 [ 289 ] {} TCP-Session: f534eae1-b4af-4557-a782-c3985d1af5a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57586 2026.05.06 00:29:17.211670 [ 351 ] {} TCP-Session: b2f60330-aaaf-4ec9-9de4-3dfd8bd9fcf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211622 [ 352 ] {} TCP-Session: 9cdf18c7-a380-45ba-9027-79a0f632bb1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211705 [ 351 ] {} TCP-Session: b2f60330-aaaf-4ec9-9de4-3dfd8bd9fcf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211731 [ 352 ] {} TCP-Session: 9cdf18c7-a380-45ba-9027-79a0f632bb1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211731 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211701 [ 289 ] {} TCP-Session: f534eae1-b4af-4557-a782-c3985d1af5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211778 [ 350 ] {} TCP-Session: a60bde8e-021e-4439-aa8b-9239364052d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:39365 2026.05.06 00:29:17.211787 [ 289 ] {} TCP-Session: f534eae1-b4af-4557-a782-c3985d1af5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211800 [ 350 ] {} TCP-Session: a60bde8e-021e-4439-aa8b-9239364052d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211566 [ 353 ] {} TCP-Session: 5e22739a-a0c0-4575-a613-a59d438dbbea Authenticating user 'default' from [fd00:1122:3344:101::e]:37582 2026.05.06 00:29:17.211817 [ 350 ] {} TCP-Session: a60bde8e-021e-4439-aa8b-9239364052d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211842 [ 353 ] {} TCP-Session: 5e22739a-a0c0-4575-a613-a59d438dbbea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211476 [ 287 ] {} TCP-Session: d7921100-cc3d-4c70-b3d8-aa56c6215702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.211865 [ 353 ] {} TCP-Session: 5e22739a-a0c0-4575-a613-a59d438dbbea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211345 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38349 2026.05.06 00:29:17.211345 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59119 2026.05.06 00:29:17.211623 [ 349 ] {} TCP-Session: 6b033f16-8bff-4283-b9c0-895da7e39b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.211967 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211994 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.06 00:29:17.211995 [ 290 ] {} TCP-Session: 9644c18b-4ff8-4ed6-bf0b-5ca6d2bd7e1b Authenticating user 'default' from [fd00:1122:3344:101::e]:38349 2026.05.06 00:29:17.212025 [ 291 ] {} TCP-Session: 282cc6f0-0ab7-42bf-b8df-72d92265dd50 Authenticating user 'default' from [fd00:1122:3344:101::e]:59119 2026.05.06 00:29:17.212035 [ 290 ] {} TCP-Session: 9644c18b-4ff8-4ed6-bf0b-5ca6d2bd7e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.212038 [ 287 ] {7d501aec-5250-43b7-afc2-9746eedd283b} executeQuery: (from [fd00:1122:3344:101::e]:42509) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.06 00:29:17.212052 [ 291 ] {} TCP-Session: 282cc6f0-0ab7-42bf-b8df-72d92265dd50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.212060 [ 290 ] {} TCP-Session: 9644c18b-4ff8-4ed6-bf0b-5ca6d2bd7e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.212087 [ 291 ] {} TCP-Session: 282cc6f0-0ab7-42bf-b8df-72d92265dd50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.212342 [ 287 ] {7d501aec-5250-43b7-afc2-9746eedd283b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.06 00:29:17.212398 [ 287 ] {7d501aec-5250-43b7-afc2-9746eedd283b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:17.212713 [ 287 ] {7d501aec-5250-43b7-afc2-9746eedd283b} oximeter.version (255697f4-5441-4d66-85c6-dbb5506fcaa9) (SelectExecutor): Key condition: unknown 2026.05.06 00:29:17.213660 [ 311 ] {7d501aec-5250-43b7-afc2-9746eedd283b} AggregatingTransform: Aggregating 2026.05.06 00:29:17.213721 [ 311 ] {7d501aec-5250-43b7-afc2-9746eedd283b} Aggregator: Aggregation method: without_key 2026.05.06 00:29:17.213760 [ 311 ] {7d501aec-5250-43b7-afc2-9746eedd283b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000942482 sec. (1061.028 rows/sec., 41.45 KiB/sec.) 2026.05.06 00:29:17.213780 [ 311 ] {7d501aec-5250-43b7-afc2-9746eedd283b} Aggregator: Merging aggregated data 2026.05.06 00:29:17.215100 [ 287 ] {7d501aec-5250-43b7-afc2-9746eedd283b} executeQuery: Read 1 rows, 40.00 B in 0.003118 sec., 320.71840923669015 rows/sec., 12.53 KiB/sec. 2026.05.06 00:29:17.215266 [ 287 ] {7d501aec-5250-43b7-afc2-9746eedd283b} TCPHandler: Processed in 0.003969624 sec. 2026.05.06 00:29:17.215395 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215425 [ 287 ] {} TCP-Session: d7921100-cc3d-4c70-b3d8-aa56c6215702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215427 [ 353 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215450 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215469 [ 353 ] {} TCP-Session: 5e22739a-a0c0-4575-a613-a59d438dbbea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215479 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215498 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215505 [ 290 ] {} TCP-Session: 9644c18b-4ff8-4ed6-bf0b-5ca6d2bd7e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215518 [ 349 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215555 [ 289 ] {} TCP-Session: f534eae1-b4af-4557-a782-c3985d1af5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215563 [ 352 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215584 [ 349 ] {} TCP-Session: 6b033f16-8bff-4283-b9c0-895da7e39b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215533 [ 350 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215617 [ 352 ] {} TCP-Session: 9cdf18c7-a380-45ba-9027-79a0f632bb1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215519 [ 291 ] {} TCP-Session: 282cc6f0-0ab7-42bf-b8df-72d92265dd50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215650 [ 350 ] {} TCP-Session: a60bde8e-021e-4439-aa8b-9239364052d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.215499 [ 351 ] {} TCPHandler: Done processing connection. 2026.05.06 00:29:17.215727 [ 351 ] {} TCP-Session: b2f60330-aaaf-4ec9-9de4-3dfd8bd9fcf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.06 00:29:17.326918 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15840 2026.05.06 00:29:17.327495 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.327556 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.328114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:29:17.328363 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.328518 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15840 2026.05.06 00:29:17.785444 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.785696 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:17.786067 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:17.786109 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:17.786345 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:17.786433 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:17.786585 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:17.786715 [ 316 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:17.786725 [ 334 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:17.786714 [ 324 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:17.786714 [ 332 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:17.786914 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:17.786950 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:17.787067 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:17.787096 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:17.787135 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:17.787182 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:17.787226 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:17.788527 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} executeQuery: Read 50 rows, 4.03 KiB in 0.002924 sec., 17099.86320109439 rows/sec., 1.34 MiB/sec. 2026.05.06 00:29:17.788689 [ 278 ] {b28ce277-ee67-45df-853e-9fba16579277} TCPHandler: Processed in 0.003388106 sec. 2026.05.06 00:29:17.790736 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.790868 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:17.790921 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:17.791513 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.791562 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.791958 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 00:29:17.792207 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.792365 [ 113 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 00:29:17.792368 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} executeQuery: Read 78 rows, 6.61 KiB in 0.001537 sec., 50748.21080026025 rows/sec., 4.20 MiB/sec. 2026.05.06 00:29:17.792417 [ 113 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.792438 [ 278 ] {eaff0f94-7bb2-4d50-9e99-95c067b44132} TCPHandler: Processed in 0.001767914 sec. 2026.05.06 00:29:17.792444 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.792597 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.792597 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.06 00:29:17.792717 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:17.792770 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:17.792774 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:17.792814 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::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.06 00:29:17.792888 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 859 rows starting from the beginning of the part 2026.05.06 00:29:17.792933 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2544 rows starting from the beginning of the part 2026.05.06 00:29:17.792975 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.05.06 00:29:17.793020 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 118 rows starting from the beginning of the part 2026.05.06 00:29:17.793058 [ 188 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 78 rows starting from the beginning of the part 2026.05.06 00:29:17.793288 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.793333 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.793650 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 00:29:17.793871 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.794009 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} executeQuery: Read 11 rows, 847.00 B in 0.001353 sec., 8130.081300813008 rows/sec., 611.34 KiB/sec. 2026.05.06 00:29:17.794050 [ 278 ] {ef380269-4530-47f5-b2c5-c360348bfce8} TCPHandler: Processed in 0.001540661 sec. 2026.05.06 00:29:17.794186 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.794283 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:17.794323 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:17.794825 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.794865 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.795231 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 00:29:17.795454 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.795486 [ 190 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 7014 rows, containing 5 columns (5 merged, 0 gathered) in 0.00295058 sec., 2377159.7448637215 rows/sec., 189.57 MiB/sec. 2026.05.06 00:29:17.795582 [ 113 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 00:29:17.795601 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} executeQuery: Read 75 rows, 6.00 KiB in 0.001287 sec., 58275.058275058276 rows/sec., 4.55 MiB/sec. 2026.05.06 00:29:17.795626 [ 113 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.795648 [ 278 ] {b6517f29-a9c7-4068-b312-4c57c25790a2} TCPHandler: Processed in 0.001467269 sec. 2026.05.06 00:29:17.795651 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.795748 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.06 00:29:17.795785 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.795834 [ 189 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 00:29:17.795854 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:17.795885 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:29:17.795889 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:17.795939 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 521 rows starting from the beginning of the part 2026.05.06 00:29:17.795948 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:17.795987 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1337 rows starting from the beginning of the part 2026.05.06 00:29:17.796032 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.05.06 00:29:17.796076 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 95 rows starting from the beginning of the part 2026.05.06 00:29:17.796118 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 75 rows starting from the beginning of the part 2026.05.06 00:29:17.796169 [ 189 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.796271 [ 189 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_51_10} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 00:29:17.796369 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.05.06 00:29:17.796426 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.796469 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.796863 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 00:29:17.797110 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.797230 [ 113 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 00:29:17.797254 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} executeQuery: Read 160 rows, 11.41 KiB in 0.001385 sec., 115523.46570397112 rows/sec., 8.05 MiB/sec. 2026.05.06 00:29:17.797267 [ 113 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.797300 [ 278 ] {586f1f96-5370-423a-acdc-599efa2728d5} TCPHandler: Processed in 0.001565782 sec. 2026.05.06 00:29:17.797307 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.797427 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.06 00:29:17.797431 [ 187 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3922 rows, containing 5 columns (5 merged, 0 gathered) in 0.001718033 sec., 2282843.2282732637 rows/sec., 165.79 MiB/sec. 2026.05.06 00:29:17.797448 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.797532 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:17.797563 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 17330 rows starting from the beginning of the part 2026.05.06 00:29:17.797584 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:17.797623 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 265 rows starting from the beginning of the part 2026.05.06 00:29:17.797643 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:17.797674 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1569 rows starting from the beginning of the part 2026.05.06 00:29:17.797678 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 00:29:17.797724 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 128 rows starting from the beginning of the part 2026.05.06 00:29:17.797771 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.05.06 00:29:17.797821 [ 198 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.05.06 00:29:17.797977 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.798127 [ 188 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_51_10} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 00:29:17.798204 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.05.06 00:29:17.798453 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.798496 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.799077 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.06 00:29:17.799322 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.799479 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} executeQuery: Read 11 rows, 20.18 KiB in 0.001913 sec., 5750.130684788291 rows/sec., 10.30 MiB/sec. 2026.05.06 00:29:17.799563 [ 278 ] {e79cfe49-33ab-4775-8293-28cc71b50b70} TCPHandler: Processed in 0.002164229 sec. 2026.05.06 00:29:17.799781 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:17.799907 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:17.799960 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:17.800405 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.800452 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.800814 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 00:29:17.801037 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.801171 [ 113 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 00:29:17.801185 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001298 sec., 46224.96147919877 rows/sec., 3.12 MiB/sec. 2026.05.06 00:29:17.801225 [ 113 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:17.801241 [ 278 ] {64bea053-0586-4f4f-9813-d46def7249c6} TCPHandler: Processed in 0.001524401 sec. 2026.05.06 00:29:17.801258 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:17.801362 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.06 00:29:17.801497 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:17.801537 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2550 rows starting from the beginning of the part 2026.05.06 00:29:17.801596 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part 2026.05.06 00:29:17.801642 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part 2026.05.06 00:29:17.801680 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part 2026.05.06 00:29:17.801724 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.05.06 00:29:17.801763 [ 196 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.05.06 00:29:17.803301 [ 188 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2820 rows, containing 4 columns (4 merged, 0 gathered) in 0.001984496 sec., 1421015.713813482 rows/sec., 93.48 MiB/sec. 2026.05.06 00:29:17.803757 [ 187 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 00:29:17.804117 [ 187 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.804215 [ 187 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_51_10} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 00:29:17.804318 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.06 00:29:17.804960 [ 187 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 19612 rows, containing 5 columns (5 merged, 0 gathered) in 0.007574923 sec., 2589069.222221797 rows/sec., 167.85 MiB/sec. 2026.05.06 00:29:17.805367 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 00:29:17.805697 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:17.805786 [ 199 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_51_10} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 00:29:17.805886 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.25 MiB. 2026.05.06 00:29:18.000234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 285.15 MiB, peak 295.04 MiB, free memory in arenas 0.00 B, will set to 287.41 MiB (RSS), difference: 2.27 MiB 2026.05.06 00:29:18.156614 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.05.06 00:29:18.174778 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:18.174850 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:18.181155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.06 00:29:18.181913 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:18.185019 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.05.06 00:29:19.795385 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 988 2026.05.06 00:29:19.798095 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:19.798132 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:19.799373 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.06 00:29:19.799632 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:19.799887 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 988 2026.05.06 00:29:22.784137 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.784531 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:22.785028 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:22.785066 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} 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.06 00:29:22.785308 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:22.785384 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:22.785535 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 00:29:22.785658 [ 324 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:22.785667 [ 316 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:22.785679 [ 339 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:22.785727 [ 310 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:22.785896 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:22.785928 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:22.786020 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:22.786041 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:22.786078 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:22.786117 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:22.786153 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:22.787564 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} executeQuery: Read 50 rows, 4.03 KiB in 0.003186 sec., 15693.65976145637 rows/sec., 1.23 MiB/sec. 2026.05.06 00:29:22.787738 [ 278 ] {58c9bf84-2fdc-4daf-80a5-b2843115b1df} TCPHandler: Processed in 0.003797161 sec. 2026.05.06 00:29:22.789982 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.790099 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:29:22.790147 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:29:22.790654 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.790703 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.791079 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:29:22.791309 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.791460 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} executeQuery: Read 4 rows, 334.00 B in 0.001396 sec., 2865.3295128939826 rows/sec., 233.65 KiB/sec. 2026.05.06 00:29:22.791500 [ 278 ] {c9e2c25d-2d2c-43bd-a037-34c2c88c96dd} TCPHandler: Processed in 0.001573192 sec. 2026.05.06 00:29:22.791638 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.791738 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:22.791779 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:22.792240 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.792277 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.792597 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 00:29:22.792807 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.792938 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} executeQuery: Read 120 rows, 10.42 KiB in 0.001221 sec., 98280.09828009827 rows/sec., 8.34 MiB/sec. 2026.05.06 00:29:22.792974 [ 278 ] {7d946eb5-2a6e-4c02-9366-f580bbda736b} TCPHandler: Processed in 0.001387029 sec. 2026.05.06 00:29:22.793093 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.793190 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:22.793231 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:22.793642 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.793679 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.793983 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 00:29:22.794189 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.794328 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} executeQuery: Read 35 rows, 2.61 KiB in 0.001158 sec., 30224.525043177895 rows/sec., 2.20 MiB/sec. 2026.05.06 00:29:22.794366 [ 278 ] {a59d064e-9091-4e46-8377-8221a77a5b2a} TCPHandler: Processed in 0.001322629 sec. 2026.05.06 00:29:22.794477 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.794576 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:22.794617 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:22.795056 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.795090 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.795390 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 00:29:22.795598 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.795727 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} executeQuery: Read 99 rows, 7.92 KiB in 0.001174 sec., 84327.08688245316 rows/sec., 6.59 MiB/sec. 2026.05.06 00:29:22.795765 [ 278 ] {60003027-9972-4e15-a8ac-8c7233319038} TCPHandler: Processed in 0.001337568 sec. 2026.05.06 00:29:22.795880 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.795977 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:22.796020 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:22.796437 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.796471 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.796813 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 00:29:22.797021 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.797149 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} executeQuery: Read 162 rows, 11.55 KiB in 0.001191 sec., 136020.15113350126 rows/sec., 9.47 MiB/sec. 2026.05.06 00:29:22.797185 [ 278 ] {2c2d3006-aca5-4c24-b704-219876a85cee} TCPHandler: Processed in 0.001356038 sec. 2026.05.06 00:29:22.797292 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.797387 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:22.797443 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:22.798261 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.798297 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.798864 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.06 00:29:22.799084 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.799229 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} executeQuery: Read 31 rows, 56.88 KiB in 0.00186 sec., 16666.666666666664 rows/sec., 29.87 MiB/sec. 2026.05.06 00:29:22.799291 [ 278 ] {7c3bd989-7bbc-4eff-8ef4-20275deafe98} TCPHandler: Processed in 0.002047858 sec. 2026.05.06 00:29:22.799409 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:22.799504 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:22.799546 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:22.799886 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:22.799922 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:22.800232 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 00:29:22.800440 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:22.800569 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.05.06 00:29:22.800605 [ 278 ] {855dea59-e6c2-427d-bbd0-e8c4587d437b} TCPHandler: Processed in 0.001245507 sec. 2026.05.06 00:29:24.649383 [ 104 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:29:24.649437 [ 104 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:29:24.828693 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16288 2026.05.06 00:29:24.829210 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:24.829256 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:24.829759 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:29:24.829986 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:24.830122 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16288 2026.05.06 00:29:25.685147 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 2026.05.06 00:29:25.702560 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:25.702622 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:25.708233 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.06 00:29:25.708978 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:25.712004 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 257 2026.05.06 00:29:27.784101 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.784338 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:27.784680 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:27.784714 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:27.784939 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:27.785008 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:27.785156 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:27.785277 [ 339 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:27.785302 [ 316 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:27.785301 [ 314 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:27.785277 [ 335 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:27.785483 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:27.785511 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:27.785598 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:27.785619 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:27.785653 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:27.785691 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:27.785725 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:27.786885 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} executeQuery: Read 50 rows, 4.03 KiB in 0.002641 sec., 18932.22264293828 rows/sec., 1.49 MiB/sec. 2026.05.06 00:29:27.787039 [ 278 ] {3cad8f63-a517-4f4c-a020-dbca9e153e9b} TCPHandler: Processed in 0.003070631 sec. 2026.05.06 00:29:27.788903 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.789014 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:27.789056 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:27.789554 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.789604 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.789976 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 00:29:27.790216 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.790360 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} executeQuery: Read 78 rows, 6.61 KiB in 0.001379 sec., 56562.726613488034 rows/sec., 4.68 MiB/sec. 2026.05.06 00:29:27.790398 [ 278 ] {993438d9-9ccf-43b3-bcd3-01783a29b20d} TCPHandler: Processed in 0.00154588 sec. 2026.05.06 00:29:27.790526 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.790620 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:27.790660 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:27.791065 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.791101 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.791383 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 00:29:27.791593 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.791724 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} executeQuery: Read 11 rows, 847.00 B in 0.001122 sec., 9803.921568627451 rows/sec., 737.21 KiB/sec. 2026.05.06 00:29:27.791730 [ 100 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 00:29:27.791761 [ 278 ] {b984884d-b2d0-45f0-aee8-45820a730076} TCPHandler: Processed in 0.001283468 sec. 2026.05.06 00:29:27.791779 [ 100 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.791804 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.791889 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.791904 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.06 00:29:27.791988 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:27.792034 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:27.792034 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:27.792081 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:27.792144 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part 2026.05.06 00:29:27.792188 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:27.792230 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:27.792286 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part 2026.05.06 00:29:27.792343 [ 196 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:27.792487 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.792528 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.792866 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 00:29:27.793095 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.793219 [ 186 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001358028 sec., 255517.5592844919 rows/sec., 18.19 MiB/sec. 2026.05.06 00:29:27.793222 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} executeQuery: Read 75 rows, 6.00 KiB in 0.001252 sec., 59904.15335463258 rows/sec., 4.68 MiB/sec. 2026.05.06 00:29:27.793275 [ 278 ] {4a816972-6f8d-4a0b-91b1-f37eab89185d} TCPHandler: Processed in 0.001433619 sec. 2026.05.06 00:29:27.793409 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.793414 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 00:29:27.793517 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:27.793566 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:27.793758 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.793857 [ 187 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_46_9} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 00:29:27.793953 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.06 00:29:27.793979 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.794019 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.794348 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 00:29:27.794567 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.794701 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.05.06 00:29:27.794737 [ 278 ] {c6acae38-1319-4ec8-828c-c3bbe0a19254} TCPHandler: Processed in 0.001375219 sec. 2026.05.06 00:29:27.794856 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.794950 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:27.795004 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:27.795744 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.795781 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.796280 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.06 00:29:27.796494 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.796605 [ 100 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.06 00:29:27.796632 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} executeQuery: Read 11 rows, 20.18 KiB in 0.001699 sec., 6474.3967039434965 rows/sec., 11.60 MiB/sec. 2026.05.06 00:29:27.796640 [ 100 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.796673 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.796691 [ 278 ] {69c6ea7a-e7de-456b-8c65-72a969bd55b2} TCPHandler: Processed in 0.001881955 sec. 2026.05.06 00:29:27.796759 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.06 00:29:27.796821 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:27.796940 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:27.796981 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:27.796990 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:27.797042 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 850 rows starting from the beginning of the part 2026.05.06 00:29:27.797179 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:27.797305 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:27.797405 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:27.797422 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:27.797448 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:27.797537 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:27.797648 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:27.797845 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.06 00:29:27.798093 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.798220 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} executeQuery: Read 60 rows, 4.14 KiB in 0.001305 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. 2026.05.06 00:29:27.798256 [ 278 ] {6eb7b082-79bc-4c28-9d13-9e90417ffbca} TCPHandler: Processed in 0.00149302 sec. 2026.05.06 00:29:27.803041 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 19 columns (19 merged, 0 gathered) in 0.006323686 sec., 150861.38053027933 rows/sec., 270.34 MiB/sec. 2026.05.06 00:29:27.804579 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.06 00:29:27.804959 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:27.805041 [ 193 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_46_9} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.06 00:29:27.805212 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.14 MiB. 2026.05.06 00:29:28.000249 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 289.13 MiB, peak 297.23 MiB, free memory in arenas 0.00 B, will set to 291.68 MiB (RSS), difference: 2.55 MiB 2026.05.06 00:29:29.800108 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1018 2026.05.06 00:29:29.802604 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:29.802664 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:29.803937 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.06 00:29:29.804224 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:29.804585 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1018 2026.05.06 00:29:32.330283 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16800 2026.05.06 00:29:32.330926 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.330987 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.331541 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:29:32.331787 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.331939 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16800 2026.05.06 00:29:32.784687 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.785012 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:32.785356 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:32.785391 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:32.785605 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:32.785672 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:32.785810 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:32.785927 [ 335 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:32.785947 [ 314 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:32.785928 [ 339 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:32.785927 [ 323 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:32.786122 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:32.786149 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:32.786235 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:32.786255 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:32.786289 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:32.786326 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:32.786366 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:32.787564 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} executeQuery: Read 50 rows, 4.03 KiB in 0.00265 sec., 18867.924528301886 rows/sec., 1.48 MiB/sec. 2026.05.06 00:29:32.787729 [ 278 ] {957a2606-922e-49ba-9aea-89cf40a24976} TCPHandler: Processed in 0.003173523 sec. 2026.05.06 00:29:32.789765 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.789895 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:32.789948 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:32.790541 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.790585 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.790983 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 00:29:32.791213 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.791369 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} executeQuery: Read 118 rows, 10.28 KiB in 0.001512 sec., 78042.32804232804 rows/sec., 6.64 MiB/sec. 2026.05.06 00:29:32.791409 [ 278 ] {0a64e860-4acb-4e49-b2fe-80410b626e2d} TCPHandler: Processed in 0.001704773 sec. 2026.05.06 00:29:32.791533 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.791631 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:32.791674 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:32.792101 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.792139 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.792461 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 00:29:32.792678 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.792813 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} executeQuery: Read 31 rows, 2.33 KiB in 0.001204 sec., 25747.50830564784 rows/sec., 1.89 MiB/sec. 2026.05.06 00:29:32.792852 [ 278 ] {502d13d3-cdc8-47a9-9069-ad5c8a4180b7} TCPHandler: Processed in 0.001367328 sec. 2026.05.06 00:29:32.792966 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.793062 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:32.793104 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:32.793544 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.793581 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.793900 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 00:29:32.794109 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.794242 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} executeQuery: Read 95 rows, 7.60 KiB in 0.001198 sec., 79298.83138564273 rows/sec., 6.19 MiB/sec. 2026.05.06 00:29:32.794279 [ 278 ] {f499fa41-04eb-4952-a93f-a449975f25c3} TCPHandler: Processed in 0.001361939 sec. 2026.05.06 00:29:32.794395 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.794488 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:32.794533 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:32.794955 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.794992 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.795327 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 00:29:32.795542 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.795675 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.05.06 00:29:32.795713 [ 278 ] {34b13a92-a9d5-4b77-b604-edf5c25d14b7} TCPHandler: Processed in 0.001365639 sec. 2026.05.06 00:29:32.795829 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.795922 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:32.795977 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:32.796800 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.796837 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.797386 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.06 00:29:32.797627 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.797775 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} executeQuery: Read 31 rows, 56.88 KiB in 0.00187 sec., 16577.540106951874 rows/sec., 29.71 MiB/sec. 2026.05.06 00:29:32.797839 [ 278 ] {376bb6ef-01cb-4dde-8515-0cf102afe62e} TCPHandler: Processed in 0.002058027 sec. 2026.05.06 00:29:32.797955 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:32.798051 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:32.798094 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:32.798442 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:32.798478 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:32.798797 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.06 00:29:32.799016 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:32.799149 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.05.06 00:29:32.799186 [ 278 ] {95c7198e-3609-4b26-b7ab-4909debdf29f} TCPHandler: Processed in 0.001278527 sec. 2026.05.06 00:29:33.042931 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.043175 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.06 00:29:33.043532 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:33.043571 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.06 00:29:33.043827 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:33.043893 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:33.044038 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.06 00:29:33.044160 [ 314 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:33.044183 [ 323 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:33.044183 [ 335 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:33.044180 [ 347 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:33.044439 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:33.044468 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:33.044552 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:33.044574 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:33.044609 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:29:33.044654 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:29:33.044690 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.06 00:29:33.045988 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} executeQuery: Read 50 rows, 8.14 KiB in 0.002916 sec., 17146.776406035664 rows/sec., 2.73 MiB/sec. 2026.05.06 00:29:33.046148 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} MemoryTracker: Peak memory usage (for query): 136.67 KiB. 2026.05.06 00:29:33.046165 [ 278 ] {d6c80d74-fa70-4876-b847-6930c75dd745} TCPHandler: Processed in 0.003363346 sec. 2026.05.06 00:29:33.059885 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.060088 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.060169 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.06 00:29:33.060708 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.060753 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.061123 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:29:33.061364 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} oximeter.fields_i16 (4c4f54fb-c0c9-486f-9b66-6ff914f4b2ad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.061525 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} executeQuery: Read 24 rows, 2.04 KiB in 0.001496 sec., 16042.780748663103 rows/sec., 1.33 MiB/sec. 2026.05.06 00:29:33.061564 [ 278 ] {2d2f0e22-dabe-445b-a42d-e89e0c9e6cd3} TCPHandler: Processed in 0.001780124 sec. 2026.05.06 00:29:33.061681 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.061776 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:29:33.061817 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:29:33.062218 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.062255 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.062541 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:29:33.062749 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.062882 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} executeQuery: Read 8 rows, 668.00 B in 0.001124 sec., 7117.437722419929 rows/sec., 580.38 KiB/sec. 2026.05.06 00:29:33.062931 [ 278 ] {c8a5af4e-ab88-4a90-9761-30a28c7e2eee} TCPHandler: Processed in 0.001298928 sec. 2026.05.06 00:29:33.063105 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.063199 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:33.063237 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:33.064828 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.064867 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.065335 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 00:29:33.065553 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.065688 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} executeQuery: Read 2547 rows, 195.29 KiB in 0.002507 sec., 1015955.3250897486 rows/sec., 76.07 MiB/sec. 2026.05.06 00:29:33.065726 [ 278 ] {73afb3ab-8a69-4134-babe-8cb0668d81d0} TCPHandler: Processed in 0.002669956 sec. 2026.05.06 00:29:33.065845 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.065940 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.065982 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:33.066395 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.066432 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.066730 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 00:29:33.066946 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.067077 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} executeQuery: Read 40 rows, 3.02 KiB in 0.001155 sec., 34632.03463203463 rows/sec., 2.56 MiB/sec. 2026.05.06 00:29:33.067114 [ 278 ] {90b2a548-1131-4e6d-a858-bcf9cfe5bc4b} TCPHandler: Processed in 0.001319168 sec. 2026.05.06 00:29:33.067220 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.067313 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.067353 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.06 00:29:33.068016 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.068051 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.068395 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.06 00:29:33.068603 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} oximeter.fields_u32 (0e94bbf1-c7b0-47d9-88d6-079607b6ca29): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.068732 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} executeQuery: Read 825 rows, 49.42 KiB in 0.001437 sec., 574112.7348643007 rows/sec., 33.58 MiB/sec. 2026.05.06 00:29:33.068770 [ 278 ] {e930dbf3-7641-44b8-a965-e38e9b918a6a} TCPHandler: Processed in 0.001599452 sec. 2026.05.06 00:29:33.068881 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.068975 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.069015 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.06 00:29:33.069395 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.069432 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.069718 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.06 00:29:33.069927 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} oximeter.fields_u64 (804207c9-8d70-4f38-b580-d35f77c60cae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.070053 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} executeQuery: Read 1 rows, 72.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 64.27 KiB/sec. 2026.05.06 00:29:33.070090 [ 278 ] {d7eb8f15-cd00-4bf0-861a-08ab10245ecf} TCPHandler: Processed in 0.001257127 sec. 2026.05.06 00:29:33.070198 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.070292 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.070331 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.06 00:29:33.070722 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.070757 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.071045 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.06 00:29:33.071252 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} oximeter.fields_u8 (33c78334-c499-4395-8f10-08b69c5065f6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.071381 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. 2026.05.06 00:29:33.071419 [ 278 ] {59eec246-a26a-4ad4-a714-ec7f87294f2a} TCPHandler: Processed in 0.001269057 sec. 2026.05.06 00:29:33.071527 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.071629 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:33.071671 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:33.072522 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.072560 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.072936 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 00:29:33.073155 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.073288 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} executeQuery: Read 1343 rows, 92.75 KiB in 0.001677 sec., 800834.824090638 rows/sec., 54.01 MiB/sec. 2026.05.06 00:29:33.073327 [ 278 ] {3d519c17-d553-42d2-b996-897323179348} TCPHandler: Processed in 0.001850015 sec. 2026.05.06 00:29:33.073439 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.073536 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.073580 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:33.074306 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.074340 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.074809 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 00:29:33.075096 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.075239 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} executeQuery: Read 1536 rows, 96.17 KiB in 0.001721 sec., 892504.3579314351 rows/sec., 54.57 MiB/sec. 2026.05.06 00:29:33.075279 [ 278 ] {6da2d059-cd75-4e8f-b93f-cc92d0a50ac3} TCPHandler: Processed in 0.001889915 sec. 2026.05.06 00:29:33.075398 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.075496 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.075552 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:33.076304 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.076340 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.076897 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.06 00:29:33.077147 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.077291 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} executeQuery: Read 20 rows, 36.70 KiB in 0.001814 sec., 11025.358324145534 rows/sec., 19.76 MiB/sec. 2026.05.06 00:29:33.077346 [ 278 ] {10a4753f-3567-43a4-8dd0-ae6f0af32d59} TCPHandler: Processed in 0.001998417 sec. 2026.05.06 00:29:33.077470 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:33.077568 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:33.077610 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:33.077935 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.077970 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.078292 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.06 00:29:33.078514 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.078648 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} executeQuery: Read 12 rows, 848.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 752.84 KiB/sec. 2026.05.06 00:29:33.078686 [ 278 ] {10312d19-f75e-4fb3-bbb6-5d10a7150a16} TCPHandler: Processed in 0.001265887 sec. 2026.05.06 00:29:33.212178 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 2026.05.06 00:29:33.230200 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:33.230267 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.05.06 00:29:33.236395 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.06 00:29:33.237098 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:33.240603 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.05.06 00:29:37.782049 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:37.782289 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:37.782631 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:37.782665 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:37.782879 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:37.782952 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:37.783100 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.06 00:29:37.783238 [ 333 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:37.783248 [ 308 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:37.783257 [ 335 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:37.783246 [ 314 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:37.783455 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:37.783483 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:37.783566 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:37.783587 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:37.783628 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:37.783664 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:37.783709 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:37.784957 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} executeQuery: Read 50 rows, 4.03 KiB in 0.00276 sec., 18115.942028985508 rows/sec., 1.42 MiB/sec. 2026.05.06 00:29:37.785105 [ 278 ] {a1d7130b-f9ea-479e-9511-89e1bf84d502} TCPHandler: Processed in 0.003181123 sec. 2026.05.06 00:29:37.786611 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:37.786717 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:37.786760 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:37.787243 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.787281 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.787649 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 00:29:37.787872 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.788015 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} executeQuery: Read 56 rows, 4.41 KiB in 0.00133 sec., 42105.26315789473 rows/sec., 3.23 MiB/sec. 2026.05.06 00:29:37.788032 [ 89 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 00:29:37.788053 [ 278 ] {501aea63-64b5-498c-abfa-6cf05bbd1809} TCPHandler: Processed in 0.0014902 sec. 2026.05.06 00:29:37.788091 [ 89 ] {} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.788123 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.788191 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:37.788248 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.06 00:29:37.788288 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:37.788332 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:37.788398 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:37.788445 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::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.06 00:29:37.788518 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 120 rows starting from the beginning of the part 2026.05.06 00:29:37.788572 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 78 rows starting from the beginning of the part 2026.05.06 00:29:37.788619 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 118 rows starting from the beginning of the part 2026.05.06 00:29:37.788668 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2547 rows starting from the beginning of the part 2026.05.06 00:29:37.788714 [ 187 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2026.05.06 00:29:37.788869 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.788917 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.789299 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 00:29:37.789543 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.789663 [ 89 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 00:29:37.789673 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. 2026.05.06 00:29:37.789704 [ 89 ] {} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.789725 [ 278 ] {1b7db5c3-be6b-423c-b949-4b8f9298fd8d} TCPHandler: Processed in 0.001583932 sec. 2026.05.06 00:29:37.789732 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.789830 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.06 00:29:37.789862 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:37.789937 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:37.789961 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:37.789972 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::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.06 00:29:37.790011 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:37.790044 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 99 rows starting from the beginning of the part 2026.05.06 00:29:37.790092 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 75 rows starting from the beginning of the part 2026.05.06 00:29:37.790138 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 95 rows starting from the beginning of the part 2026.05.06 00:29:37.790176 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1343 rows starting from the beginning of the part 2026.05.06 00:29:37.790215 [ 193 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2026.05.06 00:29:37.790416 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.790459 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.790836 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6278 rows, containing 5 columns (5 merged, 0 gathered) in 0.002644166 sec., 2374283.6115432996 rows/sec., 189.03 MiB/sec. 2026.05.06 00:29:37.790838 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 00:29:37.791079 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.791147 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 00:29:37.791204 [ 89 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 00:29:37.791208 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} executeQuery: Read 128 rows, 9.13 KiB in 0.001266 sec., 101105.84518167457 rows/sec., 7.04 MiB/sec. 2026.05.06 00:29:37.791247 [ 89 ] {} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.791267 [ 278 ] {285dd87a-b7cd-4c9b-9edf-89e8499da380} TCPHandler: Processed in 0.00145179 sec. 2026.05.06 00:29:37.791291 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.791389 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:37.791397 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.06 00:29:37.791431 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.791492 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:37.791510 [ 195 ] {1f76c90a-a94b-4b67-979f-a85f8c94d287::all_1_56_11} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 00:29:37.791528 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:37.791533 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:37.791543 [ 200 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3506 rows, containing 5 columns (5 merged, 0 gathered) in 0.001751293 sec., 2001949.4168023285 rows/sec., 145.42 MiB/sec. 2026.05.06 00:29:37.791564 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 19612 rows starting from the beginning of the part 2026.05.06 00:29:37.791591 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.06 00:29:37.791635 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part 2026.05.06 00:29:37.791683 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.05.06 00:29:37.791725 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.05.06 00:29:37.791769 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1536 rows starting from the beginning of the part 2026.05.06 00:29:37.791798 [ 195 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 00:29:37.791811 [ 201 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 128 rows starting from the beginning of the part 2026.05.06 00:29:37.791892 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.791931 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.792122 [ 195 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.792188 [ 195 ] {94f108c2-4fd6-4946-ab51-fd1211e2b2b5::all_1_56_11} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 00:29:37.792261 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.06 00:29:37.792281 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.06 00:29:37.792489 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.792604 [ 89 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.06 00:29:37.792618 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} executeQuery: Read 48 rows, 3.31 KiB in 0.001144 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. 2026.05.06 00:29:37.792639 [ 89 ] {} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:37.792659 [ 278 ] {fc228ae8-5f4a-4377-b479-f553ccb0240b} TCPHandler: Processed in 0.001316287 sec. 2026.05.06 00:29:37.792665 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:37.792790 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.06 00:29:37.792878 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:37.792903 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2820 rows starting from the beginning of the part 2026.05.06 00:29:37.792950 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.05.06 00:29:37.792990 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.05.06 00:29:37.793026 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.05.06 00:29:37.793091 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part 2026.05.06 00:29:37.793153 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part 2026.05.06 00:29:37.794312 [ 200 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3060 rows, containing 4 columns (4 merged, 0 gathered) in 0.001550641 sec., 1973377.4613208345 rows/sec., 130.06 MiB/sec. 2026.05.06 00:29:37.794619 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 00:29:37.794948 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.795044 [ 194 ] {22e78672-209a-48ab-bff9-9d648090f151::all_1_56_11} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 00:29:37.795140 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.05.06 00:29:37.797316 [ 200 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 21758 rows, containing 5 columns (5 merged, 0 gathered) in 0.00595503 sec., 3653717.949363815 rows/sec., 236.42 MiB/sec. 2026.05.06 00:29:37.797780 [ 192 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.06 00:29:37.798091 [ 192 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:37.798172 [ 192 ] {9d250a75-2bbb-42b4-b6ea-213e4aa7d737::all_1_56_11} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.06 00:29:37.798280 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.05.06 00:29:39.649481 [ 87 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:29:39.649538 [ 87 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:29:39.804927 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1066 2026.05.06 00:29:39.807715 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:39.807774 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:39.809065 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.06 00:29:39.809347 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:39.809522 [ 87 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.06 00:29:39.809628 [ 87 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:39.809667 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:39.809725 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1066 2026.05.06 00:29:39.809783 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.06 00:29:39.810266 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:39.810396 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 856 rows starting from the beginning of the part 2026.05.06 00:29:39.810737 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.05.06 00:29:39.811084 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part 2026.05.06 00:29:39.811438 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part 2026.05.06 00:29:39.811775 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part 2026.05.06 00:29:39.812110 [ 194 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.05.06 00:29:39.818696 [ 189 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1066 rows, containing 72 columns (72 merged, 0 gathered) in 0.00895219 sec., 119077.0079723509 rows/sec., 100.67 MiB/sec. 2026.05.06 00:29:39.820316 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.06 00:29:39.821001 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:39.821096 [ 188 ] {fe3824c0-65d4-46f3-b62a-5498610dd0a1::all_1_26_5} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.06 00:29:39.821401 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2026.05.06 00:29:39.832110 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17248 2026.05.06 00:29:39.832682 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:39.832718 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:39.833248 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:29:39.833493 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:39.833633 [ 87 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:29:39.833646 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17248 2026.05.06 00:29:39.833679 [ 87 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:39.833701 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:39.833815 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:29:39.833969 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:39.834017 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14880 rows starting from the beginning of the part 2026.05.06 00:29:39.834103 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.05.06 00:29:39.834172 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.05.06 00:29:39.834233 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.05.06 00:29:39.834295 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.05.06 00:29:39.834352 [ 197 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.05.06 00:29:39.836489 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17248 rows, containing 4 columns (4 merged, 0 gathered) in 0.002729257 sec., 6319668.686386075 rows/sec., 90.40 MiB/sec. 2026.05.06 00:29:39.836846 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:29:39.837318 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:39.837440 [ 198 ] {ddeb462b-76d5-4477-8fd6-45289d3edf11::all_1_36_7} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:29:39.837578 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.05.06 00:29:40.740726 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.05.06 00:29:40.758410 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:40.758474 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:40.764893 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.06 00:29:40.765579 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:40.765868 [ 86 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.06 00:29:40.765941 [ 86 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:40.765966 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:40.766079 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.06 00:29:40.769386 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.05.06 00:29:40.769592 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:40.771109 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.05.06 00:29:40.775930 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.05.06 00:29:40.780575 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:40.785178 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:40.789745 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part 2026.05.06 00:29:40.793802 [ 190 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:40.844964 [ 199 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.078933693 sec., 3445.930244262105 rows/sec., 17.82 MiB/sec. 2026.05.06 00:29:40.847735 [ 186 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.06 00:29:40.849755 [ 186 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:40.849868 [ 186 ] {2bdfc417-3ae7-4164-80e2-a809f4754464::all_1_36_7} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.06 00:29:40.852597 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.05.06 00:29:41.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 295.12 MiB, peak 307.00 MiB, free memory in arenas 0.00 B, will set to 296.51 MiB (RSS), difference: 1.39 MiB 2026.05.06 00:29:42.785092 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.785452 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:42.785884 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:42.785919 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:42.786145 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:42.786214 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:42.786354 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:42.786479 [ 333 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:42.786502 [ 319 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:42.786521 [ 314 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:42.786480 [ 308 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:42.786751 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:42.786780 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:42.786867 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:42.786886 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:42.786920 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:42.786958 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:42.786992 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:42.788369 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} executeQuery: Read 50 rows, 4.03 KiB in 0.003067 sec., 16302.575806977504 rows/sec., 1.28 MiB/sec. 2026.05.06 00:29:42.788515 [ 278 ] {bf307556-1db3-4d67-b8e3-9601b274d9a4} TCPHandler: Processed in 0.003606059 sec. 2026.05.06 00:29:42.790691 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.790805 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:42.790851 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:42.791408 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:42.791451 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:42.791838 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 00:29:42.792063 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:42.792212 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} executeQuery: Read 118 rows, 10.28 KiB in 0.001441 sec., 81887.57807078418 rows/sec., 6.97 MiB/sec. 2026.05.06 00:29:42.792251 [ 278 ] {a69cc6d1-b844-47b6-a8df-42b6d524d853} TCPHandler: Processed in 0.001610472 sec. 2026.05.06 00:29:42.792377 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.792475 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:42.792516 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:42.792951 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:42.792988 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:42.793281 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 00:29:42.793493 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:42.793627 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} executeQuery: Read 31 rows, 2.33 KiB in 0.001173 sec., 26427.962489343565 rows/sec., 1.94 MiB/sec. 2026.05.06 00:29:42.793663 [ 278 ] {8531c3da-4f98-451d-91f9-cdbedc3d8b50} TCPHandler: Processed in 0.001334378 sec. 2026.05.06 00:29:42.793776 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.793868 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:42.793907 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:42.794338 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:42.794375 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:42.794668 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 00:29:42.794883 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:42.795010 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} executeQuery: Read 95 rows, 7.60 KiB in 0.00116 sec., 81896.55172413793 rows/sec., 6.40 MiB/sec. 2026.05.06 00:29:42.795046 [ 278 ] {36f05e4c-f122-478a-883c-500e4ac2500c} TCPHandler: Processed in 0.001317048 sec. 2026.05.06 00:29:42.795164 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.795257 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:42.795299 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:42.795700 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:42.795736 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:42.796076 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 00:29:42.796281 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:42.796411 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.05.06 00:29:42.796446 [ 278 ] {33d17aab-e64e-41d1-9146-abaf05f33730} TCPHandler: Processed in 0.001329617 sec. 2026.05.06 00:29:42.796557 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.796650 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:42.796704 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:42.797496 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:42.797531 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:42.798107 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.06 00:29:42.798327 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:42.798466 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} executeQuery: Read 31 rows, 56.88 KiB in 0.001834 sec., 16902.944383860417 rows/sec., 30.29 MiB/sec. 2026.05.06 00:29:42.798526 [ 278 ] {a5008826-9aab-4464-8b97-1bcdfcc73510} TCPHandler: Processed in 0.002015618 sec. 2026.05.06 00:29:42.798645 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:42.798737 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:42.798779 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:42.799112 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:42.799147 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:42.799447 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.06 00:29:42.799662 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:42.799790 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.05.06 00:29:42.799826 [ 278 ] {fcbcd27f-3be5-4bef-9c6d-d22d3be27dea} TCPHandler: Processed in 0.001227347 sec. 2026.05.06 00:29:44.752647 [ 83 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.05.06 00:29:44.752762 [ 83 ] {} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:44.752809 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:44.753032 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:29:44.753264 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:44.753321 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:29:44.753427 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.05.06 00:29:44.753509 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:29:44.753583 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::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.06 00:29:44.753653 [ 197 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.05.06 00:29:44.754386 [ 191 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448289 sec., 26237.85722324757 rows/sec., 2.19 MiB/sec. 2026.05.06 00:29:44.754584 [ 191 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.05.06 00:29:44.754954 [ 191 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): 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.06 00:29:44.755036 [ 191 ] {34825928-9156-4a53-bea0-d0d3b941bcd0::all_1_17_4} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.05.06 00:29:44.755124 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.06 00:29:47.333778 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17760 2026.05.06 00:29:47.334336 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.334383 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.335074 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:29:47.335307 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.335438 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17760 2026.05.06 00:29:47.784486 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.784719 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:47.785054 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:47.785090 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:47.785311 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:47.785381 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:47.785521 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:47.785645 [ 333 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:47.785643 [ 340 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:47.785659 [ 319 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:47.785648 [ 308 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:47.785852 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:47.785879 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:47.785966 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:47.785986 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:47.786021 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:47.786057 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:47.786091 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:47.787245 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} executeQuery: Read 50 rows, 4.03 KiB in 0.002623 sec., 19062.142584826535 rows/sec., 1.50 MiB/sec. 2026.05.06 00:29:47.787437 [ 278 ] {8e4a7751-3854-4bc4-87e8-47d22127b41d} TCPHandler: Processed in 0.003087351 sec. 2026.05.06 00:29:47.789303 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.789417 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:47.789463 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:47.790002 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.790047 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.790431 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 00:29:47.790665 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.790816 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} executeQuery: Read 78 rows, 6.61 KiB in 0.001433 sec., 54431.263084438244 rows/sec., 4.51 MiB/sec. 2026.05.06 00:29:47.790857 [ 278 ] {e0bcbf6e-0f2d-4969-837a-5e3d1d2019c0} TCPHandler: Processed in 0.001608231 sec. 2026.05.06 00:29:47.790982 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.791083 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:47.791124 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:47.791561 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.791600 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.791900 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 00:29:47.792121 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.792258 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} executeQuery: Read 11 rows, 847.00 B in 0.001197 sec., 9189.640768588137 rows/sec., 691.02 KiB/sec. 2026.05.06 00:29:47.792297 [ 278 ] {69c4c1f2-856e-49e1-9685-ffd604f5c8d6} TCPHandler: Processed in 0.001370139 sec. 2026.05.06 00:29:47.792405 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.792501 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:47.792540 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:47.792956 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.792994 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.793297 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 00:29:47.793527 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.793662 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} executeQuery: Read 75 rows, 6.00 KiB in 0.00118 sec., 63559.3220338983 rows/sec., 4.96 MiB/sec. 2026.05.06 00:29:47.793700 [ 278 ] {27c53898-2106-4412-ae26-26ef10d06f55} TCPHandler: Processed in 0.001344748 sec. 2026.05.06 00:29:47.793816 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.793914 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:47.793958 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:47.794365 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.794402 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.794731 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 00:29:47.794963 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.795098 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.05.06 00:29:47.795136 [ 278 ] {da4280cf-93be-43e3-a823-436b32772faf} TCPHandler: Processed in 0.001369638 sec. 2026.05.06 00:29:47.795239 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.795335 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:47.795390 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:47.796131 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.796169 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.796683 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.06 00:29:47.796910 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.797056 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} executeQuery: Read 11 rows, 20.18 KiB in 0.001739 sec., 6325.474410580793 rows/sec., 11.33 MiB/sec. 2026.05.06 00:29:47.797119 [ 278 ] {1092d367-350d-43c0-8242-34d7d6ebaf61} TCPHandler: Processed in 0.001928546 sec. 2026.05.06 00:29:47.797252 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:47.797349 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:47.797391 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:47.797737 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:47.797774 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:47.798093 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.06 00:29:47.798325 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:47.798459 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.05.06 00:29:47.798496 [ 278 ] {ee67254d-3d81-4d06-b3b1-4352c6e294eb} TCPHandler: Processed in 0.001294827 sec. 2026.05.06 00:29:48.269492 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.05.06 00:29:48.285775 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:48.285837 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:48.291678 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.06 00:29:48.292357 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:48.295353 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.05.06 00:29:49.810054 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1094 2026.05.06 00:29:49.812261 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:49.812300 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:49.813567 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.06 00:29:49.813829 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:49.814095 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1094 2026.05.06 00:29:52.785158 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.785540 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:52.786062 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:52.786097 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} 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.06 00:29:52.786319 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:52.786389 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:52.786535 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.06 00:29:52.786653 [ 333 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:52.786655 [ 340 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:52.786655 [ 308 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:52.786710 [ 298 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:52.786875 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:52.786906 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:52.786991 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:52.787013 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:52.787047 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:52.787086 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:52.787122 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_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.06 00:29:52.788360 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} executeQuery: Read 50 rows, 4.03 KiB in 0.002973 sec., 16818.028927009756 rows/sec., 1.32 MiB/sec. 2026.05.06 00:29:52.788482 [ 278 ] {14037259-eb06-424d-9b16-72db355184ad} TCPHandler: Processed in 0.003514537 sec. 2026.05.06 00:29:52.790714 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.790824 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.06 00:29:52.790868 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.06 00:29:52.791396 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.791446 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.791845 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.06 00:29:52.792085 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} oximeter.fields_ipaddr (34825928-9156-4a53-bea0-d0d3b941bcd0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.792232 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} executeQuery: Read 4 rows, 334.00 B in 0.001439 sec., 2779.7081306462824 rows/sec., 226.67 KiB/sec. 2026.05.06 00:29:52.792271 [ 278 ] {89aab500-7589-4417-a569-e22984b8299b} TCPHandler: Processed in 0.001607922 sec. 2026.05.06 00:29:52.792392 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.792486 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:52.792526 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:52.792947 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.792984 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.793291 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 00:29:52.793508 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.793635 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} executeQuery: Read 120 rows, 10.42 KiB in 0.001167 sec., 102827.76349614395 rows/sec., 8.72 MiB/sec. 2026.05.06 00:29:52.793672 [ 278 ] {845c0a45-6f38-4087-88bd-7e11e5898939} TCPHandler: Processed in 0.001328888 sec. 2026.05.06 00:29:52.793790 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.793885 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:52.793926 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:52.794332 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.794369 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.794672 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 00:29:52.794923 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.795055 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} executeQuery: Read 35 rows, 2.61 KiB in 0.001187 sec., 29486.099410278013 rows/sec., 2.15 MiB/sec. 2026.05.06 00:29:52.795064 [ 76 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 00:29:52.795094 [ 278 ] {50c8a031-4db8-43ca-a67d-4e9d9ce31e1c} TCPHandler: Processed in 0.001353078 sec. 2026.05.06 00:29:52.795131 [ 76 ] {} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.795156 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.795221 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.795245 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.06 00:29:52.795322 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:52.795343 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:52.795363 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:52.795373 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:52.795430 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:52.795476 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2026.05.06 00:29:52.795519 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:52.795558 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::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.06 00:29:52.795618 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 35 rows starting from the beginning of the part 2026.05.06 00:29:52.795796 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.795831 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.796136 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 00:29:52.796345 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.796378 [ 191 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 5 columns (5 merged, 0 gathered) in 0.001170515 sec., 318663.15254396567 rows/sec., 22.79 MiB/sec. 2026.05.06 00:29:52.796473 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} executeQuery: Read 99 rows, 7.92 KiB in 0.001171 sec., 84543.12553373186 rows/sec., 6.61 MiB/sec. 2026.05.06 00:29:52.796510 [ 278 ] {8c7452df-284d-471e-935d-ed9353f524c0} TCPHandler: Processed in 0.001338298 sec. 2026.05.06 00:29:52.796509 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 00:29:52.796629 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.796729 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:52.796764 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.796773 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:52.796835 [ 195 ] {b34506a6-0dde-46ae-9f33-feded884cf8b::all_1_51_10} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 00:29:52.796898 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.06 00:29:52.797195 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.797228 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.797560 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 00:29:52.797774 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.797900 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} executeQuery: Read 162 rows, 11.55 KiB in 0.001188 sec., 136363.63636363635 rows/sec., 9.50 MiB/sec. 2026.05.06 00:29:52.797938 [ 278 ] {7f719fc8-06df-4b91-bef9-0aafe862b7cf} TCPHandler: Processed in 0.001359889 sec. 2026.05.06 00:29:52.798061 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.798155 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:52.798209 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:52.798965 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.799001 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.799552 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.06 00:29:52.799775 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.799907 [ 75 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.06 00:29:52.799911 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} executeQuery: Read 31 rows, 56.88 KiB in 0.001773 sec., 17484.489565707838 rows/sec., 31.33 MiB/sec. 2026.05.06 00:29:52.799949 [ 75 ] {} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.799973 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.799982 [ 278 ] {1fdd072f-6edf-4abe-9dcf-4eee84af1a52} TCPHandler: Processed in 0.001978206 sec. 2026.05.06 00:29:52.800107 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:52.800117 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.06 00:29:52.800203 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:52.800252 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:52.800504 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.06 00:29:52.800600 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 954 rows starting from the beginning of the part 2026.05.06 00:29:52.800606 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:52.800657 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:52.800809 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:52.800986 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:52.801010 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.06 00:29:52.801094 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:52.801201 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:52.801247 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.801303 [ 197 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::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.06 00:29:52.801385 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} executeQuery: Read 60 rows, 4.14 KiB in 0.0012 sec., 50000.00000000001 rows/sec., 3.37 MiB/sec. 2026.05.06 00:29:52.801426 [ 278 ] {6f50067b-f416-4da7-830b-2f7fd89dd1db} TCPHandler: Processed in 0.001368719 sec. 2026.05.06 00:29:52.808191 [ 195 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 19 columns (19 merged, 0 gathered) in 0.00814792 sec., 132303.70450372613 rows/sec., 237.08 MiB/sec. 2026.05.06 00:29:52.809693 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.06 00:29:52.810019 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:52.810095 [ 191 ] {21b886cd-5412-4b2c-bfe4-799ed4127f69::all_1_51_10} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.06 00:29:52.810215 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.43 MiB. 2026.05.06 00:29:53.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 297.82 MiB, peak 307.00 MiB, free memory in arenas 0.00 B, will set to 301.40 MiB (RSS), difference: 3.58 MiB 2026.05.06 00:29:54.649814 [ 50 ] {} DNSResolver: Updating DNS cache 2026.05.06 00:29:54.649866 [ 50 ] {} DNSResolver: Updated DNS cache 2026.05.06 00:29:54.835670 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18208 2026.05.06 00:29:54.836221 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:54.836262 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:54.836775 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:29:54.837017 [ 243 ] {} system.asynchronous_metric_log (ddeb462b-76d5-4477-8fd6-45289d3edf11): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:54.837160 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18208 2026.05.06 00:29:55.795579 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.05.06 00:29:55.813129 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:55.813197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:55.819380 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.06 00:29:55.820076 [ 244 ] {} system.metric_log (2bdfc417-3ae7-4164-80e2-a809f4754464): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:55.823141 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.05.06 00:29:57.784503 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.784765 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} executeQuery: (from [fd00:1122:3344:101::d]:62669) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.06 00:29:57.785154 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.06 00:29:57.785194 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.06 00:29:57.785421 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.06 00:29:57.785495 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.06 00:29:57.785641 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.06 00:29:57.785755 [ 308 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.06 00:29:57.785780 [ 298 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.06 00:29:57.785755 [ 340 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.06 00:29:57.785761 [ 301 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.06 00:29:57.785969 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.06 00:29:57.785994 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.06 00:29:57.786082 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.06 00:29:57.786104 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} oximeter.timeseries_schema (271b90a8-5902-49a0-bb08-3522e57de31d) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.05.06 00:29:57.786139 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:57.786176 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:57.786211 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.06 00:29:57.787502 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} executeQuery: Read 50 rows, 4.03 KiB in 0.002843 sec., 17587.055926837846 rows/sec., 1.38 MiB/sec. 2026.05.06 00:29:57.787647 [ 278 ] {d339184a-29d7-4673-8ca2-f95eb174856f} TCPHandler: Processed in 0.003285474 sec. 2026.05.06 00:29:57.789638 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.789770 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.06 00:29:57.789824 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.06 00:29:57.790367 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:57.790411 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:57.790792 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 00:29:57.791023 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} oximeter.fields_string (1f76c90a-a94b-4b67-979f-a85f8c94d287): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:57.791176 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} executeQuery: Read 78 rows, 6.61 KiB in 0.001445 sec., 53979.238754325255 rows/sec., 4.47 MiB/sec. 2026.05.06 00:29:57.791215 [ 278 ] {1e5ab688-2c90-4f01-9b70-deb73b0df5d7} TCPHandler: Processed in 0.001641002 sec. 2026.05.06 00:29:57.791340 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.791440 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.06 00:29:57.791482 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.06 00:29:57.791885 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:57.791923 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:57.792219 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 00:29:57.792446 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} oximeter.fields_u16 (b34506a6-0dde-46ae-9f33-feded884cf8b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:57.792583 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} executeQuery: Read 11 rows, 847.00 B in 0.001165 sec., 9442.060085836909 rows/sec., 710.00 KiB/sec. 2026.05.06 00:29:57.792621 [ 278 ] {95d6ad1e-f481-4fce-988d-e6eef0212829} TCPHandler: Processed in 0.001330118 sec. 2026.05.06 00:29:57.792738 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.792833 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.06 00:29:57.792874 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.06 00:29:57.793287 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:57.793323 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:57.793620 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 00:29:57.793832 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} oximeter.fields_uuid (94f108c2-4fd6-4946-ab51-fd1211e2b2b5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:57.793961 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} executeQuery: Read 75 rows, 6.00 KiB in 0.001146 sec., 65445.02617801046 rows/sec., 5.11 MiB/sec. 2026.05.06 00:29:57.793999 [ 278 ] {07cd4774-b00a-4039-be66-580e808bceb0} TCPHandler: Processed in 0.001309888 sec. 2026.05.06 00:29:57.794113 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.794209 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:57.794252 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.06 00:29:57.794660 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:57.794696 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:57.795018 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 00:29:57.795237 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} oximeter.measurements_cumulativeu64 (9d250a75-2bbb-42b4-b6ea-213e4aa7d737): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:57.795367 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.05.06 00:29:57.795403 [ 278 ] {1c9bc064-fab3-4c71-a666-10742db980ef} TCPHandler: Processed in 0.001338758 sec. 2026.05.06 00:29:57.795512 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.795605 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.06 00:29:57.795661 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.06 00:29:57.796408 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:57.796442 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:57.796950 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.06 00:29:57.797187 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} oximeter.measurements_histogramu64 (21b886cd-5412-4b2c-bfe4-799ed4127f69): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:57.797328 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} executeQuery: Read 11 rows, 20.18 KiB in 0.00174 sec., 6321.83908045977 rows/sec., 11.33 MiB/sec. 2026.05.06 00:29:57.797389 [ 278 ] {196b174f-b6ee-49bc-b415-b91fa24796c6} TCPHandler: Processed in 0.001925186 sec. 2026.05.06 00:29:57.797513 [ 278 ] {} TCP-Session: 1276c660-07cc-4ce2-8f87-f2d9f07bb14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.06 00:29:57.797608 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} executeQuery: (from [fd00:1122:3344:101::d]:62669) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.06 00:29:57.797650 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.06 00:29:57.797982 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:57.798016 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:57.798341 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.06 00:29:57.798557 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} oximeter.measurements_u64 (22e78672-209a-48ab-bff9-9d648090f151): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:57.798686 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.05.06 00:29:57.798722 [ 278 ] {f36b679a-71d3-4e1f-9187-48c0064a9182} TCPHandler: Processed in 0.001257687 sec. 2026.05.06 00:29:59.814480 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1124 2026.05.06 00:29:59.817066 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.06 00:29:59.817107 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.05.06 00:29:59.818337 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.06 00:29:59.818603 [ 242 ] {} system.query_log (fe3824c0-65d4-46f3-b62a-5498610dd0a1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.06 00:29:59.818868 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1124