[ Apr 28 21:57:36 Enabled. ] [ Apr 28 21:57:36 Rereading configuration. ] [ Apr 28 21:57:37 Rereading configuration. ] [ Apr 28 21:57:41 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 [ Apr 28 21:57:41 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.04.28 21:57:43.746547 [ 1 ] {} Application: Will watch for the process with pid 24135 2026.04.28 21:57:43.746984 [ 1 ] {} Application: Forked a child process to watch 2026.04.28 21:57:44.079506 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24135 2026.04.28 21:57:44.081954 [ 1 ] {} Application: starting up 2026.04.28 21:57:44.082091 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.28 21:57:44.276193 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.28 21:57:44.308486 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.28 21:57:44.308548 [ 1 ] {} Application: Initializing DateLUT. 2026.04.28 21:57:44.308566 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.28 21:57:44.308635 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.28 21:57:44.309013 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.28 21:57:44.312918 [ 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.04.28 21:57:44.313719 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.28 21:57:44.314634 [ 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.04.28 21:57:44.314659 [ 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.04.28 21:57:44.314673 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.28 21:57:44.315420 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.28 21:57:44.316439 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.28 21:57:44.322939 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.28 21:57:44.323637 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.28 21:57:44.325055 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.28 21:57:44.325127 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.28 21:57:44.326139 [ 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.04.28 21:57:44.326541 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.28 21:57:44.331022 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.28 21:57:44.331849 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.28 21:57:44.337298 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.28 21:57:44.337781 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.28 21:57:44.338180 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.28 21:57:44.338520 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.28 21:57:44.339932 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.28 21:57:44.339958 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.28 21:57:44.340052 [ 139 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:57:44.340152 [ 139 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:57:44.348134 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.28 21:57:44.348159 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166184 sec 2026.04.28 21:57:44.348184 [ 1 ] {} ReferentialDeps: No tables 2026.04.28 21:57:44.348198 [ 1 ] {} LoadingDeps: No tables 2026.04.28 21:57:44.348909 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.28 21:57:44.349523 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.28 21:57:44.368915 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.28 21:57:44.368958 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.28 21:57:44.368989 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.28 21:57:44.369000 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.28 21:57:44.369031 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.28 21:57:44.369049 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.28 21:57:44.371413 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.28 21:57:44.371469 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.28 21:57:44.371491 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.28 21:57:44.371642 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.28 21:57:44.371688 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.28 21:57:44.371702 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.28 21:57:44.371733 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.28 21:57:44.371753 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.28 21:57:44.371797 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.28 21:57:44.371829 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.28 21:57:44.399213 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.28 21:57:44.401439 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.28 21:57:44.401481 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6881e-05 sec 2026.04.28 21:57:44.401494 [ 1 ] {} ReferentialDeps: No tables 2026.04.28 21:57:44.401504 [ 1 ] {} LoadingDeps: No tables 2026.04.28 21:57:44.401531 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.28 21:57:44.401735 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.28 21:57:44.401780 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.28 21:57:44.401792 [ 1 ] {} Application: Loaded metadata. 2026.04.28 21:57:44.401803 [ 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.04.28 21:57:44.401813 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.28 21:57:44.422497 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.28 21:57:44.422724 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.98 MiB 2026.04.28 21:57:44.424126 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.376e-05 sec. 2026.04.28 21:57:44.424557 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.28 21:57:44.425820 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.28 21:57:44.425842 [ 1 ] {} Application: Ready for connections. 2026.04.28 21:57:45.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.77 MiB, peak 116.77 MiB, free memory in arenas 0.00 B, will set to 118.29 MiB (RSS), difference: 1.52 MiB 2026.04.28 21:57:46.524196 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35393 2026.04.28 21:57:46.525103 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.525766 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Authenticating user 'default' from [fd00:1122:3344:101::d]:35393 2026.04.28 21:57:46.525930 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.525949 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.526068 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.28 21:57:46.526239 [ 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.04.28 21:57:46.526257 [ 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.04.28 21:57:46.528872 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55832 2026.04.28 21:57:46.529032 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44239 2026.04.28 21:57:46.529042 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.529039 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49809 2026.04.28 21:57:46.529216 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42401 2026.04.28 21:57:46.529225 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Authenticating user 'default' from [fd00:1122:3344:101::d]:55832 2026.04.28 21:57:46.529319 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.529321 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.529373 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.529397 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44800 2026.04.28 21:57:46.529411 [ 254 ] {} TCP-Session: 97137bec-f972-483b-b561-a9f5f35b20a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44239 2026.04.28 21:57:46.529513 [ 254 ] {} TCP-Session: 97137bec-f972-483b-b561-a9f5f35b20a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.529530 [ 254 ] {} TCP-Session: 97137bec-f972-483b-b561-a9f5f35b20a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.530225 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57556 2026.04.28 21:57:46.530249 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.530280 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.530954 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.531007 [ 256 ] {} TCP-Session: d9fc5e2c-c0ef-4529-9773-5678933ecae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44800 2026.04.28 21:57:46.531012 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60367 2026.04.28 21:57:46.531079 [ 255 ] {} TCP-Session: cbb41ced-60a4-4fd3-98c4-19b634d2a715 Authenticating user 'default' from [fd00:1122:3344:101::d]:42401 2026.04.28 21:57:46.531104 [ 256 ] {} TCP-Session: d9fc5e2c-c0ef-4529-9773-5678933ecae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.531191 [ 255 ] {} TCP-Session: cbb41ced-60a4-4fd3-98c4-19b634d2a715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.531193 [ 256 ] {} TCP-Session: d9fc5e2c-c0ef-4529-9773-5678933ecae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.531218 [ 255 ] {} TCP-Session: cbb41ced-60a4-4fd3-98c4-19b634d2a715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.531704 [ 5 ] {} TCP-Session: bd8f891d-66e6-48f2-8dec-03832a116414 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 2026.04.28 21:57:46.531729 [ 5 ] {} TCP-Session: bd8f891d-66e6-48f2-8dec-03832a116414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.531834 [ 5 ] {} TCP-Session: bd8f891d-66e6-48f2-8dec-03832a116414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.531848 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57345 2026.04.28 21:57:46.531917 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.531923 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.531982 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.531959 [ 257 ] {} TCP-Session: faa2fdaf-5708-4696-a71e-ed29f05146d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57556 2026.04.28 21:57:46.532071 [ 258 ] {} TCP-Session: 02d129d7-1adf-4c3d-a453-8f24dcc94370 Authenticating user 'default' from [fd00:1122:3344:101::d]:60367 2026.04.28 21:57:46.532071 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.532076 [ 257 ] {} TCP-Session: faa2fdaf-5708-4696-a71e-ed29f05146d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.532178 [ 257 ] {} TCP-Session: faa2fdaf-5708-4696-a71e-ed29f05146d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.532210 [ 259 ] {} TCP-Session: 4981b34e-9a28-4584-acad-c722ae746ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57345 2026.04.28 21:57:46.532179 [ 258 ] {} TCP-Session: 02d129d7-1adf-4c3d-a453-8f24dcc94370 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.532293 [ 258 ] {} TCP-Session: 02d129d7-1adf-4c3d-a453-8f24dcc94370 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.532310 [ 259 ] {} TCP-Session: 4981b34e-9a28-4584-acad-c722ae746ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.532392 [ 259 ] {} TCP-Session: 4981b34e-9a28-4584-acad-c722ae746ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.535147 [ 3 ] {a7f9c660-b8cd-42dd-b801-2687c4156f12} executeQuery: (from [fd00:1122:3344:101::d]:35393) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:57:46.556379 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58197 2026.04.28 21:57:46.563688 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.563737 [ 260 ] {} TCP-Session: 9eb0320e-7122-4bf5-8018-d51830d938ef Authenticating user 'default' from [fd00:1122:3344:101::a]:58197 2026.04.28 21:57:46.563874 [ 260 ] {} TCP-Session: 9eb0320e-7122-4bf5-8018-d51830d938ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.563892 [ 260 ] {} TCP-Session: 9eb0320e-7122-4bf5-8018-d51830d938ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.566393 [ 260 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.28 21:57:46.566517 [ 260 ] {} 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.04.28 21:57:46.566539 [ 260 ] {} 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.04.28 21:57:46.569202 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57427 2026.04.28 21:57:46.571909 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63944 2026.04.28 21:57:46.576996 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56065 2026.04.28 21:57:46.581237 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63687 2026.04.28 21:57:46.586055 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62820 2026.04.28 21:57:46.588084 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42720 2026.04.28 21:57:46.590701 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.590716 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39642 2026.04.28 21:57:46.590858 [ 265 ] {} TCP-Session: 57940dae-cde7-491c-9fe5-d6da1c552fa8 Authenticating user 'default' from [fd00:1122:3344:101::a]:62820 2026.04.28 21:57:46.590898 [ 265 ] {} TCP-Session: 57940dae-cde7-491c-9fe5-d6da1c552fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.591016 [ 265 ] {} TCP-Session: 57940dae-cde7-491c-9fe5-d6da1c552fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.593420 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.593548 [ 266 ] {} TCP-Session: 4a9a3831-6b46-47a3-ac77-402e9923a3ab Authenticating user 'default' from [fd00:1122:3344:101::a]:42720 2026.04.28 21:57:46.593569 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48567 2026.04.28 21:57:46.593567 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.593697 [ 266 ] {} TCP-Session: 4a9a3831-6b46-47a3-ac77-402e9923a3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.593707 [ 264 ] {} TCP-Session: 8d347ff6-5426-4e0e-861f-3c9175d3f90c Authenticating user 'default' from [fd00:1122:3344:101::a]:63687 2026.04.28 21:57:46.593731 [ 266 ] {} TCP-Session: 4a9a3831-6b46-47a3-ac77-402e9923a3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.593814 [ 264 ] {} TCP-Session: 8d347ff6-5426-4e0e-861f-3c9175d3f90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.593834 [ 264 ] {} TCP-Session: 8d347ff6-5426-4e0e-861f-3c9175d3f90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.598645 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.598794 [ 263 ] {} TCP-Session: 3f77b1bb-2dce-4075-8dbb-b6d6a7c1bf08 Authenticating user 'default' from [fd00:1122:3344:101::a]:56065 2026.04.28 21:57:46.598826 [ 263 ] {} TCP-Session: 3f77b1bb-2dce-4075-8dbb-b6d6a7c1bf08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.598955 [ 263 ] {} TCP-Session: 3f77b1bb-2dce-4075-8dbb-b6d6a7c1bf08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.601603 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.601646 [ 268 ] {} TCP-Session: 7d6cd8bb-1ea7-4bb4-8e5d-dcdc10631cf4 Authenticating user 'default' from [fd00:1122:3344:101::a]:48567 2026.04.28 21:57:46.601758 [ 268 ] {} TCP-Session: 7d6cd8bb-1ea7-4bb4-8e5d-dcdc10631cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.601780 [ 268 ] {} TCP-Session: 7d6cd8bb-1ea7-4bb4-8e5d-dcdc10631cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.603752 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.603803 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.603903 [ 261 ] {} TCP-Session: fa133824-0d85-4f7a-aba9-938a87dbb744 Authenticating user 'default' from [fd00:1122:3344:101::b]:57427 2026.04.28 21:57:46.603918 [ 262 ] {} TCP-Session: 843ac7f3-f6ae-4830-bd86-7fe8ad848fc5 Authenticating user 'default' from [fd00:1122:3344:101::a]:63944 2026.04.28 21:57:46.603949 [ 262 ] {} TCP-Session: 843ac7f3-f6ae-4830-bd86-7fe8ad848fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.603956 [ 261 ] {} TCP-Session: fa133824-0d85-4f7a-aba9-938a87dbb744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.604044 [ 262 ] {} TCP-Session: 843ac7f3-f6ae-4830-bd86-7fe8ad848fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.604059 [ 261 ] {} TCP-Session: fa133824-0d85-4f7a-aba9-938a87dbb744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.608184 [ 261 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.28 21:57:46.608251 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.608258 [ 261 ] {} 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.04.28 21:57:46.608296 [ 267 ] {} TCP-Session: 5bb2f5a6-c0e7-4090-9bc8-14289fbcefb5 Authenticating user 'default' from [fd00:1122:3344:101::a]:39642 2026.04.28 21:57:46.608379 [ 261 ] {} 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.04.28 21:57:46.608411 [ 267 ] {} TCP-Session: 5bb2f5a6-c0e7-4090-9bc8-14289fbcefb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.608549 [ 267 ] {} TCP-Session: 5bb2f5a6-c0e7-4090-9bc8-14289fbcefb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.610792 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53343 2026.04.28 21:57:46.613305 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.613337 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57622 2026.04.28 21:57:46.613358 [ 269 ] {} TCP-Session: f1f8110c-48d4-49fc-855f-5cb8b04c61f9 Authenticating user 'default' from [fd00:1122:3344:101::b]:53343 2026.04.28 21:57:46.613459 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35476 2026.04.28 21:57:46.613517 [ 269 ] {} TCP-Session: f1f8110c-48d4-49fc-855f-5cb8b04c61f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.613534 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48004 2026.04.28 21:57:46.613605 [ 269 ] {} TCP-Session: f1f8110c-48d4-49fc-855f-5cb8b04c61f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.613788 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39625 2026.04.28 21:57:46.613881 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.613988 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.614006 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60171 2026.04.28 21:57:46.614034 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.614041 [ 270 ] {} TCP-Session: d6242bb6-4ac3-4a70-9ad0-79f3fe0e2ef2 Authenticating user 'default' from [fd00:1122:3344:101::b]:57622 2026.04.28 21:57:46.614101 [ 271 ] {} TCP-Session: a483d82c-3137-4b57-b8dd-cc7a8292767d Authenticating user 'default' from [fd00:1122:3344:101::b]:35476 2026.04.28 21:57:46.614083 [ 272 ] {} TCP-Session: 9041992e-c1ad-48a0-8b38-d0a7fd2ca398 Authenticating user 'default' from [fd00:1122:3344:101::b]:48004 2026.04.28 21:57:46.614186 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.614218 [ 271 ] {} TCP-Session: a483d82c-3137-4b57-b8dd-cc7a8292767d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614188 [ 270 ] {} TCP-Session: d6242bb6-4ac3-4a70-9ad0-79f3fe0e2ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614280 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49029 2026.04.28 21:57:46.614337 [ 270 ] {} TCP-Session: d6242bb6-4ac3-4a70-9ad0-79f3fe0e2ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614327 [ 271 ] {} TCP-Session: a483d82c-3137-4b57-b8dd-cc7a8292767d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614315 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.614317 [ 273 ] {} TCP-Session: 3bfc620f-d53d-43f8-897e-4d350a9d2b3b Authenticating user 'default' from [fd00:1122:3344:101::b]:39625 2026.04.28 21:57:46.614202 [ 272 ] {} TCP-Session: 9041992e-c1ad-48a0-8b38-d0a7fd2ca398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614546 [ 273 ] {} TCP-Session: 3bfc620f-d53d-43f8-897e-4d350a9d2b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614557 [ 272 ] {} TCP-Session: 9041992e-c1ad-48a0-8b38-d0a7fd2ca398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.614571 [ 273 ] {} TCP-Session: 3bfc620f-d53d-43f8-897e-4d350a9d2b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.615124 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.615176 [ 275 ] {} TCP-Session: d340fdf9-e780-4a8f-aaff-84643b7c389d Authenticating user 'default' from [fd00:1122:3344:101::b]:49029 2026.04.28 21:57:46.615306 [ 275 ] {} TCP-Session: d340fdf9-e780-4a8f-aaff-84643b7c389d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.615321 [ 275 ] {} TCP-Session: d340fdf9-e780-4a8f-aaff-84643b7c389d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.615870 [ 274 ] {} TCP-Session: b444d88d-8afa-4b39-8da4-e8942168baec Authenticating user 'default' from [fd00:1122:3344:101::b]:60171 2026.04.28 21:57:46.616075 [ 274 ] {} TCP-Session: b444d88d-8afa-4b39-8da4-e8942168baec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.616097 [ 274 ] {} TCP-Session: b444d88d-8afa-4b39-8da4-e8942168baec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.655053 [ 3 ] {a7f9c660-b8cd-42dd-b801-2687c4156f12} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35393) (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.04.28 21:57:46.656327 [ 3 ] {a7f9c660-b8cd-42dd-b801-2687c4156f12} 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.04.28 21:57:46.656680 [ 3 ] {a7f9c660-b8cd-42dd-b801-2687c4156f12} TCPHandler: Processed in 0.127481226 sec. 2026.04.28 21:57:46.657109 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.657386 [ 4 ] {f16d62b8-a955-4d6d-a81e-a6bb647524b4} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:57:46.657872 [ 4 ] {f16d62b8-a955-4d6d-a81e-a6bb647524b4} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55832) (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.04.28 21:57:46.658161 [ 4 ] {f16d62b8-a955-4d6d-a81e-a6bb647524b4} 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.04.28 21:57:46.658390 [ 4 ] {f16d62b8-a955-4d6d-a81e-a6bb647524b4} TCPHandler: Processed in 0.001452828 sec. 2026.04.28 21:57:46.660706 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.661599 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} executeQuery: (from [fd00:1122:3344:101::d]:35393) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.28 21:57:46.662275 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.28 21:57:46.663828 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.28 21:57:46.663850 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4061e-05 sec 2026.04.28 21:57:46.663863 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} ReferentialDeps: No tables 2026.04.28 21:57:46.663874 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} LoadingDeps: No tables 2026.04.28 21:57:46.664042 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} DatabaseAtomic (oximeter): Starting up tables. 2026.04.28 21:57:46.664824 [ 3 ] {aa537483-2339-46ef-81fb-8a95b223169f} TCPHandler: Processed in 0.004169699 sec. 2026.04.28 21:57:46.664991 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.665320 [ 3 ] {470f6087-b8ee-4556-9f32-9cbbef4bdcb7} executeQuery: (from [fd00:1122:3344:101::d]:35393) /* 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.04.28 21:57:46.665375 [ 3 ] {470f6087-b8ee-4556-9f32-9cbbef4bdcb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.28 21:57:46.671399 [ 3 ] {470f6087-b8ee-4556-9f32-9cbbef4bdcb7} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.28 21:57:46.672955 [ 3 ] {470f6087-b8ee-4556-9f32-9cbbef4bdcb7} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5): Loading data parts 2026.04.28 21:57:46.675698 [ 3 ] {470f6087-b8ee-4556-9f32-9cbbef4bdcb7} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5): There are no data parts 2026.04.28 21:57:46.679811 [ 3 ] {470f6087-b8ee-4556-9f32-9cbbef4bdcb7} TCPHandler: Processed in 0.014867052 sec. 2026.04.28 21:57:46.680188 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.680407 [ 3 ] {85cb8e73-6f5f-41bd-b1f5-b952532e59ba} executeQuery: (from [fd00:1122:3344:101::d]:35393) /* 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.04.28 21:57:46.680559 [ 3 ] {85cb8e73-6f5f-41bd-b1f5-b952532e59ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.28 21:57:46.697563 [ 3 ] {85cb8e73-6f5f-41bd-b1f5-b952532e59ba} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Loading data parts 2026.04.28 21:57:46.697890 [ 3 ] {85cb8e73-6f5f-41bd-b1f5-b952532e59ba} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): There are no data parts 2026.04.28 21:57:46.699515 [ 3 ] {85cb8e73-6f5f-41bd-b1f5-b952532e59ba} TCPHandler: Processed in 0.019428558 sec. 2026.04.28 21:57:46.699785 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.700061 [ 3 ] {db29ae76-e989-40fa-a7da-c23d720be29c} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.700177 [ 3 ] {db29ae76-e989-40fa-a7da-c23d720be29c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.28 21:57:46.702608 [ 3 ] {db29ae76-e989-40fa-a7da-c23d720be29c} oximeter.measurements_i8 (1b2f92b7-6f74-4ab5-84b5-8b15e1d0434e): Loading data parts 2026.04.28 21:57:46.702757 [ 3 ] {db29ae76-e989-40fa-a7da-c23d720be29c} oximeter.measurements_i8 (1b2f92b7-6f74-4ab5-84b5-8b15e1d0434e): There are no data parts 2026.04.28 21:57:46.704767 [ 3 ] {db29ae76-e989-40fa-a7da-c23d720be29c} TCPHandler: Processed in 0.005077977 sec. 2026.04.28 21:57:46.705020 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.705195 [ 3 ] {7f2612e5-b79d-4be2-9c27-123af563d6f8} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.705306 [ 3 ] {7f2612e5-b79d-4be2-9c27-123af563d6f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.28 21:57:46.707387 [ 3 ] {7f2612e5-b79d-4be2-9c27-123af563d6f8} oximeter.measurements_u8 (f431d8bd-20b3-405e-82b3-0cf8d22e89b9): Loading data parts 2026.04.28 21:57:46.707629 [ 3 ] {7f2612e5-b79d-4be2-9c27-123af563d6f8} oximeter.measurements_u8 (f431d8bd-20b3-405e-82b3-0cf8d22e89b9): There are no data parts 2026.04.28 21:57:46.709242 [ 3 ] {7f2612e5-b79d-4be2-9c27-123af563d6f8} TCPHandler: Processed in 0.004272911 sec. 2026.04.28 21:57:46.709410 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.709635 [ 3 ] {010e0e09-b3ba-4663-8e8a-22ef178ebd6c} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.709680 [ 3 ] {010e0e09-b3ba-4663-8e8a-22ef178ebd6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.28 21:57:46.712001 [ 3 ] {010e0e09-b3ba-4663-8e8a-22ef178ebd6c} oximeter.measurements_i16 (25002021-5b71-4909-ae0f-b54d4743f5d5): Loading data parts 2026.04.28 21:57:46.712133 [ 3 ] {010e0e09-b3ba-4663-8e8a-22ef178ebd6c} oximeter.measurements_i16 (25002021-5b71-4909-ae0f-b54d4743f5d5): There are no data parts 2026.04.28 21:57:46.713901 [ 3 ] {010e0e09-b3ba-4663-8e8a-22ef178ebd6c} TCPHandler: Processed in 0.004546906 sec. 2026.04.28 21:57:46.714154 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.714313 [ 3 ] {d2662383-a3b0-4f90-a1fa-ff0e1b65a3dd} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.714436 [ 3 ] {d2662383-a3b0-4f90-a1fa-ff0e1b65a3dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.28 21:57:46.716588 [ 3 ] {d2662383-a3b0-4f90-a1fa-ff0e1b65a3dd} oximeter.measurements_u16 (9e270149-a438-49d9-af2f-d4b76ea3b28a): Loading data parts 2026.04.28 21:57:46.716817 [ 3 ] {d2662383-a3b0-4f90-a1fa-ff0e1b65a3dd} oximeter.measurements_u16 (9e270149-a438-49d9-af2f-d4b76ea3b28a): There are no data parts 2026.04.28 21:57:46.719086 [ 3 ] {d2662383-a3b0-4f90-a1fa-ff0e1b65a3dd} TCPHandler: Processed in 0.004982445 sec. 2026.04.28 21:57:46.719245 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.719449 [ 3 ] {34c377cb-ec2a-4c63-827e-26179850b01b} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.719538 [ 3 ] {34c377cb-ec2a-4c63-827e-26179850b01b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.28 21:57:46.722484 [ 3 ] {34c377cb-ec2a-4c63-827e-26179850b01b} oximeter.measurements_i32 (5f189f55-6699-4c6c-a15d-e0590f42212c): Loading data parts 2026.04.28 21:57:46.722623 [ 3 ] {34c377cb-ec2a-4c63-827e-26179850b01b} oximeter.measurements_i32 (5f189f55-6699-4c6c-a15d-e0590f42212c): There are no data parts 2026.04.28 21:57:46.724916 [ 3 ] {34c377cb-ec2a-4c63-827e-26179850b01b} TCPHandler: Processed in 0.005747209 sec. 2026.04.28 21:57:46.725128 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.725281 [ 3 ] {fd6477c7-428f-45b4-9eda-e49a4f164827} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.725405 [ 3 ] {fd6477c7-428f-45b4-9eda-e49a4f164827} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.28 21:57:46.727271 [ 3 ] {fd6477c7-428f-45b4-9eda-e49a4f164827} oximeter.measurements_u32 (45cb9812-03c3-47ec-8a61-360b928a32e0): Loading data parts 2026.04.28 21:57:46.727450 [ 3 ] {fd6477c7-428f-45b4-9eda-e49a4f164827} oximeter.measurements_u32 (45cb9812-03c3-47ec-8a61-360b928a32e0): There are no data parts 2026.04.28 21:57:46.728998 [ 3 ] {fd6477c7-428f-45b4-9eda-e49a4f164827} TCPHandler: Processed in 0.003872623 sec. 2026.04.28 21:57:46.729150 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.729314 [ 3 ] {522f5794-5eab-4433-9b1f-7bdf130f5ec5} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.729462 [ 3 ] {522f5794-5eab-4433-9b1f-7bdf130f5ec5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.28 21:57:46.731706 [ 3 ] {522f5794-5eab-4433-9b1f-7bdf130f5ec5} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Loading data parts 2026.04.28 21:57:46.731976 [ 3 ] {522f5794-5eab-4433-9b1f-7bdf130f5ec5} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): There are no data parts 2026.04.28 21:57:46.734516 [ 3 ] {522f5794-5eab-4433-9b1f-7bdf130f5ec5} TCPHandler: Processed in 0.005415192 sec. 2026.04.28 21:57:46.734673 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.734921 [ 3 ] {2d73af52-5c6d-48a8-831a-65dbb4e5ed91} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.735047 [ 3 ] {2d73af52-5c6d-48a8-831a-65dbb4e5ed91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.28 21:57:46.736881 [ 3 ] {2d73af52-5c6d-48a8-831a-65dbb4e5ed91} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Loading data parts 2026.04.28 21:57:46.737087 [ 3 ] {2d73af52-5c6d-48a8-831a-65dbb4e5ed91} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): There are no data parts 2026.04.28 21:57:46.738510 [ 3 ] {2d73af52-5c6d-48a8-831a-65dbb4e5ed91} TCPHandler: Processed in 0.003890564 sec. 2026.04.28 21:57:46.738666 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.738824 [ 3 ] {3ace4439-9f6f-4655-affc-dccfd7094a93} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.738968 [ 3 ] {3ace4439-9f6f-4655-affc-dccfd7094a93} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.28 21:57:46.740793 [ 3 ] {3ace4439-9f6f-4655-affc-dccfd7094a93} oximeter.measurements_f32 (8ebd55f2-5e28-4327-aff4-c972a2c128ca): Loading data parts 2026.04.28 21:57:46.741047 [ 3 ] {3ace4439-9f6f-4655-affc-dccfd7094a93} oximeter.measurements_f32 (8ebd55f2-5e28-4327-aff4-c972a2c128ca): There are no data parts 2026.04.28 21:57:46.743033 [ 3 ] {3ace4439-9f6f-4655-affc-dccfd7094a93} TCPHandler: Processed in 0.004414254 sec. 2026.04.28 21:57:46.743196 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.743464 [ 3 ] {037864b3-fc6d-4018-9372-7b98405501eb} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.743609 [ 3 ] {037864b3-fc6d-4018-9372-7b98405501eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.28 21:57:46.745528 [ 3 ] {037864b3-fc6d-4018-9372-7b98405501eb} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Loading data parts 2026.04.28 21:57:46.745727 [ 3 ] {037864b3-fc6d-4018-9372-7b98405501eb} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): There are no data parts 2026.04.28 21:57:46.748189 [ 3 ] {037864b3-fc6d-4018-9372-7b98405501eb} TCPHandler: Processed in 0.005045425 sec. 2026.04.28 21:57:46.748346 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.748501 [ 3 ] {2e1cae28-45b4-4bf6-8e52-89a0106efbe0} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.748640 [ 3 ] {2e1cae28-45b4-4bf6-8e52-89a0106efbe0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.28 21:57:46.750683 [ 3 ] {2e1cae28-45b4-4bf6-8e52-89a0106efbe0} oximeter.measurements_string (790b20a6-8dc6-489c-b6ad-0a572a5ab231): Loading data parts 2026.04.28 21:57:46.751019 [ 3 ] {2e1cae28-45b4-4bf6-8e52-89a0106efbe0} oximeter.measurements_string (790b20a6-8dc6-489c-b6ad-0a572a5ab231): There are no data parts 2026.04.28 21:57:46.752656 [ 3 ] {2e1cae28-45b4-4bf6-8e52-89a0106efbe0} TCPHandler: Processed in 0.004363703 sec. 2026.04.28 21:57:46.752840 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.753107 [ 3 ] {74c071fa-e7ef-40b3-81b4-b5cfb559b09f} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.753217 [ 3 ] {74c071fa-e7ef-40b3-81b4-b5cfb559b09f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.28 21:57:46.756635 [ 3 ] {74c071fa-e7ef-40b3-81b4-b5cfb559b09f} oximeter.measurements_bytes (097fd0fe-2f3a-4b6a-a35c-915cdddf6dba): Loading data parts 2026.04.28 21:57:46.756794 [ 3 ] {74c071fa-e7ef-40b3-81b4-b5cfb559b09f} oximeter.measurements_bytes (097fd0fe-2f3a-4b6a-a35c-915cdddf6dba): There are no data parts 2026.04.28 21:57:46.759826 [ 3 ] {74c071fa-e7ef-40b3-81b4-b5cfb559b09f} TCPHandler: Processed in 0.007034724 sec. 2026.04.28 21:57:46.760002 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.760302 [ 3 ] {9a093ad2-bc8b-4d3b-9654-2449967281f2} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.760460 [ 3 ] {9a093ad2-bc8b-4d3b-9654-2449967281f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.28 21:57:46.763673 [ 3 ] {9a093ad2-bc8b-4d3b-9654-2449967281f2} oximeter.measurements_cumulativei64 (a0b6eeae-86cf-4e5c-accc-50820126d87a): Loading data parts 2026.04.28 21:57:46.763915 [ 3 ] {9a093ad2-bc8b-4d3b-9654-2449967281f2} oximeter.measurements_cumulativei64 (a0b6eeae-86cf-4e5c-accc-50820126d87a): There are no data parts 2026.04.28 21:57:46.766170 [ 3 ] {9a093ad2-bc8b-4d3b-9654-2449967281f2} TCPHandler: Processed in 0.006226828 sec. 2026.04.28 21:57:46.766376 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.766595 [ 3 ] {9b1b8dec-a523-48a1-ae80-b02c46f4aa0a} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.766681 [ 3 ] {9b1b8dec-a523-48a1-ae80-b02c46f4aa0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.28 21:57:46.768840 [ 3 ] {9b1b8dec-a523-48a1-ae80-b02c46f4aa0a} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Loading data parts 2026.04.28 21:57:46.769051 [ 3 ] {9b1b8dec-a523-48a1-ae80-b02c46f4aa0a} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): There are no data parts 2026.04.28 21:57:46.771916 [ 3 ] {9b1b8dec-a523-48a1-ae80-b02c46f4aa0a} TCPHandler: Processed in 0.005596546 sec. 2026.04.28 21:57:46.772163 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.772329 [ 3 ] {cbea2564-b304-4c04-b702-517e0d110c55} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.772465 [ 3 ] {cbea2564-b304-4c04-b702-517e0d110c55} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.28 21:57:46.775247 [ 3 ] {cbea2564-b304-4c04-b702-517e0d110c55} oximeter.measurements_cumulativef32 (8213e1fd-3a02-4d95-8086-ac6574479c5a): Loading data parts 2026.04.28 21:57:46.775480 [ 3 ] {cbea2564-b304-4c04-b702-517e0d110c55} oximeter.measurements_cumulativef32 (8213e1fd-3a02-4d95-8086-ac6574479c5a): There are no data parts 2026.04.28 21:57:46.777244 [ 3 ] {cbea2564-b304-4c04-b702-517e0d110c55} TCPHandler: Processed in 0.005182708 sec. 2026.04.28 21:57:46.777411 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.777794 [ 3 ] {6d2455bf-e1b9-48a4-ac31-7d1ab3c45f2f} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.777949 [ 3 ] {6d2455bf-e1b9-48a4-ac31-7d1ab3c45f2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.28 21:57:46.780466 [ 3 ] {6d2455bf-e1b9-48a4-ac31-7d1ab3c45f2f} oximeter.measurements_cumulativef64 (d53d61d6-2148-4eb3-a566-f1f7c720f61c): Loading data parts 2026.04.28 21:57:46.780601 [ 3 ] {6d2455bf-e1b9-48a4-ac31-7d1ab3c45f2f} oximeter.measurements_cumulativef64 (d53d61d6-2148-4eb3-a566-f1f7c720f61c): There are no data parts 2026.04.28 21:57:46.782719 [ 3 ] {6d2455bf-e1b9-48a4-ac31-7d1ab3c45f2f} TCPHandler: Processed in 0.00530944 sec. 2026.04.28 21:57:46.782891 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.783142 [ 3 ] {c57e3e8e-c994-4198-9716-b09a087cba85} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.783292 [ 3 ] {c57e3e8e-c994-4198-9716-b09a087cba85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.28 21:57:46.786290 [ 3 ] {c57e3e8e-c994-4198-9716-b09a087cba85} oximeter.measurements_histogrami8 (0f5ea653-0999-4e7d-87e3-6563b5ded62e): Loading data parts 2026.04.28 21:57:46.786575 [ 3 ] {c57e3e8e-c994-4198-9716-b09a087cba85} oximeter.measurements_histogrami8 (0f5ea653-0999-4e7d-87e3-6563b5ded62e): There are no data parts 2026.04.28 21:57:46.788219 [ 3 ] {c57e3e8e-c994-4198-9716-b09a087cba85} TCPHandler: Processed in 0.005383202 sec. 2026.04.28 21:57:46.788424 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.788876 [ 3 ] {a8e00e21-5389-4924-b6fd-7f7bd1ac7501} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.789025 [ 3 ] {a8e00e21-5389-4924-b6fd-7f7bd1ac7501} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.28 21:57:46.792001 [ 3 ] {a8e00e21-5389-4924-b6fd-7f7bd1ac7501} oximeter.measurements_histogramu8 (7132ecdc-034e-483b-bff1-f724d44e0b16): Loading data parts 2026.04.28 21:57:46.792243 [ 3 ] {a8e00e21-5389-4924-b6fd-7f7bd1ac7501} oximeter.measurements_histogramu8 (7132ecdc-034e-483b-bff1-f724d44e0b16): There are no data parts 2026.04.28 21:57:46.793718 [ 3 ] {a8e00e21-5389-4924-b6fd-7f7bd1ac7501} TCPHandler: Processed in 0.005382032 sec. 2026.04.28 21:57:46.793909 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.794126 [ 3 ] {57574d7a-f228-4268-8f71-0c0725f09825} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.794279 [ 3 ] {57574d7a-f228-4268-8f71-0c0725f09825} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.28 21:57:46.796721 [ 3 ] {57574d7a-f228-4268-8f71-0c0725f09825} oximeter.measurements_histogrami16 (fbe8b7bd-2999-4877-bc12-317b377a5fcd): Loading data parts 2026.04.28 21:57:46.796978 [ 3 ] {57574d7a-f228-4268-8f71-0c0725f09825} oximeter.measurements_histogrami16 (fbe8b7bd-2999-4877-bc12-317b377a5fcd): There are no data parts 2026.04.28 21:57:46.798474 [ 3 ] {57574d7a-f228-4268-8f71-0c0725f09825} TCPHandler: Processed in 0.004612497 sec. 2026.04.28 21:57:46.798660 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.799090 [ 3 ] {4e0f38e4-26ca-4323-80d1-463f42fc2d36} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.799215 [ 3 ] {4e0f38e4-26ca-4323-80d1-463f42fc2d36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.28 21:57:46.801760 [ 3 ] {4e0f38e4-26ca-4323-80d1-463f42fc2d36} oximeter.measurements_histogramu16 (49a0083e-719b-48c7-a074-3e2b22f1420a): Loading data parts 2026.04.28 21:57:46.801893 [ 3 ] {4e0f38e4-26ca-4323-80d1-463f42fc2d36} oximeter.measurements_histogramu16 (49a0083e-719b-48c7-a074-3e2b22f1420a): There are no data parts 2026.04.28 21:57:46.803617 [ 3 ] {4e0f38e4-26ca-4323-80d1-463f42fc2d36} TCPHandler: Processed in 0.005019995 sec. 2026.04.28 21:57:46.803900 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.804161 [ 3 ] {02620a20-6fbe-4884-b555-bb12a0a0518b} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.804366 [ 3 ] {02620a20-6fbe-4884-b555-bb12a0a0518b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.28 21:57:46.807122 [ 3 ] {02620a20-6fbe-4884-b555-bb12a0a0518b} oximeter.measurements_histogrami32 (4dbae762-598c-4433-9ad8-706c0950c6ac): Loading data parts 2026.04.28 21:57:46.807514 [ 3 ] {02620a20-6fbe-4884-b555-bb12a0a0518b} oximeter.measurements_histogrami32 (4dbae762-598c-4433-9ad8-706c0950c6ac): There are no data parts 2026.04.28 21:57:46.809524 [ 3 ] {02620a20-6fbe-4884-b555-bb12a0a0518b} TCPHandler: Processed in 0.005683117 sec. 2026.04.28 21:57:46.809709 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.810206 [ 3 ] {2f803a6d-310d-426f-9636-2ecbd6d875da} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.810393 [ 3 ] {2f803a6d-310d-426f-9636-2ecbd6d875da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.28 21:57:46.812639 [ 3 ] {2f803a6d-310d-426f-9636-2ecbd6d875da} oximeter.measurements_histogramu32 (9e3977ed-ab6e-4023-aa75-589b653f616e): Loading data parts 2026.04.28 21:57:46.812850 [ 3 ] {2f803a6d-310d-426f-9636-2ecbd6d875da} oximeter.measurements_histogramu32 (9e3977ed-ab6e-4023-aa75-589b653f616e): There are no data parts 2026.04.28 21:57:46.814199 [ 3 ] {2f803a6d-310d-426f-9636-2ecbd6d875da} TCPHandler: Processed in 0.004542936 sec. 2026.04.28 21:57:46.814467 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.814727 [ 3 ] {8ea41d18-fa8a-488a-b16c-62e05239b3b0} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.814842 [ 3 ] {8ea41d18-fa8a-488a-b16c-62e05239b3b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.28 21:57:46.817046 [ 3 ] {8ea41d18-fa8a-488a-b16c-62e05239b3b0} oximeter.measurements_histogrami64 (69490aa7-86f0-4aaa-a968-7cedfd1dd69a): Loading data parts 2026.04.28 21:57:46.817505 [ 3 ] {8ea41d18-fa8a-488a-b16c-62e05239b3b0} oximeter.measurements_histogrami64 (69490aa7-86f0-4aaa-a968-7cedfd1dd69a): There are no data parts 2026.04.28 21:57:46.819013 [ 3 ] {8ea41d18-fa8a-488a-b16c-62e05239b3b0} TCPHandler: Processed in 0.004603017 sec. 2026.04.28 21:57:46.819194 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.819760 [ 3 ] {30be625a-a988-4e54-8ca0-f6434dc1f63e} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.819979 [ 3 ] {30be625a-a988-4e54-8ca0-f6434dc1f63e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.28 21:57:46.822411 [ 3 ] {30be625a-a988-4e54-8ca0-f6434dc1f63e} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Loading data parts 2026.04.28 21:57:46.822574 [ 3 ] {30be625a-a988-4e54-8ca0-f6434dc1f63e} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): There are no data parts 2026.04.28 21:57:46.824442 [ 3 ] {30be625a-a988-4e54-8ca0-f6434dc1f63e} TCPHandler: Processed in 0.00530691 sec. 2026.04.28 21:57:46.824715 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.824971 [ 3 ] {c1e17eb1-f6ec-48e7-afba-b8f5810e086b} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.825095 [ 3 ] {c1e17eb1-f6ec-48e7-afba-b8f5810e086b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.28 21:57:46.827325 [ 3 ] {c1e17eb1-f6ec-48e7-afba-b8f5810e086b} oximeter.measurements_histogramf32 (6d4f7b17-5064-433d-8680-c4c8c2cfd7cd): Loading data parts 2026.04.28 21:57:46.827575 [ 3 ] {c1e17eb1-f6ec-48e7-afba-b8f5810e086b} oximeter.measurements_histogramf32 (6d4f7b17-5064-433d-8680-c4c8c2cfd7cd): There are no data parts 2026.04.28 21:57:46.828847 [ 3 ] {c1e17eb1-f6ec-48e7-afba-b8f5810e086b} TCPHandler: Processed in 0.0042109 sec. 2026.04.28 21:57:46.829004 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.829287 [ 3 ] {06fd1fee-82d5-40e0-98e4-3334cdb73922} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.829466 [ 3 ] {06fd1fee-82d5-40e0-98e4-3334cdb73922} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.28 21:57:46.832721 [ 3 ] {06fd1fee-82d5-40e0-98e4-3334cdb73922} oximeter.measurements_histogramf64 (5554f523-b051-4e20-be81-db74c2f55292): Loading data parts 2026.04.28 21:57:46.832906 [ 3 ] {06fd1fee-82d5-40e0-98e4-3334cdb73922} oximeter.measurements_histogramf64 (5554f523-b051-4e20-be81-db74c2f55292): There are no data parts 2026.04.28 21:57:46.834263 [ 3 ] {06fd1fee-82d5-40e0-98e4-3334cdb73922} TCPHandler: Processed in 0.00528203 sec. 2026.04.28 21:57:46.834564 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.834786 [ 3 ] {26699175-69eb-4843-aa8c-52cd70c08e77} executeQuery: (from [fd00:1122:3344:101::d]:35393) /* 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.04.28 21:57:46.834964 [ 3 ] {26699175-69eb-4843-aa8c-52cd70c08e77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.28 21:57:46.838168 [ 3 ] {26699175-69eb-4843-aa8c-52cd70c08e77} oximeter.fields_bool (726b8703-7ced-4075-b729-74b626e77f8d): Loading data parts 2026.04.28 21:57:46.838373 [ 3 ] {26699175-69eb-4843-aa8c-52cd70c08e77} oximeter.fields_bool (726b8703-7ced-4075-b729-74b626e77f8d): There are no data parts 2026.04.28 21:57:46.840031 [ 3 ] {26699175-69eb-4843-aa8c-52cd70c08e77} TCPHandler: Processed in 0.005526264 sec. 2026.04.28 21:57:46.840197 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.840357 [ 3 ] {0b58c3c3-8472-4550-b3e8-9f7a9c361663} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.840540 [ 3 ] {0b58c3c3-8472-4550-b3e8-9f7a9c361663} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.28 21:57:46.843431 [ 3 ] {0b58c3c3-8472-4550-b3e8-9f7a9c361663} oximeter.fields_i8 (046c493e-a868-44cc-b4f5-c7b4b9b50943): Loading data parts 2026.04.28 21:57:46.843708 [ 3 ] {0b58c3c3-8472-4550-b3e8-9f7a9c361663} oximeter.fields_i8 (046c493e-a868-44cc-b4f5-c7b4b9b50943): There are no data parts 2026.04.28 21:57:46.845680 [ 3 ] {0b58c3c3-8472-4550-b3e8-9f7a9c361663} TCPHandler: Processed in 0.005543955 sec. 2026.04.28 21:57:46.845849 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.846100 [ 3 ] {a51af4b0-270c-4fa6-b583-c8b7bf2d156c} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.846241 [ 3 ] {a51af4b0-270c-4fa6-b583-c8b7bf2d156c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.28 21:57:46.848613 [ 3 ] {a51af4b0-270c-4fa6-b583-c8b7bf2d156c} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Loading data parts 2026.04.28 21:57:46.848841 [ 3 ] {a51af4b0-270c-4fa6-b583-c8b7bf2d156c} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): There are no data parts 2026.04.28 21:57:46.850977 [ 3 ] {a51af4b0-270c-4fa6-b583-c8b7bf2d156c} TCPHandler: Processed in 0.005160348 sec. 2026.04.28 21:57:46.851146 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.851347 [ 3 ] {0f52afdf-cd1f-4600-97a2-95c7ce636567} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.851747 [ 3 ] {0f52afdf-cd1f-4600-97a2-95c7ce636567} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.28 21:57:46.854007 [ 3 ] {0f52afdf-cd1f-4600-97a2-95c7ce636567} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Loading data parts 2026.04.28 21:57:46.854216 [ 3 ] {0f52afdf-cd1f-4600-97a2-95c7ce636567} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): There are no data parts 2026.04.28 21:57:46.855961 [ 3 ] {0f52afdf-cd1f-4600-97a2-95c7ce636567} TCPHandler: Processed in 0.004871022 sec. 2026.04.28 21:57:46.856146 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.856607 [ 3 ] {dce1378e-4dce-4239-a224-416aae5aadc5} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.857093 [ 3 ] {dce1378e-4dce-4239-a224-416aae5aadc5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.28 21:57:46.861546 [ 3 ] {dce1378e-4dce-4239-a224-416aae5aadc5} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Loading data parts 2026.04.28 21:57:46.861706 [ 3 ] {dce1378e-4dce-4239-a224-416aae5aadc5} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): There are no data parts 2026.04.28 21:57:46.864457 [ 3 ] {dce1378e-4dce-4239-a224-416aae5aadc5} TCPHandler: Processed in 0.008430319 sec. 2026.04.28 21:57:46.864716 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.864925 [ 3 ] {dae0e034-ba18-4fe8-aa40-aad25bc35acd} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.865091 [ 3 ] {dae0e034-ba18-4fe8-aa40-aad25bc35acd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.28 21:57:46.868067 [ 3 ] {dae0e034-ba18-4fe8-aa40-aad25bc35acd} oximeter.fields_i32 (088cd434-7180-4013-bacd-77a465c590a3): Loading data parts 2026.04.28 21:57:46.868257 [ 3 ] {dae0e034-ba18-4fe8-aa40-aad25bc35acd} oximeter.fields_i32 (088cd434-7180-4013-bacd-77a465c590a3): There are no data parts 2026.04.28 21:57:46.869876 [ 3 ] {dae0e034-ba18-4fe8-aa40-aad25bc35acd} TCPHandler: Processed in 0.005237359 sec. 2026.04.28 21:57:46.870047 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.870306 [ 3 ] {507cf608-ce39-4fce-a69a-098ac83aafbf} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.870448 [ 3 ] {507cf608-ce39-4fce-a69a-098ac83aafbf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.28 21:57:46.872598 [ 3 ] {507cf608-ce39-4fce-a69a-098ac83aafbf} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Loading data parts 2026.04.28 21:57:46.872811 [ 3 ] {507cf608-ce39-4fce-a69a-098ac83aafbf} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): There are no data parts 2026.04.28 21:57:46.874350 [ 3 ] {507cf608-ce39-4fce-a69a-098ac83aafbf} TCPHandler: Processed in 0.004351663 sec. 2026.04.28 21:57:46.874518 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.874704 [ 3 ] {3f023822-fb6b-4905-85b2-5d32977530d7} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.874835 [ 3 ] {3f023822-fb6b-4905-85b2-5d32977530d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.28 21:57:46.877253 [ 3 ] {3f023822-fb6b-4905-85b2-5d32977530d7} oximeter.fields_i64 (3695c9e4-0ae6-4d1a-b2b1-1e37c7b6a625): Loading data parts 2026.04.28 21:57:46.877488 [ 3 ] {3f023822-fb6b-4905-85b2-5d32977530d7} oximeter.fields_i64 (3695c9e4-0ae6-4d1a-b2b1-1e37c7b6a625): There are no data parts 2026.04.28 21:57:46.879391 [ 3 ] {3f023822-fb6b-4905-85b2-5d32977530d7} TCPHandler: Processed in 0.004924383 sec. 2026.04.28 21:57:46.879548 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.879805 [ 3 ] {4104020a-392f-47bb-992c-19e09b820155} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.879929 [ 3 ] {4104020a-392f-47bb-992c-19e09b820155} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.28 21:57:46.882082 [ 3 ] {4104020a-392f-47bb-992c-19e09b820155} oximeter.fields_u64 (2d53350d-e90a-450d-996e-4d855f01fc23): Loading data parts 2026.04.28 21:57:46.882298 [ 3 ] {4104020a-392f-47bb-992c-19e09b820155} oximeter.fields_u64 (2d53350d-e90a-450d-996e-4d855f01fc23): There are no data parts 2026.04.28 21:57:46.884208 [ 3 ] {4104020a-392f-47bb-992c-19e09b820155} TCPHandler: Processed in 0.00470913 sec. 2026.04.28 21:57:46.884378 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.884564 [ 3 ] {04c7596c-b9ba-4088-825e-be1b4ca639ed} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.884697 [ 3 ] {04c7596c-b9ba-4088-825e-be1b4ca639ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.28 21:57:46.886809 [ 3 ] {04c7596c-b9ba-4088-825e-be1b4ca639ed} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Loading data parts 2026.04.28 21:57:46.887010 [ 3 ] {04c7596c-b9ba-4088-825e-be1b4ca639ed} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): There are no data parts 2026.04.28 21:57:46.889938 [ 3 ] {04c7596c-b9ba-4088-825e-be1b4ca639ed} TCPHandler: Processed in 0.005621986 sec. 2026.04.28 21:57:46.890105 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.890522 [ 3 ] {c0b4276d-2c1b-4172-8414-322a7c283739} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.890630 [ 3 ] {c0b4276d-2c1b-4172-8414-322a7c283739} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.28 21:57:46.893408 [ 3 ] {c0b4276d-2c1b-4172-8414-322a7c283739} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Loading data parts 2026.04.28 21:57:46.893622 [ 3 ] {c0b4276d-2c1b-4172-8414-322a7c283739} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): There are no data parts 2026.04.28 21:57:46.895648 [ 3 ] {c0b4276d-2c1b-4172-8414-322a7c283739} TCPHandler: Processed in 0.005600886 sec. 2026.04.28 21:57:46.895815 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.895978 [ 3 ] {e842f4c4-5ac0-487e-910e-818cf75a71e2} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:57:46.896118 [ 3 ] {e842f4c4-5ac0-487e-910e-818cf75a71e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.28 21:57:46.898716 [ 3 ] {e842f4c4-5ac0-487e-910e-818cf75a71e2} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Loading data parts 2026.04.28 21:57:46.898873 [ 3 ] {e842f4c4-5ac0-487e-910e-818cf75a71e2} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): There are no data parts 2026.04.28 21:57:46.899889 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45070 2026.04.28 21:57:46.900118 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.900281 [ 278 ] {} TCP-Session: da284ab1-f76c-4131-8f14-d15110acd8de Authenticating user 'default' from [fd00:1122:3344:101::c]:45070 2026.04.28 21:57:46.900316 [ 278 ] {} TCP-Session: da284ab1-f76c-4131-8f14-d15110acd8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.900335 [ 278 ] {} TCP-Session: da284ab1-f76c-4131-8f14-d15110acd8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.900527 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.28 21:57:46.900570 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.28 21:57:46.900685 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.28 21:57:46.900699 [ 3 ] {e842f4c4-5ac0-487e-910e-818cf75a71e2} TCPHandler: Processed in 0.004940243 sec. 2026.04.28 21:57:46.901149 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.901192 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57852 2026.04.28 21:57:46.901329 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46908 2026.04.28 21:57:46.901344 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.901486 [ 3 ] {6536188c-19d7-42f0-b1f2-d2119510bb45} executeQuery: (from [fd00:1122:3344:101::d]:35393) /* 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.04.28 21:57:46.901556 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46754 2026.04.28 21:57:46.901566 [ 279 ] {} TCP-Session: 24c21c2d-58cf-4172-8a46-8a5797260c4b Authenticating user 'default' from [fd00:1122:3344:101::c]:57852 2026.04.28 21:57:46.901483 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58021 2026.04.28 21:57:46.901675 [ 3 ] {6536188c-19d7-42f0-b1f2-d2119510bb45} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.28 21:57:46.901652 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48899 2026.04.28 21:57:46.901721 [ 279 ] {} TCP-Session: 24c21c2d-58cf-4172-8a46-8a5797260c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.901758 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.901843 [ 279 ] {} TCP-Session: 24c21c2d-58cf-4172-8a46-8a5797260c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.901882 [ 280 ] {} TCP-Session: 35fb16e8-3cd9-45c2-8cfd-bc6e34cd8e78 Authenticating user 'default' from [fd00:1122:3344:101::c]:46908 2026.04.28 21:57:46.901936 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59113 2026.04.28 21:57:46.902087 [ 280 ] {} TCP-Session: 35fb16e8-3cd9-45c2-8cfd-bc6e34cd8e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902113 [ 280 ] {} TCP-Session: 35fb16e8-3cd9-45c2-8cfd-bc6e34cd8e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902147 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.902223 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49919 2026.04.28 21:57:46.902297 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.902326 [ 282 ] {} TCP-Session: 2c008018-6789-461d-a0a4-5d933dc77ee1 Authenticating user 'default' from [fd00:1122:3344:101::c]:46754 2026.04.28 21:57:46.902473 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.902377 [ 283 ] {} TCP-Session: 08f36eda-ec8f-4d3c-ae15-9215e1f71f86 Authenticating user 'default' from [fd00:1122:3344:101::c]:48899 2026.04.28 21:57:46.902526 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.902598 [ 281 ] {} TCP-Session: 59a500bf-116a-4596-bcd3-42d0535df399 Authenticating user 'default' from [fd00:1122:3344:101::c]:58021 2026.04.28 21:57:46.902620 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:57:46.902571 [ 283 ] {} TCP-Session: 08f36eda-ec8f-4d3c-ae15-9215e1f71f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902732 [ 285 ] {} TCP-Session: b8ad1bda-6a17-4f3d-a026-683e6598b2d3 Authenticating user 'default' from [fd00:1122:3344:101::c]:49919 2026.04.28 21:57:46.902744 [ 281 ] {} TCP-Session: 59a500bf-116a-4596-bcd3-42d0535df399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902759 [ 283 ] {} TCP-Session: 08f36eda-ec8f-4d3c-ae15-9215e1f71f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902713 [ 284 ] {} TCP-Session: c875624e-1b7c-4077-b10f-4d673fdd41de Authenticating user 'default' from [fd00:1122:3344:101::c]:59113 2026.04.28 21:57:46.902563 [ 282 ] {} TCP-Session: 2c008018-6789-461d-a0a4-5d933dc77ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902917 [ 285 ] {} TCP-Session: b8ad1bda-6a17-4f3d-a026-683e6598b2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902948 [ 284 ] {} TCP-Session: c875624e-1b7c-4077-b10f-4d673fdd41de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.903016 [ 285 ] {} TCP-Session: b8ad1bda-6a17-4f3d-a026-683e6598b2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.903027 [ 281 ] {} TCP-Session: 59a500bf-116a-4596-bcd3-42d0535df399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.902924 [ 282 ] {} TCP-Session: 2c008018-6789-461d-a0a4-5d933dc77ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.903096 [ 284 ] {} TCP-Session: c875624e-1b7c-4077-b10f-4d673fdd41de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:57:46.904932 [ 3 ] {6536188c-19d7-42f0-b1f2-d2119510bb45} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Loading data parts 2026.04.28 21:57:46.905132 [ 3 ] {6536188c-19d7-42f0-b1f2-d2119510bb45} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): There are no data parts 2026.04.28 21:57:46.907033 [ 3 ] {6536188c-19d7-42f0-b1f2-d2119510bb45} TCPHandler: Processed in 0.005943683 sec. 2026.04.28 21:57:46.907260 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:57:46.907662 [ 4 ] {87088a9f-197f-45a1-b911-dec52e752709} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.28 21:57:46.909161 [ 4 ] {87088a9f-197f-45a1-b911-dec52e752709} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.28 21:57:46.929114 [ 276 ] {87088a9f-197f-45a1-b911-dec52e752709} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:57:46.929350 [ 276 ] {87088a9f-197f-45a1-b911-dec52e752709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.28 21:57:46.934920 [ 276 ] {87088a9f-197f-45a1-b911-dec52e752709} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:57:46.935636 [ 276 ] {87088a9f-197f-45a1-b911-dec52e752709} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:57:46.936128 [ 4 ] {87088a9f-197f-45a1-b911-dec52e752709} executeQuery: Read 1 rows, 16.00 B in 0.028608 sec., 34.95525727069351 rows/sec., 559.28 B/sec. 2026.04.28 21:57:46.936422 [ 4 ] {87088a9f-197f-45a1-b911-dec52e752709} TCPHandler: Processed in 0.029241664 sec. 2026.04.28 21:57:47.000236 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.79 MiB, peak 125.79 MiB, free memory in arenas 0.00 B, will set to 139.64 MiB (RSS), difference: 13.85 MiB 2026.04.28 21:57:51.872353 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.28 21:57:51.872375 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.04.28 21:57:51.872452 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.28 21:57:51.872520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.28 21:57:51.876049 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Loading data parts 2026.04.28 21:57:51.876243 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): There are no data parts 2026.04.28 21:57:51.880472 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:57:51.880649 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.28 21:57:51.886151 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:57:51.886286 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Loading data parts 2026.04.28 21:57:51.886535 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): There are no data parts 2026.04.28 21:57:51.886864 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:57:51.887025 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.04.28 21:57:51.911908 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:57:51.912083 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.28 21:57:51.918682 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:57:51.919889 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:57:51.923474 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.28 21:57:52.000924 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.80 MiB, peak 148.80 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.09 MiB 2026.04.28 21:57:54.372261 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.28 21:57:54.372416 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.28 21:57:54.376485 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Loading data parts 2026.04.28 21:57:54.376678 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): There are no data parts 2026.04.28 21:57:54.384376 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:57:54.384511 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.28 21:57:54.388609 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:57:54.389186 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:57:54.389445 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.28 21:57:55.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.12 MiB, peak 158.12 MiB, free memory in arenas 0.00 B, will set to 155.05 MiB (RSS), difference: -3.06 MiB 2026.04.28 21:57:59.340197 [ 110 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:57:59.340258 [ 110 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:57:59.387493 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.04.28 21:57:59.390454 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:57:59.390502 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.28 21:57:59.391243 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:57:59.391745 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:57:59.391953 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.28 21:57:59.423946 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.28 21:57:59.442120 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:57:59.442283 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.28 21:57:59.449283 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:57:59.450555 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:57:59.453904 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.28 21:58:00.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.78 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.61 MiB (RSS), difference: 1.83 MiB 2026.04.28 21:58:05.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.65 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.67 MiB (RSS), difference: 4.02 MiB 2026.04.28 21:58:06.892923 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.04.28 21:58:06.893386 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:06.893426 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:06.894147 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:06.894646 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:06.894794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.04.28 21:58:06.954860 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.28 21:58:06.971121 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:06.971176 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:06.977360 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:06.978600 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:06.979223 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:06.979412 [ 3 ] {db57d8b4-4acb-4027-9951-df8f4fa5e113} executeQuery: (from [fd00:1122:3344:101::d]:35393) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native (stage: Complete) 2026.04.28 21:58:06.981407 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.28 21:58:06.990329 [ 3 ] {db57d8b4-4acb-4027-9951-df8f4fa5e113} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:06.992512 [ 3 ] {db57d8b4-4acb-4027-9951-df8f4fa5e113} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:06.997280 [ 3 ] {db57d8b4-4acb-4027-9951-df8f4fa5e113} TCPHandler: Processed in 0.018172244 sec. 2026.04.28 21:58:07.000998 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.23 MiB, peak 162.20 MiB, free memory in arenas 0.00 B, will set to 159.80 MiB (RSS), difference: 1.56 MiB 2026.04.28 21:58:07.004153 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.004279 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.28 21:58:07.004327 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:07.005050 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.005095 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.005766 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.006198 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.006346 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} executeQuery: Read 22 rows, 5.23 KiB in 0.002103 sec., 10461.245839277224 rows/sec., 2.43 MiB/sec. 2026.04.28 21:58:07.006385 [ 3 ] {f4256a6c-8024-49c2-96bf-395532e5d809} TCPHandler: Processed in 0.002296054 sec. 2026.04.28 21:58:07.006522 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.006619 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.006661 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:58:07.011578 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.011615 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.014929 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.015450 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.015596 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} executeQuery: Read 24 rows, 2.04 KiB in 0.008996 sec., 2667.8523788350376 rows/sec., 226.66 KiB/sec. 2026.04.28 21:58:07.015635 [ 3 ] {ec15bf8a-b54d-4153-a095-0da1318f8d1e} TCPHandler: Processed in 0.009163293 sec. 2026.04.28 21:58:07.015771 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.015867 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.28 21:58:07.015909 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.28 21:58:07.016347 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.016386 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.016799 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.017218 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.017363 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} executeQuery: Read 8 rows, 668.00 B in 0.001515 sec., 5280.52805280528 rows/sec., 430.59 KiB/sec. 2026.04.28 21:58:07.017401 [ 3 ] {fbc7cc33-e48b-4535-8adc-84e3dfa663cb} TCPHandler: Processed in 0.001683352 sec. 2026.04.28 21:58:07.017520 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.017617 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:07.017659 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:07.018166 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.018205 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.018682 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.019215 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.019360 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} executeQuery: Read 198 rows, 18.03 KiB in 0.001761 sec., 112436.11584327088 rows/sec., 10.00 MiB/sec. 2026.04.28 21:58:07.019397 [ 3 ] {14097674-997d-48f0-9425-3f6a774330e5} TCPHandler: Processed in 0.001926226 sec. 2026.04.28 21:58:07.019529 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.019623 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.019664 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:07.020078 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.020115 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.020571 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.021083 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.021233 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} executeQuery: Read 31 rows, 2.35 KiB in 0.001628 sec., 19041.76904176904 rows/sec., 1.41 MiB/sec. 2026.04.28 21:58:07.021270 [ 3 ] {7dcd4433-5b69-4da5-a2e8-086545c7b9af} TCPHandler: Processed in 0.001790824 sec. 2026.04.28 21:58:07.021396 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.021489 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.021529 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:58:07.021970 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.022005 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.022468 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.022931 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.023069 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} executeQuery: Read 24 rows, 2.04 KiB in 0.001597 sec., 15028.177833437696 rows/sec., 1.25 MiB/sec. 2026.04.28 21:58:07.023105 [ 3 ] {39352d10-c08c-465e-b460-c402db1792c0} TCPHandler: Processed in 0.001759723 sec. 2026.04.28 21:58:07.023231 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.023325 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.023365 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:58:07.023763 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.023806 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.024342 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.024823 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.024963 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} executeQuery: Read 12 rows, 960.00 B in 0.001655 sec., 7250.755287009063 rows/sec., 566.47 KiB/sec. 2026.04.28 21:58:07.025001 [ 3 ] {93e4a0dc-7547-48ef-9522-3156afad636a} TCPHandler: Processed in 0.001822215 sec. 2026.04.28 21:58:07.025123 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.025215 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:07.025255 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:07.025687 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.025725 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.026185 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.026708 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.026848 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} executeQuery: Read 111 rows, 9.26 KiB in 0.001651 sec., 67231.98061780739 rows/sec., 5.48 MiB/sec. 2026.04.28 21:58:07.026884 [ 3 ] {deb21f37-efb0-4c28-a9d8-3fbcb6cb0583} TCPHandler: Processed in 0.001810894 sec. 2026.04.28 21:58:07.027003 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.027097 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.027140 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:07.027664 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.027696 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.030377 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.030893 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.031034 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} executeQuery: Read 298 rows, 22.88 KiB in 0.003956 sec., 75328.61476238625 rows/sec., 5.65 MiB/sec. 2026.04.28 21:58:07.031070 [ 3 ] {bdd21d4a-2e6f-48ff-8215-6243068fb85f} TCPHandler: Processed in 0.004117968 sec. 2026.04.28 21:58:07.031195 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.031290 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.031344 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:07.032141 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.032177 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.035184 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.035681 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.035835 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} executeQuery: Read 11 rows, 20.18 KiB in 0.004563 sec., 2410.694718387026 rows/sec., 4.32 MiB/sec. 2026.04.28 21:58:07.035894 [ 3 ] {b8dc665f-def8-41d6-be48-728aa9036b6f} TCPHandler: Processed in 0.00474784 sec. 2026.04.28 21:58:07.036017 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:07.036113 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:07.036156 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:07.036497 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:07.036534 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:07.037047 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:07.037581 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:07.037711 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} executeQuery: Read 50 rows, 3.51 KiB in 0.001617 sec., 30921.459492888065 rows/sec., 2.12 MiB/sec. 2026.04.28 21:58:07.037747 [ 3 ] {15cf1eef-205e-4888-979c-1137757a4233} TCPHandler: Processed in 0.001780564 sec. 2026.04.28 21:58:11.961010 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:11.961268 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} executeQuery: (from [fd00:1122:3344:101::d]:35393) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native (stage: Complete) 2026.04.28 21:58:11.963674 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:11.965809 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE 2026.04.28 21:58:11.966217 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:11.968424 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:11.970660 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 14-element set) 2026.04.28 21:58:11.975445 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:11.977643 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:11.977666 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:11.979729 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" 2026.04.28 21:58:11.979779 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2026.04.28 21:58:12.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.39 MiB, peak 162.20 MiB, free memory in arenas 0.00 B, will set to 161.49 MiB (RSS), difference: 1.09 MiB 2026.04.28 21:58:12.003950 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} executeQuery: Read 22 rows, 5.23 KiB in 0.042775 sec., 514.3191116306253 rows/sec., 122.19 KiB/sec. 2026.04.28 21:58:12.004035 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} MemoryTracker: Peak memory usage (for query): 133.64 KiB. 2026.04.28 21:58:12.004053 [ 3 ] {93f83552-9265-4171-b2a9-513e7186447f} TCPHandler: Processed in 0.043171928 sec. 2026.04.28 21:58:12.005663 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:12.005772 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:12.005814 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:12.006299 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:12.006339 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:12.006864 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:12.007385 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:12.007540 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} executeQuery: Read 52 rows, 4.07 KiB in 0.0018 sec., 28888.88888888889 rows/sec., 2.21 MiB/sec. 2026.04.28 21:58:12.007577 [ 3 ] {ad9839d7-259f-4ce0-b75e-a1568f54c868} TCPHandler: Processed in 0.001964987 sec. 2026.04.28 21:58:12.007718 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:12.007811 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:12.007851 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:12.008286 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:12.008323 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:12.008793 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:12.009381 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:12.009511 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} executeQuery: Read 56 rows, 4.47 KiB in 0.001718 sec., 32596.04190919674 rows/sec., 2.54 MiB/sec. 2026.04.28 21:58:12.009547 [ 3 ] {e0be8846-04b3-493b-8b42-ba8fc2078867} TCPHandler: Processed in 0.001878965 sec. 2026.04.28 21:58:12.009670 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:12.009765 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:12.009808 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:12.010234 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:12.010270 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:12.010758 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:12.011196 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:12.011327 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} executeQuery: Read 150 rows, 10.65 KiB in 0.001582 sec., 94816.68773704172 rows/sec., 6.57 MiB/sec. 2026.04.28 21:58:12.011365 [ 3 ] {fa7c9bf4-0c4f-4f8d-8783-8927b0aa3e3e} TCPHandler: Processed in 0.001743203 sec. 2026.04.28 21:58:12.011482 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:12.011576 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:12.011616 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:12.011937 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:12.011970 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:12.012343 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:12.012888 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:12.013018 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} executeQuery: Read 50 rows, 3.51 KiB in 0.001459 sec., 34270.04797806717 rows/sec., 2.35 MiB/sec. 2026.04.28 21:58:12.013051 [ 3 ] {86f19114-32ef-4914-908d-f78077ba77dd} TCPHandler: Processed in 0.001614911 sec. 2026.04.28 21:58:14.340304 [ 65 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:58:14.340400 [ 65 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:58:14.391059 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 122 2026.04.28 21:58:14.393744 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:14.393787 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:14.394953 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.04.28 21:58:14.395009 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:14.395480 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:14.395718 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 122 2026.04.28 21:58:14.395784 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:14.395834 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:14.396479 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:14.396988 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:14.397117 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.04.28 21:58:14.481566 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.28 21:58:14.499006 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:14.499049 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:14.505428 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:14.506562 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:14.509330 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.28 21:58:15.000280 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.36 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 163.39 MiB (RSS), difference: 1.03 MiB 2026.04.28 21:58:16.963122 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.963378 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} executeQuery: (from [fd00:1122:3344:101::d]:35393) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native (stage: Complete) 2026.04.28 21:58:16.963719 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:16.963756 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2026.04.28 21:58:16.964008 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:16.964093 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:16.964257 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 15-element set) 2026.04.28 21:58:16.964303 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:16.964326 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:16.964344 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:16.964385 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2026.04.28 21:58:16.964405 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2026.04.28 21:58:16.965638 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} executeQuery: Read 22 rows, 5.23 KiB in 0.002394 sec., 9189.640768588137 rows/sec., 2.13 MiB/sec. 2026.04.28 21:58:16.965724 [ 3 ] {5e5ba0c1-f0b6-48a4-a676-46169eda9c45} TCPHandler: Processed in 0.002794823 sec. 2026.04.28 21:58:16.967618 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.967754 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:16.967804 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:16.968409 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:16.968454 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:16.969067 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:16.969655 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:16.969883 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} executeQuery: Read 74 rows, 6.28 KiB in 0.002166 sec., 34164.35826408125 rows/sec., 2.83 MiB/sec. 2026.04.28 21:58:16.969944 [ 3 ] {940f469b-3235-4167-a663-0648d5bbff73} TCPHandler: Processed in 0.002381115 sec. 2026.04.28 21:58:16.970126 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.970246 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:16.970301 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:16.970867 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:16.970916 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:16.971419 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:16.971969 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:16.972120 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} executeQuery: Read 11 rows, 847.00 B in 0.001908 sec., 5765.199161425577 rows/sec., 433.52 KiB/sec. 2026.04.28 21:58:16.972159 [ 3 ] {181f7da3-9eb2-4276-9a6c-dd61e454509a} TCPHandler: Processed in 0.00209092 sec. 2026.04.28 21:58:16.972299 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.972410 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:16.972467 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:16.973037 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:16.973088 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:16.973603 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:16.974095 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:16.974265 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} executeQuery: Read 67 rows, 5.35 KiB in 0.001882 sec., 35600.42507970244 rows/sec., 2.78 MiB/sec. 2026.04.28 21:58:16.974329 [ 3 ] {c3314a94-c915-4107-817d-82577325b059} TCPHandler: Processed in 0.002081 sec. 2026.04.28 21:58:16.974503 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.974637 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:16.974708 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:16.975256 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:16.975295 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:16.975798 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:16.976326 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:16.976503 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} executeQuery: Read 150 rows, 10.65 KiB in 0.001902 sec., 78864.35331230283 rows/sec., 5.47 MiB/sec. 2026.04.28 21:58:16.976544 [ 3 ] {6bb7ea5f-9257-465a-abb3-966b379cfb18} TCPHandler: Processed in 0.00210642 sec. 2026.04.28 21:58:16.976702 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.976813 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:16.976869 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:16.977752 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:16.977792 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:16.978496 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:16.978994 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:16.979160 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} executeQuery: Read 11 rows, 20.18 KiB in 0.002366 sec., 4649.196956889265 rows/sec., 8.33 MiB/sec. 2026.04.28 21:58:16.979228 [ 3 ] {b385f531-2048-40ab-b6cd-79569b070323} TCPHandler: Processed in 0.002591569 sec. 2026.04.28 21:58:16.979378 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:16.979500 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:16.979553 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:16.979933 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:16.979978 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:16.980585 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:16.981298 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:16.981457 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} executeQuery: Read 50 rows, 3.51 KiB in 0.001983 sec., 25214.321734745336 rows/sec., 1.73 MiB/sec. 2026.04.28 21:58:16.981501 [ 3 ] {6de9d8c7-a18c-4eb9-b19a-dc9dfc5e7042} TCPHandler: Processed in 0.002187822 sec. 2026.04.28 21:58:17.571620 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44232 2026.04.28 21:58:17.575601 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.575642 [ 286 ] {} TCP-Session: 62ba3210-e929-48ce-bebc-6273c5339f1a Authenticating user 'default' from [fd00:1122:3344:101::e]:44232 2026.04.28 21:58:17.575663 [ 286 ] {} TCP-Session: 62ba3210-e929-48ce-bebc-6273c5339f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.575676 [ 286 ] {} TCP-Session: 62ba3210-e929-48ce-bebc-6273c5339f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.575726 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.28 21:58:17.575750 [ 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.04.28 21:58:17.575766 [ 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.04.28 21:58:17.576185 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58466 2026.04.28 21:58:17.576341 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.576372 [ 287 ] {} TCP-Session: 8a0aa812-d8fe-4a1b-847b-862e785e208e Authenticating user 'default' from [fd00:1122:3344:101::e]:58466 2026.04.28 21:58:17.576380 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53934 2026.04.28 21:58:17.576392 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39292 2026.04.28 21:58:17.576394 [ 287 ] {} TCP-Session: 8a0aa812-d8fe-4a1b-847b-862e785e208e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576465 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47797 2026.04.28 21:58:17.576482 [ 287 ] {} TCP-Session: 8a0aa812-d8fe-4a1b-847b-862e785e208e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576592 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52017 2026.04.28 21:58:17.576623 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.576676 [ 289 ] {} TCP-Session: e689893d-1227-4351-a29c-818260e75cf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:53934 2026.04.28 21:58:17.576703 [ 289 ] {} TCP-Session: e689893d-1227-4351-a29c-818260e75cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576722 [ 289 ] {} TCP-Session: e689893d-1227-4351-a29c-818260e75cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576820 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.576829 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46071 2026.04.28 21:58:17.576869 [ 288 ] {} TCP-Session: 921d10b6-7d14-4ccd-a230-873155cafdcd Authenticating user 'default' from [fd00:1122:3344:101::e]:39292 2026.04.28 21:58:17.576893 [ 288 ] {} TCP-Session: 921d10b6-7d14-4ccd-a230-873155cafdcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576894 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.576907 [ 288 ] {} TCP-Session: 921d10b6-7d14-4ccd-a230-873155cafdcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576938 [ 290 ] {} TCP-Session: 1b261f1e-f804-4552-810f-6ba628eac179 Authenticating user 'default' from [fd00:1122:3344:101::e]:47797 2026.04.28 21:58:17.576963 [ 290 ] {} TCP-Session: 1b261f1e-f804-4552-810f-6ba628eac179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.576977 [ 290 ] {} TCP-Session: 1b261f1e-f804-4552-810f-6ba628eac179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577080 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39146 2026.04.28 21:58:17.577113 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.577153 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.577155 [ 291 ] {} TCP-Session: 497e26c4-e492-40c3-8ceb-890e23558da6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52017 2026.04.28 21:58:17.577196 [ 292 ] {} TCP-Session: 11fa8654-2d20-46b3-9f7b-a19f996f1755 Authenticating user 'default' from [fd00:1122:3344:101::e]:46071 2026.04.28 21:58:17.577203 [ 291 ] {} TCP-Session: 497e26c4-e492-40c3-8ceb-890e23558da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577238 [ 292 ] {} TCP-Session: 11fa8654-2d20-46b3-9f7b-a19f996f1755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577242 [ 291 ] {} TCP-Session: 497e26c4-e492-40c3-8ceb-890e23558da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577261 [ 292 ] {} TCP-Session: 11fa8654-2d20-46b3-9f7b-a19f996f1755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577276 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.577291 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59651 2026.04.28 21:58:17.577325 [ 293 ] {} TCP-Session: d42e0f8a-6c21-41fa-98cf-8b2f3bc039f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39146 2026.04.28 21:58:17.577348 [ 293 ] {} TCP-Session: d42e0f8a-6c21-41fa-98cf-8b2f3bc039f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577361 [ 293 ] {} TCP-Session: d42e0f8a-6c21-41fa-98cf-8b2f3bc039f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577459 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:17.577492 [ 294 ] {} TCP-Session: 0625d9e7-b522-4bd6-a110-ae78d0912012 Authenticating user 'default' from [fd00:1122:3344:101::e]:59651 2026.04.28 21:58:17.577509 [ 294 ] {} TCP-Session: 0625d9e7-b522-4bd6-a110-ae78d0912012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.577522 [ 294 ] {} TCP-Session: 0625d9e7-b522-4bd6-a110-ae78d0912012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.581371 [ 286 ] {} TCP-Session: 62ba3210-e929-48ce-bebc-6273c5339f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:17.581576 [ 286 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} executeQuery: (from [fd00:1122:3344:101::e]:44232) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:58:17.581960 [ 286 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:58:17.582038 [ 286 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:17.584581 [ 286 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:58:17.598926 [ 298 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} AggregatingTransform: Aggregating 2026.04.28 21:58:17.599072 [ 298 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} Aggregator: Aggregation method: without_key 2026.04.28 21:58:17.599893 [ 298 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00419668 sec. (238.284 rows/sec., 9.31 KiB/sec.) 2026.04.28 21:58:17.599924 [ 298 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} Aggregator: Merging aggregated data 2026.04.28 21:58:17.599964 [ 298 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.28 21:58:17.603187 [ 286 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} executeQuery: Read 1 rows, 40.00 B in 0.021685 sec., 46.11482591653217 rows/sec., 1.80 KiB/sec. 2026.04.28 21:58:17.603359 [ 286 ] {d1e515d3-e32d-4be2-b7d1-7082dc65fc74} TCPHandler: Processed in 0.022192851 sec. 2026.04.28 21:58:17.607922 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.607977 [ 286 ] {} TCP-Session: 62ba3210-e929-48ce-bebc-6273c5339f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.607980 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608000 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608026 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608039 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608059 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608083 [ 293 ] {} TCP-Session: d42e0f8a-6c21-41fa-98cf-8b2f3bc039f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608097 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608132 [ 292 ] {} TCP-Session: 11fa8654-2d20-46b3-9f7b-a19f996f1755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608120 [ 289 ] {} TCP-Session: e689893d-1227-4351-a29c-818260e75cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608170 [ 291 ] {} TCP-Session: 497e26c4-e492-40c3-8ceb-890e23558da6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608115 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608101 [ 288 ] {} TCP-Session: 921d10b6-7d14-4ccd-a230-873155cafdcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608077 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:17.608242 [ 294 ] {} TCP-Session: 0625d9e7-b522-4bd6-a110-ae78d0912012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608086 [ 287 ] {} TCP-Session: 8a0aa812-d8fe-4a1b-847b-862e785e208e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:17.608280 [ 290 ] {} TCP-Session: 1b261f1e-f804-4552-810f-6ba628eac179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:18.000972 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.74 MiB, peak 174.84 MiB, free memory in arenas 0.00 B, will set to 165.88 MiB (RSS), difference: 2.14 MiB 2026.04.28 21:58:19.939638 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33800 2026.04.28 21:58:19.939739 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.939764 [ 286 ] {} TCP-Session: 50cc6f0c-330b-4c31-88bc-2637301e18e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33800 2026.04.28 21:58:19.939784 [ 286 ] {} TCP-Session: 50cc6f0c-330b-4c31-88bc-2637301e18e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.939797 [ 286 ] {} TCP-Session: 50cc6f0c-330b-4c31-88bc-2637301e18e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.939976 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45567 2026.04.28 21:58:19.940008 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33067 2026.04.28 21:58:19.940040 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53733 2026.04.28 21:58:19.940070 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64495 2026.04.28 21:58:19.940083 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49226 2026.04.28 21:58:19.940093 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62283 2026.04.28 21:58:19.940130 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940149 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940155 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940174 [ 288 ] {} TCP-Session: df33ed59-f636-4a26-be57-9d1f3d4f9139 Authenticating user 'default' from [fd00:1122:3344:101::e]:33067 2026.04.28 21:58:19.940185 [ 289 ] {} TCP-Session: 13113b3e-37d0-4feb-8759-36843ab7951d Authenticating user 'default' from [fd00:1122:3344:101::e]:53733 2026.04.28 21:58:19.940188 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940201 [ 291 ] {} TCP-Session: 81362789-b251-4ebb-b48b-ed03cc69b7c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:64495 2026.04.28 21:58:19.940213 [ 288 ] {} TCP-Session: df33ed59-f636-4a26-be57-9d1f3d4f9139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940232 [ 293 ] {} TCP-Session: a8650da9-772d-4cf3-9f33-4a9f5d109039 Authenticating user 'default' from [fd00:1122:3344:101::e]:62283 2026.04.28 21:58:19.940249 [ 291 ] {} TCP-Session: 81362789-b251-4ebb-b48b-ed03cc69b7c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940254 [ 288 ] {} TCP-Session: df33ed59-f636-4a26-be57-9d1f3d4f9139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940271 [ 293 ] {} TCP-Session: a8650da9-772d-4cf3-9f33-4a9f5d109039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940281 [ 291 ] {} TCP-Session: 81362789-b251-4ebb-b48b-ed03cc69b7c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940307 [ 293 ] {} TCP-Session: a8650da9-772d-4cf3-9f33-4a9f5d109039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940224 [ 289 ] {} TCP-Session: 13113b3e-37d0-4feb-8759-36843ab7951d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940171 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940352 [ 289 ] {} TCP-Session: 13113b3e-37d0-4feb-8759-36843ab7951d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940100 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940379 [ 292 ] {} TCP-Session: 2986ddfd-c5e4-4e2e-a3d2-198de9ee3077 Authenticating user 'default' from [fd00:1122:3344:101::e]:49226 2026.04.28 21:58:19.940100 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63372 2026.04.28 21:58:19.940422 [ 292 ] {} TCP-Session: 2986ddfd-c5e4-4e2e-a3d2-198de9ee3077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940413 [ 287 ] {} TCP-Session: e19345e4-e801-40b8-b0ca-b58bbbb5ff32 Authenticating user 'default' from [fd00:1122:3344:101::e]:45567 2026.04.28 21:58:19.940455 [ 292 ] {} TCP-Session: 2986ddfd-c5e4-4e2e-a3d2-198de9ee3077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940479 [ 287 ] {} TCP-Session: e19345e4-e801-40b8-b0ca-b58bbbb5ff32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940486 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940504 [ 287 ] {} TCP-Session: e19345e4-e801-40b8-b0ca-b58bbbb5ff32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940522 [ 294 ] {} TCP-Session: 6a3c54cf-5814-4e13-9575-8ed43098f1a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:63372 2026.04.28 21:58:19.940077 [ 286 ] {} TCP-Session: 50cc6f0c-330b-4c31-88bc-2637301e18e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:19.940549 [ 294 ] {} TCP-Session: 6a3c54cf-5814-4e13-9575-8ed43098f1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940043 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44947 2026.04.28 21:58:19.940581 [ 294 ] {} TCP-Session: 6a3c54cf-5814-4e13-9575-8ed43098f1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940639 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:19.940661 [ 290 ] {} TCP-Session: 1e33a324-b8fb-473a-9d4e-da53da399e02 Authenticating user 'default' from [fd00:1122:3344:101::e]:44947 2026.04.28 21:58:19.940676 [ 290 ] {} TCP-Session: 1e33a324-b8fb-473a-9d4e-da53da399e02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940689 [ 290 ] {} TCP-Session: 1e33a324-b8fb-473a-9d4e-da53da399e02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.940716 [ 286 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} executeQuery: (from [fd00:1122:3344:101::e]:33800) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:58:19.941011 [ 286 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:58:19.941074 [ 286 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:19.941370 [ 286 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:58:19.942391 [ 296 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} AggregatingTransform: Aggregating 2026.04.28 21:58:19.942456 [ 296 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} Aggregator: Aggregation method: without_key 2026.04.28 21:58:19.942496 [ 296 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001030419 sec. (970.479 rows/sec., 37.91 KiB/sec.) 2026.04.28 21:58:19.942529 [ 296 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} Aggregator: Merging aggregated data 2026.04.28 21:58:19.943789 [ 286 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} executeQuery: Read 1 rows, 40.00 B in 0.003132 sec., 319.28480204342276 rows/sec., 12.47 KiB/sec. 2026.04.28 21:58:19.943932 [ 286 ] {572bfce9-4f05-47fe-bc67-4acdefc33dbf} TCPHandler: Processed in 0.003963855 sec. 2026.04.28 21:58:19.944077 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944100 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944107 [ 286 ] {} TCP-Session: 50cc6f0c-330b-4c31-88bc-2637301e18e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944120 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944141 [ 289 ] {} TCP-Session: 13113b3e-37d0-4feb-8759-36843ab7951d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944143 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944162 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944181 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944206 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944225 [ 288 ] {} TCP-Session: df33ed59-f636-4a26-be57-9d1f3d4f9139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944238 [ 292 ] {} TCP-Session: 2986ddfd-c5e4-4e2e-a3d2-198de9ee3077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944256 [ 291 ] {} TCP-Session: 81362789-b251-4ebb-b48b-ed03cc69b7c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944205 [ 287 ] {} TCP-Session: e19345e4-e801-40b8-b0ca-b58bbbb5ff32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944171 [ 293 ] {} TCP-Session: a8650da9-772d-4cf3-9f33-4a9f5d109039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944222 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944216 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:19.944346 [ 294 ] {} TCP-Session: 6a3c54cf-5814-4e13-9575-8ed43098f1a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:19.944366 [ 290 ] {} TCP-Session: 1e33a324-b8fb-473a-9d4e-da53da399e02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.290679 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40258 2026.04.28 21:58:21.290782 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.290808 [ 286 ] {} TCP-Session: cdf2bf44-fe18-49a4-af70-662daa4c79ec Authenticating user 'default' from [fd00:1122:3344:101::e]:40258 2026.04.28 21:58:21.290829 [ 286 ] {} TCP-Session: cdf2bf44-fe18-49a4-af70-662daa4c79ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.290842 [ 286 ] {} TCP-Session: cdf2bf44-fe18-49a4-af70-662daa4c79ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291029 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42455 2026.04.28 21:58:21.291042 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60102 2026.04.28 21:58:21.291073 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58977 2026.04.28 21:58:21.291115 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53672 2026.04.28 21:58:21.291141 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41211 2026.04.28 21:58:21.291149 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55471 2026.04.28 21:58:21.291188 [ 286 ] {} TCP-Session: cdf2bf44-fe18-49a4-af70-662daa4c79ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.291208 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291212 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291227 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291245 [ 292 ] {} TCP-Session: 72136158-9f53-42c7-855b-a8e39b066ed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:53672 2026.04.28 21:58:21.291248 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291257 [ 289 ] {} TCP-Session: a1b0f6a6-fd05-479d-9da3-78b1211a9091 Authenticating user 'default' from [fd00:1122:3344:101::e]:58977 2026.04.28 21:58:21.291281 [ 292 ] {} TCP-Session: 72136158-9f53-42c7-855b-a8e39b066ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291293 [ 294 ] {} TCP-Session: d8581597-2082-4d20-ad7e-807393f1226a Authenticating user 'default' from [fd00:1122:3344:101::e]:55471 2026.04.28 21:58:21.291312 [ 292 ] {} TCP-Session: 72136158-9f53-42c7-855b-a8e39b066ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291308 [ 289 ] {} TCP-Session: a1b0f6a6-fd05-479d-9da3-78b1211a9091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291329 [ 294 ] {} TCP-Session: d8581597-2082-4d20-ad7e-807393f1226a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291350 [ 289 ] {} TCP-Session: a1b0f6a6-fd05-479d-9da3-78b1211a9091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291363 [ 294 ] {} TCP-Session: d8581597-2082-4d20-ad7e-807393f1226a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291360 [ 286 ] {46f7b155-1be3-445c-acc6-42b742fab421} executeQuery: (from [fd00:1122:3344:101::e]:40258) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:58:21.291263 [ 293 ] {} TCP-Session: 2748ecda-05ce-4fa4-b8fa-5aea2c4d6146 Authenticating user 'default' from [fd00:1122:3344:101::e]:41211 2026.04.28 21:58:21.291186 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291429 [ 293 ] {} TCP-Session: 2748ecda-05ce-4fa4-b8fa-5aea2c4d6146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291148 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291461 [ 293 ] {} TCP-Session: 2748ecda-05ce-4fa4-b8fa-5aea2c4d6146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291458 [ 288 ] {} TCP-Session: 9761f47c-3de9-4e5a-9713-04d63a53dce9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60102 2026.04.28 21:58:21.291494 [ 287 ] {} TCP-Session: 6d42c730-9cdd-4747-ab57-e1bf5b14691c Authenticating user 'default' from [fd00:1122:3344:101::e]:42455 2026.04.28 21:58:21.291513 [ 288 ] {} TCP-Session: 9761f47c-3de9-4e5a-9713-04d63a53dce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291533 [ 287 ] {} TCP-Session: 6d42c730-9cdd-4747-ab57-e1bf5b14691c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291547 [ 288 ] {} TCP-Session: 9761f47c-3de9-4e5a-9713-04d63a53dce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291565 [ 287 ] {} TCP-Session: 6d42c730-9cdd-4747-ab57-e1bf5b14691c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291105 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51976 2026.04.28 21:58:21.291076 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48742 2026.04.28 21:58:21.291633 [ 286 ] {46f7b155-1be3-445c-acc6-42b742fab421} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:58:21.291671 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291674 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:21.291688 [ 286 ] {46f7b155-1be3-445c-acc6-42b742fab421} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:21.291701 [ 291 ] {} TCP-Session: aacf9dd6-83f2-48cb-846a-6d134ae1580e Authenticating user 'default' from [fd00:1122:3344:101::e]:51976 2026.04.28 21:58:21.291710 [ 290 ] {} TCP-Session: e84da56b-ba36-4d95-83b0-0cd90d13c3d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48742 2026.04.28 21:58:21.291734 [ 291 ] {} TCP-Session: aacf9dd6-83f2-48cb-846a-6d134ae1580e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291748 [ 290 ] {} TCP-Session: e84da56b-ba36-4d95-83b0-0cd90d13c3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291759 [ 291 ] {} TCP-Session: aacf9dd6-83f2-48cb-846a-6d134ae1580e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291774 [ 290 ] {} TCP-Session: e84da56b-ba36-4d95-83b0-0cd90d13c3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.291989 [ 286 ] {46f7b155-1be3-445c-acc6-42b742fab421} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:58:21.292973 [ 342 ] {46f7b155-1be3-445c-acc6-42b742fab421} AggregatingTransform: Aggregating 2026.04.28 21:58:21.293025 [ 342 ] {46f7b155-1be3-445c-acc6-42b742fab421} Aggregator: Aggregation method: without_key 2026.04.28 21:58:21.293063 [ 342 ] {46f7b155-1be3-445c-acc6-42b742fab421} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000974709 sec. (1025.947 rows/sec., 40.08 KiB/sec.) 2026.04.28 21:58:21.293082 [ 342 ] {46f7b155-1be3-445c-acc6-42b742fab421} Aggregator: Merging aggregated data 2026.04.28 21:58:21.294483 [ 286 ] {46f7b155-1be3-445c-acc6-42b742fab421} executeQuery: Read 1 rows, 40.00 B in 0.003174 sec., 315.05986137366097 rows/sec., 12.31 KiB/sec. 2026.04.28 21:58:21.294667 [ 286 ] {46f7b155-1be3-445c-acc6-42b742fab421} TCPHandler: Processed in 0.003626868 sec. 2026.04.28 21:58:21.294789 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294819 [ 286 ] {} TCP-Session: cdf2bf44-fe18-49a4-af70-662daa4c79ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.294823 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294845 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294868 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294871 [ 287 ] {} TCP-Session: 6d42c730-9cdd-4747-ab57-e1bf5b14691c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.294882 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294903 [ 292 ] {} TCP-Session: 72136158-9f53-42c7-855b-a8e39b066ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.294922 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294944 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294953 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294974 [ 294 ] {} TCP-Session: d8581597-2082-4d20-ad7e-807393f1226a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.294994 [ 291 ] {} TCP-Session: aacf9dd6-83f2-48cb-846a-6d134ae1580e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.295017 [ 293 ] {} TCP-Session: 2748ecda-05ce-4fa4-b8fa-5aea2c4d6146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.294934 [ 290 ] {} TCP-Session: e84da56b-ba36-4d95-83b0-0cd90d13c3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.294903 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:21.294887 [ 288 ] {} TCP-Session: 9761f47c-3de9-4e5a-9713-04d63a53dce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.295104 [ 289 ] {} TCP-Session: a1b0f6a6-fd05-479d-9da3-78b1211a9091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:21.898022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 439 entries to flush up to offset 2330 2026.04.28 21:58:21.898520 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.898558 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.899316 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:21.899774 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.899932 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2330 2026.04.28 21:58:21.967915 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.968155 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:58:21.968519 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:21.968558 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} 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.04.28 21:58:21.968829 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:21.968902 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:21.969055 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.04.28 21:58:21.969093 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:21.969116 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:21.969132 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:21.969180 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} 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.04.28 21:58:21.969202 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2026.04.28 21:58:21.970334 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} executeQuery: Read 22 rows, 5.23 KiB in 0.002283 sec., 9636.443276390715 rows/sec., 2.24 MiB/sec. 2026.04.28 21:58:21.970445 [ 3 ] {36919551-68e0-4cfe-a839-0739b2ee3dcf} TCPHandler: Processed in 0.002661661 sec. 2026.04.28 21:58:21.975475 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.975619 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.28 21:58:21.975681 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:21.976459 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.976524 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.977373 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:21.977883 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.978099 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} executeQuery: Read 19 rows, 5.15 KiB in 0.002523 sec., 7530.717399920729 rows/sec., 1.99 MiB/sec. 2026.04.28 21:58:21.978155 [ 3 ] {b0e3c952-ec7f-49d9-b0b1-98b9c6ef2bc5} TCPHandler: Processed in 0.002745772 sec. 2026.04.28 21:58:21.978580 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.978697 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.978750 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:58:21.979415 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.979455 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.979911 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:21.980323 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.980457 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} executeQuery: Read 284 rows, 18.47 KiB in 0.00179 sec., 158659.21787709498 rows/sec., 10.08 MiB/sec. 2026.04.28 21:58:21.980494 [ 3 ] {e5a62e08-51d6-4bb0-8e69-7753741519d4} TCPHandler: Processed in 0.001976857 sec. 2026.04.28 21:58:21.980630 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.980729 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.28 21:58:21.980770 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.28 21:58:21.981206 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.981243 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.981605 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:21.982021 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.982156 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} executeQuery: Read 4 rows, 334.00 B in 0.001445 sec., 2768.1660899653975 rows/sec., 225.72 KiB/sec. 2026.04.28 21:58:21.982196 [ 3 ] {7a311235-b6a9-4f29-a53b-efbdcbf8de0e} TCPHandler: Processed in 0.001615371 sec. 2026.04.28 21:58:21.982319 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.982413 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:21.982452 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:21.983265 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.983301 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.983810 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:21.984245 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.984374 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} executeQuery: Read 809 rows, 63.93 KiB in 0.001979 sec., 408792.3193532087 rows/sec., 31.55 MiB/sec. 2026.04.28 21:58:21.984410 [ 3 ] {fbc6ee64-3054-49e2-8994-96c9b3d8ff5b} TCPHandler: Processed in 0.00214037 sec. 2026.04.28 21:58:21.984528 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.984633 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.984675 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:21.985119 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.985158 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.985626 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:21.986224 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.986394 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} executeQuery: Read 151 rows, 9.20 KiB in 0.001781 sec., 84783.82930937676 rows/sec., 5.04 MiB/sec. 2026.04.28 21:58:21.986444 [ 3 ] {26013280-62ee-41ae-9b65-087f5afaa596} TCPHandler: Processed in 0.001964307 sec. 2026.04.28 21:58:21.986588 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.986705 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.986754 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:58:21.987455 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.987492 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.987900 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:21.988282 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.988415 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} executeQuery: Read 149 rows, 9.86 KiB in 0.001733 sec., 85978.07270628968 rows/sec., 5.55 MiB/sec. 2026.04.28 21:58:21.988452 [ 3 ] {79e8f34f-6587-47eb-9526-0cef63fe90f4} TCPHandler: Processed in 0.001924246 sec. 2026.04.28 21:58:21.988584 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.988682 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.988724 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:58:21.989161 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.989199 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.989655 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:21.990083 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.990215 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} executeQuery: Read 148 rows, 8.62 KiB in 0.001554 sec., 95238.09523809524 rows/sec., 5.42 MiB/sec. 2026.04.28 21:58:21.990252 [ 3 ] {0a344e50-eb9a-4faa-8b57-a4e82cb49800} TCPHandler: Processed in 0.001723862 sec. 2026.04.28 21:58:21.990379 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.990473 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:21.990514 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:21.991099 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.991136 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.991544 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:21.991905 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.992038 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} executeQuery: Read 505 rows, 36.39 KiB in 0.001583 sec., 319014.52937460516 rows/sec., 22.45 MiB/sec. 2026.04.28 21:58:21.992075 [ 3 ] {5c7773af-9c36-4c33-9ac2-eb36493b2111} TCPHandler: Processed in 0.001745323 sec. 2026.04.28 21:58:21.992202 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.992296 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:58:21.992338 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:58:21.992672 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.992710 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.993191 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:21.993788 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.993929 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} executeQuery: Read 6 rows, 321.00 B in 0.001651 sec., 3634.1611144760755 rows/sec., 189.87 KiB/sec. 2026.04.28 21:58:21.993968 [ 3 ] {acd92ac6-b925-4a5e-9af8-eef6a37e6042} TCPHandler: Processed in 0.001815954 sec. 2026.04.28 21:58:21.994095 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.994193 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.994238 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:21.994649 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.994688 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.995135 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:21.995580 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.995714 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} executeQuery: Read 267 rows, 18.17 KiB in 0.001539 sec., 173489.27875243666 rows/sec., 11.53 MiB/sec. 2026.04.28 21:58:21.995752 [ 3 ] {952d4b53-84db-4b68-af0f-259b8b7bfe70} TCPHandler: Processed in 0.001706372 sec. 2026.04.28 21:58:21.995876 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.995971 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.996014 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:58:21.996350 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.996387 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.996874 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:21.997309 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.997449 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. 2026.04.28 21:58:21.997487 [ 3 ] {c5a9e2dc-2b77-4f8f-95f4-97ea12d98e08} TCPHandler: Processed in 0.001659971 sec. 2026.04.28 21:58:21.997601 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:21.997695 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:21.997750 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:21.998504 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:21.998542 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:21.999200 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:21.999647 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:21.999791 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} executeQuery: Read 5 rows, 9.17 KiB in 0.002113 sec., 2366.30383341221 rows/sec., 4.24 MiB/sec. 2026.04.28 21:58:21.999841 [ 3 ] {19e78a20-432b-4370-b714-7fcbda13a2a8} TCPHandler: Processed in 0.002289913 sec. 2026.04.28 21:58:21.999978 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:22.000073 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.28 21:58:22.000116 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.28 21:58:22.000461 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:22.000499 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:22.001141 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:58:22.001161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 167.23 MiB, peak 175.28 MiB, free memory in arenas 0.00 B, will set to 166.21 MiB (RSS), difference: -1.02 MiB 2026.04.28 21:58:22.001568 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:22.001702 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} executeQuery: Read 6 rows, 434.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 257.33 KiB/sec. 2026.04.28 21:58:22.001744 [ 3 ] {0fbe476f-9db1-438c-8a80-cd76cb074a33} TCPHandler: Processed in 0.001815374 sec. 2026.04.28 21:58:22.001873 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:22.001967 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:22.002008 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:22.002377 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:22.002413 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:22.002862 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:22.003276 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:22.003412 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} executeQuery: Read 90 rows, 5.77 KiB in 0.001464 sec., 61475.40983606557 rows/sec., 3.85 MiB/sec. 2026.04.28 21:58:22.003449 [ 3 ] {315eecce-cb19-4b48-a1bd-d849e3d99333} TCPHandler: Processed in 0.00162391 sec. 2026.04.28 21:58:22.010208 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.28 21:58:22.028987 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:22.029048 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:22.035717 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:22.036899 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:22.041052 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.28 21:58:23.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.86 MiB, peak 175.28 MiB, free memory in arenas 0.00 B, will set to 168.52 MiB (RSS), difference: 1.66 MiB 2026.04.28 21:58:24.396756 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 172 2026.04.28 21:58:24.399250 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:24.399287 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.28 21:58:24.400465 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:24.400735 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:24.400960 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 172 2026.04.28 21:58:26.963144 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.963390 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} executeQuery: (from [fd00:1122:3344:101::d]:35393) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:26.963720 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:26.963758 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:26.964012 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:26.964089 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:26.964234 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:58:26.964354 [ 337 ] {499eb912-02dc-45c8-b6de-ff356834a606} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:26.964371 [ 332 ] {499eb912-02dc-45c8-b6de-ff356834a606} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:26.964486 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:26.964518 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:26.966648 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:26.966686 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:26.966752 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:26.966807 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:26.968404 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} executeQuery: Read 41 rows, 10.38 KiB in 0.005106 sec., 8029.768899334116 rows/sec., 1.99 MiB/sec. 2026.04.28 21:58:26.968546 [ 3 ] {499eb912-02dc-45c8-b6de-ff356834a606} TCPHandler: Processed in 0.005545365 sec. 2026.04.28 21:58:26.970421 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.970541 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:26.970587 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:26.971114 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:26.971161 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:26.971542 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:26.971786 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:26.971957 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} executeQuery: Read 78 rows, 6.61 KiB in 0.001454 sec., 53645.116918844564 rows/sec., 4.44 MiB/sec. 2026.04.28 21:58:26.971999 [ 3 ] {6c6de48a-f919-421c-b8df-7440247a8d54} TCPHandler: Processed in 0.001631021 sec. 2026.04.28 21:58:26.972136 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.972239 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:26.972283 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:26.972705 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:26.972740 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:26.973052 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:26.973265 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:26.973406 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} executeQuery: Read 11 rows, 847.00 B in 0.001191 sec., 9235.936188077247 rows/sec., 694.50 KiB/sec. 2026.04.28 21:58:26.973443 [ 3 ] {f15825d2-0c26-40ee-af72-fccab8308407} TCPHandler: Processed in 0.001356515 sec. 2026.04.28 21:58:26.973557 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.973651 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:26.973691 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:26.974104 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:26.974139 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:26.974448 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:26.974735 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:26.974923 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} executeQuery: Read 75 rows, 6.00 KiB in 0.001291 sec., 58094.50038729667 rows/sec., 4.54 MiB/sec. 2026.04.28 21:58:26.974963 [ 3 ] {b2c681d6-622a-4c45-b459-096d0b682f2f} TCPHandler: Processed in 0.001454657 sec. 2026.04.28 21:58:26.975091 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.975186 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:26.975230 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:26.975654 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:26.975688 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:26.976065 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:26.976337 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:26.976494 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} executeQuery: Read 160 rows, 11.41 KiB in 0.001328 sec., 120481.92771084337 rows/sec., 8.39 MiB/sec. 2026.04.28 21:58:26.976535 [ 3 ] {afd1e906-25d7-4fac-980f-afad6e7c222f} TCPHandler: Processed in 0.001493978 sec. 2026.04.28 21:58:26.976661 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.976757 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:26.976810 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:26.977629 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:26.977662 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:26.978194 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:26.978426 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:26.978572 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} executeQuery: Read 11 rows, 20.18 KiB in 0.001833 sec., 6001.091107474086 rows/sec., 10.75 MiB/sec. 2026.04.28 21:58:26.978631 [ 3 ] {071c1639-ac79-4eb6-93c8-0edf5f84395e} TCPHandler: Processed in 0.002018469 sec. 2026.04.28 21:58:26.978751 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:26.978845 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:26.978887 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:26.979237 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:26.979270 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:26.979588 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:26.979809 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:26.979935 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.04.28 21:58:26.979970 [ 3 ] {7bf02ed9-6240-4c69-a78b-bb17702bb9ff} TCPHandler: Processed in 0.001267974 sec. 2026.04.28 21:58:29.340460 [ 80 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:58:29.340512 [ 80 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:58:29.400254 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2842 2026.04.28 21:58:29.400740 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:29.400780 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:29.401304 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:29.401532 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:29.401650 [ 80 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:29.401657 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2842 2026.04.28 21:58:29.401698 [ 80 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:29.401719 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:29.403764 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::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.04.28 21:58:29.405863 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:29.405980 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.04.28 21:58:29.406107 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.04.28 21:58:29.406178 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.04.28 21:58:29.406244 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.04.28 21:58:29.406312 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 439 rows starting from the beginning of the part 2026.04.28 21:58:29.406374 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.04.28 21:58:29.441199 [ 201 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 4 columns (4 merged, 0 gathered) in 0.039393717 sec., 72143.48420079272 rows/sec., 1.03 MiB/sec. 2026.04.28 21:58:29.442305 [ 195 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:29.442789 [ 195 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:29.442875 [ 195 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_6_1} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:29.443084 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.04.28 21:58:29.541368 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.28 21:58:29.559046 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:29.559112 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:29.565464 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:29.566206 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:29.566512 [ 80 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:29.566573 [ 80 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:29.566600 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.28 21:58:29.566752 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.570038 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.28 21:58:29.571336 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:29.572926 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.578037 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.582678 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.586885 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.596014 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.600547 [ 195 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:58:29.665501 [ 201 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.098803162 sec., 465.57214434088655 rows/sec., 2.41 MiB/sec. 2026.04.28 21:58:29.667322 [ 187 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:29.669277 [ 187 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_6_1} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:29.669389 [ 187 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_6_1} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:29.670863 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.28 21:58:30.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.17 MiB, peak 179.71 MiB, free memory in arenas 0.00 B, will set to 180.54 MiB (RSS), difference: 10.36 MiB 2026.04.28 21:58:31.968445 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.968729 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:58:31.969121 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:31.969167 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} 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.04.28 21:58:31.969450 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:31.969518 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:31.969664 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.04.28 21:58:31.969782 [ 302 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:31.969799 [ 331 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:31.969914 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:31.969941 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:31.970014 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:31.970036 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:31.970073 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} 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.04.28 21:58:31.970114 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} 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.04.28 21:58:31.971324 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} executeQuery: Read 41 rows, 10.38 KiB in 0.002711 sec., 15123.570638140907 rows/sec., 3.74 MiB/sec. 2026.04.28 21:58:31.971449 [ 3 ] {e078b818-4ba5-4e77-bacb-7adc70aef23b} TCPHandler: Processed in 0.00314619 sec. 2026.04.28 21:58:31.978941 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.979057 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.979101 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:58:31.979715 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.979761 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.980155 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:31.980396 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.980538 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} executeQuery: Read 284 rows, 18.47 KiB in 0.001514 sec., 187582.56274768824 rows/sec., 11.91 MiB/sec. 2026.04.28 21:58:31.980576 [ 3 ] {0850136f-3868-4e0b-9f9b-0b4b0e7b6ea9} TCPHandler: Processed in 0.001685952 sec. 2026.04.28 21:58:31.980712 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.980808 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:31.980849 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:31.981597 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.981635 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.982005 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:31.982222 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.982331 [ 78 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:31.982346 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} executeQuery: Read 819 rows, 64.92 KiB in 0.001557 sec., 526011.5606936417 rows/sec., 40.72 MiB/sec. 2026.04.28 21:58:31.982401 [ 78 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.982405 [ 3 ] {24f3c575-2e24-4ea3-a7dc-165135077e42} TCPHandler: Processed in 0.001745513 sec. 2026.04.28 21:58:31.982431 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.982544 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.982555 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:58:31.982646 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.982688 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:31.982689 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:31.982736 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 198 rows starting from the beginning of the part 2026.04.28 21:58:31.982839 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2026.04.28 21:58:31.982891 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2026.04.28 21:58:31.982935 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 809 rows starting from the beginning of the part 2026.04.28 21:58:31.982977 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part 2026.04.28 21:58:31.983080 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 819 rows starting from the beginning of the part 2026.04.28 21:58:31.983142 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.983183 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.983617 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:31.983884 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.984036 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} executeQuery: Read 153 rows, 9.37 KiB in 0.001409 sec., 108587.65081618167 rows/sec., 6.49 MiB/sec. 2026.04.28 21:58:31.984075 [ 3 ] {ceca38f3-49ad-4b74-87f1-53ecccb1f5e4} TCPHandler: Processed in 0.00157841 sec. 2026.04.28 21:58:31.984204 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.984297 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.984336 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:58:31.984659 [ 199 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2030 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147031 sec., 945491.7045911306 rows/sec., 78.13 MiB/sec. 2026.04.28 21:58:31.984763 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.984803 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.984890 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:31.985181 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:31.985188 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.985289 [ 186 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_6_1} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:31.985360 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.04.28 21:58:31.985448 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.985588 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} executeQuery: Read 149 rows, 9.86 KiB in 0.001309 sec., 113827.34912146676 rows/sec., 7.35 MiB/sec. 2026.04.28 21:58:31.985623 [ 3 ] {5bedda38-a4de-4e4c-ba03-c9f3efa932fc} TCPHandler: Processed in 0.001468347 sec. 2026.04.28 21:58:31.985750 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.985842 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.985881 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:58:31.986317 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.986353 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.986673 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:31.986884 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.987015 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.04.28 21:58:31.987052 [ 3 ] {02ca8d95-bf65-42f7-bb2e-794f35ac6423} TCPHandler: Processed in 0.001350646 sec. 2026.04.28 21:58:31.987170 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.987263 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:31.987302 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:31.987908 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.987944 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.988292 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:31.988526 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.988621 [ 78 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:31.988657 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} executeQuery: Read 504 rows, 36.30 KiB in 0.001412 sec., 356940.50991501415 rows/sec., 25.11 MiB/sec. 2026.04.28 21:58:31.988659 [ 78 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.988700 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.988706 [ 3 ] {b1a52288-d0fc-498a-b857-f79333309605} TCPHandler: Processed in 0.00158437 sec. 2026.04.28 21:58:31.988836 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:58:31.988838 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.988962 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:58:31.988970 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:31.989018 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 111 rows starting from the beginning of the part 2026.04.28 21:58:31.989025 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:58:31.989110 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.04.28 21:58:31.989169 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 67 rows starting from the beginning of the part 2026.04.28 21:58:31.989232 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 505 rows starting from the beginning of the part 2026.04.28 21:58:31.989289 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 75 rows starting from the beginning of the part 2026.04.28 21:58:31.989339 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 504 rows starting from the beginning of the part 2026.04.28 21:58:31.989390 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.989427 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.989822 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:31.990057 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.990192 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} executeQuery: Read 6 rows, 321.00 B in 0.001247 sec., 4811.547714514835 rows/sec., 251.38 KiB/sec. 2026.04.28 21:58:31.990229 [ 3 ] {53ea8c3e-7464-4afe-9e8b-1e9e6975e60e} TCPHandler: Processed in 0.001439217 sec. 2026.04.28 21:58:31.990349 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.990444 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.990453 [ 199 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 5 columns (5 merged, 0 gathered) in 0.001671552 sec., 788488.7816831304 rows/sec., 60.13 MiB/sec. 2026.04.28 21:58:31.990487 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:31.990612 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:31.990865 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.990921 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_6_1} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:31.990929 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.990965 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.990981 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.04.28 21:58:31.991320 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:31.991536 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.991645 [ 78 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:31.991674 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} executeQuery: Read 265 rows, 18.03 KiB in 0.001249 sec., 212169.73578863093 rows/sec., 14.10 MiB/sec. 2026.04.28 21:58:31.991681 [ 78 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.991715 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.991717 [ 3 ] {8ea57a23-a7fa-42cf-988e-2c063e19d12d} TCPHandler: Processed in 0.001418047 sec. 2026.04.28 21:58:31.991833 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:58:31.991853 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.991952 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:31.991954 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.991999 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 298 rows starting from the beginning of the part 2026.04.28 21:58:31.992019 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:58:31.992089 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2026.04.28 21:58:31.992158 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2026.04.28 21:58:31.992209 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 267 rows starting from the beginning of the part 2026.04.28 21:58:31.992251 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.04.28 21:58:31.992293 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 265 rows starting from the beginning of the part 2026.04.28 21:58:31.992365 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.992406 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.992744 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:31.992984 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.993141 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} executeQuery: Read 1 rows, 69.00 B in 0.001205 sec., 829.8755186721992 rows/sec., 55.92 KiB/sec. 2026.04.28 21:58:31.993177 [ 3 ] {7f1587e7-9a23-48a4-b3a8-fe7c6b132653} TCPHandler: Processed in 0.001374107 sec. 2026.04.28 21:58:31.993300 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.993394 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.993449 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:31.993585 [ 190 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1290 rows, containing 5 columns (5 merged, 0 gathered) in 0.001791474 sec., 720077.4334430754 rows/sec., 50.04 MiB/sec. 2026.04.28 21:58:31.993874 [ 199 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:31.994278 [ 199 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.994293 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.994337 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.994365 [ 199 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_6_1} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:31.994463 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.28 21:58:31.994884 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:31.995125 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.995274 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} executeQuery: Read 11 rows, 20.18 KiB in 0.001898 sec., 5795.5742887249735 rows/sec., 10.39 MiB/sec. 2026.04.28 21:58:31.995327 [ 3 ] {a4a51276-1dae-47fb-8526-5cd72ddfce66} TCPHandler: Processed in 0.002077239 sec. 2026.04.28 21:58:31.995455 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.995552 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.995595 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.28 21:58:31.995918 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.995955 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.996269 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:58:31.996484 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.996619 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} executeQuery: Read 3 rows, 217.00 B in 0.001079 sec., 2780.352177942539 rows/sec., 196.40 KiB/sec. 2026.04.28 21:58:31.996655 [ 3 ] {93d9bf23-6db8-4315-ab85-4296d45c36a0} TCPHandler: Processed in 0.001248943 sec. 2026.04.28 21:58:31.996774 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:31.996874 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:31.996916 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:31.997249 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.997284 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.997593 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:31.997805 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.997904 [ 78 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:31.997940 [ 78 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:31.997951 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.04.28 21:58:31.997958 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:31.997995 [ 3 ] {fd2877f2-471f-4e2d-8dc3-2e59d9ca0245} TCPHandler: Processed in 0.001271784 sec. 2026.04.28 21:58:31.998083 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:31.998218 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:31.998260 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2026.04.28 21:58:31.998351 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2026.04.28 21:58:31.998410 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.04.28 21:58:31.998465 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 90 rows starting from the beginning of the part 2026.04.28 21:58:31.998512 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:31.998555 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 90 rows starting from the beginning of the part 2026.04.28 21:58:31.999418 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.001381626 sec., 282276.10076822527 rows/sec., 18.52 MiB/sec. 2026.04.28 21:58:31.999585 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:31.999857 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:31.999929 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_6_1} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:32.000003 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.28 21:58:34.401485 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 212 2026.04.28 21:58:34.403892 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:34.403951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:34.405188 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:34.405463 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:34.405779 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 212 2026.04.28 21:58:36.901869 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3290 2026.04.28 21:58:36.902352 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.902399 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.902953 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:36.903186 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.903329 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3290 2026.04.28 21:58:36.962570 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.962855 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} executeQuery: (from [fd00:1122:3344:101::d]:35393) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:36.963233 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:36.963280 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:36.963549 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:36.963633 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:36.963781 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:58:36.963897 [ 302 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:36.963900 [ 331 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:36.964027 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:36.964055 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:36.964129 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:36.964152 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:36.964187 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:36.964230 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:36.965729 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} executeQuery: Read 41 rows, 10.38 KiB in 0.002978 sec., 13767.62928139691 rows/sec., 3.40 MiB/sec. 2026.04.28 21:58:36.965860 [ 3 ] {1f5dcf72-6f37-4fce-a51a-39099e323d05} TCPHandler: Processed in 0.003461825 sec. 2026.04.28 21:58:36.967567 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.967707 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:36.967786 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:36.968608 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.968681 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.969062 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:36.969302 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.969459 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} executeQuery: Read 78 rows, 6.61 KiB in 0.001808 sec., 43141.592920353985 rows/sec., 3.57 MiB/sec. 2026.04.28 21:58:36.969498 [ 3 ] {f5f07486-16ca-4780-8e56-c2c42faee16d} TCPHandler: Processed in 0.001984177 sec. 2026.04.28 21:58:36.969625 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.969725 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:36.969768 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:36.970177 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.970218 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.970522 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:36.970735 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.970845 [ 63 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:36.970871 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} executeQuery: Read 11 rows, 847.00 B in 0.001168 sec., 9417.808219178083 rows/sec., 708.18 KiB/sec. 2026.04.28 21:58:36.970910 [ 63 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.970922 [ 3 ] {b4ec90ae-6acd-47ea-86e7-bac5f6bf6758} TCPHandler: Processed in 0.001348065 sec. 2026.04.28 21:58:36.970937 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.971036 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:58:36.971045 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.971147 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:36.971162 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:36.971182 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part 2026.04.28 21:58:36.971207 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:36.971266 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:58:36.971322 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 151 rows starting from the beginning of the part 2026.04.28 21:58:36.971366 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:58:36.971409 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 153 rows starting from the beginning of the part 2026.04.28 21:58:36.971453 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:58:36.971643 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.971684 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.972013 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:36.972237 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.972344 [ 200 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349345 sec., 272724.9146808266 rows/sec., 17.97 MiB/sec. 2026.04.28 21:58:36.972372 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} executeQuery: Read 75 rows, 6.00 KiB in 0.001228 sec., 61074.918566775246 rows/sec., 4.77 MiB/sec. 2026.04.28 21:58:36.972415 [ 3 ] {66e5d257-8472-4b28-92f9-59a68943dfe7} TCPHandler: Processed in 0.001419526 sec. 2026.04.28 21:58:36.972495 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:36.972532 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.972632 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:36.972676 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:36.972749 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.972819 [ 199 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_6_1} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:36.972884 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.28 21:58:36.973100 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.973141 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.973474 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:36.973685 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.973824 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.04.28 21:58:36.973861 [ 3 ] {15a8ab67-0e27-4d10-a214-fd6e3fb03c68} TCPHandler: Processed in 0.001377956 sec. 2026.04.28 21:58:36.973975 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.974068 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:36.974123 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:36.974874 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.974911 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.975423 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:36.975645 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.975758 [ 63 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:36.975790 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} executeQuery: Read 11 rows, 20.18 KiB in 0.00174 sec., 6321.83908045977 rows/sec., 11.33 MiB/sec. 2026.04.28 21:58:36.975797 [ 63 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.975834 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.975855 [ 3 ] {b4433c31-5f87-462a-8695-a2cc862fcc77} TCPHandler: Processed in 0.001928177 sec. 2026.04.28 21:58:36.975920 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:58:36.975990 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:36.976089 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:36.976131 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:36.976141 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:36.976206 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:58:36.976349 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:58:36.976470 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:36.976479 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 5 rows starting from the beginning of the part 2026.04.28 21:58:36.976506 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:36.976607 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:58:36.976715 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part 2026.04.28 21:58:36.976812 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:58:36.976812 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:36.977032 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.977165 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.04.28 21:58:36.977200 [ 3 ] {64689a58-1e2d-4492-af04-6a77b95c9591} TCPHandler: Processed in 0.001258553 sec. 2026.04.28 21:58:36.978399 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 19 columns (19 merged, 0 gathered) in 0.002520118 sec., 23808.408971325945 rows/sec., 42.66 MiB/sec. 2026.04.28 21:58:36.978607 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:36.978882 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:36.978940 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_6_1} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:36.979007 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.04.28 21:58:37.070225 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.28 21:58:37.088475 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:37.088516 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:37.093953 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:37.094627 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:37.097761 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.28 21:58:41.968468 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.968722 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} executeQuery: (from [fd00:1122:3344:101::d]:35393) 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.04.28 21:58:41.969061 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:41.969103 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} 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.04.28 21:58:41.969364 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:41.969436 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:41.969578 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.04.28 21:58:41.969677 [ 302 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:41.969711 [ 339 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:41.969821 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:41.969850 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:41.969921 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:41.969952 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:41.969992 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} 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.04.28 21:58:41.970035 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} 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.04.28 21:58:41.971474 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} executeQuery: Read 41 rows, 10.38 KiB in 0.002851 sec., 14380.918975797968 rows/sec., 3.56 MiB/sec. 2026.04.28 21:58:41.971586 [ 3 ] {b3d4c409-f31b-40e9-89ff-fb1e5ad9c8f2} TCPHandler: Processed in 0.003245172 sec. 2026.04.28 21:58:41.976992 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.977198 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.977284 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:58:41.978154 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.978195 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.978577 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:41.978801 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.978952 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} executeQuery: Read 284 rows, 18.47 KiB in 0.001816 sec., 156387.6651982379 rows/sec., 9.93 MiB/sec. 2026.04.28 21:58:41.978990 [ 3 ] {05bf41ad-aa73-42cc-8ab3-34c14fda6c8b} TCPHandler: Processed in 0.00210167 sec. 2026.04.28 21:58:41.979179 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.979278 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:41.979318 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:41.980088 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.980122 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.980550 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:41.980766 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.980894 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} executeQuery: Read 847 rows, 67.54 KiB in 0.00164 sec., 516463.4146341464 rows/sec., 40.22 MiB/sec. 2026.04.28 21:58:41.980930 [ 3 ] {d8a017a1-492b-4ba6-a334-09ca81e66550} TCPHandler: Processed in 0.001801014 sec. 2026.04.28 21:58:41.981052 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.981146 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.981187 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:41.981624 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.981659 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.981950 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:41.982163 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.982297 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} executeQuery: Read 167 rows, 10.42 KiB in 0.00117 sec., 142735.04273504272 rows/sec., 8.70 MiB/sec. 2026.04.28 21:58:41.982334 [ 3 ] {cc55f73f-338f-47a6-b1ff-a78c053c12b7} TCPHandler: Processed in 0.001330185 sec. 2026.04.28 21:58:41.982454 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.982550 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.982590 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:58:41.983018 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.983052 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.983359 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:41.983569 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.983700 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} executeQuery: Read 149 rows, 9.86 KiB in 0.001168 sec., 127568.49315068494 rows/sec., 8.24 MiB/sec. 2026.04.28 21:58:41.983735 [ 3 ] {cf253a89-10b1-49f1-8987-bc223bb56d9c} TCPHandler: Processed in 0.001329405 sec. 2026.04.28 21:58:41.983855 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.983951 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.983991 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:58:41.984418 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.984452 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.984741 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:41.984956 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.985080 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} executeQuery: Read 148 rows, 8.62 KiB in 0.001147 sec., 129032.25806451612 rows/sec., 7.34 MiB/sec. 2026.04.28 21:58:41.985116 [ 3 ] {de6a99b5-86e7-4160-8093-da1363172b1e} TCPHandler: Processed in 0.001309985 sec. 2026.04.28 21:58:41.985236 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.985335 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:41.985375 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:41.985963 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.985998 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.986315 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:41.986521 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.986649 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} executeQuery: Read 521 rows, 37.69 KiB in 0.001339 sec., 389096.34055265127 rows/sec., 27.49 MiB/sec. 2026.04.28 21:58:41.986686 [ 3 ] {df87e83a-b397-4007-8bcf-5382aabb9820} TCPHandler: Processed in 0.001498929 sec. 2026.04.28 21:58:41.986798 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.986893 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:58:41.986934 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:58:41.987272 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.987307 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.987603 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:41.987808 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.987934 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} executeQuery: Read 6 rows, 321.00 B in 0.001059 sec., 5665.7223796033995 rows/sec., 296.01 KiB/sec. 2026.04.28 21:58:41.987970 [ 3 ] {eae3d4dd-22fc-4f19-a6c2-649c0eb442b6} TCPHandler: Processed in 0.001220963 sec. 2026.04.28 21:58:41.988092 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.988187 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.988231 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:41.988635 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.988670 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.989000 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:41.989231 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.989370 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} executeQuery: Read 265 rows, 18.03 KiB in 0.001201 sec., 220649.45878434638 rows/sec., 14.66 MiB/sec. 2026.04.28 21:58:41.989407 [ 3 ] {b9b11521-7f51-48bc-9507-421d0c50cc11} TCPHandler: Processed in 0.001364206 sec. 2026.04.28 21:58:41.989525 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.989619 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.989661 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:58:41.989971 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.990007 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.990305 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:41.990516 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.990653 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2026.04.28 21:58:41.990689 [ 3 ] {67e835e9-40bd-4c12-b1e8-fdde9dd90878} TCPHandler: Processed in 0.001213153 sec. 2026.04.28 21:58:41.990802 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.990897 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.990949 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:41.991727 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.991763 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.992285 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:58:41.992505 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.992648 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} executeQuery: Read 25 rows, 45.87 KiB in 0.001769 sec., 14132.278123233466 rows/sec., 25.32 MiB/sec. 2026.04.28 21:58:41.992698 [ 3 ] {db86b05c-254f-46f8-846d-a502d99d1541} TCPHandler: Processed in 0.001943907 sec. 2026.04.28 21:58:41.992833 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.992952 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.993001 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.28 21:58:41.993391 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.993433 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.993801 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:58:41.994016 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.994139 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} executeQuery: Read 12 rows, 955.00 B in 0.001211 sec., 9909.16597853014 rows/sec., 770.12 KiB/sec. 2026.04.28 21:58:41.994176 [ 3 ] {12285504-0b77-4f5d-8d57-8ca2bf7f277d} TCPHandler: Processed in 0.001401587 sec. 2026.04.28 21:58:41.994291 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:41.994384 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} executeQuery: (from [fd00:1122:3344:101::d]:35393) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:41.994423 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:41.994746 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:41.994782 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:41.995096 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:41.995301 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:41.995429 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} executeQuery: Read 90 rows, 5.77 KiB in 0.001063 sec., 84666.03951081845 rows/sec., 5.30 MiB/sec. 2026.04.28 21:58:41.995464 [ 3 ] {245eac57-a922-4196-b38d-1097dcc3a70f} TCPHandler: Processed in 0.001219693 sec. 2026.04.28 21:58:44.340558 [ 49 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:58:44.340632 [ 49 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:58:44.404347 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3802 2026.04.28 21:58:44.404855 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:44.404901 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:44.405439 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:44.405682 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:44.405812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3802 2026.04.28 21:58:44.406912 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 252 2026.04.28 21:58:44.409253 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:44.409307 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:44.410529 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:44.410804 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:44.411136 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 252 2026.04.28 21:58:44.598821 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.28 21:58:44.617005 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:44.617053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:44.622539 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:44.623216 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:44.626262 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.28 21:58:46.531247 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:46.531315 [ 3 ] {} TCP-Session: 57732866-2957-422e-a217-47a375e05012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:46.962620 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.962887 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:46.963236 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:46.963272 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:46.963506 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:46.963578 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:46.963722 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:58:46.963831 [ 302 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:46.963842 [ 328 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:46.964017 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:46.964044 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:46.964116 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:46.964137 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:46.964172 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:46.964213 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:46.965474 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} executeQuery: Read 41 rows, 10.38 KiB in 0.002693 sec., 15224.656516895655 rows/sec., 3.76 MiB/sec. 2026.04.28 21:58:46.965581 [ 4 ] {d7f94408-bfbc-4159-813f-3f5f3d9ca1f8} TCPHandler: Processed in 0.003104079 sec. 2026.04.28 21:58:46.967449 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.967586 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:46.967639 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:46.968185 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:46.968229 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:46.968599 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:46.968821 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:46.968965 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} executeQuery: Read 78 rows, 6.61 KiB in 0.001417 sec., 55045.87155963302 rows/sec., 4.56 MiB/sec. 2026.04.28 21:58:46.969002 [ 4 ] {c59b74b2-530a-4c89-b1ca-6c7a7a80b5a1} TCPHandler: Processed in 0.001617791 sec. 2026.04.28 21:58:46.969143 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.969239 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:46.969280 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:46.969686 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:46.969721 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:46.970033 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:46.970249 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:46.970376 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} executeQuery: Read 11 rows, 847.00 B in 0.001156 sec., 9515.570934256057 rows/sec., 715.53 KiB/sec. 2026.04.28 21:58:46.970410 [ 4 ] {1c3b01db-ce9a-43f8-931b-ceb34614a4e6} TCPHandler: Processed in 0.001316245 sec. 2026.04.28 21:58:46.970548 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.970641 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:46.970681 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:46.971101 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:46.971136 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:46.971437 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:46.971653 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:46.971780 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} executeQuery: Read 75 rows, 6.00 KiB in 0.001157 sec., 64822.81763180639 rows/sec., 5.06 MiB/sec. 2026.04.28 21:58:46.971815 [ 4 ] {19759337-b9fb-4342-b2c5-8c001ba22c9c} TCPHandler: Processed in 0.001316955 sec. 2026.04.28 21:58:46.971942 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.972038 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:46.972082 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:46.972510 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:46.972547 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:46.972876 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:46.973096 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:46.973226 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.04.28 21:58:46.973261 [ 4 ] {b5a815a8-0ea1-49fb-85e0-00d8f626e502} TCPHandler: Processed in 0.001367377 sec. 2026.04.28 21:58:46.973406 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.973506 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:46.973561 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:46.974356 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:46.974392 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:46.974892 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:58:46.975116 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:46.975250 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} executeQuery: Read 11 rows, 20.18 KiB in 0.001761 sec., 6246.450880181715 rows/sec., 11.19 MiB/sec. 2026.04.28 21:58:46.975300 [ 4 ] {27491259-9ad8-43b5-acc4-5339bc1ed15a} TCPHandler: Processed in 0.001947997 sec. 2026.04.28 21:58:46.975436 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:46.975530 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:46.975573 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:46.975951 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:46.975987 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:46.976292 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:46.976503 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:46.976629 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.04.28 21:58:46.976663 [ 4 ] {271bb69b-0af2-4b24-8663-1cc38969dc2a} TCPHandler: Processed in 0.001277364 sec. 2026.04.28 21:58:47.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.59 MiB, peak 187.23 MiB, free memory in arenas 0.00 B, will set to 183.20 MiB (RSS), difference: 1.61 MiB 2026.04.28 21:58:49.714561 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62300 2026.04.28 21:58:49.714699 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.714763 [ 3 ] {} TCP-Session: 621f51ba-505f-49f0-bbaa-5dcd50fc7823 Authenticating user 'default' from [fd00:1122:3344:101::e]:62300 2026.04.28 21:58:49.714789 [ 3 ] {} TCP-Session: 621f51ba-505f-49f0-bbaa-5dcd50fc7823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.714804 [ 3 ] {} TCP-Session: 621f51ba-505f-49f0-bbaa-5dcd50fc7823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715005 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62643 2026.04.28 21:58:49.715049 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56840 2026.04.28 21:58:49.715080 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36505 2026.04.28 21:58:49.715096 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62271 2026.04.28 21:58:49.715139 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715069 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43862 2026.04.28 21:58:49.715184 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715195 [ 3 ] {} TCP-Session: 621f51ba-505f-49f0-bbaa-5dcd50fc7823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:49.715224 [ 291 ] {} TCP-Session: 5768378e-b262-4e7f-ba9e-fcf2b779276f Authenticating user 'default' from [fd00:1122:3344:101::e]:36505 2026.04.28 21:58:49.715059 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37481 2026.04.28 21:58:49.715182 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715289 [ 291 ] {} TCP-Session: 5768378e-b262-4e7f-ba9e-fcf2b779276f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715190 [ 286 ] {} TCP-Session: 73163bed-1951-4d69-81bf-977c363338a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62643 2026.04.28 21:58:49.715319 [ 291 ] {} TCP-Session: 5768378e-b262-4e7f-ba9e-fcf2b779276f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715320 [ 287 ] {} TCP-Session: f7aa52dc-e9cc-4e6a-a953-b8b2bd28ff97 Authenticating user 'default' from [fd00:1122:3344:101::e]:56840 2026.04.28 21:58:49.715350 [ 286 ] {} TCP-Session: 73163bed-1951-4d69-81bf-977c363338a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715373 [ 287 ] {} TCP-Session: f7aa52dc-e9cc-4e6a-a953-b8b2bd28ff97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715388 [ 286 ] {} TCP-Session: 73163bed-1951-4d69-81bf-977c363338a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715402 [ 287 ] {} TCP-Session: f7aa52dc-e9cc-4e6a-a953-b8b2bd28ff97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715417 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} executeQuery: (from [fd00:1122:3344:101::e]:62300) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:58:49.715094 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51614 2026.04.28 21:58:49.715459 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715490 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715509 [ 293 ] {} TCP-Session: 12f0807a-46c6-4748-92bf-f71067ab4760 Authenticating user 'default' from [fd00:1122:3344:101::e]:62271 2026.04.28 21:58:49.715459 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715537 [ 293 ] {} TCP-Session: 12f0807a-46c6-4748-92bf-f71067ab4760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715532 [ 290 ] {} TCP-Session: 86ad15c5-76d6-4a3c-becf-b2def04b1281 Authenticating user 'default' from [fd00:1122:3344:101::e]:43862 2026.04.28 21:58:49.715562 [ 289 ] {} TCP-Session: d9e8d3b4-600b-4415-be22-34c6e725b295 Authenticating user 'default' from [fd00:1122:3344:101::e]:37481 2026.04.28 21:58:49.715564 [ 293 ] {} TCP-Session: 12f0807a-46c6-4748-92bf-f71067ab4760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715582 [ 290 ] {} TCP-Session: 86ad15c5-76d6-4a3c-becf-b2def04b1281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715594 [ 289 ] {} TCP-Session: d9e8d3b4-600b-4415-be22-34c6e725b295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715612 [ 290 ] {} TCP-Session: 86ad15c5-76d6-4a3c-becf-b2def04b1281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715627 [ 289 ] {} TCP-Session: d9e8d3b4-600b-4415-be22-34c6e725b295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715641 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715063 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41129 2026.04.28 21:58:49.715682 [ 292 ] {} TCP-Session: f41ed8a0-5ac0-4f64-815b-4b2857e54411 Authenticating user 'default' from [fd00:1122:3344:101::e]:51614 2026.04.28 21:58:49.715693 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:58:49.715714 [ 292 ] {} TCP-Session: f41ed8a0-5ac0-4f64-815b-4b2857e54411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715738 [ 292 ] {} TCP-Session: f41ed8a0-5ac0-4f64-815b-4b2857e54411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715756 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:49.715822 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:49.715856 [ 288 ] {} TCP-Session: 26cf939a-6701-40c3-bc66-5dd988c0f09c Authenticating user 'default' from [fd00:1122:3344:101::e]:41129 2026.04.28 21:58:49.715875 [ 288 ] {} TCP-Session: 26cf939a-6701-40c3-bc66-5dd988c0f09c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.715890 [ 288 ] {} TCP-Session: 26cf939a-6701-40c3-bc66-5dd988c0f09c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:49.716045 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:58:49.716137 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} Aggregator: Compile expression max()(UInt64) 0 2026.04.28 21:58:50.000278 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.26 MiB, peak 187.23 MiB, free memory in arenas 0.00 B, will set to 197.51 MiB (RSS), difference: 14.25 MiB 2026.04.28 21:58:50.093825 [ 328 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} AggregatingTransform: Aggregating 2026.04.28 21:58:50.093884 [ 328 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} Aggregator: Aggregation method: without_key 2026.04.28 21:58:50.093920 [ 328 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001413627 sec. (707.400 rows/sec., 27.63 KiB/sec.) 2026.04.28 21:58:50.093942 [ 328 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} Aggregator: Merging aggregated data 2026.04.28 21:58:50.095191 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} executeQuery: Read 1 rows, 40.00 B in 0.379822 sec., 2.6328122120361646 rows/sec., 105.31 B/sec. 2026.04.28 21:58:50.095354 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.28 21:58:50.095370 [ 3 ] {4402bbf7-d985-46dc-8a43-814a2d10355f} TCPHandler: Processed in 0.380283515 sec. 2026.04.28 21:58:50.095515 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095551 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095567 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095604 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095626 [ 286 ] {} TCP-Session: 73163bed-1951-4d69-81bf-977c363338a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095621 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095643 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095677 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095688 [ 293 ] {} TCP-Session: 12f0807a-46c6-4748-92bf-f71067ab4760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095710 [ 288 ] {} TCP-Session: 26cf939a-6701-40c3-bc66-5dd988c0f09c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095719 [ 292 ] {} TCP-Session: f41ed8a0-5ac0-4f64-815b-4b2857e54411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095658 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095658 [ 290 ] {} TCP-Session: 86ad15c5-76d6-4a3c-becf-b2def04b1281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095785 [ 289 ] {} TCP-Session: d9e8d3b4-600b-4415-be22-34c6e725b295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095585 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:50.095636 [ 291 ] {} TCP-Session: 5768378e-b262-4e7f-ba9e-fcf2b779276f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095560 [ 3 ] {} TCP-Session: 621f51ba-505f-49f0-bbaa-5dcd50fc7823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:50.095853 [ 287 ] {} TCP-Session: f7aa52dc-e9cc-4e6a-a953-b8b2bd28ff97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.000393 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 198.89 MiB, peak 209.01 MiB, free memory in arenas 0.00 B, will set to 203.86 MiB (RSS), difference: 4.97 MiB 2026.04.28 21:58:51.113783 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63657 2026.04.28 21:58:51.113900 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.113928 [ 288 ] {} TCP-Session: 77cdcd95-f84b-46c2-9392-2196fa9d9d18 Authenticating user 'default' from [fd00:1122:3344:101::e]:63657 2026.04.28 21:58:51.113951 [ 288 ] {} TCP-Session: 77cdcd95-f84b-46c2-9392-2196fa9d9d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.113963 [ 288 ] {} TCP-Session: 77cdcd95-f84b-46c2-9392-2196fa9d9d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114199 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62792 2026.04.28 21:58:51.114245 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53179 2026.04.28 21:58:51.114275 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52821 2026.04.28 21:58:51.114300 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60229 2026.04.28 21:58:51.114306 [ 288 ] {} TCP-Session: 77cdcd95-f84b-46c2-9392-2196fa9d9d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.114315 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114364 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114396 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114406 [ 289 ] {} TCP-Session: f967beac-fbab-42c6-a3be-9de636a5ec31 Authenticating user 'default' from [fd00:1122:3344:101::e]:62792 2026.04.28 21:58:51.114418 [ 290 ] {} TCP-Session: dfc2d2cc-65c1-4016-a242-e3f10b87e23b Authenticating user 'default' from [fd00:1122:3344:101::e]:53179 2026.04.28 21:58:51.114437 [ 286 ] {} TCP-Session: cb96d8fc-6074-4fca-8824-580dc671aa29 Authenticating user 'default' from [fd00:1122:3344:101::e]:60229 2026.04.28 21:58:51.114449 [ 289 ] {} TCP-Session: f967beac-fbab-42c6-a3be-9de636a5ec31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114461 [ 290 ] {} TCP-Session: dfc2d2cc-65c1-4016-a242-e3f10b87e23b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114475 [ 286 ] {} TCP-Session: cb96d8fc-6074-4fca-8824-580dc671aa29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114491 [ 290 ] {} TCP-Session: dfc2d2cc-65c1-4016-a242-e3f10b87e23b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114508 [ 286 ] {} TCP-Session: cb96d8fc-6074-4fca-8824-580dc671aa29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114480 [ 289 ] {} TCP-Session: f967beac-fbab-42c6-a3be-9de636a5ec31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114545 [ 288 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} executeQuery: (from [fd00:1122:3344:101::e]:63657) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:58:51.114365 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114265 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38695 2026.04.28 21:58:51.114618 [ 294 ] {} TCP-Session: cbde9bd0-4ffa-4982-b30c-cc5ff786583a Authenticating user 'default' from [fd00:1122:3344:101::e]:52821 2026.04.28 21:58:51.114262 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50920 2026.04.28 21:58:51.114679 [ 294 ] {} TCP-Session: cbde9bd0-4ffa-4982-b30c-cc5ff786583a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114253 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52624 2026.04.28 21:58:51.114724 [ 294 ] {} TCP-Session: cbde9bd0-4ffa-4982-b30c-cc5ff786583a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114726 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114288 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61587 2026.04.28 21:58:51.114784 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114797 [ 291 ] {} TCP-Session: 4eb2437d-ffd5-44a2-9018-bdcd3dd4e792 Authenticating user 'default' from [fd00:1122:3344:101::e]:38695 2026.04.28 21:58:51.114836 [ 293 ] {} TCP-Session: d4d5473e-dc97-482f-a4e1-294a1f0e91cf Authenticating user 'default' from [fd00:1122:3344:101::e]:50920 2026.04.28 21:58:51.114853 [ 291 ] {} TCP-Session: 4eb2437d-ffd5-44a2-9018-bdcd3dd4e792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114858 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.114879 [ 291 ] {} TCP-Session: 4eb2437d-ffd5-44a2-9018-bdcd3dd4e792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114896 [ 288 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:58:51.114899 [ 3 ] {} TCP-Session: 75ad4664-90fd-45cf-b981-55db38879b66 Authenticating user 'default' from [fd00:1122:3344:101::e]:61587 2026.04.28 21:58:51.114872 [ 293 ] {} TCP-Session: d4d5473e-dc97-482f-a4e1-294a1f0e91cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114944 [ 3 ] {} TCP-Session: 75ad4664-90fd-45cf-b981-55db38879b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114961 [ 293 ] {} TCP-Session: d4d5473e-dc97-482f-a4e1-294a1f0e91cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114966 [ 3 ] {} TCP-Session: 75ad4664-90fd-45cf-b981-55db38879b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.114969 [ 288 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:51.114799 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.115027 [ 292 ] {} TCP-Session: bb0ec577-15a9-464d-8314-6582b1e85975 Authenticating user 'default' from [fd00:1122:3344:101::e]:52624 2026.04.28 21:58:51.115046 [ 292 ] {} TCP-Session: bb0ec577-15a9-464d-8314-6582b1e85975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.115059 [ 292 ] {} TCP-Session: bb0ec577-15a9-464d-8314-6582b1e85975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.115305 [ 288 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:58:51.116349 [ 320 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} AggregatingTransform: Aggregating 2026.04.28 21:58:51.116397 [ 320 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} Aggregator: Aggregation method: without_key 2026.04.28 21:58:51.116432 [ 320 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001020019 sec. (980.374 rows/sec., 38.30 KiB/sec.) 2026.04.28 21:58:51.116451 [ 320 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} Aggregator: Merging aggregated data 2026.04.28 21:58:51.117684 [ 288 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} executeQuery: Read 1 rows, 40.00 B in 0.003206 sec., 311.91515907673113 rows/sec., 12.18 KiB/sec. 2026.04.28 21:58:51.117806 [ 288 ] {3d6b6ec8-afe9-4670-a96a-ada145698dd2} TCPHandler: Processed in 0.003655549 sec. 2026.04.28 21:58:51.117957 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.117993 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.117996 [ 288 ] {} TCP-Session: 77cdcd95-f84b-46c2-9392-2196fa9d9d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118025 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118039 [ 289 ] {} TCP-Session: f967beac-fbab-42c6-a3be-9de636a5ec31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118055 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118080 [ 290 ] {} TCP-Session: dfc2d2cc-65c1-4016-a242-e3f10b87e23b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118078 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118108 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118130 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118149 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118165 [ 294 ] {} TCP-Session: cbde9bd0-4ffa-4982-b30c-cc5ff786583a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118189 [ 291 ] {} TCP-Session: 4eb2437d-ffd5-44a2-9018-bdcd3dd4e792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118206 [ 292 ] {} TCP-Session: bb0ec577-15a9-464d-8314-6582b1e85975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118145 [ 293 ] {} TCP-Session: d4d5473e-dc97-482f-a4e1-294a1f0e91cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118114 [ 286 ] {} TCP-Session: cb96d8fc-6074-4fca-8824-580dc671aa29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.118172 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.118333 [ 3 ] {} TCP-Session: 75ad4664-90fd-45cf-b981-55db38879b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347151 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44049 2026.04.28 21:58:51.347255 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.347283 [ 288 ] {} TCP-Session: c76cd72f-5418-4ba3-8875-b5c3e9dd2bde Authenticating user 'default' from [fd00:1122:3344:101::e]:44049 2026.04.28 21:58:51.347308 [ 288 ] {} TCP-Session: c76cd72f-5418-4ba3-8875-b5c3e9dd2bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347324 [ 288 ] {} TCP-Session: c76cd72f-5418-4ba3-8875-b5c3e9dd2bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347517 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42955 2026.04.28 21:58:51.347553 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57074 2026.04.28 21:58:51.347590 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38756 2026.04.28 21:58:51.347597 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50867 2026.04.28 21:58:51.347627 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61746 2026.04.28 21:58:51.347639 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56746 2026.04.28 21:58:51.347631 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.347694 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.347705 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.347722 [ 289 ] {} TCP-Session: acd4eaaa-d8a4-4337-805c-ca4f311f77dd Authenticating user 'default' from [fd00:1122:3344:101::e]:42955 2026.04.28 21:58:51.347722 [ 293 ] {} TCP-Session: 02d37972-7a95-4ab2-ab55-cc0a1f1a66bb Authenticating user 'default' from [fd00:1122:3344:101::e]:50867 2026.04.28 21:58:51.347735 [ 3 ] {} TCP-Session: 2622d0c1-f4af-4489-86a3-cc9dffc999c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61746 2026.04.28 21:58:51.347734 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.347759 [ 3 ] {} TCP-Session: 2622d0c1-f4af-4489-86a3-cc9dffc999c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347750 [ 288 ] {} TCP-Session: c76cd72f-5418-4ba3-8875-b5c3e9dd2bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.347787 [ 3 ] {} TCP-Session: 2622d0c1-f4af-4489-86a3-cc9dffc999c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347783 [ 286 ] {} TCP-Session: 455dd1f3-c34b-4a7f-8696-ba58f60e1a62 Authenticating user 'default' from [fd00:1122:3344:101::e]:56746 2026.04.28 21:58:51.347748 [ 293 ] {} TCP-Session: 02d37972-7a95-4ab2-ab55-cc0a1f1a66bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347860 [ 286 ] {} TCP-Session: 455dd1f3-c34b-4a7f-8696-ba58f60e1a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347870 [ 293 ] {} TCP-Session: 02d37972-7a95-4ab2-ab55-cc0a1f1a66bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347889 [ 286 ] {} TCP-Session: 455dd1f3-c34b-4a7f-8696-ba58f60e1a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347746 [ 289 ] {} TCP-Session: acd4eaaa-d8a4-4337-805c-ca4f311f77dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347683 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.347936 [ 289 ] {} TCP-Session: acd4eaaa-d8a4-4337-805c-ca4f311f77dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347957 [ 288 ] {c0202154-946e-4af7-9f28-6e30fbf21998} executeQuery: (from [fd00:1122:3344:101::e]:44049) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:58:51.347973 [ 290 ] {} TCP-Session: e97e696e-4d52-4d77-8a7e-1b3e1a29500c Authenticating user 'default' from [fd00:1122:3344:101::e]:57074 2026.04.28 21:58:51.347616 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52256 2026.04.28 21:58:51.348018 [ 290 ] {} TCP-Session: e97e696e-4d52-4d77-8a7e-1b3e1a29500c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347593 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53689 2026.04.28 21:58:51.348072 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.348050 [ 290 ] {} TCP-Session: e97e696e-4d52-4d77-8a7e-1b3e1a29500c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.347686 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.348115 [ 294 ] {} TCP-Session: a1adf1cc-3b0f-4fe2-a67a-ae6eeded4c57 Authenticating user 'default' from [fd00:1122:3344:101::e]:52256 2026.04.28 21:58:51.348198 [ 292 ] {} TCP-Session: d30d6e28-8335-4ba7-96ca-77f0c39e4e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:38756 2026.04.28 21:58:51.348192 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:58:51.348228 [ 292 ] {} TCP-Session: d30d6e28-8335-4ba7-96ca-77f0c39e4e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.348225 [ 288 ] {c0202154-946e-4af7-9f28-6e30fbf21998} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:58:51.348266 [ 292 ] {} TCP-Session: d30d6e28-8335-4ba7-96ca-77f0c39e4e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.348267 [ 291 ] {} TCP-Session: 9ef1762d-b3f7-410f-ab17-6d9bdcdc3a23 Authenticating user 'default' from [fd00:1122:3344:101::e]:53689 2026.04.28 21:58:51.348218 [ 294 ] {} TCP-Session: a1adf1cc-3b0f-4fe2-a67a-ae6eeded4c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.348322 [ 288 ] {c0202154-946e-4af7-9f28-6e30fbf21998} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:51.348324 [ 291 ] {} TCP-Session: 9ef1762d-b3f7-410f-ab17-6d9bdcdc3a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.348340 [ 294 ] {} TCP-Session: a1adf1cc-3b0f-4fe2-a67a-ae6eeded4c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.348372 [ 291 ] {} TCP-Session: 9ef1762d-b3f7-410f-ab17-6d9bdcdc3a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.348687 [ 288 ] {c0202154-946e-4af7-9f28-6e30fbf21998} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:58:51.349869 [ 295 ] {c0202154-946e-4af7-9f28-6e30fbf21998} AggregatingTransform: Aggregating 2026.04.28 21:58:51.349931 [ 295 ] {c0202154-946e-4af7-9f28-6e30fbf21998} Aggregator: Aggregation method: without_key 2026.04.28 21:58:51.349974 [ 295 ] {c0202154-946e-4af7-9f28-6e30fbf21998} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001149091 sec. (870.253 rows/sec., 33.99 KiB/sec.) 2026.04.28 21:58:51.349998 [ 295 ] {c0202154-946e-4af7-9f28-6e30fbf21998} Aggregator: Merging aggregated data 2026.04.28 21:58:51.351091 [ 288 ] {c0202154-946e-4af7-9f28-6e30fbf21998} executeQuery: Read 1 rows, 40.00 B in 0.003188 sec., 313.67628607277294 rows/sec., 12.25 KiB/sec. 2026.04.28 21:58:51.351223 [ 288 ] {c0202154-946e-4af7-9f28-6e30fbf21998} TCPHandler: Processed in 0.003617248 sec. 2026.04.28 21:58:51.351353 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351384 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351391 [ 288 ] {} TCP-Session: c76cd72f-5418-4ba3-8875-b5c3e9dd2bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351402 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351420 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351439 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351460 [ 290 ] {} TCP-Session: e97e696e-4d52-4d77-8a7e-1b3e1a29500c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351488 [ 293 ] {} TCP-Session: 02d37972-7a95-4ab2-ab55-cc0a1f1a66bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351492 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351515 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351504 [ 286 ] {} TCP-Session: 455dd1f3-c34b-4a7f-8696-ba58f60e1a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351550 [ 294 ] {} TCP-Session: a1adf1cc-3b0f-4fe2-a67a-ae6eeded4c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351570 [ 3 ] {} TCP-Session: 2622d0c1-f4af-4489-86a3-cc9dffc999c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351479 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351459 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:58:51.351644 [ 291 ] {} TCP-Session: 9ef1762d-b3f7-410f-ab17-6d9bdcdc3a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351428 [ 289 ] {} TCP-Session: acd4eaaa-d8a4-4337-805c-ca4f311f77dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.351670 [ 292 ] {} TCP-Session: d30d6e28-8335-4ba7-96ca-77f0c39e4e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:58:51.905965 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4250 2026.04.28 21:58:51.906476 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.906520 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.907011 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:51.907252 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.907391 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4250 2026.04.28 21:58:51.968298 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.968534 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:58:51.968905 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:51.968947 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:58:51.969198 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:51.969272 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:51.969417 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 21:58:51.969547 [ 325 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:51.969547 [ 309 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:51.969678 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:51.969709 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:51.969780 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:51.969800 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:51.969835 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:58:51.969873 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:58:51.971120 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} executeQuery: Read 41 rows, 10.38 KiB in 0.002685 sec., 15270.01862197393 rows/sec., 3.78 MiB/sec. 2026.04.28 21:58:51.971243 [ 4 ] {db2c7e81-821a-486e-a8cf-02d69d35b191} TCPHandler: Processed in 0.003091639 sec. 2026.04.28 21:58:51.976604 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.976749 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.976812 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:58:51.977608 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.977666 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.978203 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:51.978537 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.978740 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} executeQuery: Read 284 rows, 18.47 KiB in 0.002033 sec., 139695.03197245448 rows/sec., 8.87 MiB/sec. 2026.04.28 21:58:51.978797 [ 4 ] {91178be0-b88b-439e-8634-ee17e6421156} TCPHandler: Processed in 0.002263023 sec. 2026.04.28 21:58:51.978957 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.979084 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:51.979144 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:51.980049 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.980088 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.980465 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:51.980691 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.980822 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} executeQuery: Read 849 rows, 67.74 KiB in 0.001771 sec., 479390.175042349 rows/sec., 37.35 MiB/sec. 2026.04.28 21:58:51.980859 [ 4 ] {d8ad65e0-890c-4c0b-8138-ed46d391d99a} TCPHandler: Processed in 0.001966727 sec. 2026.04.28 21:58:51.980981 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.981078 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.981120 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:51.981570 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.981607 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.981934 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:51.982152 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.982280 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} executeQuery: Read 168 rows, 10.50 KiB in 0.001221 sec., 137592.1375921376 rows/sec., 8.40 MiB/sec. 2026.04.28 21:58:51.982316 [ 4 ] {a110c562-3bc4-4b36-853f-5fb421696c41} TCPHandler: Processed in 0.001384167 sec. 2026.04.28 21:58:51.982439 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.982534 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.982573 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:58:51.983003 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.983040 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.983347 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:51.983559 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.983690 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} executeQuery: Read 149 rows, 9.86 KiB in 0.001174 sec., 126916.52470187395 rows/sec., 8.20 MiB/sec. 2026.04.28 21:58:51.983726 [ 4 ] {7a81b6d0-4469-4307-b436-9c4f9da5d6cb} TCPHandler: Processed in 0.001335375 sec. 2026.04.28 21:58:51.983847 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.983945 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.983986 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:58:51.984431 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.984468 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.984772 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:58:51.985017 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.985171 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} executeQuery: Read 148 rows, 8.62 KiB in 0.001244 sec., 118971.06109324758 rows/sec., 6.77 MiB/sec. 2026.04.28 21:58:51.985210 [ 4 ] {10690c94-5d2e-46cb-b090-50989adc7e1c} TCPHandler: Processed in 0.001412596 sec. 2026.04.28 21:58:51.985329 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.985424 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:51.985464 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:51.986054 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.986091 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.986416 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:51.986627 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.986756 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} executeQuery: Read 516 rows, 37.26 KiB in 0.00135 sec., 382222.2222222222 rows/sec., 26.95 MiB/sec. 2026.04.28 21:58:51.986792 [ 4 ] {2aa67c91-5a3a-4fab-b5db-8ca00f320419} TCPHandler: Processed in 0.001512349 sec. 2026.04.28 21:58:51.986912 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.987006 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:58:51.987048 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:58:51.987388 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.987424 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.987738 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:51.987950 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.988084 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} executeQuery: Read 6 rows, 321.00 B in 0.001097 sec., 5469.462169553327 rows/sec., 285.76 KiB/sec. 2026.04.28 21:58:51.988120 [ 4 ] {a89e0f5a-af80-45eb-b0de-56b0dfb7c7b4} TCPHandler: Processed in 0.001257514 sec. 2026.04.28 21:58:51.988248 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.988343 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.988386 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:51.988798 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.988834 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.989175 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:51.989400 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.989528 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} executeQuery: Read 265 rows, 18.03 KiB in 0.001204 sec., 220099.66777408638 rows/sec., 14.63 MiB/sec. 2026.04.28 21:58:51.989563 [ 4 ] {ef6d39af-f7fe-4371-81a7-9daaccab3d4b} TCPHandler: Processed in 0.001364656 sec. 2026.04.28 21:58:51.989693 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.989791 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.989839 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:58:51.990161 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.990197 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.990512 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:58:51.990715 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.990851 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. 2026.04.28 21:58:51.990886 [ 4 ] {a0e5627c-8df4-488e-8488-1627f5505c69} TCPHandler: Processed in 0.001244594 sec. 2026.04.28 21:58:51.991000 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.991093 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.991145 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:51.991910 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.991944 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.992559 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:51.992781 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.992930 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} executeQuery: Read 26 rows, 47.71 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 25.13 MiB/sec. 2026.04.28 21:58:51.992982 [ 4 ] {de064734-7d63-45e0-85ef-21d1e89be47e} TCPHandler: Processed in 0.002028879 sec. 2026.04.28 21:58:51.993113 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:51.993214 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:51.993257 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:51.993618 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:51.993654 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:51.993977 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:51.994187 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:51.994311 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} executeQuery: Read 90 rows, 5.77 KiB in 0.001116 sec., 80645.16129032258 rows/sec., 5.05 MiB/sec. 2026.04.28 21:58:51.994345 [ 4 ] {c2509cd8-3783-4479-8d58-3e6d1f728771} TCPHandler: Processed in 0.001283045 sec. 2026.04.28 21:58:52.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.18 MiB, peak 212.44 MiB, free memory in arenas 0.00 B, will set to 204.07 MiB (RSS), difference: -1.10 MiB 2026.04.28 21:58:52.126408 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.28 21:58:52.144301 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:52.144384 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:52.152141 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:58:52.153297 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:52.158532 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.28 21:58:53.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.59 MiB, peak 212.44 MiB, free memory in arenas 0.00 B, will set to 206.58 MiB (RSS), difference: 1.99 MiB 2026.04.28 21:58:54.411419 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 296 2026.04.28 21:58:54.414233 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:54.414279 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:54.415480 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:58:54.415766 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:54.415904 [ 31 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:58:54.415946 [ 31 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:54.415968 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:54.416091 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.04.28 21:58:54.416125 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::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.04.28 21:58:54.417153 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:54.417370 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::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.04.28 21:58:54.417807 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part 2026.04.28 21:58:54.418296 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.04.28 21:58:54.418696 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2026.04.28 21:58:54.419069 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.04.28 21:58:54.419431 [ 196 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2026.04.28 21:58:54.425405 [ 197 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 72 columns (72 merged, 0 gathered) in 0.009352327 sec., 31649.877084066884 rows/sec., 29.07 MiB/sec. 2026.04.28 21:58:54.426574 [ 191 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:58:54.427145 [ 191 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:54.427210 [ 191 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_6_1} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:58:54.427428 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. 2026.04.28 21:58:56.963330 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.963577 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:56.963938 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:58:56.963981 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:58:56.964239 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:58:56.964321 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:58:56.964472 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:58:56.964580 [ 298 ] {c5fcab6c-72e9-4322-924f-70401f822edb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:58:56.964601 [ 325 ] {c5fcab6c-72e9-4322-924f-70401f822edb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:58:56.964714 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:58:56.964741 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:58:56.964811 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:58:56.964831 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:58:56.964865 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:56.964904 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:58:56.966125 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} executeQuery: Read 41 rows, 10.38 KiB in 0.002647 sec., 15489.233094068757 rows/sec., 3.83 MiB/sec. 2026.04.28 21:58:56.966251 [ 4 ] {c5fcab6c-72e9-4322-924f-70401f822edb} TCPHandler: Processed in 0.003052938 sec. 2026.04.28 21:58:56.967993 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.968106 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:58:56.968151 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:58:56.968653 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.968695 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.969074 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:58:56.969297 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.969410 [ 25 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:58:56.969445 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} executeQuery: Read 78 rows, 6.61 KiB in 0.001374 sec., 56768.55895196507 rows/sec., 4.70 MiB/sec. 2026.04.28 21:58:56.969456 [ 25 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.969482 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.969483 [ 4 ] {b8a7d798-20fa-4a81-9c7f-47d1e2cd4929} TCPHandler: Processed in 0.001550609 sec. 2026.04.28 21:58:56.969610 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.969644 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:58:56.969706 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:58:56.969751 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:58:56.969822 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:56.969873 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 967 rows starting from the beginning of the part 2026.04.28 21:58:56.969985 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part 2026.04.28 21:58:56.970043 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 847 rows starting from the beginning of the part 2026.04.28 21:58:56.970110 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:58:56.970155 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.970170 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 849 rows starting from the beginning of the part 2026.04.28 21:58:56.970200 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.970236 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:58:56.970547 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:56.970790 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.970934 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} executeQuery: Read 11 rows, 847.00 B in 0.001247 sec., 8821.170809943866 rows/sec., 663.31 KiB/sec. 2026.04.28 21:58:56.970978 [ 4 ] {d9ef281a-5eed-45ca-8f35-044a58eb9e1e} TCPHandler: Processed in 0.001416377 sec. 2026.04.28 21:58:56.971080 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.971174 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:58:56.971214 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:58:56.971618 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.971654 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.971711 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2897 rows, containing 5 columns (5 merged, 0 gathered) in 0.002146871 sec., 1349405.7165055564 rows/sec., 111.66 MiB/sec. 2026.04.28 21:58:56.972006 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:58:56.972018 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:58:56.972309 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.972377 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.972430 [ 25 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:58:56.972462 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} executeQuery: Read 75 rows, 6.00 KiB in 0.001307 sec., 57383.32058148432 rows/sec., 4.48 MiB/sec. 2026.04.28 21:58:56.972467 [ 25 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.972478 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_11_2} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:58:56.972499 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.972500 [ 4 ] {9ad94a36-a526-4183-9966-b8d93a717f4b} TCPHandler: Processed in 0.001469248 sec. 2026.04.28 21:58:56.972585 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.04.28 21:58:56.972632 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:58:56.972633 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.972739 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:56.972767 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:56.972769 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 569 rows starting from the beginning of the part 2026.04.28 21:58:56.972818 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:58:56.972836 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 75 rows starting from the beginning of the part 2026.04.28 21:58:56.972880 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 521 rows starting from the beginning of the part 2026.04.28 21:58:56.972914 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:58:56.972949 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 516 rows starting from the beginning of the part 2026.04.28 21:58:56.972983 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:58:56.973233 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.973275 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.973660 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:58:56.973898 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.973989 [ 25 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:58:56.974013 [ 25 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.974029 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.974036 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} executeQuery: Read 160 rows, 11.41 KiB in 0.001288 sec., 124223.60248447204 rows/sec., 8.65 MiB/sec. 2026.04.28 21:58:56.974073 [ 4 ] {3848f372-f3fc-4e17-82cb-87ec11537c66} TCPHandler: Processed in 0.001493079 sec. 2026.04.28 21:58:56.974071 [ 200 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1831 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513418 sec., 1209844.2069540601 rows/sec., 91.62 MiB/sec. 2026.04.28 21:58:56.974105 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:58:56.974184 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.974244 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:56.974282 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:58:56.974284 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1290 rows starting from the beginning of the part 2026.04.28 21:58:56.974311 [ 194 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:58:56.974344 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:58:56.974380 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.04.28 21:58:56.974435 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:58:56.974481 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:58:56.974523 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 265 rows starting from the beginning of the part 2026.04.28 21:58:56.974565 [ 191 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:58:56.974698 [ 194 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.974803 [ 194 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_11_2} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:58:56.974901 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.04.28 21:58:56.975198 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.975240 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.975827 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:56.975991 [ 189 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2300 rows, containing 5 columns (5 merged, 0 gathered) in 0.001910677 sec., 1203761.8079874306 rows/sec., 82.85 MiB/sec. 2026.04.28 21:58:56.976070 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.976221 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} executeQuery: Read 11 rows, 20.18 KiB in 0.001958 sec., 5617.9775280898875 rows/sec., 10.07 MiB/sec. 2026.04.28 21:58:56.976273 [ 4 ] {00f89869-bb7a-4ea8-bca9-aa1cef7f07a4} TCPHandler: Processed in 0.0021377 sec. 2026.04.28 21:58:56.976311 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:58:56.976396 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:58:56.976495 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:58:56.976539 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:58:56.976608 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.976693 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_11_2} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:58:56.976775 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.04.28 21:58:56.976908 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.976949 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.977274 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:58:56.977493 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.977583 [ 25 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:58:56.977609 [ 25 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:56.977620 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.04.28 21:58:56.977625 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:56.977655 [ 4 ] {5ab2fa7f-1b3e-42e2-8e23-46f1085b79f0} TCPHandler: Processed in 0.001308844 sec. 2026.04.28 21:58:56.977711 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:56.977808 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:58:56.977836 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part 2026.04.28 21:58:56.977908 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:56.977953 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:56.977995 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:56.978056 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:56.978104 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:58:56.978962 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 4 columns (4 merged, 0 gathered) in 0.001281174 sec., 585400.5779074505 rows/sec., 38.23 MiB/sec. 2026.04.28 21:58:56.979104 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:58:56.979334 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_11_2} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:56.979398 [ 194 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_11_2} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:58:56.979449 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.04.28 21:58:59.340683 [ 64 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:58:59.340789 [ 64 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:58:59.407509 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4762 2026.04.28 21:58:59.407977 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:59.408017 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:59.408512 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:59.408739 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:59.408862 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4762 2026.04.28 21:58:59.658651 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.28 21:58:59.675254 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:58:59.675314 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:58:59.681733 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:58:59.682431 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:58:59.685514 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.28 21:59:00.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.25 MiB, peak 213.56 MiB, free memory in arenas 0.00 B, will set to 209.61 MiB (RSS), difference: 1.36 MiB 2026.04.28 21:59:01.968145 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.968401 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:01.968759 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:01.968797 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:01.969043 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:01.969112 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:01.969253 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 21:59:01.969365 [ 298 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:01.969398 [ 311 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:01.969514 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:01.969543 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:01.969621 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:01.969641 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:59:01.969676 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:01.969712 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:01.971057 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} executeQuery: Read 41 rows, 10.38 KiB in 0.002763 sec., 14838.943177705394 rows/sec., 3.67 MiB/sec. 2026.04.28 21:59:01.971198 [ 4 ] {5c88e675-cb69-4d1d-855e-f2c08dcd91a2} TCPHandler: Processed in 0.00318745 sec. 2026.04.28 21:59:01.976394 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.976583 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.976658 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:59:01.977630 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.977667 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.978076 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:59:01.978326 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.978477 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} executeQuery: Read 284 rows, 18.47 KiB in 0.001947 sec., 145865.43400102723 rows/sec., 9.26 MiB/sec. 2026.04.28 21:59:01.978516 [ 4 ] {6fef62d4-2429-4f81-8de2-31bf4919cfb1} TCPHandler: Processed in 0.002216552 sec. 2026.04.28 21:59:01.978533 [ 127 ] {} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:59:01.978600 [ 127 ] {} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.978624 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.978648 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.978722 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::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.04.28 21:59:01.978751 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:01.978793 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:01.978828 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:01.978885 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.04.28 21:59:01.978958 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:01.979004 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:01.979051 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:01.979093 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:01.979140 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:01.979731 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.979767 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.980162 [ 194 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001477198 sec., 977526.3708724219 rows/sec., 66.13 MiB/sec. 2026.04.28 21:59:01.980180 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:01.980370 [ 194 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:59:01.980475 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.980631 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} executeQuery: Read 849 rows, 67.74 KiB in 0.001901 sec., 446607.04892162024 rows/sec., 34.80 MiB/sec. 2026.04.28 21:59:01.980671 [ 4 ] {dca00f3c-9210-499c-a432-2c5f2807b8f5} TCPHandler: Processed in 0.00207296 sec. 2026.04.28 21:59:01.980700 [ 194 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.980781 [ 194 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_6_1} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:59:01.980795 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.980868 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.04.28 21:59:01.980895 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.980940 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:01.981390 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.981427 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.981752 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:01.981963 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.982082 [ 127 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:01.982096 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} executeQuery: Read 168 rows, 10.50 KiB in 0.001221 sec., 137592.1375921376 rows/sec., 8.40 MiB/sec. 2026.04.28 21:59:01.982124 [ 127 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.982143 [ 4 ] {d470a11c-0302-44f4-a176-7d6da6cd2638} TCPHandler: Processed in 0.001397327 sec. 2026.04.28 21:59:01.982148 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.982272 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.982277 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:59:01.982374 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.982410 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:01.982419 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:01.982449 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 188 rows starting from the beginning of the part 2026.04.28 21:59:01.982537 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 167 rows starting from the beginning of the part 2026.04.28 21:59:01.982593 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:59:01.982648 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 168 rows starting from the beginning of the part 2026.04.28 21:59:01.982691 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:59:01.982738 [ 187 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 168 rows starting from the beginning of the part 2026.04.28 21:59:01.982896 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.982937 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.983326 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:59:01.983586 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.983704 [ 127 ] {} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:59:01.983730 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} executeQuery: Read 149 rows, 9.86 KiB in 0.001375 sec., 108363.63636363637 rows/sec., 7.00 MiB/sec. 2026.04.28 21:59:01.983743 [ 127 ] {} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.983740 [ 195 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 713 rows, containing 5 columns (5 merged, 0 gathered) in 0.001501558 sec., 474840.13271548616 rows/sec., 31.12 MiB/sec. 2026.04.28 21:59:01.983772 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.983775 [ 4 ] {059179bf-4d6d-4c1b-a619-91ffb5853266} TCPHandler: Processed in 0.001553179 sec. 2026.04.28 21:59:01.983894 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::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.04.28 21:59:01.983915 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.983947 [ 195 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:01.984015 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:01.984026 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.984054 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.04.28 21:59:01.984076 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:59:01.984127 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:01.984182 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::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.04.28 21:59:01.984226 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:01.984270 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:01.984286 [ 195 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.984312 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:01.984387 [ 195 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_11_2} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:01.984479 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.28 21:59:01.984569 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.984612 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.984949 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:59:01.985168 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.985204 [ 195 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353885 sec., 567995.0660506616 rows/sec., 39.19 MiB/sec. 2026.04.28 21:59:01.985289 [ 127 ] {} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:59:01.985311 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} executeQuery: Read 148 rows, 8.62 KiB in 0.001303 sec., 113584.03683806601 rows/sec., 6.46 MiB/sec. 2026.04.28 21:59:01.985324 [ 127 ] {} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.985327 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:59:01.985357 [ 4 ] {5e1a90a8-df26-4d3f-bc01-00552fe720e8} TCPHandler: Processed in 0.001490698 sec. 2026.04.28 21:59:01.985357 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.985456 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::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.04.28 21:59:01.985487 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.985552 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:01.985578 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.04.28 21:59:01.985583 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:01.985600 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.985623 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:01.985624 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:01.985664 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:01.985669 [ 186 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_6_1} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:59:01.985700 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:01.985736 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.28 21:59:01.985740 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:01.985791 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:01.986256 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.986292 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.986533 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.0011026 sec., 682024.30618538 rows/sec., 41.60 MiB/sec. 2026.04.28 21:59:01.986633 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:01.986652 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:59:01.986867 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.986926 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.986988 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_6_1} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:59:01.987005 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} executeQuery: Read 516 rows, 37.26 KiB in 0.00144 sec., 358333.3333333333 rows/sec., 25.27 MiB/sec. 2026.04.28 21:59:01.987042 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.28 21:59:01.987043 [ 4 ] {f7a338c3-efa2-4b82-acc6-30676b755d3a} TCPHandler: Processed in 0.00160828 sec. 2026.04.28 21:59:01.987202 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.987298 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:59:01.987349 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:59:01.987676 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.987710 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.988028 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:59:01.988254 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.988384 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. 2026.04.28 21:59:01.988418 [ 4 ] {672ea0fa-f3c6-4439-8bea-d9c95c537d3c} TCPHandler: Processed in 0.001288495 sec. 2026.04.28 21:59:01.988527 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.988613 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.988653 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:01.989047 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.989081 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.989477 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:01.989686 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.989822 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} executeQuery: Read 265 rows, 18.03 KiB in 0.001199 sec., 221017.51459549626 rows/sec., 14.69 MiB/sec. 2026.04.28 21:59:01.989941 [ 4 ] {6b075d6c-a848-4b02-9447-8bec5ab393e7} TCPHandler: Processed in 0.001441547 sec. 2026.04.28 21:59:01.990061 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.990153 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.990194 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:59:01.990511 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.990547 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.990864 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.28 21:59:01.991064 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.991266 [ 127 ] {} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.28 21:59:01.991289 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} executeQuery: Read 1 rows, 69.00 B in 0.001154 sec., 866.5511265164644 rows/sec., 58.39 KiB/sec. 2026.04.28 21:59:01.991307 [ 127 ] {} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.991331 [ 4 ] {414ee7e7-9d9d-4a5b-ace7-bd2b94b4cdd5} TCPHandler: Processed in 0.001319314 sec. 2026.04.28 21:59:01.991332 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.991436 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:01.991452 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.991533 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:01.991550 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.991560 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:01.991606 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:01.991611 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:01.991655 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:01.991690 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:01.991726 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:01.992335 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000930558 sec., 5373.120213893169 rows/sec., 362.06 KiB/sec. 2026.04.28 21:59:01.992404 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.992422 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.28 21:59:01.992441 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.992642 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_5_1} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.992698 [ 201 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_5_1} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.28 21:59:01.992746 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.28 21:59:01.992997 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:01.993223 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.993350 [ 127 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:01.993369 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} executeQuery: Read 26 rows, 47.71 KiB in 0.001836 sec., 14161.220043572985 rows/sec., 25.38 MiB/sec. 2026.04.28 21:59:01.993390 [ 127 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.993414 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.993426 [ 4 ] {6a296608-6424-4e4d-acb9-fb75f3bcc9cf} TCPHandler: Processed in 0.002021498 sec. 2026.04.28 21:59:01.993497 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:59:01.993555 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:01.993654 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:01.993693 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:01.993695 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:01.993747 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 60 rows starting from the beginning of the part 2026.04.28 21:59:01.993861 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part 2026.04.28 21:59:01.993965 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:59:01.994065 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:01.994079 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:01.994119 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.28 21:59:01.994160 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:59:01.994267 [ 186 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:01.994486 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:01.994745 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:01.994880 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} executeQuery: Read 90 rows, 5.77 KiB in 0.001244 sec., 72347.26688102893 rows/sec., 4.53 MiB/sec. 2026.04.28 21:59:01.994916 [ 4 ] {7a3255f0-a5a3-4dc8-a9f3-bebd9b5e6a94} TCPHandler: Processed in 0.001412016 sec. 2026.04.28 21:59:02.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.97 MiB, peak 213.97 MiB, free memory in arenas 0.00 B, will set to 210.73 MiB (RSS), difference: -3.24 MiB 2026.04.28 21:59:02.001226 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 19 columns (19 merged, 0 gathered) in 0.007758927 sec., 20492.524288474426 rows/sec., 36.72 MiB/sec. 2026.04.28 21:59:02.001798 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:02.002176 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.002253 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_11_2} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:02.002366 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.04.28 21:59:02.447472 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.447746 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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.04.28 21:59:02.448170 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:02.448215 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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.04.28 21:59:02.448518 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:02.448589 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:02.448726 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.28 21:59:02.448859 [ 298 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:02.448866 [ 311 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:02.448996 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:02.449022 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:02.449099 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:02.449130 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.04.28 21:59:02.449164 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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.04.28 21:59:02.449213 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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.04.28 21:59:02.450401 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} executeQuery: Read 41 rows, 10.38 KiB in 0.002767 sec., 14817.491868449584 rows/sec., 3.66 MiB/sec. 2026.04.28 21:59:02.450531 [ 4 ] {372e0907-19a4-4ee3-80bc-cd791b3c68df} TCPHandler: Processed in 0.003190471 sec. 2026.04.28 21:59:02.470875 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.471004 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.28 21:59:02.471058 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:02.471742 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.471782 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.472217 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:59:02.472415 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.472569 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} executeQuery: Read 9 rows, 1.88 KiB in 0.001603 sec., 5614.47286338116 rows/sec., 1.15 MiB/sec. 2026.04.28 21:59:02.472607 [ 4 ] {1c19e799-412b-4df3-8b21-85648de7e09a} TCPHandler: Processed in 0.001792704 sec. 2026.04.28 21:59:02.472739 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.472831 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.28 21:59:02.472871 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.28 21:59:02.473299 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.473334 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.473628 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.28 21:59:02.473839 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.473962 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} executeQuery: Read 14 rows, 1.14 KiB in 0.001149 sec., 12184.50826805918 rows/sec., 993.56 KiB/sec. 2026.04.28 21:59:02.473997 [ 4 ] {696347c1-07f6-4754-a846-e9699ead31ba} TCPHandler: Processed in 0.001310045 sec. 2026.04.28 21:59:02.474122 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.474213 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:02.474251 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:02.475554 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.475589 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.476101 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:02.476315 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.476448 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} executeQuery: Read 2440 rows, 184.99 KiB in 0.002253 sec., 1083000.443852641 rows/sec., 80.18 MiB/sec. 2026.04.28 21:59:02.476484 [ 4 ] {6eacce8c-66e9-4f0d-b635-04d5717da5ef} TCPHandler: Processed in 0.002418115 sec. 2026.04.28 21:59:02.476611 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.476704 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.476743 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:02.477156 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.477192 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.477488 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:02.477688 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.477821 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} executeQuery: Read 38 rows, 2.78 KiB in 0.001135 sec., 33480.17621145375 rows/sec., 2.39 MiB/sec. 2026.04.28 21:59:02.477857 [ 4 ] {712c05c3-845d-45c7-9e9a-e324cbb037da} TCPHandler: Processed in 0.001296685 sec. 2026.04.28 21:59:02.477979 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.478070 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.478108 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:02.478748 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.478784 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.479151 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:59:02.479387 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.479512 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} executeQuery: Read 801 rows, 47.38 KiB in 0.001459 sec., 549006.168608636 rows/sec., 31.71 MiB/sec. 2026.04.28 21:59:02.479548 [ 4 ] {7337048e-694f-40c4-88aa-082b9c81ee45} TCPHandler: Processed in 0.001625651 sec. 2026.04.28 21:59:02.479659 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.479774 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.479834 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.28 21:59:02.480227 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} oximeter.fields_u64 (2d53350d-e90a-450d-996e-4d855f01fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.480263 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.480560 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.28 21:59:02.480764 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} oximeter.fields_u64 (2d53350d-e90a-450d-996e-4d855f01fc23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.480884 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} executeQuery: Read 2 rows, 144.00 B in 0.001146 sec., 1745.2006980802792 rows/sec., 122.71 KiB/sec. 2026.04.28 21:59:02.480919 [ 4 ] {22991311-7d79-4673-819b-de76f69b76aa} TCPHandler: Processed in 0.001307175 sec. 2026.04.28 21:59:02.481041 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.481133 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:02.481171 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:02.481983 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.482017 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.482452 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:02.482657 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.482788 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} executeQuery: Read 1323 rows, 90.78 KiB in 0.001673 sec., 790794.9790794979 rows/sec., 52.99 MiB/sec. 2026.04.28 21:59:02.482825 [ 4 ] {7a291664-aa65-483d-a439-46db8b40d25b} TCPHandler: Processed in 0.001840025 sec. 2026.04.28 21:59:02.482938 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.483030 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.483071 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:02.484372 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.484408 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.485114 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:02.485330 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.485455 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} executeQuery: Read 3614 rows, 234.49 KiB in 0.002443 sec., 1479328.6942284077 rows/sec., 93.73 MiB/sec. 2026.04.28 21:59:02.485490 [ 4 ] {61dbae16-2fdd-4f30-9745-21a95940556c} TCPHandler: Processed in 0.002598799 sec. 2026.04.28 21:59:02.485614 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.485706 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.485759 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:02.486531 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.486567 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.487098 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:02.487315 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.487451 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} executeQuery: Read 24 rows, 44.04 KiB in 0.001763 sec., 13613.159387407828 rows/sec., 24.39 MiB/sec. 2026.04.28 21:59:02.487499 [ 4 ] {8596496f-264c-468b-a1fc-99ce7dd135d7} TCPHandler: Processed in 0.001931986 sec. 2026.04.28 21:59:02.487620 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.487711 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.487752 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.28 21:59:02.488070 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.488106 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.488395 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:59:02.488591 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} oximeter.measurements_i64 (02c51335-352d-4d3b-92be-b94f1db01444): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.488712 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} executeQuery: Read 6 rows, 434.00 B in 0.001018 sec., 5893.909626719057 rows/sec., 416.33 KiB/sec. 2026.04.28 21:59:02.488746 [ 4 ] {56aa5f33-5007-468a-9272-ea98d1f20e5b} TCPHandler: Processed in 0.001172602 sec. 2026.04.28 21:59:02.488857 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:02.488952 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:02.488991 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:02.489297 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:02.489332 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:02.489613 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:02.489821 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:02.489948 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} executeQuery: Read 12 rows, 848.00 B in 0.001013 sec., 11846.001974333662 rows/sec., 817.50 KiB/sec. 2026.04.28 21:59:02.489982 [ 4 ] {28162f73-62a0-4695-b104-fc7ce1135a0d} TCPHandler: Processed in 0.001171662 sec. 2026.04.28 21:59:03.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.32 MiB, peak 213.97 MiB, free memory in arenas 0.00 B, will set to 211.58 MiB (RSS), difference: 3.26 MiB 2026.04.28 21:59:04.416340 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 358 2026.04.28 21:59:04.419131 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:04.419182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:04.420441 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:59:04.420741 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:04.420998 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2026.04.28 21:59:06.908972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5210 2026.04.28 21:59:06.909511 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:06.909564 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:06.910080 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:06.910321 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:06.910451 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5210 2026.04.28 21:59:06.910456 [ 146 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:06.910526 [ 146 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:06.910549 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:06.910653 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::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.04.28 21:59:06.910761 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:06.910795 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2842 rows starting from the beginning of the part 2026.04.28 21:59:06.910854 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.04.28 21:59:06.910900 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.04.28 21:59:06.910944 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.04.28 21:59:06.910983 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.04.28 21:59:06.911024 [ 196 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.04.28 21:59:06.912360 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5210 rows, containing 4 columns (4 merged, 0 gathered) in 0.001747473 sec., 2981448.0681532705 rows/sec., 42.65 MiB/sec. 2026.04.28 21:59:06.913122 [ 198 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:06.913489 [ 198 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:06.913583 [ 198 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_11_2} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:06.913690 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.28 21:59:06.961355 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:06.961599 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:06.961922 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:06.961955 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:06.962167 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:06.962234 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:06.962368 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.28 21:59:06.962466 [ 311 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:06.962472 [ 303 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:06.962478 [ 298 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:06.962605 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:06.962627 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:06.962718 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:06.962739 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:06.962778 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:06.962814 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:06.962860 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:06.964287 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} executeQuery: Read 50 rows, 10.68 KiB in 0.00279 sec., 17921.14695340502 rows/sec., 3.74 MiB/sec. 2026.04.28 21:59:06.964410 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} MemoryTracker: Peak memory usage (for query): 138.46 KiB. 2026.04.28 21:59:06.964425 [ 4 ] {646cc1c1-98c1-4eec-831a-d26d6344591d} TCPHandler: Processed in 0.003213001 sec. 2026.04.28 21:59:06.965848 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:06.965959 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:06.966002 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:06.966545 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:06.966586 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:06.966955 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:06.967168 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:06.967316 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} executeQuery: Read 56 rows, 4.41 KiB in 0.001388 sec., 40345.821325648416 rows/sec., 3.10 MiB/sec. 2026.04.28 21:59:06.967353 [ 4 ] {09a3dd6b-db68-4988-8e6d-6ea12fe6b006} TCPHandler: Processed in 0.00155632 sec. 2026.04.28 21:59:06.967479 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:06.967574 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:06.967612 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:06.968074 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:06.968107 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:06.968389 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:06.968599 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:06.968727 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} executeQuery: Read 64 rows, 5.12 KiB in 0.001171 sec., 54654.14175918019 rows/sec., 4.27 MiB/sec. 2026.04.28 21:59:06.968762 [ 4 ] {1d623041-be93-4554-95a9-d379749f72e2} TCPHandler: Processed in 0.001341965 sec. 2026.04.28 21:59:06.968878 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:06.968970 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:06.969011 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:06.969378 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:06.969411 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:06.969731 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:06.969938 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:06.970062 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} executeQuery: Read 128 rows, 9.13 KiB in 0.001111 sec., 115211.52115211521 rows/sec., 8.02 MiB/sec. 2026.04.28 21:59:06.970097 [ 4 ] {dfbf23ca-e869-416f-8f12-8b01d08051d0} TCPHandler: Processed in 0.001265774 sec. 2026.04.28 21:59:06.970208 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:06.970305 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:06.970345 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:06.970668 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:06.970703 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:06.970987 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:06.971194 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:06.971320 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} executeQuery: Read 48 rows, 3.31 KiB in 0.001033 sec., 46466.602129719264 rows/sec., 3.13 MiB/sec. 2026.04.28 21:59:06.971354 [ 4 ] {fa8772ca-9112-431e-b579-0acb30bc9491} TCPHandler: Processed in 0.001191963 sec. 2026.04.28 21:59:07.185614 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.28 21:59:07.203022 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:07.203088 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:07.209377 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:07.210055 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:07.210354 [ 146 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:07.210422 [ 146 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:07.210445 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:07.210579 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.213461 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.28 21:59:07.215621 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:07.217179 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.221692 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.226346 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.230857 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.235639 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.239985 [ 200 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:07.292144 [ 198 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.081621366 sec., 1016.8906019044082 rows/sec., 5.26 MiB/sec. 2026.04.28 21:59:07.294755 [ 199 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:07.296857 [ 199 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_11_2} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:07.296966 [ 199 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_11_2} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:07.299112 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. 2026.04.28 21:59:08.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.20 MiB, peak 223.09 MiB, free memory in arenas 0.00 B, will set to 222.94 MiB (RSS), difference: 9.75 MiB 2026.04.28 21:59:11.967751 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.968012 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:11.968410 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:11.968456 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:11.968742 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:11.968815 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:11.968959 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 21:59:11.969070 [ 298 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:11.969096 [ 303 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:11.969115 [ 324 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:11.969282 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:11.969313 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:11.969398 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:11.969420 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:11.969454 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:11.969492 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:11.969526 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:11.970797 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} executeQuery: Read 50 rows, 10.68 KiB in 0.002895 sec., 17271.157167530226 rows/sec., 3.60 MiB/sec. 2026.04.28 21:59:11.970942 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} MemoryTracker: Peak memory usage (for query): 148.55 KiB. 2026.04.28 21:59:11.970959 [ 4 ] {24e7875d-365e-4c06-a38a-5fe825e56ec9} TCPHandler: Processed in 0.003347703 sec. 2026.04.28 21:59:11.976171 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.976306 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.976361 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:59:11.977049 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.977093 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.977496 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:59:11.977728 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.977880 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} executeQuery: Read 284 rows, 18.47 KiB in 0.001613 sec., 176069.43583384997 rows/sec., 11.18 MiB/sec. 2026.04.28 21:59:11.977919 [ 4 ] {25956823-1918-4e6c-b58b-301dc24e558d} TCPHandler: Processed in 0.001812935 sec. 2026.04.28 21:59:11.978050 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.978149 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:11.978191 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:11.978996 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.979034 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.979422 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:11.979642 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.979773 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} executeQuery: Read 849 rows, 67.74 KiB in 0.001646 sec., 515795.86877278256 rows/sec., 40.19 MiB/sec. 2026.04.28 21:59:11.979809 [ 4 ] {06787a68-115a-482b-8cb4-7e122bb69007} TCPHandler: Processed in 0.001809404 sec. 2026.04.28 21:59:11.979932 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.980028 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.980069 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:11.980516 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.980553 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.980872 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:11.981114 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.981244 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} executeQuery: Read 168 rows, 10.50 KiB in 0.001234 sec., 136142.62560777957 rows/sec., 8.31 MiB/sec. 2026.04.28 21:59:11.981281 [ 4 ] {ccbc0282-16f3-405e-8094-b4833ed62b58} TCPHandler: Processed in 0.001399206 sec. 2026.04.28 21:59:11.981400 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.981495 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.981534 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:11.981972 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.982008 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.982314 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:59:11.982525 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.982656 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} executeQuery: Read 149 rows, 9.86 KiB in 0.00118 sec., 126271.18644067796 rows/sec., 8.16 MiB/sec. 2026.04.28 21:59:11.982692 [ 4 ] {98398928-3a8e-453d-8832-ac11588c0945} TCPHandler: Processed in 0.001341156 sec. 2026.04.28 21:59:11.982809 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.982903 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.982942 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:59:11.983367 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.983403 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.983709 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:59:11.983922 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.984057 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} executeQuery: Read 148 rows, 8.62 KiB in 0.001172 sec., 126279.86348122866 rows/sec., 7.18 MiB/sec. 2026.04.28 21:59:11.984094 [ 4 ] {3e739676-1053-4f7a-b40f-72e56720f763} TCPHandler: Processed in 0.001333036 sec. 2026.04.28 21:59:11.984211 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.984305 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:11.984344 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:11.984928 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.984966 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.985312 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:11.985544 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.985684 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} executeQuery: Read 516 rows, 37.26 KiB in 0.001398 sec., 369098.71244635194 rows/sec., 26.03 MiB/sec. 2026.04.28 21:59:11.985722 [ 4 ] {2fd9c549-a9cc-45af-b2d9-d61801106d63} TCPHandler: Processed in 0.001560259 sec. 2026.04.28 21:59:11.985845 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.985939 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:59:11.985980 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:59:11.986309 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.986345 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.986643 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:59:11.986853 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.986949 [ 140 ] {} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.28 21:59:11.986979 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2026.04.28 21:59:11.987004 [ 140 ] {} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.987020 [ 4 ] {a65fda5e-d399-41d7-aee2-5769a10a6bc6} TCPHandler: Processed in 0.001223123 sec. 2026.04.28 21:59:11.987030 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.987147 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.987179 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::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.04.28 21:59:11.987245 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.987293 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:11.987346 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:11.987390 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.04.28 21:59:11.987458 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.04.28 21:59:11.987504 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.04.28 21:59:11.987549 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.04.28 21:59:11.987589 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.28 21:59:11.987633 [ 191 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.04.28 21:59:11.987717 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.987759 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.988263 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:11.988498 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.988599 [ 198 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001469008 sec., 24506.333525753435 rows/sec., 1.25 MiB/sec. 2026.04.28 21:59:11.988631 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} executeQuery: Read 265 rows, 18.03 KiB in 0.001404 sec., 188746.43874643874 rows/sec., 12.54 MiB/sec. 2026.04.28 21:59:11.988676 [ 4 ] {ec03b040-e83c-4a64-bf2e-b82d3450b61b} TCPHandler: Processed in 0.00157893 sec. 2026.04.28 21:59:11.988796 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.988815 [ 192 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.28 21:59:11.988892 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.988941 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:59:11.989119 [ 192 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.989200 [ 192 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_6_1} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.28 21:59:11.989258 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.989291 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.28 21:59:11.989299 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.989617 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.28 21:59:11.989828 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.989955 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} executeQuery: Read 1 rows, 69.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 62.39 KiB/sec. 2026.04.28 21:59:11.989990 [ 4 ] {dcfd2047-30de-42fe-88f8-f350fb722024} TCPHandler: Processed in 0.001243543 sec. 2026.04.28 21:59:11.990104 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.990197 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.990250 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:11.991027 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.991064 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.991630 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:11.991864 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.992009 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} executeQuery: Read 26 rows, 47.71 KiB in 0.00183 sec., 14207.650273224044 rows/sec., 25.46 MiB/sec. 2026.04.28 21:59:11.992067 [ 4 ] {4c5880c2-7253-4de0-aa69-b68f69871b33} TCPHandler: Processed in 0.002011899 sec. 2026.04.28 21:59:11.992203 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:11.992298 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:11.992340 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:11.992674 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:11.992710 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:11.993031 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:11.993244 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:11.993370 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} executeQuery: Read 90 rows, 5.77 KiB in 0.00109 sec., 82568.80733944954 rows/sec., 5.17 MiB/sec. 2026.04.28 21:59:11.993405 [ 4 ] {77274b6a-44dd-4edc-b875-e499e3df2589} TCPHandler: Processed in 0.001251124 sec. 2026.04.28 21:59:14.340845 [ 107 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:59:14.340940 [ 107 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:59:14.411479 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5722 2026.04.28 21:59:14.412010 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:14.412052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:14.412625 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:14.412861 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:14.413002 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5722 2026.04.28 21:59:14.422213 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 392 2026.04.28 21:59:14.424419 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:14.424455 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:14.425659 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:59:14.425937 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:14.426175 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2026.04.28 21:59:14.714493 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.28 21:59:14.732914 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:14.732982 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:14.738738 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:14.739427 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:14.742394 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.28 21:59:16.963286 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.963538 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:16.963882 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:16.963919 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:16.964145 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:16.964220 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:16.964361 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:59:16.964477 [ 303 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:16.964493 [ 324 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:16.964478 [ 323 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:16.964638 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:16.964667 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:16.964754 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:16.964774 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:16.964811 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:16.964847 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:16.964881 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:16.966085 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} executeQuery: Read 50 rows, 10.68 KiB in 0.00269 sec., 18587.360594795537 rows/sec., 3.88 MiB/sec. 2026.04.28 21:59:16.966221 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} MemoryTracker: Peak memory usage (for query): 138.45 KiB. 2026.04.28 21:59:16.966235 [ 4 ] {e1fd9401-2654-47e2-945e-baf8607c8ad1} TCPHandler: Processed in 0.003138399 sec. 2026.04.28 21:59:16.968249 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.968383 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:16.968437 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:16.969047 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.969096 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.969501 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:16.969736 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.969880 [ 118 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:16.969896 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} executeQuery: Read 86 rows, 7.40 KiB in 0.001553 sec., 55376.690276883455 rows/sec., 4.65 MiB/sec. 2026.04.28 21:59:16.969964 [ 118 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.969977 [ 4 ] {3b9bfc93-b21b-4327-94b9-c0bed38010f5} TCPHandler: Processed in 0.001794064 sec. 2026.04.28 21:59:16.970006 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.970117 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.970135 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:59:16.970218 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:16.970265 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:16.970280 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:16.970321 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 997 rows starting from the beginning of the part 2026.04.28 21:59:16.970396 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 849 rows starting from the beginning of the part 2026.04.28 21:59:16.970445 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2440 rows starting from the beginning of the part 2026.04.28 21:59:16.970489 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:59:16.970530 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 849 rows starting from the beginning of the part 2026.04.28 21:59:16.970570 [ 191 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part 2026.04.28 21:59:16.970691 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.970732 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.971036 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:16.971247 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.971445 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} executeQuery: Read 15 rows, 1.13 KiB in 0.001247 sec., 12028.869286287088 rows/sec., 904.51 KiB/sec. 2026.04.28 21:59:16.971482 [ 4 ] {74dd10d1-3a5d-4fee-ac37-06240ab9f6ed} TCPHandler: Processed in 0.001413546 sec. 2026.04.28 21:59:16.971605 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.971701 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:16.971742 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:16.972158 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.972196 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.972524 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:16.972635 [ 188 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5277 rows, containing 5 columns (5 merged, 0 gathered) in 0.002550738 sec., 2068813.0258772168 rows/sec., 166.44 MiB/sec. 2026.04.28 21:59:16.972745 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.972852 [ 118 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:16.972878 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} executeQuery: Read 79 rows, 6.32 KiB in 0.001196 sec., 66053.51170568563 rows/sec., 5.16 MiB/sec. 2026.04.28 21:59:16.972889 [ 118 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.972917 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.972922 [ 4 ] {eeaff71f-7d05-4efd-b5a8-288388c6c58a} TCPHandler: Processed in 0.001365916 sec. 2026.04.28 21:59:16.973000 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:59:16.973053 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.973086 [ 188 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:16.973114 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:16.973145 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 587 rows starting from the beginning of the part 2026.04.28 21:59:16.973152 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:16.973201 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:16.973218 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 516 rows starting from the beginning of the part 2026.04.28 21:59:16.973273 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1323 rows starting from the beginning of the part 2026.04.28 21:59:16.973316 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:59:16.973360 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 516 rows starting from the beginning of the part 2026.04.28 21:59:16.973405 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 79 rows starting from the beginning of the part 2026.04.28 21:59:16.973405 [ 188 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.973501 [ 188 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_16_3} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:16.973588 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.04.28 21:59:16.973623 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.973666 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.974022 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:16.974270 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.974374 [ 118 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:16.974405 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} executeQuery: Read 160 rows, 11.41 KiB in 0.001271 sec., 125885.12981904013 rows/sec., 8.77 MiB/sec. 2026.04.28 21:59:16.974413 [ 118 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.974445 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.974450 [ 4 ] {3f956623-4817-4e1b-a6ba-1a760c47127c} TCPHandler: Processed in 0.001445648 sec. 2026.04.28 21:59:16.974523 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:16.974592 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.974640 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:16.974674 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2300 rows starting from the beginning of the part 2026.04.28 21:59:16.974696 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:16.974731 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:16.974739 [ 192 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3085 rows, containing 5 columns (5 merged, 0 gathered) in 0.001774634 sec., 1738386.619438149 rows/sec., 127.74 MiB/sec. 2026.04.28 21:59:16.974757 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:16.974782 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3614 rows starting from the beginning of the part 2026.04.28 21:59:16.974831 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:16.974872 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2026.04.28 21:59:16.974918 [ 195 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:16.975037 [ 190 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:16.975376 [ 190 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.975458 [ 190 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_16_3} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:16.975545 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.28 21:59:16.975641 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.975688 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.976257 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:16.976569 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.976716 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} executeQuery: Read 15 rows, 27.52 KiB in 0.002037 sec., 7363.770250368188 rows/sec., 13.20 MiB/sec. 2026.04.28 21:59:16.976767 [ 4 ] {2442b7a2-e383-44d9-84f8-6ceb24dc0d7f} TCPHandler: Processed in 0.002226482 sec. 2026.04.28 21:59:16.976889 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:16.976984 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:16.977027 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:16.977278 [ 186 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6732 rows, containing 5 columns (5 merged, 0 gathered) in 0.002790233 sec., 2412701.734944716 rows/sec., 158.61 MiB/sec. 2026.04.28 21:59:16.977372 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.977414 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.977794 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:16.978010 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.978059 [ 189 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:16.978109 [ 118 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:16.978139 [ 118 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:16.978142 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2026.04.28 21:59:16.978160 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:16.978189 [ 4 ] {c0ce5eb4-b407-499e-a731-3f24a63ec2b4} TCPHandler: Processed in 0.001349756 sec. 2026.04.28 21:59:16.978237 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:16.978328 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:16.978339 [ 189 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.978355 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 750 rows starting from the beginning of the part 2026.04.28 21:59:16.978408 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:16.978412 [ 189 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_16_3} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:16.978447 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:16.978486 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:16.978503 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2026.04.28 21:59:16.978520 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.04.28 21:59:16.978563 [ 192 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:16.979378 [ 187 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 4 columns (4 merged, 0 gathered) in 0.001165062 sec., 901239.5906827276 rows/sec., 58.65 MiB/sec. 2026.04.28 21:59:16.979583 [ 201 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:16.979851 [ 201 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:16.979917 [ 201 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_16_3} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:16.979990 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.04.28 21:59:21.913344 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6170 2026.04.28 21:59:21.913885 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.913928 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.914449 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:21.914669 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.914794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6170 2026.04.28 21:59:21.968071 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.968301 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:21.968637 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:21.968673 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:21.969002 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:21.969067 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:21.969207 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.28 21:59:21.969320 [ 303 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:21.969326 [ 323 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:21.969328 [ 322 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:21.969555 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:21.969589 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:21.969681 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:21.969701 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:21.969736 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:21.969774 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:21.969808 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:21.971005 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} executeQuery: Read 50 rows, 10.68 KiB in 0.002804 sec., 17831.669044222537 rows/sec., 3.72 MiB/sec. 2026.04.28 21:59:21.971106 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} MemoryTracker: Peak memory usage (for query): 148.62 KiB. 2026.04.28 21:59:21.971121 [ 4 ] {e4102042-c703-44a2-a098-ec0b6f1b23b0} TCPHandler: Processed in 0.003174009 sec. 2026.04.28 21:59:21.976421 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.976536 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.976580 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:59:21.977192 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.977228 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.977593 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:59:21.977813 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.977947 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} executeQuery: Read 284 rows, 18.47 KiB in 0.001444 sec., 196675.9002770083 rows/sec., 12.49 MiB/sec. 2026.04.28 21:59:21.977983 [ 4 ] {c4a75cb2-a914-426c-9b95-d42c863dabc0} TCPHandler: Processed in 0.001622101 sec. 2026.04.28 21:59:21.978136 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.978230 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.28 21:59:21.978270 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.28 21:59:21.978675 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.978709 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.978991 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.28 21:59:21.979201 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} oximeter.fields_ipaddr (2603406c-76cf-4575-a18b-432d563a8a18): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.979321 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} executeQuery: Read 4 rows, 334.00 B in 0.001109 sec., 3606.853020739405 rows/sec., 294.11 KiB/sec. 2026.04.28 21:59:21.979355 [ 4 ] {17a28f8f-d7be-4245-a913-0e5418724db4} TCPHandler: Processed in 0.001276195 sec. 2026.04.28 21:59:21.979483 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.979575 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:21.979613 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:21.980347 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.980381 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.980714 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:21.980918 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.981042 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} executeQuery: Read 851 rows, 67.88 KiB in 0.001484 sec., 573450.1347708894 rows/sec., 44.67 MiB/sec. 2026.04.28 21:59:21.981080 [ 4 ] {ca6895ba-4508-4722-8be7-01b433d31849} TCPHandler: Processed in 0.001652471 sec. 2026.04.28 21:59:21.981210 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.981303 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.981341 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:21.981777 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.981811 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.982118 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:21.982324 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.982444 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} executeQuery: Read 172 rows, 10.78 KiB in 0.001159 sec., 148403.79637618636 rows/sec., 9.08 MiB/sec. 2026.04.28 21:59:21.982483 [ 4 ] {b193c21c-4c17-4810-9dc3-4ce86deb4194} TCPHandler: Processed in 0.001324885 sec. 2026.04.28 21:59:21.982612 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.982704 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.982742 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:21.983166 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.983200 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.983495 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:59:21.983693 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.983813 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} executeQuery: Read 149 rows, 9.86 KiB in 0.001127 sec., 132209.40550133097 rows/sec., 8.54 MiB/sec. 2026.04.28 21:59:21.983849 [ 4 ] {43682845-504b-4fb3-94ab-e7dd583ea693} TCPHandler: Processed in 0.001292845 sec. 2026.04.28 21:59:21.983972 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.984063 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.984102 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:59:21.984517 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.984551 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.984859 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:59:21.985064 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.985184 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} executeQuery: Read 148 rows, 8.62 KiB in 0.001138 sec., 130052.72407732866 rows/sec., 7.40 MiB/sec. 2026.04.28 21:59:21.985219 [ 4 ] {c826a979-0970-4d23-9ce0-0fe0fd20fa18} TCPHandler: Processed in 0.001295045 sec. 2026.04.28 21:59:21.985346 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.985438 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:21.985477 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:21.986044 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.986079 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.986403 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:21.986619 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.986740 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} executeQuery: Read 520 rows, 37.59 KiB in 0.001319 sec., 394238.05913570884 rows/sec., 27.83 MiB/sec. 2026.04.28 21:59:21.986774 [ 4 ] {3eb1645f-28e3-4e6b-86b5-a13386b6e71c} TCPHandler: Processed in 0.001484148 sec. 2026.04.28 21:59:21.986890 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.986982 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:59:21.987021 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:59:21.987344 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.987377 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.987694 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:59:21.987904 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.988026 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2026.04.28 21:59:21.988060 [ 4 ] {8e3d2a1d-1c7f-440b-bfe8-89eaa6961af8} TCPHandler: Processed in 0.001216254 sec. 2026.04.28 21:59:21.988178 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.988270 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.988311 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:21.988712 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.988745 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.989081 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:21.989286 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.989411 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} executeQuery: Read 267 rows, 18.17 KiB in 0.001159 sec., 230371.00949094046 rows/sec., 15.31 MiB/sec. 2026.04.28 21:59:21.989446 [ 4 ] {e6a32a74-0dc9-470c-a777-6abfb7fc4bff} TCPHandler: Processed in 0.001314675 sec. 2026.04.28 21:59:21.989564 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.989656 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.989696 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:59:21.990005 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.990041 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.990354 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.28 21:59:21.990559 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.990682 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.04.28 21:59:21.990716 [ 4 ] {55161fd1-3709-448e-84cf-735384574882} TCPHandler: Processed in 0.001199803 sec. 2026.04.28 21:59:21.990829 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.990921 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.990974 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:21.991774 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.991811 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.992339 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:21.992559 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.992689 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} executeQuery: Read 26 rows, 47.71 KiB in 0.001785 sec., 14565.826330532214 rows/sec., 26.10 MiB/sec. 2026.04.28 21:59:21.992738 [ 4 ] {35069f3a-eb66-434c-988e-d20a347f3a28} TCPHandler: Processed in 0.001956007 sec. 2026.04.28 21:59:21.992871 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:21.992964 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:21.993005 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:21.993337 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:21.993374 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:21.993691 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:21.993927 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:21.994049 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} executeQuery: Read 90 rows, 5.77 KiB in 0.001102 sec., 81669.69147005446 rows/sec., 5.11 MiB/sec. 2026.04.28 21:59:21.994082 [ 4 ] {19d15c35-6989-4cc2-bd81-a0773be006ef} TCPHandler: Processed in 0.001259994 sec. 2026.04.28 21:59:22.242755 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.28 21:59:22.259416 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:22.259468 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:22.265715 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:22.266410 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:22.268975 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.28 21:59:23.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.37 MiB, peak 230.65 MiB, free memory in arenas 0.00 B, will set to 227.28 MiB (RSS), difference: 1.91 MiB 2026.04.28 21:59:24.426615 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 432 2026.04.28 21:59:24.429046 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:24.429092 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:24.430244 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:59:24.430503 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:24.430740 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 432 2026.04.28 21:59:26.963090 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.963342 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:26.963683 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:26.963718 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:26.963932 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:26.963999 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:26.964135 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:59:26.964238 [ 322 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:26.964245 [ 342 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:26.964237 [ 314 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:26.964368 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:26.964390 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:26.964480 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:26.964507 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:26.964540 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:26.964576 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:26.964612 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:26.965865 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} executeQuery: Read 50 rows, 10.68 KiB in 0.002626 sec., 19040.36557501904 rows/sec., 3.97 MiB/sec. 2026.04.28 21:59:26.965993 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} MemoryTracker: Peak memory usage (for query): 138.69 KiB. 2026.04.28 21:59:26.966008 [ 4 ] {5a0b7845-92e7-4187-92fb-a7d3a999a1be} TCPHandler: Processed in 0.003061538 sec. 2026.04.28 21:59:26.967860 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.967993 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:26.968043 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:26.968657 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.968702 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.969067 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:26.969290 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.969446 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} executeQuery: Read 86 rows, 7.40 KiB in 0.001489 sec., 57756.88381464069 rows/sec., 4.85 MiB/sec. 2026.04.28 21:59:26.969485 [ 4 ] {58b988fa-f998-4a0e-a7f3-96b274186f4d} TCPHandler: Processed in 0.001694292 sec. 2026.04.28 21:59:26.969617 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.969711 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:26.969751 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:26.970153 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.970189 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.970471 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:26.970677 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.970804 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} executeQuery: Read 15 rows, 1.13 KiB in 0.001111 sec., 13501.350135013501 rows/sec., 1015.24 KiB/sec. 2026.04.28 21:59:26.970802 [ 123 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:26.970841 [ 4 ] {cfc57f01-ef2e-46b2-88f6-e29c483c8f40} TCPHandler: Processed in 0.001271844 sec. 2026.04.28 21:59:26.970881 [ 123 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.970906 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.970982 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.971015 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:59:26.971080 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:26.971124 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:26.971167 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:26.971211 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 203 rows starting from the beginning of the part 2026.04.28 21:59:26.971284 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part 2026.04.28 21:59:26.971335 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 168 rows starting from the beginning of the part 2026.04.28 21:59:26.971382 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2026.04.28 21:59:26.971421 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 172 rows starting from the beginning of the part 2026.04.28 21:59:26.971465 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2026.04.28 21:59:26.971560 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.971604 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.972051 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:26.972295 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.972367 [ 194 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402967 sec., 435505.6106095154 rows/sec., 29.11 MiB/sec. 2026.04.28 21:59:26.972431 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} executeQuery: Read 79 rows, 6.32 KiB in 0.001371 sec., 57622.17359591539 rows/sec., 4.50 MiB/sec. 2026.04.28 21:59:26.972479 [ 4 ] {92599491-7e05-4f93-b0a5-2fccbd81fd54} TCPHandler: Processed in 0.001544909 sec. 2026.04.28 21:59:26.972538 [ 194 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:26.972595 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.972694 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:26.972738 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:26.972808 [ 194 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.972880 [ 194 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_16_3} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:26.972977 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.28 21:59:26.973147 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.973187 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.973524 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:26.973745 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.973878 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.04.28 21:59:26.973915 [ 4 ] {986a4bb9-0ec4-4b83-b222-ba24f22e2ac3} TCPHandler: Processed in 0.001366616 sec. 2026.04.28 21:59:26.974028 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.974121 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:26.974174 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:26.974954 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.974991 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.975498 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:26.975716 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.975845 [ 123 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:26.975849 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} executeQuery: Read 15 rows, 27.52 KiB in 0.001746 sec., 8591.06529209622 rows/sec., 15.39 MiB/sec. 2026.04.28 21:59:26.975893 [ 123 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.975923 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.975924 [ 4 ] {1776a3c8-51b2-4455-bcaf-2f69248d6ce0} TCPHandler: Processed in 0.001943287 sec. 2026.04.28 21:59:26.976016 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:59:26.976057 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:26.976166 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:26.976208 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:26.976215 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:26.976276 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part 2026.04.28 21:59:26.976386 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.04.28 21:59:26.976489 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:26.976572 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:26.976591 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2026.04.28 21:59:26.976615 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:26.976698 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:26.976812 [ 194 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2026.04.28 21:59:26.976936 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:26.977205 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.977345 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001197 sec., 50125.31328320802 rows/sec., 3.38 MiB/sec. 2026.04.28 21:59:26.977381 [ 4 ] {ae86fd75-8dd2-4e22-b509-05314d4171b6} TCPHandler: Processed in 0.001372536 sec. 2026.04.28 21:59:26.979169 [ 193 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 19 columns (19 merged, 0 gathered) in 0.00318543 sec., 83191.28029810732 rows/sec., 149.07 MiB/sec. 2026.04.28 21:59:26.979810 [ 197 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:26.980174 [ 197 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:26.980239 [ 197 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_16_3} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:26.980349 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.04.28 21:59:29.341005 [ 121 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:59:29.341068 [ 121 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:59:29.414845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6682 2026.04.28 21:59:29.415345 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:29.415384 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:29.415886 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:29.416138 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:29.416264 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6682 2026.04.28 21:59:29.769023 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.28 21:59:29.785943 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:29.786008 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:29.791326 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 21:59:29.792007 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:29.794975 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.28 21:59:31.968421 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.968673 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:31.969008 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:31.969045 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:31.969281 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:31.969346 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:31.969483 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 21:59:31.969581 [ 342 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:31.969581 [ 322 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:31.969622 [ 327 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:31.969738 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:31.969764 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:31.969846 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:31.969865 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:31.969898 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:31.969934 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:31.969965 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:31.971105 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} executeQuery: Read 50 rows, 10.68 KiB in 0.002539 sec., 19692.792437967702 rows/sec., 4.11 MiB/sec. 2026.04.28 21:59:31.971198 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} MemoryTracker: Peak memory usage (for query): 147.11 KiB. 2026.04.28 21:59:31.971214 [ 4 ] {6c8bcb77-9e27-4ed7-a3c6-8439d39a0989} TCPHandler: Processed in 0.002924686 sec. 2026.04.28 21:59:31.976467 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.976605 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.976656 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:59:31.977219 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.977266 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.977644 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:59:31.977864 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.978000 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} executeQuery: Read 284 rows, 18.47 KiB in 0.001433 sec., 198185.62456385206 rows/sec., 12.59 MiB/sec. 2026.04.28 21:59:31.978036 [ 4 ] {d2cece0c-2b83-4338-bc85-2742c139ce5a} TCPHandler: Processed in 0.001639691 sec. 2026.04.28 21:59:31.978173 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.978265 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:31.978304 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:31.979037 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.979072 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.979405 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.28 21:59:31.979612 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.979735 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} executeQuery: Read 849 rows, 67.74 KiB in 0.001488 sec., 570564.5161290322 rows/sec., 44.46 MiB/sec. 2026.04.28 21:59:31.979770 [ 4 ] {53c4361c-6ba1-4ca1-becb-36332763b1d7} TCPHandler: Processed in 0.001645451 sec. 2026.04.28 21:59:31.979893 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.979986 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.980024 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:31.980442 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.980476 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.980764 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:31.980969 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.981090 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} executeQuery: Read 168 rows, 10.50 KiB in 0.001122 sec., 149732.6203208556 rows/sec., 9.14 MiB/sec. 2026.04.28 21:59:31.981125 [ 4 ] {92fc6d92-bb4c-4d84-9316-236cc595c873} TCPHandler: Processed in 0.001279795 sec. 2026.04.28 21:59:31.981242 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.981335 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.981374 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:31.981777 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.981814 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.982105 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:59:31.982307 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.982430 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} executeQuery: Read 149 rows, 9.86 KiB in 0.001112 sec., 133992.8057553957 rows/sec., 8.66 MiB/sec. 2026.04.28 21:59:31.982465 [ 4 ] {98449178-f440-4eb0-8699-ad22df9bc09b} TCPHandler: Processed in 0.001270364 sec. 2026.04.28 21:59:31.982589 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.982680 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.982719 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:59:31.983122 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.983158 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.983445 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:59:31.983653 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.983775 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} executeQuery: Read 148 rows, 8.62 KiB in 0.001112 sec., 133093.52517985614 rows/sec., 7.57 MiB/sec. 2026.04.28 21:59:31.983810 [ 4 ] {401d94da-0898-4c92-9d09-0b572dd5e3dc} TCPHandler: Processed in 0.001269144 sec. 2026.04.28 21:59:31.983927 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.984018 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:31.984055 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:31.984621 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.984657 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.984972 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.28 21:59:31.985175 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.985299 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} executeQuery: Read 516 rows, 37.26 KiB in 0.001299 sec., 397228.6374133949 rows/sec., 28.01 MiB/sec. 2026.04.28 21:59:31.985335 [ 4 ] {7c2eb7fc-b0d2-4609-8010-46c32691862c} TCPHandler: Processed in 0.001455607 sec. 2026.04.28 21:59:31.985447 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.985539 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:59:31.985579 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:59:31.985895 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.985930 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.986221 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:59:31.986429 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.986558 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2026.04.28 21:59:31.986592 [ 4 ] {e3749291-6f3e-4bfe-bf82-5480c8e26485} TCPHandler: Processed in 0.001192442 sec. 2026.04.28 21:59:31.986704 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.986797 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.986838 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:31.987229 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.987263 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.987571 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.28 21:59:31.987773 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.987896 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} executeQuery: Read 265 rows, 18.03 KiB in 0.001117 sec., 237242.61414503134 rows/sec., 15.77 MiB/sec. 2026.04.28 21:59:31.987931 [ 4 ] {2f022102-649e-433b-bafe-395add4e9b44} TCPHandler: Processed in 0.001273475 sec. 2026.04.28 21:59:31.988046 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.988137 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.988178 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:59:31.988479 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.988514 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.988797 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.28 21:59:31.988998 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.989120 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} executeQuery: Read 1 rows, 69.00 B in 0.001 sec., 1000 rows/sec., 67.38 KiB/sec. 2026.04.28 21:59:31.989153 [ 4 ] {be1dbd43-22fb-4fee-b117-db41cdeffcae} TCPHandler: Processed in 0.001155042 sec. 2026.04.28 21:59:31.989266 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.989357 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.989408 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:31.990137 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.990171 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.990664 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:31.990887 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.991017 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} executeQuery: Read 26 rows, 47.71 KiB in 0.001678 sec., 15494.636471990465 rows/sec., 27.77 MiB/sec. 2026.04.28 21:59:31.991065 [ 4 ] {d83fcc73-013c-499e-aa0b-2da00b00524b} TCPHandler: Processed in 0.001846935 sec. 2026.04.28 21:59:31.991186 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:31.991279 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:31.991319 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:31.991646 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:31.991680 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:31.991983 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.28 21:59:31.992186 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:31.992307 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} executeQuery: Read 90 rows, 5.77 KiB in 0.001046 sec., 86042.06500956022 rows/sec., 5.38 MiB/sec. 2026.04.28 21:59:31.992340 [ 4 ] {4771caf5-8c79-4737-9c30-71aa9323bc99} TCPHandler: Processed in 0.001202343 sec. 2026.04.28 21:59:32.256627 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.256956 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.04.28 21:59:32.257482 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:32.257549 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.28 21:59:32.257858 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:32.257926 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:32.258068 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.28 21:59:32.258167 [ 342 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:32.258167 [ 322 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:32.258193 [ 327 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:32.258305 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:32.258333 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:32.258418 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:32.258439 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:32.258474 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.04.28 21:59:32.258511 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.04.28 21:59:32.258544 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.04.28 21:59:32.259634 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} executeQuery: Read 50 rows, 12.26 KiB in 0.002829 sec., 17674.089784376105 rows/sec., 4.23 MiB/sec. 2026.04.28 21:59:32.259738 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} MemoryTracker: Peak memory usage (for query): 149.75 KiB. 2026.04.28 21:59:32.259754 [ 4 ] {1b0b6567-9c79-46b3-9e1a-4b34fc1784f8} TCPHandler: Processed in 0.003253071 sec. 2026.04.28 21:59:32.271038 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.271160 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:32.271208 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:32.272709 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.272746 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.273261 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.28 21:59:32.273514 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.273662 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} executeQuery: Read 2431 rows, 184.32 KiB in 0.002497 sec., 973568.281938326 rows/sec., 72.09 MiB/sec. 2026.04.28 21:59:32.273701 [ 4 ] {fa248c97-e0e0-4ce1-9779-84de7a8293f4} TCPHandler: Processed in 0.002690231 sec. 2026.04.28 21:59:32.273831 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.273929 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:32.273974 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:32.274393 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.274429 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.274746 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:32.274982 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.275129 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} executeQuery: Read 24 rows, 1.80 KiB in 0.00122 sec., 19672.131147540986 rows/sec., 1.44 MiB/sec. 2026.04.28 21:59:32.275168 [ 4 ] {c5cd0a0b-5a44-4035-a969-c06f8f74f8ee} TCPHandler: Processed in 0.001385967 sec. 2026.04.28 21:59:32.275278 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.275373 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:32.275415 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:32.276020 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.276057 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.276408 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:32.276624 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.276710 [ 109 ] {} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:32.276742 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} executeQuery: Read 801 rows, 47.38 KiB in 0.0014 sec., 572142.8571428572 rows/sec., 33.05 MiB/sec. 2026.04.28 21:59:32.276743 [ 109 ] {} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.276772 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.276776 [ 4 ] {17f6cc83-fb2f-4794-882e-2e2ee2ddb002} TCPHandler: Processed in 0.001562109 sec. 2026.04.28 21:59:32.276851 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::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.04.28 21:59:32.276881 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.276935 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:32.276960 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 173 rows starting from the beginning of the part 2026.04.28 21:59:32.276972 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:32.277009 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 801 rows starting from the beginning of the part 2026.04.28 21:59:32.277009 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.28 21:59:32.277048 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:32.277085 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:32.277121 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.04.28 21:59:32.277156 [ 201 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 801 rows starting from the beginning of the part 2026.04.28 21:59:32.277385 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} oximeter.fields_u64 (2d53350d-e90a-450d-996e-4d855f01fc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.277419 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.277772 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.28 21:59:32.277994 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} oximeter.fields_u64 (2d53350d-e90a-450d-996e-4d855f01fc23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.278119 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} executeQuery: Read 1 rows, 72.00 B in 0.001136 sec., 880.2816901408451 rows/sec., 61.89 KiB/sec. 2026.04.28 21:59:32.278144 [ 193 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2222 rows, containing 5 columns (5 merged, 0 gathered) in 0.001306475 sec., 1700759.6777588548 rows/sec., 108.31 MiB/sec. 2026.04.28 21:59:32.278155 [ 4 ] {04fff1df-97bd-4194-ad9c-64aecdf7e451} TCPHandler: Processed in 0.001298484 sec. 2026.04.28 21:59:32.278284 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.278293 [ 193 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:32.278379 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:32.278420 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:32.278533 [ 193 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.278602 [ 193 ] {dcc380b4-d3d1-4746-b384-7af9fa675136::all_1_11_2} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:32.278658 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.28 21:59:32.279259 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.279294 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.279651 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.28 21:59:32.279878 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.280007 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} executeQuery: Read 1303 rows, 89.16 KiB in 0.001646 sec., 791616.0388821386 rows/sec., 52.90 MiB/sec. 2026.04.28 21:59:32.280045 [ 4 ] {e8400574-df46-40c7-a088-c8174c64c095} TCPHandler: Processed in 0.001808414 sec. 2026.04.28 21:59:32.280160 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.280257 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:32.280300 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:32.281014 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.281052 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.281492 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.28 21:59:32.281717 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.281849 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} executeQuery: Read 1496 rows, 92.90 KiB in 0.001611 sec., 928615.7666045934 rows/sec., 56.32 MiB/sec. 2026.04.28 21:59:32.281885 [ 4 ] {34bc74ab-7003-4a6d-aa8a-330b8dfc9e67} TCPHandler: Processed in 0.001773494 sec. 2026.04.28 21:59:32.282006 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.282101 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:32.282155 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:32.282884 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.282921 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.283445 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:32.283667 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.283804 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} executeQuery: Read 24 rows, 44.04 KiB in 0.001738 sec., 13808.97583429229 rows/sec., 24.75 MiB/sec. 2026.04.28 21:59:32.283855 [ 4 ] {8809852f-9612-4e10-a511-07ff5417571a} TCPHandler: Processed in 0.001917527 sec. 2026.04.28 21:59:32.283975 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:32.284065 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:32.284104 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:32.284407 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:32.284442 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:32.284810 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.28 21:59:32.285027 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:32.285156 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} executeQuery: Read 12 rows, 848.00 B in 0.001074 sec., 11173.184357541899 rows/sec., 771.07 KiB/sec. 2026.04.28 21:59:32.285191 [ 4 ] {4566e629-736b-4372-9671-1ceecb247d0e} TCPHandler: Processed in 0.001236633 sec. 2026.04.28 21:59:34.431096 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 488 2026.04.28 21:59:34.434094 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:34.434143 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:34.435356 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:59:34.435630 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:34.435882 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 488 2026.04.28 21:59:36.916568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7130 2026.04.28 21:59:36.917109 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.917155 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.917646 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:36.917876 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.918008 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7130 2026.04.28 21:59:36.962163 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:36.962529 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:36.963057 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:36.963093 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:36.963311 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:36.963380 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:36.963522 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.28 21:59:36.963623 [ 322 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:36.963624 [ 342 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:36.963623 [ 318 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:36.963752 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:36.963775 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:36.963865 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:36.963884 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:36.963919 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:36.963958 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:36.963993 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:36.965360 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} executeQuery: Read 50 rows, 10.68 KiB in 0.002981 sec., 16772.895001677287 rows/sec., 3.50 MiB/sec. 2026.04.28 21:59:36.965502 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} MemoryTracker: Peak memory usage (for query): 138.27 KiB. 2026.04.28 21:59:36.965518 [ 4 ] {93dae72e-912f-4eb5-8c7b-ef245ad9c796} TCPHandler: Processed in 0.003533387 sec. 2026.04.28 21:59:36.967066 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:36.967194 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:36.967246 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:36.967965 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.968013 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.968400 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.28 21:59:36.968635 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.968780 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} executeQuery: Read 56 rows, 4.41 KiB in 0.001624 sec., 34482.75862068965 rows/sec., 2.65 MiB/sec. 2026.04.28 21:59:36.968780 [ 103 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.28 21:59:36.968818 [ 4 ] {22cdd1af-4aec-41c9-b8b2-94167e1ce11c} TCPHandler: Processed in 0.001813665 sec. 2026.04.28 21:59:36.968858 [ 103 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.968887 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.968964 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:36.968989 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:59:36.969068 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:36.969101 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:36.969113 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:36.969138 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3356 rows starting from the beginning of the part 2026.04.28 21:59:36.969204 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 851 rows starting from the beginning of the part 2026.04.28 21:59:36.969252 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 86 rows starting from the beginning of the part 2026.04.28 21:59:36.969296 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 849 rows starting from the beginning of the part 2026.04.28 21:59:36.969338 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2431 rows starting from the beginning of the part 2026.04.28 21:59:36.969377 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 21:59:36.969601 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.969644 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.969955 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.28 21:59:36.970199 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.970322 [ 103 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.28 21:59:36.970332 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} executeQuery: Read 64 rows, 5.12 KiB in 0.001286 sec., 49766.71850699844 rows/sec., 3.88 MiB/sec. 2026.04.28 21:59:36.970363 [ 103 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.970384 [ 4 ] {18e736cd-30b4-4f73-b18c-86986e3d9c06} TCPHandler: Processed in 0.001469118 sec. 2026.04.28 21:59:36.970388 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.970511 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:36.970515 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:59:36.970612 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:36.970612 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:36.970651 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1829 rows starting from the beginning of the part 2026.04.28 21:59:36.970656 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:36.970703 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 520 rows starting from the beginning of the part 2026.04.28 21:59:36.970746 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 79 rows starting from the beginning of the part 2026.04.28 21:59:36.970793 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 516 rows starting from the beginning of the part 2026.04.28 21:59:36.970832 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1303 rows starting from the beginning of the part 2026.04.28 21:59:36.970871 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 21:59:36.971063 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.971109 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.971567 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.28 21:59:36.971637 [ 199 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7629 rows, containing 5 columns (5 merged, 0 gathered) in 0.002693011 sec., 2832888.54000225 rows/sec., 225.39 MiB/sec. 2026.04.28 21:59:36.971801 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.971920 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.28 21:59:36.971946 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} executeQuery: Read 128 rows, 9.13 KiB in 0.001353 sec., 94604.58240946046 rows/sec., 6.59 MiB/sec. 2026.04.28 21:59:36.971949 [ 104 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.28 21:59:36.971988 [ 4 ] {52842303-87e2-4b88-bb0b-17c4d9a64ebb} TCPHandler: Processed in 0.001526618 sec. 2026.04.28 21:59:36.972004 [ 104 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.972034 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.972112 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:36.972127 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:36.972160 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.972215 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:36.972234 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:36.972279 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6732 rows starting from the beginning of the part 2026.04.28 21:59:36.972226 [ 196 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_21_4} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.28 21:59:36.972318 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:36.972353 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 267 rows starting from the beginning of the part 2026.04.28 21:59:36.972375 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2026.04.28 21:59:36.972402 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:36.972434 [ 199 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4311 rows, containing 5 columns (5 merged, 0 gathered) in 0.001957217 sec., 2202617.2877100497 rows/sec., 159.62 MiB/sec. 2026.04.28 21:59:36.972448 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 265 rows starting from the beginning of the part 2026.04.28 21:59:36.972553 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1496 rows starting from the beginning of the part 2026.04.28 21:59:36.972594 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 21:59:36.972665 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.972705 [ 199 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.28 21:59:36.972707 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.973045 [ 199 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.973093 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.28 21:59:36.973128 [ 199 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_21_4} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.28 21:59:36.973234 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.28 21:59:36.973341 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.973472 [ 104 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.28 21:59:36.973482 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} executeQuery: Read 48 rows, 3.31 KiB in 0.001267 sec., 37884.76716653512 rows/sec., 2.55 MiB/sec. 2026.04.28 21:59:36.973513 [ 104 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:36.973534 [ 4 ] {5f2ea97e-a662-48f7-bb85-f66ce36e60ad} TCPHandler: Processed in 0.001454528 sec. 2026.04.28 21:59:36.973537 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:36.973627 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:36.973710 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:36.973733 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1050 rows starting from the beginning of the part 2026.04.28 21:59:36.973772 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part 2026.04.28 21:59:36.973804 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:36.973834 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2026.04.28 21:59:36.973861 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:36.973889 [ 193 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 21:59:36.974644 [ 199 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 4 columns (4 merged, 0 gathered) in 0.001107971 sec., 1218443.4430143028 rows/sec., 79.14 MiB/sec. 2026.04.28 21:59:36.974908 [ 196 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.28 21:59:36.975165 [ 196 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.975229 [ 196 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_21_4} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.28 21:59:36.975295 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.28 21:59:36.975559 [ 196 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9048 rows, containing 5 columns (5 merged, 0 gathered) in 0.003476946 sec., 2602283.728306393 rows/sec., 169.32 MiB/sec. 2026.04.28 21:59:36.975715 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.28 21:59:36.975955 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:36.976014 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_21_4} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.28 21:59:36.976077 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2026.04.28 21:59:37.295295 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.28 21:59:37.312157 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:37.312217 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:37.318685 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.28 21:59:37.319361 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:37.322105 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.28 21:59:38.000303 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.17 MiB, peak 235.75 MiB, free memory in arenas 0.00 B, will set to 230.60 MiB (RSS), difference: 1.43 MiB 2026.04.28 21:59:41.967806 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.968056 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:41.968457 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:41.968503 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:41.968792 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:41.968873 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:41.969029 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 21:59:41.969146 [ 322 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:41.969162 [ 327 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:41.969193 [ 305 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:41.969341 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:41.969369 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:41.969454 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:41.969475 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:41.969508 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:41.969552 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:41.969588 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:41.970779 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} executeQuery: Read 50 rows, 10.68 KiB in 0.002834 sec., 17642.90755116443 rows/sec., 3.68 MiB/sec. 2026.04.28 21:59:41.970898 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} MemoryTracker: Peak memory usage (for query): 147.60 KiB. 2026.04.28 21:59:41.970917 [ 4 ] {40a7089b-be65-4632-b6d5-5718f459a0d9} TCPHandler: Processed in 0.003241202 sec. 2026.04.28 21:59:41.976456 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.976571 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.976618 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:59:41.977165 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.977209 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.977600 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:59:41.977834 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.977982 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} executeQuery: Read 284 rows, 18.47 KiB in 0.001443 sec., 196812.1968121968 rows/sec., 12.50 MiB/sec. 2026.04.28 21:59:41.978021 [ 4 ] {5a44ee30-8fcb-45e3-800d-0fd36172b833} TCPHandler: Processed in 0.00161876 sec. 2026.04.28 21:59:41.978142 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.978238 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:41.978278 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:41.978936 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.978974 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.979353 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.28 21:59:41.979575 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.979703 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} executeQuery: Read 849 rows, 67.74 KiB in 0.001484 sec., 572102.4258760108 rows/sec., 44.58 MiB/sec. 2026.04.28 21:59:41.979739 [ 4 ] {b88cb6a0-61ef-474c-8afd-e50426f6b4ca} TCPHandler: Processed in 0.001646611 sec. 2026.04.28 21:59:41.979855 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.979951 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.979992 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:41.980411 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.980447 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.980757 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.28 21:59:41.980986 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.981116 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} executeQuery: Read 168 rows, 10.50 KiB in 0.001184 sec., 141891.8918918919 rows/sec., 8.66 MiB/sec. 2026.04.28 21:59:41.981155 [ 4 ] {3d21619c-4893-4562-92f8-16e26a1d7973} TCPHandler: Processed in 0.001347366 sec. 2026.04.28 21:59:41.981268 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.981363 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.981403 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:41.981815 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.981853 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.982153 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:41.982371 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.982499 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} executeQuery: Read 149 rows, 9.86 KiB in 0.001154 sec., 129116.1178509532 rows/sec., 8.34 MiB/sec. 2026.04.28 21:59:41.982541 [ 4 ] {efe32cbb-fed6-4fbc-b394-26fa6623e15c} TCPHandler: Processed in 0.001321935 sec. 2026.04.28 21:59:41.982657 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.982751 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.982791 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:59:41.983211 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.983249 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.983559 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:59:41.983783 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.983910 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} executeQuery: Read 148 rows, 8.62 KiB in 0.001178 sec., 125636.67232597624 rows/sec., 7.15 MiB/sec. 2026.04.28 21:59:41.983947 [ 4 ] {deb8c5c5-c849-4e32-8683-20044aeace37} TCPHandler: Processed in 0.001339235 sec. 2026.04.28 21:59:41.984066 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.984160 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:41.984201 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:41.984759 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.984797 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.985118 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.28 21:59:41.985340 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.985468 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} executeQuery: Read 516 rows, 37.26 KiB in 0.001325 sec., 389433.96226415096 rows/sec., 27.46 MiB/sec. 2026.04.28 21:59:41.985506 [ 4 ] {3d34f26c-5052-4cbc-809d-d6b5ae7e8d66} TCPHandler: Processed in 0.001488908 sec. 2026.04.28 21:59:41.985619 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.985713 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:59:41.985755 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:59:41.986087 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.986124 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.986428 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:59:41.986650 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.986779 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2026.04.28 21:59:41.986816 [ 4 ] {f7c122cf-4f2e-4282-a07e-090f5beb4602} TCPHandler: Processed in 0.001245593 sec. 2026.04.28 21:59:41.986926 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.987022 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.987065 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:41.987452 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.987489 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.987818 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.28 21:59:41.988035 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.988169 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} executeQuery: Read 265 rows, 18.03 KiB in 0.001166 sec., 227272.7272727273 rows/sec., 15.10 MiB/sec. 2026.04.28 21:59:41.988206 [ 4 ] {27dbc7fb-d0c0-4b81-b7f1-4b415511a533} TCPHandler: Processed in 0.001327534 sec. 2026.04.28 21:59:41.988320 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.988416 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.988459 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:59:41.988773 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.988810 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.989107 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.28 21:59:41.989332 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.989459 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2026.04.28 21:59:41.989495 [ 4 ] {1521da52-5c1e-4d12-b75a-8b9b84658795} TCPHandler: Processed in 0.001222483 sec. 2026.04.28 21:59:41.989605 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.989701 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.989756 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:41.990499 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.990538 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.991060 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.28 21:59:41.991291 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.991430 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} executeQuery: Read 26 rows, 47.71 KiB in 0.001747 sec., 14882.655981682885 rows/sec., 26.67 MiB/sec. 2026.04.28 21:59:41.991481 [ 4 ] {888db722-3f1b-47cc-b96f-a720c72e5f61} TCPHandler: Processed in 0.001923577 sec. 2026.04.28 21:59:41.991601 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:41.991696 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:41.991739 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:41.992064 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:41.992101 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:41.992416 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.28 21:59:41.992635 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:41.992761 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} executeQuery: Read 90 rows, 5.77 KiB in 0.001083 sec., 83102.49307479225 rows/sec., 5.20 MiB/sec. 2026.04.28 21:59:41.992796 [ 4 ] {e27cbcd0-37cb-425d-bfa9-1dff193f0eca} TCPHandler: Processed in 0.001245273 sec. 2026.04.28 21:59:44.341109 [ 33 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:59:44.341178 [ 33 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:59:44.418883 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7642 2026.04.28 21:59:44.419429 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:44.419473 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:44.419962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:44.420200 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:44.420339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7642 2026.04.28 21:59:44.420335 [ 33 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:44.420432 [ 33 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:44.420466 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:44.420645 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::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.04.28 21:59:44.420851 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:44.420913 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5210 rows starting from the beginning of the part 2026.04.28 21:59:44.421011 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.04.28 21:59:44.421082 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.04.28 21:59:44.421123 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.04.28 21:59:44.421160 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.04.28 21:59:44.421197 [ 199 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.04.28 21:59:44.422526 [ 188 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7642 rows, containing 4 columns (4 merged, 0 gathered) in 0.001967598 sec., 3883923.443711571 rows/sec., 55.56 MiB/sec. 2026.04.28 21:59:44.423251 [ 195 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:44.423535 [ 195 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:44.423613 [ 195 ] {991a435f-d61f-4266-86f7-ad98fc8ca311::all_1_16_3} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:44.423696 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.28 21:59:44.436987 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 522 2026.04.28 21:59:44.439173 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:44.439213 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:44.440328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:44.440589 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:44.440713 [ 33 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:44.440757 [ 33 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:44.440778 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:44.440855 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::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.04.28 21:59:44.440892 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 522 2026.04.28 21:59:44.441256 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:44.441370 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 296 rows starting from the beginning of the part 2026.04.28 21:59:44.441673 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 62 rows starting from the beginning of the part 2026.04.28 21:59:44.441965 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2026.04.28 21:59:44.442262 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.04.28 21:59:44.442556 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.04.28 21:59:44.442883 [ 199 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.04.28 21:59:44.448905 [ 188 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 72 columns (72 merged, 0 gathered) in 0.008078093 sec., 64619.211489642425 rows/sec., 56.29 MiB/sec. 2026.04.28 21:59:44.449733 [ 187 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:44.450247 [ 187 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:44.450317 [ 187 ] {28f2bbc6-76da-409a-9f63-9c0a2c4ac64b::all_1_11_2} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:44.450476 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2026.04.28 21:59:44.822969 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.28 21:59:44.842174 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:44.842256 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:44.848940 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.28 21:59:44.849741 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:44.850092 [ 44 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.28 21:59:44.850166 [ 44 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:44.850186 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:44.850309 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:44.853488 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.28 21:59:44.854461 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:44.856057 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:44.860734 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:44.865500 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:44.870008 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::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.04.28 21:59:44.874941 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.04.28 21:59:44.879410 [ 192 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.04.28 21:59:44.936205 [ 189 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.085953138 sec., 1407.7438336224561 rows/sec., 7.28 MiB/sec. 2026.04.28 21:59:44.938783 [ 190 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.28 21:59:44.940933 [ 190 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:44.941051 [ 190 ] {607546ce-2969-4f80-ba5c-f55749e61b5c::all_1_16_3} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.28 21:59:44.943112 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.04.28 21:59:45.001189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 231.83 MiB, peak 241.81 MiB, free memory in arenas 0.00 B, will set to 242.28 MiB (RSS), difference: 10.45 MiB 2026.04.28 21:59:45.002352 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000911307 sec. 2026.04.28 21:59:46.963050 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.963411 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:46.963948 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:46.964018 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:46.964297 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:46.964372 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:46.964520 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:59:46.964612 [ 322 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:46.964640 [ 327 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:46.964652 [ 304 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:46.964781 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:46.964810 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:46.964896 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:46.964915 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:46.964951 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:46.964986 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:46.965025 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:46.966222 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} executeQuery: Read 50 rows, 10.68 KiB in 0.00296 sec., 16891.891891891893 rows/sec., 3.52 MiB/sec. 2026.04.28 21:59:46.966372 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} MemoryTracker: Peak memory usage (for query): 138.46 KiB. 2026.04.28 21:59:46.966388 [ 4 ] {047c7728-c7e5-4a89-849a-e784be6bb9cb} TCPHandler: Processed in 0.003516917 sec. 2026.04.28 21:59:46.968363 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.968572 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:46.968657 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:46.969370 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:46.969407 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:46.969789 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.28 21:59:46.970036 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:46.970181 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} executeQuery: Read 86 rows, 7.40 KiB in 0.001669 sec., 51527.86099460755 rows/sec., 4.33 MiB/sec. 2026.04.28 21:59:46.970219 [ 4 ] {b3826118-35db-4fb2-abeb-10bfb28a1a7b} TCPHandler: Processed in 0.001958897 sec. 2026.04.28 21:59:46.970347 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.970445 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:46.970487 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:46.970896 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:46.970930 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:46.971221 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.28 21:59:46.971437 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:46.971567 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} executeQuery: Read 15 rows, 1.13 KiB in 0.001142 sec., 13134.851138353766 rows/sec., 987.68 KiB/sec. 2026.04.28 21:59:46.971604 [ 4 ] {729e23b9-1e04-4459-91ac-f71ce8b69ba4} TCPHandler: Processed in 0.001307634 sec. 2026.04.28 21:59:46.971721 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.971815 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:46.971855 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:46.972261 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:46.972297 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:46.972610 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.28 21:59:46.972825 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:46.972949 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} executeQuery: Read 79 rows, 6.32 KiB in 0.001152 sec., 68576.38888888889 rows/sec., 5.35 MiB/sec. 2026.04.28 21:59:46.972986 [ 4 ] {b0d4bb17-272f-48c1-9c92-dfd285f6ab37} TCPHandler: Processed in 0.001314165 sec. 2026.04.28 21:59:46.973118 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.973213 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:46.973257 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:46.973698 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:46.973734 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:46.974078 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.28 21:59:46.974316 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:46.974445 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.04.28 21:59:46.974481 [ 4 ] {af8722c0-a80c-4f40-b5ce-f73a85c6c852} TCPHandler: Processed in 0.001414217 sec. 2026.04.28 21:59:46.974608 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.974704 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:46.974758 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:46.975501 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:46.975539 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:46.976074 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.28 21:59:46.976303 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:46.976446 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} executeQuery: Read 15 rows, 27.52 KiB in 0.00176 sec., 8522.727272727272 rows/sec., 15.27 MiB/sec. 2026.04.28 21:59:46.976496 [ 4 ] {bd1481d9-3c15-4158-91b9-df31538536d5} TCPHandler: Processed in 0.001935797 sec. 2026.04.28 21:59:46.976620 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:46.976715 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:46.976757 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:46.977100 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:46.977134 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:46.977447 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.28 21:59:46.977661 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:46.977788 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.04.28 21:59:46.977825 [ 4 ] {ab55d387-4e1d-4812-9c8c-7a7ee14b8e89} TCPHandler: Processed in 0.001254174 sec. 2026.04.28 21:59:49.833526 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44259 2026.04.28 21:59:49.833683 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.833715 [ 288 ] {} TCP-Session: 7cd1d3d6-2a77-4c6e-9ece-68f481594fdc Authenticating user 'default' from [fd00:1122:3344:101::e]:44259 2026.04.28 21:59:49.833740 [ 288 ] {} TCP-Session: 7cd1d3d6-2a77-4c6e-9ece-68f481594fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.833757 [ 288 ] {} TCP-Session: 7cd1d3d6-2a77-4c6e-9ece-68f481594fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.833953 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37296 2026.04.28 21:59:49.833993 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44135 2026.04.28 21:59:49.834003 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35465 2026.04.28 21:59:49.834046 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52529 2026.04.28 21:59:49.834020 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55657 2026.04.28 21:59:49.833996 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34189 2026.04.28 21:59:49.834149 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.833994 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48534 2026.04.28 21:59:49.834202 [ 289 ] {} TCP-Session: 47c18238-78c0-4d29-bc67-233231fa5e9b Authenticating user 'default' from [fd00:1122:3344:101::e]:37296 2026.04.28 21:59:49.834015 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55009 2026.04.28 21:59:49.834246 [ 289 ] {} TCP-Session: 47c18238-78c0-4d29-bc67-233231fa5e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834134 [ 288 ] {} TCP-Session: 7cd1d3d6-2a77-4c6e-9ece-68f481594fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:49.834283 [ 289 ] {} TCP-Session: 47c18238-78c0-4d29-bc67-233231fa5e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834449 [ 288 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} executeQuery: (from [fd00:1122:3344:101::e]:44259) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:59:49.834452 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834460 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834510 [ 286 ] {} TCP-Session: ea862762-48a3-4109-b9c4-7f65aad25278 Authenticating user 'default' from [fd00:1122:3344:101::e]:52529 2026.04.28 21:59:49.834531 [ 291 ] {} TCP-Session: bc9f22db-ec1c-41e7-9814-35fbcb82878c Authenticating user 'default' from [fd00:1122:3344:101::e]:34189 2026.04.28 21:59:49.834543 [ 286 ] {} TCP-Session: ea862762-48a3-4109-b9c4-7f65aad25278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834564 [ 291 ] {} TCP-Session: bc9f22db-ec1c-41e7-9814-35fbcb82878c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834574 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834576 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834616 [ 294 ] {} TCP-Session: 7387f89b-ac8c-4592-b045-e0344f095387 Authenticating user 'default' from [fd00:1122:3344:101::e]:55009 2026.04.28 21:59:49.834589 [ 291 ] {} TCP-Session: bc9f22db-ec1c-41e7-9814-35fbcb82878c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834651 [ 294 ] {} TCP-Session: 7387f89b-ac8c-4592-b045-e0344f095387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834642 [ 293 ] {} TCP-Session: 56d88c31-7d87-4188-90ca-2a8454dacae0 Authenticating user 'default' from [fd00:1122:3344:101::e]:35465 2026.04.28 21:59:49.834679 [ 294 ] {} TCP-Session: 7387f89b-ac8c-4592-b045-e0344f095387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834698 [ 293 ] {} TCP-Session: 56d88c31-7d87-4188-90ca-2a8454dacae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834708 [ 288 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:59:49.834729 [ 293 ] {} TCP-Session: 56d88c31-7d87-4188-90ca-2a8454dacae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834568 [ 286 ] {} TCP-Session: ea862762-48a3-4109-b9c4-7f65aad25278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834779 [ 288 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:49.834809 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834851 [ 3 ] {} TCP-Session: 2e2b3046-a4f4-4cfe-9e1e-57fc3c81f088 Authenticating user 'default' from [fd00:1122:3344:101::e]:55657 2026.04.28 21:59:49.834855 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834868 [ 3 ] {} TCP-Session: 2e2b3046-a4f4-4cfe-9e1e-57fc3c81f088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834899 [ 3 ] {} TCP-Session: 2e2b3046-a4f4-4cfe-9e1e-57fc3c81f088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834899 [ 292 ] {} TCP-Session: de3f2825-9040-4415-a616-84cd8417fd29 Authenticating user 'default' from [fd00:1122:3344:101::e]:44135 2026.04.28 21:59:49.834919 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:49.834937 [ 292 ] {} TCP-Session: de3f2825-9040-4415-a616-84cd8417fd29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834961 [ 290 ] {} TCP-Session: 40f085d4-788f-464b-b7d6-b62b98863fa7 Authenticating user 'default' from [fd00:1122:3344:101::e]:48534 2026.04.28 21:59:49.834964 [ 292 ] {} TCP-Session: de3f2825-9040-4415-a616-84cd8417fd29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.834990 [ 290 ] {} TCP-Session: 40f085d4-788f-464b-b7d6-b62b98863fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.835011 [ 290 ] {} TCP-Session: 40f085d4-788f-464b-b7d6-b62b98863fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.835059 [ 288 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:59:49.836155 [ 326 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} AggregatingTransform: Aggregating 2026.04.28 21:59:49.836185 [ 326 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} Aggregator: Aggregation method: without_key 2026.04.28 21:59:49.836213 [ 326 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001053 sec. (949.668 rows/sec., 37.10 KiB/sec.) 2026.04.28 21:59:49.836226 [ 326 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} Aggregator: Merging aggregated data 2026.04.28 21:59:49.837383 [ 288 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} executeQuery: Read 1 rows, 40.00 B in 0.00299 sec., 334.44816053511704 rows/sec., 13.06 KiB/sec. 2026.04.28 21:59:49.837506 [ 288 ] {7e256a7e-2c51-42bc-93b3-6c7c574c59f7} TCPHandler: Processed in 0.003490656 sec. 2026.04.28 21:59:49.837635 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837659 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837672 [ 288 ] {} TCP-Session: 7cd1d3d6-2a77-4c6e-9ece-68f481594fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837676 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837710 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837742 [ 289 ] {} TCP-Session: 47c18238-78c0-4d29-bc67-233231fa5e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837746 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837773 [ 292 ] {} TCP-Session: de3f2825-9040-4415-a616-84cd8417fd29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837772 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837808 [ 291 ] {} TCP-Session: bc9f22db-ec1c-41e7-9814-35fbcb82878c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837762 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837844 [ 293 ] {} TCP-Session: 56d88c31-7d87-4188-90ca-2a8454dacae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837725 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837876 [ 3 ] {} TCP-Session: 2e2b3046-a4f4-4cfe-9e1e-57fc3c81f088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837700 [ 286 ] {} TCP-Session: ea862762-48a3-4109-b9c4-7f65aad25278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837913 [ 294 ] {} TCP-Session: 7387f89b-ac8c-4592-b045-e0344f095387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:49.837697 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:49.837964 [ 290 ] {} TCP-Session: 40f085d4-788f-464b-b7d6-b62b98863fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268102 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61568 2026.04.28 21:59:51.268217 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.268243 [ 286 ] {} TCP-Session: 8b51bb0e-fd2e-4a44-8892-7640359d9131 Authenticating user 'default' from [fd00:1122:3344:101::e]:61568 2026.04.28 21:59:51.268265 [ 286 ] {} TCP-Session: 8b51bb0e-fd2e-4a44-8892-7640359d9131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268278 [ 286 ] {} TCP-Session: 8b51bb0e-fd2e-4a44-8892-7640359d9131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268467 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61361 2026.04.28 21:59:51.268500 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52230 2026.04.28 21:59:51.268517 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46273 2026.04.28 21:59:51.268536 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47683 2026.04.28 21:59:51.268512 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40669 2026.04.28 21:59:51.268622 [ 286 ] {} TCP-Session: 8b51bb0e-fd2e-4a44-8892-7640359d9131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.268659 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.268666 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.268610 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.268707 [ 294 ] {} TCP-Session: c0f69a35-8059-48ab-aa5a-7d3466ac123c Authenticating user 'default' from [fd00:1122:3344:101::e]:47683 2026.04.28 21:59:51.268724 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.268748 [ 294 ] {} TCP-Session: c0f69a35-8059-48ab-aa5a-7d3466ac123c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268752 [ 291 ] {} TCP-Session: ff72eeae-329d-48f8-8d3f-88bcae682ba6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52230 2026.04.28 21:59:51.268773 [ 292 ] {} TCP-Session: 396f2a4c-becc-474f-9e7a-f345b17d5fd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40669 2026.04.28 21:59:51.268772 [ 294 ] {} TCP-Session: c0f69a35-8059-48ab-aa5a-7d3466ac123c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268809 [ 291 ] {} TCP-Session: ff72eeae-329d-48f8-8d3f-88bcae682ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268818 [ 292 ] {} TCP-Session: 396f2a4c-becc-474f-9e7a-f345b17d5fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268851 [ 291 ] {} TCP-Session: ff72eeae-329d-48f8-8d3f-88bcae682ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268815 [ 286 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} executeQuery: (from [fd00:1122:3344:101::e]:61568) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:59:51.268881 [ 292 ] {} TCP-Session: 396f2a4c-becc-474f-9e7a-f345b17d5fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268478 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59937 2026.04.28 21:59:51.268482 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42651 2026.04.28 21:59:51.268473 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64724 2026.04.28 21:59:51.269002 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.268620 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.269038 [ 289 ] {} TCP-Session: d72c7420-3996-4b95-9dc7-f3dd4c66ff68 Authenticating user 'default' from [fd00:1122:3344:101::e]:59937 2026.04.28 21:59:51.269061 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.269072 [ 287 ] {} TCP-Session: c8e88dcf-7620-4eb9-b3e6-9b9fa48b553a Authenticating user 'default' from [fd00:1122:3344:101::e]:61361 2026.04.28 21:59:51.269084 [ 289 ] {} TCP-Session: d72c7420-3996-4b95-9dc7-f3dd4c66ff68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269095 [ 288 ] {} TCP-Session: d3f17918-3883-493e-84b6-d39434a034e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64724 2026.04.28 21:59:51.269115 [ 289 ] {} TCP-Session: d72c7420-3996-4b95-9dc7-f3dd4c66ff68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269132 [ 288 ] {} TCP-Session: d3f17918-3883-493e-84b6-d39434a034e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269026 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.269151 [ 286 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:59:51.269157 [ 288 ] {} TCP-Session: d3f17918-3883-493e-84b6-d39434a034e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269184 [ 290 ] {} TCP-Session: c8c645b2-7743-48c3-828c-b8b8282c0d27 Authenticating user 'default' from [fd00:1122:3344:101::e]:42651 2026.04.28 21:59:51.269105 [ 287 ] {} TCP-Session: c8e88dcf-7620-4eb9-b3e6-9b9fa48b553a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269223 [ 290 ] {} TCP-Session: c8c645b2-7743-48c3-828c-b8b8282c0d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269228 [ 286 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:51.269249 [ 290 ] {} TCP-Session: c8c645b2-7743-48c3-828c-b8b8282c0d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269240 [ 287 ] {} TCP-Session: c8e88dcf-7620-4eb9-b3e6-9b9fa48b553a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.268697 [ 293 ] {} TCP-Session: a2232e18-8657-4ce0-ba55-04410e32b2bb Authenticating user 'default' from [fd00:1122:3344:101::e]:46273 2026.04.28 21:59:51.269311 [ 293 ] {} TCP-Session: a2232e18-8657-4ce0-ba55-04410e32b2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269324 [ 293 ] {} TCP-Session: a2232e18-8657-4ce0-ba55-04410e32b2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.269528 [ 286 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:59:51.270433 [ 295 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} AggregatingTransform: Aggregating 2026.04.28 21:59:51.270465 [ 295 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} Aggregator: Aggregation method: without_key 2026.04.28 21:59:51.270496 [ 295 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000857426 sec. (1166.281 rows/sec., 45.56 KiB/sec.) 2026.04.28 21:59:51.270511 [ 295 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} Aggregator: Merging aggregated data 2026.04.28 21:59:51.271882 [ 286 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} executeQuery: Read 1 rows, 40.00 B in 0.003122 sec., 320.30749519538756 rows/sec., 12.51 KiB/sec. 2026.04.28 21:59:51.272017 [ 286 ] {072e4efe-dda7-4452-b29a-5a2371cd2d94} TCPHandler: Processed in 0.003506847 sec. 2026.04.28 21:59:51.272142 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272172 [ 286 ] {} TCP-Session: 8b51bb0e-fd2e-4a44-8892-7640359d9131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272173 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272190 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272211 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272231 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272252 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272263 [ 288 ] {} TCP-Session: d3f17918-3883-493e-84b6-d39434a034e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272270 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272288 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272306 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.272344 [ 293 ] {} TCP-Session: a2232e18-8657-4ce0-ba55-04410e32b2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272332 [ 289 ] {} TCP-Session: d72c7420-3996-4b95-9dc7-f3dd4c66ff68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272381 [ 291 ] {} TCP-Session: ff72eeae-329d-48f8-8d3f-88bcae682ba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272295 [ 294 ] {} TCP-Session: c0f69a35-8059-48ab-aa5a-7d3466ac123c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272280 [ 290 ] {} TCP-Session: c8c645b2-7743-48c3-828c-b8b8282c0d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272252 [ 292 ] {} TCP-Session: 396f2a4c-becc-474f-9e7a-f345b17d5fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.272234 [ 287 ] {} TCP-Session: c8e88dcf-7620-4eb9-b3e6-9b9fa48b553a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278084 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63842 2026.04.28 21:59:51.278150 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278171 [ 286 ] {} TCP-Session: 34284421-d043-41cd-b71d-6b5eb390bfd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63842 2026.04.28 21:59:51.278187 [ 286 ] {} TCP-Session: 34284421-d043-41cd-b71d-6b5eb390bfd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278199 [ 286 ] {} TCP-Session: 34284421-d043-41cd-b71d-6b5eb390bfd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278405 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55401 2026.04.28 21:59:51.278417 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35300 2026.04.28 21:59:51.278439 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61587 2026.04.28 21:59:51.278476 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62500 2026.04.28 21:59:51.278498 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278517 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278528 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278552 [ 288 ] {} TCP-Session: e4bb4c1a-1121-4051-ab2f-6174ceda802a Authenticating user 'default' from [fd00:1122:3344:101::e]:35300 2026.04.28 21:59:51.278565 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278583 [ 288 ] {} TCP-Session: e4bb4c1a-1121-4051-ab2f-6174ceda802a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278610 [ 291 ] {} TCP-Session: 497abb6d-1794-4a37-9540-8c44e81f1a76 Authenticating user 'default' from [fd00:1122:3344:101::e]:62500 2026.04.28 21:59:51.278615 [ 288 ] {} TCP-Session: e4bb4c1a-1121-4051-ab2f-6174ceda802a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278513 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32869 2026.04.28 21:59:51.278450 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35989 2026.04.28 21:59:51.278483 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49396 2026.04.28 21:59:51.278644 [ 291 ] {} TCP-Session: 497abb6d-1794-4a37-9540-8c44e81f1a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278739 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278735 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278770 [ 290 ] {} TCP-Session: e0e6c51b-664f-43ab-a394-6393890854fd Authenticating user 'default' from [fd00:1122:3344:101::e]:35989 2026.04.28 21:59:51.278763 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.278792 [ 290 ] {} TCP-Session: e0e6c51b-664f-43ab-a394-6393890854fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278790 [ 294 ] {} TCP-Session: 8589a888-0d58-4dea-abea-981b739f2169 Authenticating user 'default' from [fd00:1122:3344:101::e]:32869 2026.04.28 21:59:51.278815 [ 290 ] {} TCP-Session: e0e6c51b-664f-43ab-a394-6393890854fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278808 [ 292 ] {} TCP-Session: bb4c9fea-8231-4fef-8e31-6a3a6c9486de Authenticating user 'default' from [fd00:1122:3344:101::e]:49396 2026.04.28 21:59:51.278832 [ 294 ] {} TCP-Session: 8589a888-0d58-4dea-abea-981b739f2169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278852 [ 292 ] {} TCP-Session: bb4c9fea-8231-4fef-8e31-6a3a6c9486de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278872 [ 294 ] {} TCP-Session: 8589a888-0d58-4dea-abea-981b739f2169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278882 [ 292 ] {} TCP-Session: bb4c9fea-8231-4fef-8e31-6a3a6c9486de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278757 [ 291 ] {} TCP-Session: 497abb6d-1794-4a37-9540-8c44e81f1a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278574 [ 289 ] {} TCP-Session: ead0851b-7bd6-46b6-a569-c8130650b94a Authenticating user 'default' from [fd00:1122:3344:101::e]:61587 2026.04.28 21:59:51.278535 [ 287 ] {} TCP-Session: 59358222-e699-4f2c-9e85-d1cc7e5d40da Authenticating user 'default' from [fd00:1122:3344:101::e]:55401 2026.04.28 21:59:51.278971 [ 289 ] {} TCP-Session: ead0851b-7bd6-46b6-a569-c8130650b94a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278500 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43896 2026.04.28 21:59:51.279007 [ 289 ] {} TCP-Session: ead0851b-7bd6-46b6-a569-c8130650b94a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.279001 [ 287 ] {} TCP-Session: 59358222-e699-4f2c-9e85-d1cc7e5d40da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.278461 [ 286 ] {} TCP-Session: 34284421-d043-41cd-b71d-6b5eb390bfd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.279050 [ 287 ] {} TCP-Session: 59358222-e699-4f2c-9e85-d1cc7e5d40da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.279065 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.28 21:59:51.279111 [ 293 ] {} TCP-Session: f4ecd414-b5c5-49f3-89c2-2ae1b3e544c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43896 2026.04.28 21:59:51.279127 [ 293 ] {} TCP-Session: f4ecd414-b5c5-49f3-89c2-2ae1b3e544c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.279139 [ 293 ] {} TCP-Session: f4ecd414-b5c5-49f3-89c2-2ae1b3e544c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.279191 [ 286 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} executeQuery: (from [fd00:1122:3344:101::e]:63842) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.28 21:59:51.279370 [ 286 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.28 21:59:51.279414 [ 286 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:51.279640 [ 286 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} oximeter.version (006f68f1-5784-4977-a047-c35fcaa501a5) (SelectExecutor): Key condition: unknown 2026.04.28 21:59:51.280512 [ 298 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} AggregatingTransform: Aggregating 2026.04.28 21:59:51.280557 [ 298 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} Aggregator: Aggregation method: without_key 2026.04.28 21:59:51.280595 [ 298 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000870746 sec. (1148.441 rows/sec., 44.86 KiB/sec.) 2026.04.28 21:59:51.280613 [ 298 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} Aggregator: Merging aggregated data 2026.04.28 21:59:51.281930 [ 286 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} executeQuery: Read 1 rows, 40.00 B in 0.002774 sec., 360.49026676279743 rows/sec., 14.08 KiB/sec. 2026.04.28 21:59:51.282062 [ 286 ] {d7d33658-574f-44ca-8b53-6b3c6877bcaf} TCPHandler: Processed in 0.003658159 sec. 2026.04.28 21:59:51.282188 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282214 [ 286 ] {} TCP-Session: 34284421-d043-41cd-b71d-6b5eb390bfd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282221 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282247 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282255 [ 294 ] {} TCP-Session: 8589a888-0d58-4dea-abea-981b739f2169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282268 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282287 [ 288 ] {} TCP-Session: e4bb4c1a-1121-4051-ab2f-6174ceda802a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282294 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282320 [ 287 ] {} TCP-Session: 59358222-e699-4f2c-9e85-d1cc7e5d40da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282334 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282365 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282394 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282405 [ 289 ] {} TCP-Session: ead0851b-7bd6-46b6-a569-c8130650b94a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282419 [ 291 ] {} TCP-Session: 497abb6d-1794-4a37-9540-8c44e81f1a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282433 [ 293 ] {} TCP-Session: f4ecd414-b5c5-49f3-89c2-2ae1b3e544c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282354 [ 290 ] {} TCP-Session: e0e6c51b-664f-43ab-a394-6393890854fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.282343 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.28 21:59:51.282519 [ 292 ] {} TCP-Session: bb4c9fea-8231-4fef-8e31-6a3a6c9486de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.28 21:59:51.920477 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8090 2026.04.28 21:59:51.920969 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.921014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.921519 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:51.921777 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.921905 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8090 2026.04.28 21:59:51.968398 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.968714 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:51.969203 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:51.969258 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:51.969616 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:51.969688 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:51.969828 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 21:59:51.969936 [ 317 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:51.969953 [ 327 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:51.969936 [ 325 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:51.970089 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:51.970119 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:51.970203 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:51.970223 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:51.970256 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:51.970293 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:51.970326 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 21:59:51.971697 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} executeQuery: Read 50 rows, 10.68 KiB in 0.003131 sec., 15969.338869370808 rows/sec., 3.33 MiB/sec. 2026.04.28 21:59:51.971891 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} MemoryTracker: Peak memory usage (for query): 147.13 KiB. 2026.04.28 21:59:51.971910 [ 4 ] {a91373cb-63b7-47ab-ac1b-54b2d68330ff} TCPHandler: Processed in 0.00370949 sec. 2026.04.28 21:59:51.977200 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.977339 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.977395 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 21:59:51.978145 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.978201 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.978641 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:51.978895 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.979051 [ 26 ] {} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:51.979065 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} executeQuery: Read 284 rows, 18.47 KiB in 0.001767 sec., 160724.39162422184 rows/sec., 10.21 MiB/sec. 2026.04.28 21:59:51.979104 [ 26 ] {} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.979124 [ 4 ] {e490b5a3-6219-4193-bcbd-5efef2e682fb} TCPHandler: Processed in 0.001989438 sec. 2026.04.28 21:59:51.979135 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.979262 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::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.04.28 21:59:51.979275 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.979393 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:51.979399 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:51.979433 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2026.04.28 21:59:51.979456 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:51.979501 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:51.979552 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:51.979597 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:51.979659 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:51.979702 [ 188 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.04.28 21:59:51.980284 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.980328 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.980763 [ 189 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545129 sec., 1118353.2248763696 rows/sec., 75.60 MiB/sec. 2026.04.28 21:59:51.980770 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.28 21:59:51.980977 [ 191 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:51.981031 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.981185 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} executeQuery: Read 849 rows, 67.74 KiB in 0.001808 sec., 469579.64601769915 rows/sec., 36.59 MiB/sec. 2026.04.28 21:59:51.981225 [ 4 ] {e661a128-2af2-46b6-9552-fe3abe72f9cb} TCPHandler: Processed in 0.002001668 sec. 2026.04.28 21:59:51.981319 [ 191 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.981361 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.981408 [ 191 ] {30c15a0c-c927-4f38-9be4-5ec8dbfb2a35::all_1_11_2} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:51.981464 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.981510 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.04.28 21:59:51.981513 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:51.981995 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.982035 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.982373 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.28 21:59:51.982598 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.982712 [ 26 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.28 21:59:51.982739 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} executeQuery: Read 168 rows, 10.50 KiB in 0.001296 sec., 129629.62962962962 rows/sec., 7.91 MiB/sec. 2026.04.28 21:59:51.982750 [ 26 ] {} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.982783 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.982785 [ 4 ] {cec0642c-0198-4ec1-a58d-7b33896fa977} TCPHandler: Processed in 0.001474628 sec. 2026.04.28 21:59:51.982882 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::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.04.28 21:59:51.982923 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.982989 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:51.983022 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.983024 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 224 rows starting from the beginning of the part 2026.04.28 21:59:51.983072 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 21:59:51.983107 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 168 rows starting from the beginning of the part 2026.04.28 21:59:51.983155 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.04.28 21:59:51.983194 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 168 rows starting from the beginning of the part 2026.04.28 21:59:51.983242 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2026.04.28 21:59:51.983281 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 168 rows starting from the beginning of the part 2026.04.28 21:59:51.983537 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.983581 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.983915 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.28 21:59:51.984124 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.984132 [ 186 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 767 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321745 sec., 580293.4756704206 rows/sec., 38.48 MiB/sec. 2026.04.28 21:59:51.984259 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} executeQuery: Read 149 rows, 9.86 KiB in 0.001299 sec., 114703.6181678214 rows/sec., 7.41 MiB/sec. 2026.04.28 21:59:51.984293 [ 189 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.28 21:59:51.984299 [ 4 ] {89be5c57-7c06-4ba2-9bb4-e4e9ab44fb8f} TCPHandler: Processed in 0.001473558 sec. 2026.04.28 21:59:51.984425 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.984514 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.984610 [ 189 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.984619 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 21:59:51.984690 [ 189 ] {ad8dbec7-a4f7-421a-abd6-1f9cf76805af::all_1_21_4} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.28 21:59:51.984795 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.04.28 21:59:51.985113 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.985150 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.985496 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 21:59:51.985738 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.985851 [ 26 ] {} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 21:59:51.985876 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} executeQuery: Read 148 rows, 8.62 KiB in 0.001318 sec., 112291.35053110775 rows/sec., 6.39 MiB/sec. 2026.04.28 21:59:51.985889 [ 26 ] {} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.985919 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.985923 [ 4 ] {4e741f39-e0f5-4cd7-a164-e8de52aa8a90} TCPHandler: Processed in 0.001489008 sec. 2026.04.28 21:59:51.986022 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::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.04.28 21:59:51.986078 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.986126 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:51.986160 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2026.04.28 21:59:51.986177 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:51.986223 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:51.986223 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:51.986280 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:51.986320 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:51.986357 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:51.986395 [ 191 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.04.28 21:59:51.986843 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.986886 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.987258 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.28 21:59:51.987304 [ 189 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001322505 sec., 680526.7276872299 rows/sec., 41.48 MiB/sec. 2026.04.28 21:59:51.987474 [ 194 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 21:59:51.987505 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.987664 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} executeQuery: Read 516 rows, 37.26 KiB in 0.001505 sec., 342857.14285714284 rows/sec., 24.18 MiB/sec. 2026.04.28 21:59:51.987706 [ 4 ] {df5cae4a-c7dc-4772-aa4c-867fe5a4fe92} TCPHandler: Processed in 0.001676792 sec. 2026.04.28 21:59:51.987773 [ 194 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.987827 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.987858 [ 194 ] {2bafffe4-a9f9-4a14-8186-87b6141ff7d6::all_1_11_2} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 21:59:51.987930 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 21:59:51.987978 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 21:59:51.988002 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.28 21:59:51.988339 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.988381 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.988731 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:59:51.988966 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.989109 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} executeQuery: Read 6 rows, 321.00 B in 0.001197 sec., 5012.5313283208025 rows/sec., 261.89 KiB/sec. 2026.04.28 21:59:51.989205 [ 4 ] {711f6f86-5315-4f67-b4dd-84224b0e94f5} TCPHandler: Processed in 0.001424407 sec. 2026.04.28 21:59:51.989334 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.989428 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.989471 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:51.989896 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.989934 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.990304 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.28 21:59:51.990549 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.990693 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} executeQuery: Read 265 rows, 18.03 KiB in 0.001284 sec., 206386.29283489098 rows/sec., 13.71 MiB/sec. 2026.04.28 21:59:51.990732 [ 4 ] {6d6b9076-57de-4bea-b2eb-d842e3007d1b} TCPHandler: Processed in 0.001446688 sec. 2026.04.28 21:59:51.990864 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.990958 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.991001 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 21:59:51.991332 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.991371 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.991712 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.28 21:59:51.991931 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.992047 [ 26 ] {} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.28 21:59:51.992073 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} executeQuery: Read 1 rows, 69.00 B in 0.001134 sec., 881.8342151675485 rows/sec., 59.42 KiB/sec. 2026.04.28 21:59:51.992088 [ 26 ] {} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.992116 [ 4 ] {d8bf868f-e3d6-41a9-9003-7b9db2be3f94} TCPHandler: Processed in 0.001300774 sec. 2026.04.28 21:59:51.992116 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.992221 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:51.992252 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.992314 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:51.992345 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:51.992351 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.992395 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.28 21:59:51.992412 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:51.992442 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:51.992483 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:51.992521 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:51.992558 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::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.04.28 21:59:51.993257 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.993300 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.993309 [ 197 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001120971 sec., 8920.837381163296 rows/sec., 601.11 KiB/sec. 2026.04.28 21:59:51.993426 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.28 21:59:51.993720 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_10_2} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.993782 [ 194 ] {070618fe-0328-460f-8ab5-97d31db00151::all_1_10_2} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.28 21:59:51.993842 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.28 21:59:51.993906 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.28 21:59:51.994164 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.994286 [ 26 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.28 21:59:51.994318 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} executeQuery: Read 26 rows, 47.71 KiB in 0.001984 sec., 13104.838709677419 rows/sec., 23.48 MiB/sec. 2026.04.28 21:59:51.994324 [ 26 ] {} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.994361 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.994395 [ 4 ] {20025653-3f95-4c69-ba50-3755bf454d60} TCPHandler: Processed in 0.002191132 sec. 2026.04.28 21:59:51.994447 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::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.04.28 21:59:51.994532 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:51.994627 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:51.994643 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 21:59:51.994670 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:51.994695 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 265 rows starting from the beginning of the part 2026.04.28 21:59:51.994807 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:51.994915 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.04.28 21:59:51.995027 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:51.995034 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:51.995074 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:51.995124 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2026.04.28 21:59:51.995237 [ 189 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2026.04.28 21:59:51.995416 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.28 21:59:51.995668 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:51.995796 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} executeQuery: Read 90 rows, 5.77 KiB in 0.001188 sec., 75757.57575757576 rows/sec., 4.74 MiB/sec. 2026.04.28 21:59:51.995832 [ 4 ] {d9f2dcf8-dab5-4e7c-abc6-eda9f381cae9} TCPHandler: Processed in 0.001349946 sec. 2026.04.28 21:59:51.998969 [ 201 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 19 columns (19 merged, 0 gathered) in 0.004579766 sec., 83410.37511523515 rows/sec., 149.47 MiB/sec. 2026.04.28 21:59:51.999799 [ 198 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.28 21:59:52.000165 [ 198 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:52.000246 [ 198 ] {10480663-ee8f-4f76-9be1-7de2e46cf6de::all_1_21_4} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.28 21:59:52.000390 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2026.04.28 21:59:52.353636 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.04.28 21:59:52.369473 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:52.369547 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:52.375771 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.28 21:59:52.376579 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:52.379554 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.04.28 21:59:53.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.31 MiB, peak 252.68 MiB, free memory in arenas 0.00 B, will set to 246.73 MiB (RSS), difference: 1.42 MiB 2026.04.28 21:59:54.441165 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 566 2026.04.28 21:59:54.443732 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:54.443784 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:54.445112 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 21:59:54.445379 [ 243 ] {} system.query_log (28f2bbc6-76da-409a-9f63-9c0a2c4ac64b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:54.445639 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 566 2026.04.28 21:59:56.963334 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.963585 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:56.963937 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 21:59:56.963973 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.04.28 21:59:56.964194 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 21:59:56.964262 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 21:59:56.964402 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.28 21:59:56.964526 [ 325 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 21:59:56.964535 [ 317 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 21:59:56.964531 [ 335 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 21:59:56.964746 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 21:59:56.964783 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 21:59:56.964878 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 21:59:56.964901 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 21:59:56.964937 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:56.964974 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:56.965008 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.28 21:59:56.966331 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} executeQuery: Read 50 rows, 10.68 KiB in 0.002844 sec., 17580.87201125176 rows/sec., 3.67 MiB/sec. 2026.04.28 21:59:56.966464 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} MemoryTracker: Peak memory usage (for query): 138.77 KiB. 2026.04.28 21:59:56.966480 [ 4 ] {df85450d-7d3c-4459-aa78-72800c90da39} TCPHandler: Processed in 0.003283922 sec. 2026.04.28 21:59:56.968449 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.968560 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 21:59:56.968603 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 21:59:56.969123 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:56.969159 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:56.969528 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.28 21:59:56.969753 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:56.969896 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} executeQuery: Read 86 rows, 7.40 KiB in 0.001382 sec., 62228.65412445731 rows/sec., 5.23 MiB/sec. 2026.04.28 21:59:56.969932 [ 4 ] {e4c2e9d8-c8a6-4a66-8669-dc73c3302818} TCPHandler: Processed in 0.001548979 sec. 2026.04.28 21:59:56.970054 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.970143 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 21:59:56.970181 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 21:59:56.970554 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:56.970587 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:56.971005 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.28 21:59:56.971234 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:56.971383 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} executeQuery: Read 15 rows, 1.13 KiB in 0.001227 sec., 12224.938875305623 rows/sec., 919.26 KiB/sec. 2026.04.28 21:59:56.971426 [ 4 ] {8a9c9641-a75a-4f9a-91cb-fdd9276d2164} TCPHandler: Processed in 0.001396956 sec. 2026.04.28 21:59:56.971543 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.971639 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 21:59:56.971678 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 21:59:56.972124 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:56.972160 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:56.972473 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.28 21:59:56.972693 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:56.972834 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} executeQuery: Read 79 rows, 6.32 KiB in 0.001215 sec., 65020.576131687245 rows/sec., 5.08 MiB/sec. 2026.04.28 21:59:56.972872 [ 4 ] {5ad05da4-07ca-4626-b659-f0abeac6e371} TCPHandler: Processed in 0.001379446 sec. 2026.04.28 21:59:56.972991 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.973086 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:56.973129 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 21:59:56.973532 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:56.973567 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:56.973910 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.28 21:59:56.974123 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:56.974264 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.04.28 21:59:56.974300 [ 4 ] {03954c8f-9f53-44f5-a870-5289a1bfe87d} TCPHandler: Processed in 0.001358566 sec. 2026.04.28 21:59:56.974410 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.974505 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 21:59:56.974558 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 21:59:56.975291 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:56.975325 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:56.975849 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.28 21:59:56.976062 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:56.976205 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} executeQuery: Read 15 rows, 27.52 KiB in 0.001718 sec., 8731.082654249127 rows/sec., 15.65 MiB/sec. 2026.04.28 21:59:56.976263 [ 4 ] {e69c771d-5517-4829-8e7a-9bb04b74668c} TCPHandler: Processed in 0.001900986 sec. 2026.04.28 21:59:56.976388 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 21:59:56.976481 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 21:59:56.976523 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 21:59:56.976872 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:56.976907 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.28 21:59:56.977214 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.28 21:59:56.977427 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:56.977559 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.04.28 21:59:56.977594 [ 4 ] {f19b60d8-e9f6-493a-8a86-3b11fa5907df} TCPHandler: Processed in 0.001255084 sec. 2026.04.28 21:59:59.341216 [ 98 ] {} DNSResolver: Updating DNS cache 2026.04.28 21:59:59.341281 [ 98 ] {} DNSResolver: Updated DNS cache 2026.04.28 21:59:59.422408 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8602 2026.04.28 21:59:59.423141 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:59.423186 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 21:59:59.423703 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:59.423930 [ 244 ] {} system.asynchronous_metric_log (991a435f-d61f-4266-86f7-ad98fc8ca311): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:59.424066 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8602 2026.04.28 21:59:59.880022 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.04.28 21:59:59.896721 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 21:59:59.896789 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 21:59:59.903222 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.28 21:59:59.903936 [ 245 ] {} system.metric_log (607546ce-2969-4f80-ba5c-f55749e61b5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 21:59:59.906691 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.28 22:00:01.968568 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.968809 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} executeQuery: (from [fd00:1122:3344:101::d]:55832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 22:00:01.969155 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.28 22:00:01.969194 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 22:00:01.969450 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.28 22:00:01.969519 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.28 22:00:01.969664 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.28 22:00:01.969779 [ 309 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.28 22:00:01.969779 [ 313 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.28 22:00:01.969779 [ 325 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.28 22:00:01.969926 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (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.04.28 22:00:01.969954 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.28 22:00:01.970039 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.28 22:00:01.970061 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} oximeter.timeseries_schema (15307279-5580-4b99-b070-226783e934d4) (SelectExecutor): Reading approx. 50 rows with 3 streams 2026.04.28 22:00:01.970099 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 22:00:01.970138 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 22:00:01.970174 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.04.28 22:00:01.971403 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} executeQuery: Read 50 rows, 10.68 KiB in 0.002708 sec., 18463.81093057607 rows/sec., 3.85 MiB/sec. 2026.04.28 22:00:01.971563 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} MemoryTracker: Peak memory usage (for query): 147.47 KiB. 2026.04.28 22:00:01.971581 [ 4 ] {dbfb65af-6272-4a11-86da-dbdad9a0a54f} TCPHandler: Processed in 0.003171561 sec. 2026.04.28 22:00:01.978009 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.978126 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.978174 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.28 22:00:01.978820 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.978865 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.979260 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 22:00:01.979496 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} oximeter.fields_i16 (30c15a0c-c927-4f38-9be4-5ec8dbfb2a35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.979659 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} executeQuery: Read 284 rows, 18.47 KiB in 0.001566 sec., 181353.76756066413 rows/sec., 11.52 MiB/sec. 2026.04.28 22:00:01.979700 [ 4 ] {c040550b-a3ea-43b1-ab9a-e7c189d47a78} TCPHandler: Processed in 0.001744743 sec. 2026.04.28 22:00:01.979832 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.979934 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.28 22:00:01.979977 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.28 22:00:01.980799 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.980840 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.981324 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.28 22:00:01.981610 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.981737 [ 95 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.28 22:00:01.981766 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} executeQuery: Read 849 rows, 67.74 KiB in 0.001852 sec., 458423.3261339093 rows/sec., 35.72 MiB/sec. 2026.04.28 22:00:01.981814 [ 4 ] {14e4654c-c264-4c44-940a-f7259b3e51a4} TCPHandler: Processed in 0.002030418 sec. 2026.04.28 22:00:01.981821 [ 95 ] {} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.981851 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.981959 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::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.04.28 22:00:01.981968 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.982055 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 22:00:01.982081 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.982085 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3356 rows starting from the beginning of the part 2026.04.28 22:00:01.982129 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.28 22:00:01.982174 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 849 rows starting from the beginning of the part 2026.04.28 22:00:01.982225 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 86 rows starting from the beginning of the part 2026.04.28 22:00:01.982272 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 849 rows starting from the beginning of the part 2026.04.28 22:00:01.982331 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 86 rows starting from the beginning of the part 2026.04.28 22:00:01.982384 [ 197 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 849 rows starting from the beginning of the part 2026.04.28 22:00:01.982640 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.982681 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.983069 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.28 22:00:01.983341 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} oximeter.fields_u16 (ad8dbec7-a4f7-421a-abd6-1f9cf76805af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.983499 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} executeQuery: Read 168 rows, 10.50 KiB in 0.00144 sec., 116666.66666666666 rows/sec., 7.12 MiB/sec. 2026.04.28 22:00:01.983548 [ 4 ] {0a316718-a763-4876-b83a-6d385311148b} TCPHandler: Processed in 0.001636001 sec. 2026.04.28 22:00:01.983686 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.983787 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.983831 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.28 22:00:01.984296 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.984336 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.984693 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.28 22:00:01.984916 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} oximeter.fields_u32 (dcc380b4-d3d1-4746-b384-7af9fa675136): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.985053 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} executeQuery: Read 149 rows, 9.86 KiB in 0.001286 sec., 115863.14152410575 rows/sec., 7.49 MiB/sec. 2026.04.28 22:00:01.985076 [ 193 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6075 rows, containing 5 columns (5 merged, 0 gathered) in 0.00315747 sec., 1924008.7791807998 rows/sec., 155.18 MiB/sec. 2026.04.28 22:00:01.985095 [ 4 ] {fc4a9501-5ba2-4a32-866b-f24c828a9fdb} TCPHandler: Processed in 0.001458647 sec. 2026.04.28 22:00:01.985228 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.985326 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.985368 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.28 22:00:01.985467 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.28 22:00:01.985763 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.985810 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.985847 [ 200 ] {40fe9745-2392-4a6c-9d29-a4031ed14cd3::all_1_26_5} oximeter.fields_string (40fe9745-2392-4a6c-9d29-a4031ed14cd3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.28 22:00:01.985857 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.985973 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.04.28 22:00:01.986264 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.28 22:00:01.986501 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} oximeter.fields_u8 (2bafffe4-a9f9-4a14-8186-87b6141ff7d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.986634 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} executeQuery: Read 148 rows, 8.62 KiB in 0.001323 sec., 111866.96900982616 rows/sec., 6.36 MiB/sec. 2026.04.28 22:00:01.986672 [ 4 ] {d5448671-f1d5-4ba0-a140-61556d1c5247} TCPHandler: Processed in 0.001492588 sec. 2026.04.28 22:00:01.986805 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.986901 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.28 22:00:01.986942 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.28 22:00:01.987559 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.987597 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.987920 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.28 22:00:01.988136 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.988253 [ 95 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.28 22:00:01.988273 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} executeQuery: Read 516 rows, 37.26 KiB in 0.00139 sec., 371223.02158273384 rows/sec., 26.18 MiB/sec. 2026.04.28 22:00:01.988303 [ 95 ] {} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.988322 [ 4 ] {07aef217-e9f4-4530-af99-63ba056f89d8} TCPHandler: Processed in 0.001566829 sec. 2026.04.28 22:00:01.988330 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.988431 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::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.04.28 22:00:01.988468 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.988547 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 22:00:01.988568 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.28 22:00:01.988583 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1829 rows starting from the beginning of the part 2026.04.28 22:00:01.988618 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.28 22:00:01.988650 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 516 rows starting from the beginning of the part 2026.04.28 22:00:01.988712 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 79 rows starting from the beginning of the part 2026.04.28 22:00:01.988768 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 516 rows starting from the beginning of the part 2026.04.28 22:00:01.988832 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 79 rows starting from the beginning of the part 2026.04.28 22:00:01.988890 [ 201 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 516 rows starting from the beginning of the part 2026.04.28 22:00:01.989019 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.989059 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.989412 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 22:00:01.989688 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.989833 [ 38 ] {} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.28 22:00:01.989853 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. 2026.04.28 22:00:01.989879 [ 38 ] {} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.989905 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.989906 [ 4 ] {8113baf2-76e6-48c5-baba-b0b6363ca748} TCPHandler: Processed in 0.001532129 sec. 2026.04.28 22:00:01.990014 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::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.04.28 22:00:01.990067 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.990146 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 22:00:01.990241 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.990261 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.04.28 22:00:01.990271 [ 193 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3535 rows, containing 5 columns (5 merged, 0 gathered) in 0.001876275 sec., 1884052.1778523938 rows/sec., 138.38 MiB/sec. 2026.04.28 22:00:01.990306 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.28 22:00:01.990357 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.04.28 22:00:01.990434 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.04.28 22:00:01.990495 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.04.28 22:00:01.990548 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.04.28 22:00:01.990604 [ 200 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.04.28 22:00:01.990611 [ 196 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.28 22:00:01.990816 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.990863 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.990997 [ 196 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.991103 [ 196 ] {2039b71d-549a-4d9e-8e55-35549c356ca2::all_1_26_5} oximeter.fields_uuid (2039b71d-549a-4d9e-8e55-35549c356ca2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.28 22:00:01.991204 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.04.28 22:00:01.991287 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.28 22:00:01.991533 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.991654 [ 195 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001641611 sec., 40204.40896168459 rows/sec., 2.05 MiB/sec. 2026.04.28 22:00:01.991660 [ 38 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.28 22:00:01.991688 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} executeQuery: Read 265 rows, 18.03 KiB in 0.001469 sec., 180394.82641252552 rows/sec., 11.99 MiB/sec. 2026.04.28 22:00:01.991724 [ 38 ] {} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.991751 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.991763 [ 4 ] {5133d4c6-a0f6-40e5-83df-aaf00c92864e} TCPHandler: Processed in 0.001695333 sec. 2026.04.28 22:00:01.991830 [ 193 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.28 22:00:01.991850 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 22:00:01.991929 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.991979 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 22:00:01.992021 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9048 rows starting from the beginning of the part 2026.04.28 22:00:01.992051 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.992080 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 265 rows starting from the beginning of the part 2026.04.28 22:00:01.992109 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.28 22:00:01.992138 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 22:00:01.992192 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 265 rows starting from the beginning of the part 2026.04.28 22:00:01.992246 [ 193 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.992249 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::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.04.28 22:00:01.992317 [ 200 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 265 rows starting from the beginning of the part 2026.04.28 22:00:01.992351 [ 193 ] {d29e63f3-a49a-4ab8-ac75-16927d6516a4::all_1_11_2} oximeter.measurements_bool (d29e63f3-a49a-4ab8-ac75-16927d6516a4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.28 22:00:01.992457 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.28 22:00:01.992545 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.992582 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.992916 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.28 22:00:01.993143 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} oximeter.measurements_f64 (070618fe-0328-460f-8ab5-97d31db00151): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.993297 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} executeQuery: Read 1 rows, 69.00 B in 0.00127 sec., 787.4015748031495 rows/sec., 53.06 KiB/sec. 2026.04.28 22:00:01.993337 [ 4 ] {ecb8feef-f17b-44ca-8902-a2c7c5340784} TCPHandler: Processed in 0.001468917 sec. 2026.04.28 22:00:01.993462 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.993559 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.993614 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.28 22:00:01.994444 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.994481 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.995058 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.28 22:00:01.995348 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} oximeter.measurements_histogramu64 (10480663-ee8f-4f76-9be1-7de2e46cf6de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.995499 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} executeQuery: Read 26 rows, 47.71 KiB in 0.001957 sec., 13285.641287685232 rows/sec., 23.81 MiB/sec. 2026.04.28 22:00:01.995561 [ 4 ] {25ce9d67-58f2-4023-bec9-9ccc200eef6d} TCPHandler: Processed in 0.002146441 sec. 2026.04.28 22:00:01.995714 [ 4 ] {} TCP-Session: 89776ef4-92ef-466c-8feb-c14d44e2bb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.28 22:00:01.995813 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} executeQuery: (from [fd00:1122:3344:101::d]:55832) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.28 22:00:01.995855 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.28 22:00:01.996218 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.996257 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.996603 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.28 22:00:01.996607 [ 187 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 10163 rows, containing 5 columns (5 merged, 0 gathered) in 0.004795821 sec., 2119136.6400038702 rows/sec., 138.42 MiB/sec. 2026.04.28 22:00:01.996821 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.996896 [ 193 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.28 22:00:01.996936 [ 38 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.28 22:00:01.996957 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} executeQuery: Read 90 rows, 5.77 KiB in 0.001164 sec., 77319.58762886598 rows/sec., 4.84 MiB/sec. 2026.04.28 22:00:01.996975 [ 38 ] {} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.28 22:00:01.996996 [ 4 ] {e5dae41d-c049-4384-be58-7f319d46a654} TCPHandler: Processed in 0.001331366 sec. 2026.04.28 22:00:01.997004 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.28 22:00:01.997116 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 22:00:01.997213 [ 193 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.997236 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.28 22:00:01.997274 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1350 rows starting from the beginning of the part 2026.04.28 22:00:01.997300 [ 193 ] {6599f968-e19a-4d1e-bdae-fde417acf2b9::all_1_26_5} oximeter.measurements_cumulativeu64 (6599f968-e19a-4d1e-bdae-fde417acf2b9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.28 22:00:01.997332 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 90 rows starting from the beginning of the part 2026.04.28 22:00:01.997380 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 22:00:01.997381 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.04.28 22:00:01.997419 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part 2026.04.28 22:00:01.997460 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::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.04.28 22:00:01.997497 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part 2026.04.28 22:00:01.998594 [ 199 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 4 columns (4 merged, 0 gathered) in 0.001547289 sec., 1124547.515040823 rows/sec., 72.82 MiB/sec. 2026.04.28 22:00:01.998818 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.28 22:00:01.999086 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.28 22:00:01.999161 [ 190 ] {c1a045fe-e006-4373-8ba3-9ca6b3c4ab75::all_1_26_5} oximeter.measurements_u64 (c1a045fe-e006-4373-8ba3-9ca6b3c4ab75) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.28 22:00:01.999297 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.04.28 22:00:02.000396 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.31 MiB, peak 255.48 MiB, free memory in arenas 0.00 B, will set to 251.00 MiB (RSS), difference: 1.69 MiB